Skip to content
Success

Console Output

Pull request #42164 updated
Started by user Sebastiaan van Stijn
Rebuilds build #8
13:31:43 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f rather than bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
Obtained Jenkinsfile from 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
13:31:47 [2021-04-22T13:31:47.750Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
13:31:47 [2021-04-22T13:31:47.754Z] Trying to pass milestone 8
[Pipeline] milestone
13:31:47 [2021-04-22T13:31:47.817Z] Trying to pass milestone 9
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
13:32:02 [2021-04-22T13:32:02.995Z] Still waiting to schedule task
13:32:02 [2021-04-22T13:32:02.996Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
13:32:48 [2021-04-22T13:32:48.480Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a6a08cd327d9f45c) in /home/ubuntu/workspace/moby_PR-42164
[Pipeline] {
[Pipeline] checkout
13:32:48 [2021-04-22T13:32:48.596Z] The recommended git tool is: git
13:32:51 [2021-04-22T13:32:51.290Z] using credential docker-jenkins-github-credentials
13:32:51 [2021-04-22T13:32:51.298Z] Cloning the remote Git repository
13:32:51 [2021-04-22T13:32:51.298Z] Cloning with configured refspecs honoured and without tags
13:32:51 [2021-04-22T13:32:51.389Z] Cloning repository https://github.com/moby/moby.git
13:32:51 [2021-04-22T13:32:51.451Z]  > git init /home/ubuntu/workspace/moby_PR-42164 # timeout=10
13:32:51 [2021-04-22T13:32:51.785Z] Fetching upstream changes from https://github.com/moby/moby.git
13:32:51 [2021-04-22T13:32:51.785Z]  > git --version # timeout=10
13:32:51 [2021-04-22T13:32:51.815Z]  > git --version # 'git version 2.17.1'
13:32:51 [2021-04-22T13:32:51.815Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:32:51 [2021-04-22T13:32:51.817Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:13 [2021-04-22T13:33:13.118Z] Fetching without tags
13:33:13 [2021-04-22T13:33:13.520Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:33:14 [2021-04-22T13:33:14.439Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:33:14 [2021-04-22T13:33:14.439Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:33:13 [2021-04-22T13:33:13.047Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:13 [2021-04-22T13:33:13.063Z]  > git config --add remote.origin.fetch +refs/pull/42164/head:refs/remotes/origin/PR-42164 # timeout=10
13:33:13 [2021-04-22T13:33:13.081Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:13 [2021-04-22T13:33:13.100Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:13 [2021-04-22T13:33:13.124Z] Fetching upstream changes from https://github.com/moby/moby.git
13:33:13 [2021-04-22T13:33:13.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:13 [2021-04-22T13:33:13.143Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:13 [2021-04-22T13:33:13.533Z]  > git config core.sparsecheckout # timeout=10
13:33:13 [2021-04-22T13:33:13.562Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:33:14 [2021-04-22T13:33:14.329Z]  > git remote # timeout=10
13:33:14 [2021-04-22T13:33:14.372Z]  > git config --get remote.origin.url # timeout=10
13:33:14 [2021-04-22T13:33:14.390Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:14 [2021-04-22T13:33:14.391Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:33:14 [2021-04-22T13:33:14.413Z]  > git rev-parse HEAD^{commit} # timeout=10
13:33:14 [2021-04-22T13:33:14.448Z]  > git config core.sparsecheckout # timeout=10
13:33:14 [2021-04-22T13:33:14.471Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:33:18 [2021-04-22T13:33:18.653Z] Commit message: "Prepare tests for Windows containerd support"
13:33:18 [2021-04-22T13:33:18.658Z]  > git rev-list --no-walk bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:33:19 [2021-04-22T13:33:19.759Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42164:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
13:33:27 [2021-04-22T13:33:27.907Z] Unable to find image 'alpine:latest' locally
13:33:27 [2021-04-22T13:33:27.907Z] latest: Pulling from library/alpine
13:33:27 [2021-04-22T13:33:27.907Z] 540db60ca938: Pulling fs layer
13:33:27 [2021-04-22T13:33:27.907Z] 540db60ca938: Verifying Checksum
13:33:27 [2021-04-22T13:33:27.907Z] 540db60ca938: Download complete
13:33:27 [2021-04-22T13:33:27.907Z] 540db60ca938: Pull complete
13:33:27 [2021-04-22T13:33:27.907Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f
13:33:27 [2021-04-22T13:33:27.907Z] Status: Downloaded newer image for alpine:latest
13:33:36 [2021-04-22T13:33:36.074Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] { (Branch: win-2022)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
[Pipeline] stage
[Pipeline] { (win-2022)
Stage "s390x" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
13:33:36 [2021-04-22T13:33:36.952Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a6a08cd327d9f45c) in /home/ubuntu/workspace/moby_PR-42164
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
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
13:33:37 [2021-04-22T13:33:37.023Z] The recommended git tool is: git
[Pipeline] // stage
13:33:37 [2021-04-22T13:33:37.039Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
13:33:37 [2021-04-22T13:33:37.076Z] Fetching changes from the remote Git repository
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
13:33:37 [2021-04-22T13:33:37.094Z] Fetching without tags
[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
[Pipeline] }
[Pipeline] }
13:33:37 [2021-04-22T13:33:37.724Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:33:37 [2021-04-22T13:33:37.049Z]  > git rev-parse --is-inside-work-tree # timeout=10
13:33:37 [2021-04-22T13:33:37.084Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:33:37 [2021-04-22T13:33:37.097Z] Fetching upstream changes from https://github.com/moby/moby.git
13:33:37 [2021-04-22T13:33:37.097Z]  > git --version # timeout=10
13:33:37 [2021-04-22T13:33:37.115Z]  > git --version # 'git version 2.17.1'
13:33:37 [2021-04-22T13:33:37.115Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:37 [2021-04-22T13:33:37.116Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:33:37 [2021-04-22T13:33:37.728Z]  > git config core.sparsecheckout # timeout=10
13:33:37 [2021-04-22T13:33:37.750Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:33:38 [2021-04-22T13:33:38.437Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:33:38 [2021-04-22T13:33:38.438Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:33:38 [2021-04-22T13:33:38.562Z] Commit message: "Prepare tests for Windows containerd support"
[Pipeline] withEnv
[Pipeline] {
13:33:38 [2021-04-22T13:33:38.376Z]  > git remote # timeout=10
13:33:38 [2021-04-22T13:33:38.389Z]  > git config --get remote.origin.url # timeout=10
13:33:38 [2021-04-22T13:33:38.409Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:33:38 [2021-04-22T13:33:38.413Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:33:38 [2021-04-22T13:33:38.429Z]  > git rev-parse HEAD^{commit} # timeout=10
13:33:38 [2021-04-22T13:33:38.441Z]  > git config core.sparsecheckout # timeout=10
13:33:38 [2021-04-22T13:33:38.458Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
[Pipeline] sh
13:33:39 [2021-04-22T13:33:39.211Z] + [ PR != PR ]
13:33:39 [2021-04-22T13:33:39.211Z] + [ master != master ]
13:33:39 [2021-04-22T13:33:39.211Z] + [ false = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:33:39 [2021-04-22T13:33:39.574Z] + docker version
13:33:39 [2021-04-22T13:33:39.575Z] Client: Docker Engine - Community
13:33:39 [2021-04-22T13:33:39.575Z]  Version:           20.10.5
13:33:39 [2021-04-22T13:33:39.575Z]  API version:       1.41
13:33:39 [2021-04-22T13:33:39.575Z]  Go version:        go1.13.15
13:33:39 [2021-04-22T13:33:39.575Z]  Git commit:        55c4c88
13:33:39 [2021-04-22T13:33:39.575Z]  Built:             Tue Mar  2 20:18:05 2021
13:33:39 [2021-04-22T13:33:39.575Z]  OS/Arch:           linux/amd64
13:33:39 [2021-04-22T13:33:39.575Z]  Context:           default
13:33:39 [2021-04-22T13:33:39.575Z]  Experimental:      true
13:33:39 [2021-04-22T13:33:39.575Z] 
13:33:39 [2021-04-22T13:33:39.575Z] Server: Docker Engine - Community
13:33:39 [2021-04-22T13:33:39.575Z]  Engine:
13:33:39 [2021-04-22T13:33:39.575Z]   Version:          20.10.5
13:33:39 [2021-04-22T13:33:39.575Z]   API version:      1.41 (minimum version 1.12)
13:33:39 [2021-04-22T13:33:39.575Z]   Go version:       go1.13.15
13:33:39 [2021-04-22T13:33:39.575Z]   Git commit:       363e9a8
13:33:39 [2021-04-22T13:33:39.575Z]   Built:            Tue Mar  2 20:16:00 2021
13:33:39 [2021-04-22T13:33:39.575Z]   OS/Arch:          linux/amd64
13:33:39 [2021-04-22T13:33:39.575Z]   Experimental:     true
13:33:39 [2021-04-22T13:33:39.575Z]  containerd:
13:33:39 [2021-04-22T13:33:39.575Z]   Version:          1.4.4
13:33:39 [2021-04-22T13:33:39.575Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:33:39 [2021-04-22T13:33:39.575Z]  runc:
13:33:39 [2021-04-22T13:33:39.575Z]   Version:          1.0.0-rc93
13:33:39 [2021-04-22T13:33:39.575Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:33:39 [2021-04-22T13:33:39.575Z]  docker-init:
13:33:39 [2021-04-22T13:33:39.575Z]   Version:          0.19.0
13:33:39 [2021-04-22T13:33:39.575Z]   GitCommit:        de40ad0
[Pipeline] sh
13:33:39 [2021-04-22T13:33:39.875Z] + docker info
13:33:51 [2021-04-22T13:33:51.952Z] Still waiting to schedule task
13:33:51 [2021-04-22T13:33:51.952Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a6a08cd327d9f45c)13:33:51 [2021-04-22T13:33:51.953Z] Still waiting to schedule task
13:33:51 [2021-04-22T13:33:51.953Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a6a08cd327d9f45c)13:33:51 [2021-04-22T13:33:51.954Z] Still waiting to schedule task
13:33:51 [2021-04-22T13:33:51.954Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
13:33:51 [2021-04-22T13:33:51.956Z] Still waiting to schedule task
13:33:51 [2021-04-22T13:33:51.956Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
13:33:51 [2021-04-22T13:33:51.958Z] Still waiting to schedule task
13:33:51 [2021-04-22T13:33:51.958Z] All nodes of label ‘windows-2019’ are offline
13:33:51 [2021-04-22T13:33:51.959Z] Still waiting to schedule task
13:33:51 [2021-04-22T13:33:51.959Z] All nodes of label ‘windows-2022’ are offline
13:33:54 [2021-04-22T13:33:54.800Z] Client:
13:33:54 [2021-04-22T13:33:54.801Z]  Context:    default
13:33:54 [2021-04-22T13:33:54.801Z]  Debug Mode: false
13:33:54 [2021-04-22T13:33:54.801Z]  Plugins:
13:33:54 [2021-04-22T13:33:54.801Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:33:54 [2021-04-22T13:33:54.801Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:33:54 [2021-04-22T13:33:54.801Z] 
13:33:54 [2021-04-22T13:33:54.801Z] Server:
13:33:54 [2021-04-22T13:33:54.801Z]  Containers: 0
13:33:54 [2021-04-22T13:33:54.801Z]   Running: 0
13:33:54 [2021-04-22T13:33:54.801Z]   Paused: 0
13:33:54 [2021-04-22T13:33:54.801Z]   Stopped: 0
13:33:54 [2021-04-22T13:33:54.801Z]  Images: 1
13:33:54 [2021-04-22T13:33:54.801Z]  Server Version: 20.10.5
13:33:54 [2021-04-22T13:33:54.801Z]  Storage Driver: overlay2
13:33:54 [2021-04-22T13:33:54.801Z]   Backing Filesystem: extfs
13:33:54 [2021-04-22T13:33:54.801Z]   Supports d_type: true
13:33:54 [2021-04-22T13:33:54.801Z]   Native Overlay Diff: true
13:33:54 [2021-04-22T13:33:54.801Z]  Logging Driver: json-file
13:33:54 [2021-04-22T13:33:54.801Z]  Cgroup Driver: cgroupfs
13:33:54 [2021-04-22T13:33:54.801Z]  Cgroup Version: 1
13:33:54 [2021-04-22T13:33:54.801Z]  Plugins:
13:33:54 [2021-04-22T13:33:54.801Z]   Volume: local
13:33:54 [2021-04-22T13:33:54.801Z]   Network: bridge host ipvlan macvlan null overlay
13:33:54 [2021-04-22T13:33:54.801Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:33:54 [2021-04-22T13:33:54.801Z]  Swarm: inactive
13:33:54 [2021-04-22T13:33:54.801Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:33:54 [2021-04-22T13:33:54.801Z]  Default Runtime: runc
13:33:54 [2021-04-22T13:33:54.801Z]  Init Binary: docker-init
13:33:54 [2021-04-22T13:33:54.801Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:33:54 [2021-04-22T13:33:54.801Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:33:54 [2021-04-22T13:33:54.801Z]  init version: de40ad0
13:33:54 [2021-04-22T13:33:54.801Z]  Security Options:
13:33:54 [2021-04-22T13:33:54.801Z]   apparmor
13:33:54 [2021-04-22T13:33:54.801Z]   seccomp
13:33:54 [2021-04-22T13:33:54.801Z]    Profile: default
13:33:54 [2021-04-22T13:33:54.801Z]  Kernel Version: 5.4.0-1041-aws
13:33:54 [2021-04-22T13:33:54.801Z]  Operating System: Ubuntu 18.04.5 LTS
13:33:54 [2021-04-22T13:33:54.801Z]  OSType: linux
13:33:54 [2021-04-22T13:33:54.801Z]  Architecture: x86_64
13:33:54 [2021-04-22T13:33:54.801Z]  CPUs: 2
13:33:54 [2021-04-22T13:33:54.801Z]  Total Memory: 7.487GiB
13:33:54 [2021-04-22T13:33:54.801Z]  Name: ip-10-100-60-246
13:33:54 [2021-04-22T13:33:54.801Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
13:33:54 [2021-04-22T13:33:54.801Z]  Docker Root Dir: /var/lib/docker
13:33:54 [2021-04-22T13:33:54.801Z]  Debug Mode: false
13:33:54 [2021-04-22T13:33:54.801Z]  Registry: https://index.docker.io/v1/
13:33:54 [2021-04-22T13:33:54.801Z]  Labels:
13:33:54 [2021-04-22T13:33:54.801Z]  Experimental: true
13:33:54 [2021-04-22T13:33:54.801Z]  Insecure Registries:
13:33:54 [2021-04-22T13:33:54.801Z]   127.0.0.0/8
13:33:54 [2021-04-22T13:33:54.801Z]  Live Restore Enabled: true
13:33:54 [2021-04-22T13:33:54.801Z] 
13:33:54 [2021-04-22T13:33:54.801Z] WARNING: No swap limit support
[Pipeline] sh
13:33:55 [2021-04-22T13:33:55.103Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:33:55 [2021-04-22T13:33:55.103Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:33:55 [2021-04-22T13:33:55.103Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42164/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:33:55 [2021-04-22T13:33:55.103Z] + bash /home/ubuntu/workspace/moby_PR-42164/check-config.sh
13:33:55 [2021-04-22T13:33:55.103Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:33:55 [2021-04-22T13:33:55.103Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:33:55 [2021-04-22T13:33:55.103Z] 
13:33:55 [2021-04-22T13:33:55.103Z] Generally Necessary:
13:33:55 [2021-04-22T13:33:55.103Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:33:55 [2021-04-22T13:33:55.103Z] - apparmor: enabled and tools installed
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_NAMESPACES: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_NET_NS: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_PID_NS: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_IPC_NS: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_UTS_NS: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_CGROUPS: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_CGROUP_CPUACCT: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_CGROUP_DEVICE: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_CGROUP_FREEZER: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_CGROUP_SCHED: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_CPUSETS: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_MEMCG: enabled
13:33:55 [2021-04-22T13:33:55.103Z] - CONFIG_KEYS: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_VETH: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_BRIDGE: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_NF_NAT: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_POSIX_MQUEUE: enabled
13:33:55 [2021-04-22T13:33:55.365Z] 
13:33:55 [2021-04-22T13:33:55.365Z] Optional Features:
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_USER_NS: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_SECCOMP: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_SECCOMP_FILTER: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_CGROUP_PIDS: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_MEMCG_SWAP: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:33:55 [2021-04-22T13:33:55.365Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_BLK_CGROUP: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_CGROUP_PERF: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_CGROUP_HUGETLB: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_CFS_BANDWIDTH: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_RT_GROUP_SCHED: missing
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_VS: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_VS_NFCT: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_IP_VS_RR: enabled (as module)
13:33:55 [2021-04-22T13:33:55.365Z] - CONFIG_SECURITY_SELINUX: enabled
13:33:55 [2021-04-22T13:33:55.626Z] - CONFIG_SECURITY_APPARMOR: enabled
13:33:55 [2021-04-22T13:33:55.626Z] - CONFIG_EXT4_FS: enabled
13:33:55 [2021-04-22T13:33:55.626Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:33:55 [2021-04-22T13:33:55.626Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:33:55 [2021-04-22T13:33:55.626Z] - Network Drivers:
13:33:55 [2021-04-22T13:33:55.626Z]   - "overlay":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_VXLAN: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:33:55 [2021-04-22T13:33:55.626Z]       Optional (for encrypted networks):
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_CRYPTO: enabled
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_CRYPTO_AEAD: enabled
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_CRYPTO_GCM: enabled
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_CRYPTO_GHASH: enabled
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_XFRM: enabled
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_XFRM_USER: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]       - CONFIG_INET_ESP: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]   - "ipvlan":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_IPVLAN: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]   - "macvlan":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_MACVLAN: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_DUMMY: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]   - "ftp,tftp client in container":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z] - Storage Drivers:
13:33:55 [2021-04-22T13:33:55.626Z]   - "aufs":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_AUFS_FS: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]   - "btrfs":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:33:55 [2021-04-22T13:33:55.626Z]   - "devicemapper":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_BLK_DEV_DM: enabled
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]   - "overlay":
13:33:55 [2021-04-22T13:33:55.626Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:33:55 [2021-04-22T13:33:55.626Z]   - "zfs":
13:33:55 [2021-04-22T13:33:55.626Z]     - /dev/zfs: present
13:33:55 [2021-04-22T13:33:55.626Z]     - zfs command: missing
13:33:55 [2021-04-22T13:33:55.626Z]     - zpool command: missing
13:33:55 [2021-04-22T13:33:55.626Z] 
13:33:55 [2021-04-22T13:33:55.626Z] Limits:
13:33:55 [2021-04-22T13:33:55.626Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:33:55 [2021-04-22T13:33:55.626Z] 
13:33:55 [2021-04-22T13:33:55.626Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:33:55 [2021-04-22T13:33:55.969Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 .
13:33:56 [2021-04-22T13:33:56.230Z] #2 [internal] load .dockerignore
13:33:56 [2021-04-22T13:33:56.230Z] #2 sha256:57416f14c0ae232b0d944e92fbbd420fa3e6609977dd5f3743493977934df93e
13:33:56 [2021-04-22T13:33:56.230Z] #2 transferring context: 87B 0.0s done
13:33:56 [2021-04-22T13:33:56.230Z] #2 DONE 0.1s
13:33:56 [2021-04-22T13:33:56.230Z] 
13:33:56 [2021-04-22T13:33:56.230Z] #1 [internal] load build definition from Dockerfile
13:33:56 [2021-04-22T13:33:56.230Z] #1 sha256:709ff026d9d6be5b17e15fad5393cc1e574af3ac8ccbc58f2d83aafe6c948d76
13:33:56 [2021-04-22T13:33:56.230Z] #1 transferring dockerfile: 17.07kB 0.0s done
13:33:56 [2021-04-22T13:33:56.230Z] #1 DONE 0.1s
13:33:56 [2021-04-22T13:33:56.230Z] 
13:33:56 [2021-04-22T13:33:56.230Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:33:56 [2021-04-22T13:33:56.230Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:33:56 [2021-04-22T13:33:56.491Z] #3 DONE 0.3s
13:33:56 [2021-04-22T13:33:56.491Z] 
13:33:56 [2021-04-22T13:33:56.491Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:33:56 [2021-04-22T13:33:56.491Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:33:56 [2021-04-22T13:33:56.491Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:33:56 [2021-04-22T13:33:56.491Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:33:56 [2021-04-22T13:33:56.491Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
13:33:56 [2021-04-22T13:33:56.491Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:33:56 [2021-04-22T13:33:56.491Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:33:56 [2021-04-22T13:33:56.751Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
13:33:56 [2021-04-22T13:33:56.751Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
13:33:57 [2021-04-22T13:33:57.012Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
13:33:57 [2021-04-22T13:33:57.012Z] #4 DONE 0.6s
13:33:57 [2021-04-22T13:33:57.273Z] 
13:33:57 [2021-04-22T13:33:57.273Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:33:57 [2021-04-22T13:33:57.273Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:33:57 [2021-04-22T13:33:57.843Z] #8 ...
13:33:57 [2021-04-22T13:33:57.843Z] 
13:33:57 [2021-04-22T13:33:57.843Z] #5 [internal] load metadata for docker.io/library/debian:buster
13:33:57 [2021-04-22T13:33:57.843Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:33:57 [2021-04-22T13:33:57.843Z] #5 DONE 0.7s
13:33:57 [2021-04-22T13:33:57.843Z] 
13:33:57 [2021-04-22T13:33:57.843Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:33:57 [2021-04-22T13:33:57.843Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:33:57 [2021-04-22T13:33:57.843Z] #7 DONE 0.8s
13:33:57 [2021-04-22T13:33:57.843Z] 
13:33:57 [2021-04-22T13:33:57.843Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:33:57 [2021-04-22T13:33:57.843Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:33:57 [2021-04-22T13:33:57.843Z] #6 DONE 0.8s
13:33:57 [2021-04-22T13:33:57.843Z] 
13:33:57 [2021-04-22T13:33:57.843Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:33:57 [2021-04-22T13:33:57.844Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:33:58 [2021-04-22T13:33:58.104Z] #8 DONE 0.9s
13:33:58 [2021-04-22T13:33:58.677Z] 
13:33:58 [2021-04-22T13:33:58.677Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:33:58 [2021-04-22T13:33:58.677Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:33:58 [2021-04-22T13:33:58.677Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
13:33:58 [2021-04-22T13:33:58.677Z] #9 DONE 0.1s
13:33:58 [2021-04-22T13:33:58.677Z] 
13:33:58 [2021-04-22T13:33:58.677Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:33:58 [2021-04-22T13:33:58.677Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:33:58 [2021-04-22T13:33:58.677Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done
13:33:58 [2021-04-22T13:33:58.677Z] #26 DONE 0.1s
13:33:58 [2021-04-22T13:33:58.677Z] 
13:33:58 [2021-04-22T13:33:58.677Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:33:58 [2021-04-22T13:33:58.677Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:33:58 [2021-04-22T13:33:58.677Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:33:58 [2021-04-22T13:33:58.677Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:33:58 [2021-04-22T13:33:58.677Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.1s
13:33:58 [2021-04-22T13:33:58.677Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:33:58 [2021-04-22T13:33:58.677Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:33:58 [2021-04-22T13:33:58.939Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.05MB / 12.42MB 0.3s
13:33:58 [2021-04-22T13:33:58.939Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.29MB / 12.42MB 0.4s
13:33:58 [2021-04-22T13:33:58.939Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 10.99MB / 12.42MB 0.5s
13:33:59 [2021-04-22T13:33:59.200Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done
13:33:59 [2021-04-22T13:33:59.200Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
13:34:02 [2021-04-22T13:34:02.514Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.0s done
13:34:02 [2021-04-22T13:34:02.776Z] #64 ...
13:34:02 [2021-04-22T13:34:02.776Z] 
13:34:02 [2021-04-22T13:34:02.776Z] #23 [internal] load build context
13:34:02 [2021-04-22T13:34:02.776Z] #23 sha256:d892bfc81e1b8fa4514765d6b9d0bc4a57827135aa6f6778db5277d9d520152a
13:34:02 [2021-04-22T13:34:02.776Z] #23 transferring context: 53.62MB 4.0s done
13:34:02 [2021-04-22T13:34:02.776Z] #23 DONE 4.4s
13:34:02 [2021-04-22T13:34:02.776Z] 
13:34:02 [2021-04-22T13:34:02.776Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s done
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.6s done
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.5s done
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.2s done
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.4s
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.5s done
13:34:02 [2021-04-22T13:34:02.776Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.6s
13:34:02 [2021-04-22T13:34:02.776Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.2s done
13:34:04 [2021-04-22T13:34:04.168Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.3s done
13:34:04 [2021-04-22T13:34:04.429Z] #9 ...
13:34:04 [2021-04-22T13:34:04.429Z] 
13:34:04 [2021-04-22T13:34:04.429Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:34:04 [2021-04-22T13:34:04.429Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:34:04 [2021-04-22T13:34:04.429Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:34:04 [2021-04-22T13:34:04.429Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:34:04 [2021-04-22T13:34:04.429Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:34:04 [2021-04-22T13:34:04.429Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:34:04 [2021-04-22T13:34:04.429Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
13:34:04 [2021-04-22T13:34:04.430Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.7s done
13:34:04 [2021-04-22T13:34:04.430Z] #62 DONE 5.9s
13:34:04 [2021-04-22T13:34:04.430Z] 
13:34:04 [2021-04-22T13:34:04.430Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:34:04 [2021-04-22T13:34:04.430Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:34:04 [2021-04-22T13:34:04.430Z] #64 DONE 5.9s
13:34:04 [2021-04-22T13:34:04.430Z] 
13:34:04 [2021-04-22T13:34:04.430Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:34:04 [2021-04-22T13:34:04.430Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:34:04 [2021-04-22T13:34:04.430Z] #9 ...
13:34:04 [2021-04-22T13:34:04.430Z] 
13:34:04 [2021-04-22T13:34:04.430Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:34:04 [2021-04-22T13:34:04.430Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:34:04 [2021-04-22T13:34:04.430Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:34:04 [2021-04-22T13:34:04.430Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
13:34:04 [2021-04-22T13:34:04.430Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
13:34:04 [2021-04-22T13:34:04.430Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 5.7s
13:34:04 [2021-04-22T13:34:04.430Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc
13:34:04 [2021-04-22T13:34:04.691Z] #26 ...
13:34:04 [2021-04-22T13:34:04.691Z] 
13:34:04 [2021-04-22T13:34:04.691Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:34:04 [2021-04-22T13:34:04.691Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:34:04 [2021-04-22T13:34:04.952Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.6s done
13:34:05 [2021-04-22T13:34:05.897Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
13:34:06 [2021-04-22T13:34:06.470Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done
13:34:06 [2021-04-22T13:34:06.732Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
13:34:07 [2021-04-22T13:34:07.306Z] #9 ...
13:34:07 [2021-04-22T13:34:07.306Z] 
13:34:07 [2021-04-22T13:34:07.306Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:34:07 [2021-04-22T13:34:07.306Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:34:07 [2021-04-22T13:34:07.306Z] #63 DONE 0.6s
13:34:07 [2021-04-22T13:34:07.306Z] 
13:34:07 [2021-04-22T13:34:07.306Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:34:07 [2021-04-22T13:34:07.306Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:34:07 [2021-04-22T13:34:07.306Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done
13:34:07 [2021-04-22T13:34:07.306Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
13:34:07 [2021-04-22T13:34:07.883Z] #9 ...
13:34:07 [2021-04-22T13:34:07.883Z] 
13:34:07 [2021-04-22T13:34:07.883Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:34:07 [2021-04-22T13:34:07.883Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:34:07 [2021-04-22T13:34:07.883Z] #65 DONE 0.7s
13:34:07 [2021-04-22T13:34:07.883Z] 
13:34:07 [2021-04-22T13:34:07.883Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:34:07 [2021-04-22T13:34:07.883Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:34:07 [2021-04-22T13:34:07.883Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 3.2s done
13:34:07 [2021-04-22T13:34:07.883Z] #26 DONE 9.4s
13:34:07 [2021-04-22T13:34:07.883Z] 
13:34:07 [2021-04-22T13:34:07.883Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:34:07 [2021-04-22T13:34:07.883Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:34:12 [2021-04-22T13:34:12.096Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done
13:34:12 [2021-04-22T13:34:12.096Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s
13:34:15 [2021-04-22T13:34:15.407Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.6s done
13:34:15 [2021-04-22T13:34:15.669Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
13:34:16 [2021-04-22T13:34:16.614Z] #9 ...
13:34:16 [2021-04-22T13:34:16.614Z] 
13:34:16 [2021-04-22T13:34:16.614Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:34:16 [2021-04-22T13:34:16.614Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:34:16 [2021-04-22T13:34:16.614Z] #27 1.203 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 1.210 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 1.281 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 1.373 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 1.627 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:34:16 [2021-04-22T13:34:16.614Z] #27 2.148 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 3.428 Fetched 8427 kB in 2s (3398 kB/s)
13:34:16 [2021-04-22T13:34:16.614Z] #27 3.428 Reading package lists...
13:34:16 [2021-04-22T13:34:16.614Z] #27 4.294 Reading package lists...
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.191 Building dependency tree...
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507 The following additional packages will be installed:
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507 Suggested packages:
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507   krb5-doc krb5-user
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507 Recommended packages:
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.507   krb5-locales publicsuffix libsasl2-modules
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.723 The following NEW packages will be installed:
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.723   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.724   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.731   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:34:16 [2021-04-22T13:34:16.614Z] #27 5.731   libssh2-1 libssl1.1 openssl
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.034 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.034 Need to get 5059 kB of archives.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.034 After this operation, 12.1 MB of additional disk space will be used.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.034 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.034 Get:2 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.048 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.048 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.048 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.048 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.055 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.056 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.057 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.060 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.066 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.073 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.073 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.079 Get:14 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.079 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.079 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.087 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.090 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.093 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.098 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.103 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.259 debconf: delaying package configuration, since apt-utils is not installed
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.278 Fetched 5059 kB in 0s (15.2 MB/s)
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.323 Selecting previously unselected package libssl1.1:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.323 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.323 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.331 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.523 Selecting previously unselected package openssl.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.523 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.526 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.665 Selecting previously unselected package ca-certificates.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.665 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.675 Unpacking ca-certificates (20200601~deb10u2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.753 Selecting previously unselected package libkeyutils1:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.753 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.762 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.799 Selecting previously unselected package libkrb5support0:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.799 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.803 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.850 Selecting previously unselected package libk5crypto3:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.850 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.857 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.916 Selecting previously unselected package libkrb5-3:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.916 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 6.918 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.022 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.022 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.026 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.075 Selecting previously unselected package libsasl2-modules-db:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.075 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.079 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.125 Selecting previously unselected package libsasl2-2:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.125 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.129 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.177 Selecting previously unselected package libldap-common.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.177 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.185 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.234 Selecting previously unselected package libldap-2.4-2:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.234 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.240 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.302 Selecting previously unselected package libnghttp2-14:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.302 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.307 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.355 Selecting previously unselected package libpsl5:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.355 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.361 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.409 Selecting previously unselected package librtmp1:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.409 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.414 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.463 Selecting previously unselected package libssh2-1:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.463 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.471 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.538 Selecting previously unselected package libcurl4:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.538 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.545 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.618 Selecting previously unselected package curl.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.618 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.623 Unpacking curl (7.64.0-4+deb10u2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.689 Selecting previously unselected package libonig5:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.689 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.692 Unpacking libonig5:amd64 (6.9.1-1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.757 Selecting previously unselected package libjq1:amd64.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.759 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.763 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.808 Selecting previously unselected package jq.
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.808 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.811 Unpacking jq (1.5+dfsg-2+b1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.856 Setting up libkeyutils1:amd64 (1.6-6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.868 Setting up libpsl5:amd64 (0.20.2-2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.884 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 7.996 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.011 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.026 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.037 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.050 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.061 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.073 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.084 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.096 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.106 Setting up openssl (1.1.1d-0+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.124 Setting up libonig5:amd64 (6.9.1-1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.139 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.152 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.165 Setting up ca-certificates (20200601~deb10u2) ...
13:34:16 [2021-04-22T13:34:16.614Z] #27 8.754 Updating certificates in /etc/ssl/certs...
13:34:16 [2021-04-22T13:34:16.876Z] #27 ...
13:34:16 [2021-04-22T13:34:16.876Z] 
13:34:16 [2021-04-22T13:34:16.876Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:34:16 [2021-04-22T13:34:16.876Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:34:21 [2021-04-22T13:34:21.095Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s
13:34:21 [2021-04-22T13:34:21.095Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done
13:34:21 [2021-04-22T13:34:21.095Z] #9 ...
13:34:21 [2021-04-22T13:34:21.095Z] 
13:34:21 [2021-04-22T13:34:21.095Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:34:21 [2021-04-22T13:34:21.095Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.498 137 added, 0 removed; done.
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.534 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.546 Setting up jq (1.5+dfsg-2+b1) ...
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.557 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.569 Setting up curl (7.64.0-4+deb10u2) ...
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.581 Processing triggers for libc-bin (2.28-10) ...
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.600 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:34:21 [2021-04-22T13:34:21.095Z] #27 9.607 Updating certificates in /etc/ssl/certs...
13:34:21 [2021-04-22T13:34:21.095Z] #27 10.27 0 added, 0 removed; done.
13:34:21 [2021-04-22T13:34:21.095Z] #27 10.27 Running hooks in /etc/ca-certificates/update.d...
13:34:21 [2021-04-22T13:34:21.095Z] #27 10.27 done.
13:34:21 [2021-04-22T13:34:21.095Z] #27 DONE 13.2s
13:34:21 [2021-04-22T13:34:21.356Z] 
13:34:21 [2021-04-22T13:34:21.356Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:34:21 [2021-04-22T13:34:21.356Z] #28 sha256:d8d08ffbd0b39616119b037b5598337d6948fcc9353c98d329e98c03486576da
13:34:21 [2021-04-22T13:34:21.356Z] #28 DONE 0.2s
13:34:21 [2021-04-22T13:34:21.356Z] 
13:34:21 [2021-04-22T13:34:21.356Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:34:21 [2021-04-22T13:34:21.356Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:34:21 [2021-04-22T13:34:21.356Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
13:34:21 [2021-04-22T13:34:21.356Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:34:21 [2021-04-22T13:34:21.620Z] #9 DONE 23.1s
13:34:21 [2021-04-22T13:34:21.620Z] 
13:34:21 [2021-04-22T13:34:21.620Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:34:21 [2021-04-22T13:34:21.620Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:34:22 [2021-04-22T13:34:22.192Z] #10 DONE 0.6s
13:34:22 [2021-04-22T13:34:22.192Z] 
13:34:22 [2021-04-22T13:34:22.192Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:34:22 [2021-04-22T13:34:22.192Z] #29 sha256:7af8d80afdc732137e76e0675979dc99432c6c0ccf074727ed3ad4b81c12a628
13:34:22 [2021-04-22T13:34:22.453Z] #29 0.992 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:34:22 [2021-04-22T13:34:22.453Z] #29 1.107 
13:34:22 [2021-04-22T13:34:22.980Z] #29 1.233 
######                                                                     8.6%
##########################                                                37.0%
########################################                                  56.8%
#######################################################                   76.8%
#####################################################################     96.7%
######################################################################## 100.0%
13:34:22 [2021-04-22T13:34:22.980Z] #29 1.730 
13:34:23 [2021-04-22T13:34:23.244Z] #29 1.825 
######################################################################## 100.0%
13:34:23 [2021-04-22T13:34:23.244Z] #29 1.886 
13:34:23 [2021-04-22T13:34:23.506Z] #29 1.998 
#################################################################         91.1%
######################################################################## 100.0%
13:34:23 [2021-04-22T13:34:23.506Z] #29 2.063 
13:34:23 [2021-04-22T13:34:23.770Z] #29 2.175 
#############                                                             18.2%
##########################                                                37.5%
13:34:23 [2021-04-22T13:34:23.770Z] #29 ...
13:34:23 [2021-04-22T13:34:23.770Z] 
13:34:23 [2021-04-22T13:34:23.770Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:34:23 [2021-04-22T13:34:23.770Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:34:23 [2021-04-22T13:34:23.770Z] #11 DONE 1.5s
13:34:23 [2021-04-22T13:34:23.770Z] 
13:34:23 [2021-04-22T13:34:23.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
13:34:23 [2021-04-22T13:34:23.770Z] #29 sha256:7af8d80afdc732137e76e0675979dc99432c6c0ccf074727ed3ad4b81c12a628
13:34:24 [2021-04-22T13:34:24.033Z] #29 2.175 
#############                                                             18.2%
##########################                                                37.5%
#########################################                                 57.0%
######################################################                    76.1%
####################################################################      95.6%
######################################################################## 100.0%
13:34:24 [2021-04-22T13:34:24.033Z] #29 2.702 
13:34:25 [2021-04-22T13:34:25.349Z] #29 2.816 
###                                                                        4.9%
#######                                                                   10.1%
###########                                                               15.3%
##############                                                            20.6%
#################                                                         24.5%
#####################                                                     30.3%
#########################                                                 35.5%
##############################                                            42.0%
#################################                                         47.1%
#####################################                                     52.4%
#########################################                                 57.9%
#############################################                             63.1%
#################################################                         68.3%
13:34:25 [2021-04-22T13:34:25.349Z] #29 ...
13:34:25 [2021-04-22T13:34:25.349Z] 
13:34:25 [2021-04-22T13:34:25.349Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:34:25 [2021-04-22T13:34:25.349Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:34:25 [2021-04-22T13:34:25.349Z] #31 DONE 1.7s
13:34:25 [2021-04-22T13:34:25.610Z] 
13:34:25 [2021-04-22T13:34:25.610Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:34:25 [2021-04-22T13:34:25.610Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:34:25 [2021-04-22T13:34:25.610Z] #39 DONE 1.7s
13:34:25 [2021-04-22T13:34:25.610Z] 
13:34:25 [2021-04-22T13:34:25.610Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:34:25 [2021-04-22T13:34:25.610Z] #29 sha256:7af8d80afdc732137e76e0675979dc99432c6c0ccf074727ed3ad4b81c12a628
13:34:26 [2021-04-22T13:34:26.133Z] #29 2.816 
###                                                                        4.9%
#######                                                                   10.1%
###########                                                               15.3%
##############                                                            20.6%
#################                                                         24.5%
#####################                                                     30.3%
#########################                                                 35.5%
##############################                                            42.0%
#################################                                         47.1%
#####################################                                     52.4%
#########################################                                 57.9%
#############################################                             63.1%
#################################################                         68.3%
####################################################                      73.5%
########################################################                  78.8%
############################################################              84.4%
################################################################          89.3%
##################################################################        92.4%
######################################################################    97.5%
######################################################################## 100.0%
13:34:26 [2021-04-22T13:34:26.133Z] #29 4.715 
13:34:26 [2021-04-22T13:34:26.708Z] #29 5.334 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:34:26 [2021-04-22T13:34:26.708Z] #29 5.490 
13:34:26 [2021-04-22T13:34:26.708Z] #29 5.551 
######################################################################## 100.0%
13:34:26 [2021-04-22T13:34:26.969Z] #29 5.630 
13:34:27 [2021-04-22T13:34:27.543Z] #29 6.022 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:34:27 [2021-04-22T13:34:27.543Z] #29 6.116 
13:34:27 [2021-04-22T13:34:27.804Z] #29 6.237 
                                                                           0.6%
#######################################################                   77.0%
######################################################################## 100.0%
13:34:27 [2021-04-22T13:34:27.804Z] #29 6.377 
13:34:28 [2021-04-22T13:34:28.066Z] #29 6.800 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:34:28 [2021-04-22T13:34:28.066Z] #29 6.911 
13:34:29 [2021-04-22T13:34:29.432Z] #29 7.101 
                                                                           0.0%
###################                                                       27.0%
#################################                                         47.1%
###########################################                               59.7%
###########################################                               60.1%
############################################                              61.7%
############################################################              84.5%
####################################################################      95.7%
######################################################################## 100.0%
13:34:29 [2021-04-22T13:34:29.432Z] #29 8.086 
13:34:30 [2021-04-22T13:34:30.006Z] #29 8.489 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:34:30 [2021-04-22T13:34:30.006Z] #29 8.634 
13:34:30 [2021-04-22T13:34:30.006Z] #29 8.767 
######################################################################## 100.0%
13:34:30 [2021-04-22T13:34:30.268Z] #29 8.820 
13:34:30 [2021-04-22T13:34:30.530Z] #29 9.244 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:34:30 [2021-04-22T13:34:30.793Z] #29 9.412 
13:34:30 [2021-04-22T13:34:30.793Z] #29 9.526 
######################################################################## 100.0%
13:34:31 [2021-04-22T13:34:31.055Z] #29 9.683 
13:34:31 [2021-04-22T13:34:31.055Z] #29 9.828 Download of images into '/build' complete.
13:34:31 [2021-04-22T13:34:31.055Z] #29 9.833 Use something like the following to load the result into a Docker daemon:
13:34:31 [2021-04-22T13:34:31.055Z] #29 9.833   tar -cC '/build' . | docker load
13:34:31 [2021-04-22T13:34:31.632Z] #29 ...
13:34:31 [2021-04-22T13:34:31.632Z] 
13:34:31 [2021-04-22T13:34:31.632Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:34:31 [2021-04-22T13:34:31.632Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:34:31 [2021-04-22T13:34:31.632Z] #12 DONE 8.0s
13:34:31 [2021-04-22T13:34:31.632Z] 
13:34:31 [2021-04-22T13:34:31.632Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:34:31 [2021-04-22T13:34:31.632Z] #67 sha256:cfefd96058be0f5d5d87ffc7a24ba714021e8d511986d6607674c046f10197c2
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.350 + RM_GOPATH=0
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.350 + TMP_GOPATH=
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.351 + : /build
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.352 + '[' -z '' ']'
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.354 ++ mktemp -d
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.357 + export GOPATH=/tmp/tmp.kFYFNqbzoQ
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.357 + GOPATH=/tmp/tmp.kFYFNqbzoQ
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.357 + RM_GOPATH=1
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.358 + case "$(go env GOARCH)" in
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.359 ++ go env GOARCH
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.404 + export GO_BUILDMODE=-buildmode=pie
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.405 + GO_BUILDMODE=-buildmode=pie
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.406 ++ dirname /tmp/install/install.sh
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.407 + dir=/tmp/install
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.407 + bin=proxy
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.407 + shift
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.408 + '[' '!' -f /tmp/install/proxy.installer ']'
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.408 + . /tmp/install/proxy.installer
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.408 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.425 + install_proxy
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.425 + case "$1" in
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.425 + export CGO_ENABLED=0
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.425 + CGO_ENABLED=0
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.425 + _install_proxy
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.425 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.425 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.kFYFNqbzoQ/src/github.com/docker/libnetwork
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.426 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:34:31 [2021-04-22T13:34:31.632Z] #67 7.459 Cloning into '/tmp/tmp.kFYFNqbzoQ/src/github.com/docker/libnetwork'...
13:34:31 [2021-04-22T13:34:31.894Z] #67 ...
13:34:31 [2021-04-22T13:34:31.894Z] 
13:34:31 [2021-04-22T13:34:31.894Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:34:31 [2021-04-22T13:34:31.894Z] #29 sha256:7af8d80afdc732137e76e0675979dc99432c6c0ccf074727ed3ad4b81c12a628
13:34:31 [2021-04-22T13:34:31.894Z] #29 DONE 10.5s
13:34:31 [2021-04-22T13:34:31.894Z] 
13:34:31 [2021-04-22T13:34:31.894Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:34:31 [2021-04-22T13:34:31.894Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:34:33 [2021-04-22T13:34:33.826Z] #13 ...
13:34:33 [2021-04-22T13:34:33.826Z] 
13:34:33 [2021-04-22T13:34:33.826Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:33 [2021-04-22T13:34:33.826Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + RM_GOPATH=0
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + TMP_GOPATH=
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + : /build
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + '[' -z '' ']'
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 ++ mktemp -d
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + export GOPATH=/tmp/tmp.42tt0FPdKn
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + GOPATH=/tmp/tmp.42tt0FPdKn
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + RM_GOPATH=1
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + case "$(go env GOARCH)" in
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 ++ go env GOARCH
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + export GO_BUILDMODE=-buildmode=pie
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.560 + GO_BUILDMODE=-buildmode=pie
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.570 ++ dirname /tmp/install/install.sh
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.572 + dir=/tmp/install
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.572 + bin=golangci_lint
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.572 + shift
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.572 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.572 + . /tmp/install/golangci_lint.installer
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.572 ++ : v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.572 + install_golangci_lint
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.576 + set -e
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.576 + export GO111MODULE=on
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.576 + GO111MODULE=on
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.576 + GOBIN=/build
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.576 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.588 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.588 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.588 go: finding github.com v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.594 go: finding github.com/golangci/golangci-lint v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 6.594 go: finding github.com/golangci v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 7.724 go: downloading github.com/golangci/golangci-lint v1.23.8
13:34:33 [2021-04-22T13:34:33.826Z] #49 8.510 go: extracting github.com/golangci/golangci-lint v1.23.8
13:34:34 [2021-04-22T13:34:34.088Z] #49 ...
13:34:34 [2021-04-22T13:34:34.088Z] 
13:34:34 [2021-04-22T13:34:34.088Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:34:34 [2021-04-22T13:34:34.088Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + RM_GOPATH=0
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + TMP_GOPATH=
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + : /build
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + '[' -z '' ']'
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 ++ mktemp -d
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + export GOPATH=/tmp/tmp.CNjkXrzg8m
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + GOPATH=/tmp/tmp.CNjkXrzg8m
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + RM_GOPATH=1
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 + case "$(go env GOARCH)" in
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.332 ++ go env GOARCH
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.362 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + export GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 ++ dirname /tmp/install/install.sh
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + dir=/tmp/install
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + bin=vndr
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + shift
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + '[' '!' -f /tmp/install/vndr.installer ']'
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + . /tmp/install/vndr.installer
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + install_vndr
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.CNjkXrzg8m/src/github.com/LK4D4/vndr
13:34:34 [2021-04-22T13:34:34.088Z] #45 6.365 Cloning into '/tmp/tmp.CNjkXrzg8m/src/github.com/LK4D4/vndr'...
13:34:34 [2021-04-22T13:34:34.088Z] #45 7.283 + cd /tmp/tmp.CNjkXrzg8m/src/github.com/LK4D4/vndr
13:34:34 [2021-04-22T13:34:34.088Z] #45 7.283 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:34:34 [2021-04-22T13:34:34.088Z] #45 7.319 + go build -buildmode=pie -v -o /build/vndr .
13:34:34 [2021-04-22T13:34:34.088Z] #45 8.731 runtime/internal/atomic
13:34:34 [2021-04-22T13:34:34.088Z] #45 8.812 internal/cpu
13:34:34 [2021-04-22T13:34:34.088Z] #45 8.960 runtime/internal/sys
13:34:34 [2021-04-22T13:34:34.088Z] #45 9.537 runtime/internal/math
13:34:34 [2021-04-22T13:34:34.088Z] #45 9.596 internal/bytealg
13:34:34 [2021-04-22T13:34:34.088Z] #45 9.696 internal/race
13:34:34 [2021-04-22T13:34:34.088Z] #45 9.861 sync/atomic
13:34:34 [2021-04-22T13:34:34.088Z] #45 ...
13:34:34 [2021-04-22T13:34:34.088Z] 
13:34:34 [2021-04-22T13:34:34.088Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:34:34 [2021-04-22T13:34:34.088Z] #47 sha256:fcbe59bddaa563de39d4f2d1db5889d755ebd5d4317c5a541a61f91710072d35
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.071 + RM_GOPATH=0
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.073 + TMP_GOPATH=
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.073 + : /build
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.073 + '[' -z '' ']'
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.073 ++ mktemp -d
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.073 + export GOPATH=/tmp/tmp.T9n8BiKYgT
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.073 + GOPATH=/tmp/tmp.T9n8BiKYgT
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.074 + RM_GOPATH=1
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.074 + case "$(go env GOARCH)" in
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.074 ++ go env GOARCH
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.088 + export GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.088 + GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.090 ++ dirname /tmp/install/install.sh
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.091 + dir=/tmp/install
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.091 + bin=gotestsum
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.091 + shift
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.091 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.091 + . /tmp/install/gotestsum.installer
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.091 ++ : v0.5.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.091 + install_gotestsum
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.096 + set -e
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.096 + export GO111MODULE=on
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.096 + GO111MODULE=on
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.096 + GOBIN=/build
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.096 + go get gotest.tools/gotestsum@v0.5.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.114 go: finding gotest.tools/gotestsum v0.5.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.114 go: finding gotest.tools v0.5.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 6.920 go: downloading gotest.tools/gotestsum v0.5.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 7.819 go: extracting gotest.tools/gotestsum v0.5.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.212 go: downloading github.com/spf13/pflag v1.0.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.239 go: downloading github.com/pkg/errors v0.9.1
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.243 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.253 go: downloading github.com/jonboulle/clockwork v0.1.0
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.307 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.316 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.346 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.367 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.442 go: extracting github.com/jonboulle/clockwork v0.1.0
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.516 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.568 go: extracting github.com/pkg/errors v0.9.1
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.729 go: extracting github.com/spf13/pflag v1.0.3
13:34:34 [2021-04-22T13:34:34.088Z] #47 9.736 go: downloading github.com/fatih/color v1.9.0
13:34:34 [2021-04-22T13:34:34.088Z] #47 10.28 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:34:34 [2021-04-22T13:34:34.413Z] #47 ...
13:34:34 [2021-04-22T13:34:34.413Z] 
13:34:34 [2021-04-22T13:34:34.413Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:34:34 [2021-04-22T13:34:34.413Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:34:34 [2021-04-22T13:34:34.413Z] #36 7.913 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:34:34 [2021-04-22T13:34:34.413Z] #36 7.974 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:34:34 [2021-04-22T13:34:34.413Z] #36 8.034 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:34:34 [2021-04-22T13:34:34.413Z] #36 9.984 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:34:34 [2021-04-22T13:34:34.413Z] #36 ...
13:34:34 [2021-04-22T13:34:34.413Z] 
13:34:34 [2021-04-22T13:34:34.413Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:34:34 [2021-04-22T13:34:34.413Z] #58 sha256:338dfd9277c5868907e3e81794167a9588a43edc2e10c70b7abb6de827e42dd2
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + RM_GOPATH=0
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + TMP_GOPATH=
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + : /build
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + '[' -z '' ']'
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 ++ mktemp -d
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + export GOPATH=/tmp/tmp.EXqafKX8Ei
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + GOPATH=/tmp/tmp.EXqafKX8Ei
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + RM_GOPATH=1
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 + case "$(go env GOARCH)" in
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.560 ++ go env GOARCH
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + export GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 ++ dirname /tmp/install/install.sh
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + dir=/tmp/install
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + bin=rootlesskit
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + shift
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + . /tmp/install/rootlesskit.installer
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + install_rootlesskit
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + case "$1" in
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + export CGO_ENABLED=0
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + CGO_ENABLED=0
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.572 + _install_rootlesskit
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.573 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.576 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.EXqafKX8Ei/src/github.com/rootless-containers/rootlesskit
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.576 Cloning into '/tmp/tmp.EXqafKX8Ei/src/github.com/rootless-containers/rootlesskit'...
13:34:34 [2021-04-22T13:34:34.413Z] #58 6.579 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:34:34 [2021-04-22T13:34:34.675Z] #58 ...
13:34:34 [2021-04-22T13:34:34.675Z] 
13:34:34 [2021-04-22T13:34:34.675Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:34:34 [2021-04-22T13:34:34.675Z] #34 sha256:84ec174d908294162d4ea876bbcf916768866bf91bd155a64e461edd7f4318bb
13:34:34 [2021-04-22T13:34:34.675Z] #34 7.306 Install go-toml version v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 7.343 go: finding github.com v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 7.343 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 7.343 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 7.343 go: finding github.com/pelletier/go-toml v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 7.343 go: finding github.com/pelletier v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 8.612 go: downloading github.com/pelletier/go-toml v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 9.075 go: extracting github.com/pelletier/go-toml v1.8.1
13:34:34 [2021-04-22T13:34:34.675Z] #34 ...
13:34:34 [2021-04-22T13:34:34.675Z] 
13:34:34 [2021-04-22T13:34:34.675Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:34:34 [2021-04-22T13:34:34.675Z] #24 sha256:acb425a2ab83cc822fd76e343dc57f783945eb9829ca299306fbc255a86ed01a
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.087 + RM_GOPATH=0
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.087 + TMP_GOPATH=
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.087 + : /build
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.088 + '[' -z '' ']'
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.092 ++ mktemp -d
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.102 + export GOPATH=/tmp/tmp.1t1h0Neoql
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.102 + GOPATH=/tmp/tmp.1t1h0Neoql
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.102 + RM_GOPATH=1
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.102 + case "$(go env GOARCH)" in
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.128 ++ go env GOARCH
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.175 + export GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.176 + GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.180 ++ dirname /tmp/install/install.sh
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.187 + dir=/tmp/install
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.187 + bin=dockercli
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.187 + shift
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.187 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.187 + . /tmp/install/dockercli.installer
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.187 ++ : stable
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.187 ++ : 17.06.2-ce
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.188 + install_dockercli
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.188 Install docker/cli version 17.06.2-ce from stable
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.188 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.188 ++ uname -m
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.206 + arch=x86_64
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.206 + '[' x86_64 '!=' x86_64 ']'
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.206 + url=https://download.docker.com/linux/static
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.208 + tar -xz docker/docker
13:34:34 [2021-04-22T13:34:34.675Z] #24 7.211 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:34:34 [2021-04-22T13:34:34.978Z] #24 ...
13:34:34 [2021-04-22T13:34:34.978Z] 
13:34:34 [2021-04-22T13:34:34.978Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:34:34 [2021-04-22T13:34:34.978Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:34:34 [2021-04-22T13:34:34.978Z] #42 7.848 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:34:34 [2021-04-22T13:34:34.978Z] #42 7.917 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:34:34 [2021-04-22T13:34:34.978Z] #42 7.973 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:34:34 [2021-04-22T13:34:34.978Z] #42 10.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:34:34 [2021-04-22T13:34:34.978Z] #42 ...
13:34:34 [2021-04-22T13:34:34.978Z] 
13:34:34 [2021-04-22T13:34:34.978Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:34:34 [2021-04-22T13:34:34.978Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.431 + RM_GOPATH=0
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.431 + TMP_GOPATH=
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.431 + : /build
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.431 + '[' -z '' ']'
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.433 ++ mktemp -d
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.446 + export GOPATH=/tmp/tmp.xCwR6Hzlld
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.447 + GOPATH=/tmp/tmp.xCwR6Hzlld
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.447 + RM_GOPATH=1
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.447 + case "$(go env GOARCH)" in
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.452 ++ go env GOARCH
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.528 + export GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.528 + GO_BUILDMODE=-buildmode=pie
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.533 ++ dirname /tmp/install/install.sh
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.536 + dir=/tmp/install
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.536 + bin=shfmt
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.536 + shift
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.537 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.537 + . /tmp/install/shfmt.installer
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.537 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.538 + install_shfmt
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.540 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.540 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.540 + git clone https://github.com/mvdan/sh.git /tmp/tmp.xCwR6Hzlld/src/github.com/mvdan/sh
13:34:34 [2021-04-22T13:34:34.978Z] #51 7.544 Cloning into '/tmp/tmp.xCwR6Hzlld/src/github.com/mvdan/sh'...
13:34:35 [2021-04-22T13:34:35.240Z] #51 ...
13:34:35 [2021-04-22T13:34:35.240Z] 
13:34:35 [2021-04-22T13:34:35.240Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:34:35 [2021-04-22T13:34:35.240Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:34:35 [2021-04-22T13:34:35.240Z] #55 7.780 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:34:35 [2021-04-22T13:34:35.240Z] #55 7.883 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:34:35 [2021-04-22T13:34:35.240Z] #55 7.891 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:34:35 [2021-04-22T13:34:35.240Z] #55 9.043 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:34:35 [2021-04-22T13:34:35.240Z] #55 ...
13:34:35 [2021-04-22T13:34:35.240Z] 
13:34:35 [2021-04-22T13:34:35.241Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:34:35 [2021-04-22T13:34:35.241Z] #47 sha256:fcbe59bddaa563de39d4f2d1db5889d755ebd5d4317c5a541a61f91710072d35
13:34:35 [2021-04-22T13:34:35.241Z] #47 10.69 go: extracting github.com/fatih/color v1.9.0
13:34:35 [2021-04-22T13:34:35.241Z] #47 10.69 go: downloading github.com/mattn/go-colorable v0.1.6
13:34:35 [2021-04-22T13:34:35.241Z] #47 10.69 go: downloading github.com/mattn/go-isatty v0.0.12
13:34:35 [2021-04-22T13:34:35.241Z] #47 11.40 go: extracting github.com/mattn/go-colorable v0.1.6
13:34:35 [2021-04-22T13:34:35.241Z] #47 11.43 go: extracting github.com/mattn/go-isatty v0.0.12
13:34:35 [2021-04-22T13:34:35.502Z] #47 ...
13:34:35 [2021-04-22T13:34:35.502Z] 
13:34:35 [2021-04-22T13:34:35.502Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:34:35 [2021-04-22T13:34:35.502Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:34:35 [2021-04-22T13:34:35.502Z] #32 5.692 + git clone https://github.com/kolyshkin/go-swagger.git .
13:34:35 [2021-04-22T13:34:35.502Z] #32 5.704 Cloning into '.'...
13:34:35 [2021-04-22T13:34:35.502Z] #32 ...
13:34:35 [2021-04-22T13:34:35.502Z] 
13:34:35 [2021-04-22T13:34:35.502Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:34:35 [2021-04-22T13:34:35.502Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:34:35 [2021-04-22T13:34:35.502Z] #40 5.645 + git clone https://github.com/docker/distribution.git .
13:34:35 [2021-04-22T13:34:35.502Z] #40 5.660 Cloning into '.'...
13:34:35 [2021-04-22T13:34:35.764Z] #40 ...
13:34:35 [2021-04-22T13:34:35.764Z] 
13:34:35 [2021-04-22T13:34:35.764Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:34:35 [2021-04-22T13:34:35.764Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:34:35 [2021-04-22T13:34:35.764Z] #13 3.588 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:34:35 [2021-04-22T13:34:35.764Z] #13 3.891 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:34:35 [2021-04-22T13:34:35.764Z] #13 3.891 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:34:35 [2021-04-22T13:34:35.764Z] #13 3.891 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:34:36 [2021-04-22T13:34:36.342Z] #13 4.691 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:34:38 [2021-04-22T13:34:38.927Z] #13 6.690 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:34:40 [2021-04-22T13:34:40.494Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-01f103ff52293bd8d) in /home/ubuntu/workspace/moby_PR-42164
[Pipeline] {
[Pipeline] checkout
13:34:40 [2021-04-22T13:34:40.711Z] The recommended git tool is: git
13:34:40 [2021-04-22T13:34:40.858Z] #13 ...
13:34:40 [2021-04-22T13:34:40.858Z] 
13:34:40 [2021-04-22T13:34:40.858Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:34:40 [2021-04-22T13:34:40.858Z] #58 sha256:338dfd9277c5868907e3e81794167a9588a43edc2e10c70b7abb6de827e42dd2
13:34:40 [2021-04-22T13:34:40.858Z] #58 12.93 + cd /tmp/tmp.EXqafKX8Ei/src/github.com/rootless-containers/rootlesskit
13:34:40 [2021-04-22T13:34:40.858Z] #58 12.93 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:34:40 [2021-04-22T13:34:40.858Z] #58 13.00 + export GO111MODULE=on
13:34:40 [2021-04-22T13:34:40.858Z] #58 13.00 + GO111MODULE=on
13:34:40 [2021-04-22T13:34:40.858Z] #58 13.00 + export GOPROXY=https://proxy.golang.org
13:34:40 [2021-04-22T13:34:40.858Z] #58 13.00 + GOPROXY=https://proxy.golang.org
13:34:40 [2021-04-22T13:34:40.858Z] #58 13.00 + for f in rootlesskit rootlesskit-docker-proxy
13:34:40 [2021-04-22T13:34:40.858Z] #58 13.00 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:34:40 [2021-04-22T13:34:40.858Z] #58 14.62 go: downloading github.com/urfave/cli/v2 v2.3.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 14.77 go: downloading github.com/pkg/errors v0.9.1
13:34:40 [2021-04-22T13:34:40.858Z] #58 14.79 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:34:40 [2021-04-22T13:34:40.858Z] #58 14.80 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:34:40 [2021-04-22T13:34:40.858Z] #58 14.99 go: downloading github.com/google/uuid v1.2.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.05 go: downloading github.com/gofrs/flock v0.8.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.06 go: downloading github.com/gorilla/mux v1.8.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.07 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.09 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.12 go: extracting github.com/pkg/errors v0.9.1
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.26 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.50 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.57 go: extracting github.com/gofrs/flock v0.8.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.64 go: downloading github.com/moby/vpnkit v0.5.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.68 go: downloading github.com/sirupsen/logrus v1.8.1
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.76 go: extracting github.com/google/uuid v1.2.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 15.82 go: extracting github.com/gorilla/mux v1.8.0
13:34:40 [2021-04-22T13:34:40.858Z] #58 16.21 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:34:40 [2021-04-22T13:34:40.858Z] #58 16.56 go: extracting github.com/sirupsen/logrus v1.8.1
13:34:41 [2021-04-22T13:34:41.120Z] #58 17.44 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:34:41 [2021-04-22T13:34:41.382Z] #58 17.54 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:34:41 [2021-04-22T13:34:41.959Z] #58 ...
13:34:41 [2021-04-22T13:34:41.959Z] 
13:34:41 [2021-04-22T13:34:41.959Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:41 [2021-04-22T13:34:41.959Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:41 [2021-04-22T13:34:41.959Z] #49 18.05 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:34:41 [2021-04-22T13:34:41.959Z] #49 18.05 go: downloading github.com/fatih/color v1.7.0
13:34:41 [2021-04-22T13:34:41.959Z] #49 18.07 go: downloading github.com/spf13/pflag v1.0.5
13:34:41 [2021-04-22T13:34:41.959Z] #49 ...
13:34:41 [2021-04-22T13:34:41.959Z] 
13:34:41 [2021-04-22T13:34:41.959Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:34:41 [2021-04-22T13:34:41.959Z] #24 sha256:acb425a2ab83cc822fd76e343dc57f783945eb9829ca299306fbc255a86ed01a
13:34:41 [2021-04-22T13:34:41.959Z] #24 17.51 + mkdir -p /build
13:34:41 [2021-04-22T13:34:41.959Z] #24 17.52 + mv docker/docker /build/
13:34:41 [2021-04-22T13:34:41.959Z] #24 17.56 + rmdir docker
13:34:41 [2021-04-22T13:34:41.959Z] #24 DONE 18.1s
13:34:41 [2021-04-22T13:34:41.959Z] 
13:34:41 [2021-04-22T13:34:41.959Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:41 [2021-04-22T13:34:41.959Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:41 [2021-04-22T13:34:41.959Z] #49 18.07 go: downloading github.com/spf13/viper v1.6.1
13:34:41 [2021-04-22T13:34:41.959Z] #49 18.07 go: downloading github.com/pkg/errors v0.8.1
13:34:42 [2021-04-22T13:34:42.220Z] #49 18.36 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:34:42 [2021-04-22T13:34:42.220Z] #49 18.51 go: downloading github.com/spf13/cobra v0.0.5
13:34:42 [2021-04-22T13:34:42.481Z] #49 18.52 go: downloading github.com/stretchr/testify v1.4.0
13:34:42 [2021-04-22T13:34:42.481Z] #49 18.56 go: extracting github.com/fatih/color v1.7.0
13:34:42 [2021-04-22T13:34:42.481Z] #49 18.60 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:34:42 [2021-04-22T13:34:42.481Z] #49 18.71 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:34:42 [2021-04-22T13:34:42.742Z] #49 18.83 go: extracting github.com/pkg/errors v0.8.1
13:34:42 [2021-04-22T13:34:42.742Z] #49 18.94 go: extracting github.com/spf13/pflag v1.0.5
13:34:42 [2021-04-22T13:34:42.742Z] #49 18.97 go: downloading github.com/go-critic/go-critic v0.4.1
13:34:42 [2021-04-22T13:34:42.742Z] #49 19.01 go: downloading github.com/mattn/go-colorable v0.1.4
13:34:42 [2021-04-22T13:34:42.742Z] #49 19.02 go: downloading github.com/sirupsen/logrus v1.4.2
13:34:42 [2021-04-22T13:34:42.742Z] #49 19.02 go: extracting github.com/spf13/viper v1.6.1
13:34:42 [2021-04-22T13:34:42.742Z] #49 19.07 go: downloading github.com/spf13/cast v1.3.0
13:34:42 [2021-04-22T13:34:42.806Z] using credential docker-jenkins-github-credentials
13:34:42 [2021-04-22T13:34:42.816Z] Cloning the remote Git repository
13:34:42 [2021-04-22T13:34:42.816Z] Cloning with configured refspecs honoured and without tags
13:34:42 [2021-04-22T13:34:42.883Z] Cloning repository https://github.com/moby/moby.git
13:34:42 [2021-04-22T13:34:42.943Z]  > git init /home/ubuntu/workspace/moby_PR-42164 # timeout=10
13:34:43 [2021-04-22T13:34:43.314Z] #49 19.38 go: downloading github.com/hashicorp/hcl v1.0.0
13:34:43 [2021-04-22T13:34:43.314Z] #49 19.57 go: extracting github.com/mattn/go-colorable v0.1.4
13:34:43 [2021-04-22T13:34:43.314Z] #49 19.60 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:34:43 [2021-04-22T13:34:43.314Z] #49 19.61 go: downloading github.com/subosito/gotenv v1.2.0
13:34:43 [2021-04-22T13:34:43.314Z] #49 19.66 go: extracting github.com/sirupsen/logrus v1.4.2
13:34:43 [2021-04-22T13:34:43.575Z] #49 19.82 go: extracting github.com/subosito/gotenv v1.2.0
13:34:43 [2021-04-22T13:34:43.575Z] #49 19.95 go: extracting github.com/go-critic/go-critic v0.4.1
13:34:43 [2021-04-22T13:34:43.836Z] #49 20.00 go: downloading gopkg.in/ini.v1 v1.51.0
13:34:43 [2021-04-22T13:34:43.836Z] #49 20.05 go: extracting github.com/spf13/cast v1.3.0
13:34:43 [2021-04-22T13:34:43.836Z] #49 20.06 go: downloading github.com/magiconair/properties v1.8.1
13:34:43 [2021-04-22T13:34:43.896Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e4f0a348fb332b3e) in /home/ubuntu/workspace/moby_PR-42164
[Pipeline] {
[Pipeline] checkout
13:34:44 [2021-04-22T13:34:44.012Z] The recommended git tool is: git
13:34:44 [2021-04-22T13:34:44.106Z] #49 20.23 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:34:44 [2021-04-22T13:34:44.106Z] #49 20.23 go: downloading github.com/mattn/go-isatty v0.0.8
13:34:44 [2021-04-22T13:34:44.106Z] #49 20.31 go: extracting github.com/hashicorp/hcl v1.0.0
13:34:44 [2021-04-22T13:34:44.106Z] #49 20.41 go: extracting github.com/magiconair/properties v1.8.1
13:34:43 [2021-04-22T13:34:43.175Z] Fetching upstream changes from https://github.com/moby/moby.git
13:34:43 [2021-04-22T13:34:43.176Z]  > git --version # timeout=10
13:34:43 [2021-04-22T13:34:43.207Z]  > git --version # 'git version 2.17.1'
13:34:43 [2021-04-22T13:34:43.208Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:43 [2021-04-22T13:34:43.209Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:34:44 [2021-04-22T13:34:44.369Z] #49 20.49 go: extracting github.com/spf13/cobra v0.0.5
13:34:44 [2021-04-22T13:34:44.369Z] #49 20.58 go: extracting github.com/mattn/go-isatty v0.0.8
13:34:44 [2021-04-22T13:34:44.369Z] #49 20.59 go: extracting github.com/stretchr/testify v1.4.0
13:34:44 [2021-04-22T13:34:44.369Z] #49 ...
13:34:44 [2021-04-22T13:34:44.369Z] 
13:34:44 [2021-04-22T13:34:44.369Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:34:44 [2021-04-22T13:34:44.369Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:34:44 [2021-04-22T13:34:44.369Z] #45 10.57 unicode
13:34:44 [2021-04-22T13:34:44.369Z] #45 11.47 runtime
13:34:44 [2021-04-22T13:34:44.369Z] #45 14.69 unicode/utf8
13:34:44 [2021-04-22T13:34:44.369Z] #45 15.21 math/bits
13:34:44 [2021-04-22T13:34:44.369Z] #45 15.99 math
13:34:44 [2021-04-22T13:34:44.634Z] #45 20.76 internal/testlog
13:34:44 [2021-04-22T13:34:44.634Z] #45 ...
13:34:44 [2021-04-22T13:34:44.634Z] 
13:34:44 [2021-04-22T13:34:44.634Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:44 [2021-04-22T13:34:44.634Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:44 [2021-04-22T13:34:44.634Z] #49 20.72 go: extracting gopkg.in/ini.v1 v1.51.0
13:34:44 [2021-04-22T13:34:44.896Z] #49 20.97 go: downloading github.com/spf13/afero v1.1.2
13:34:44 [2021-04-22T13:34:44.896Z] #49 20.98 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:34:44 [2021-04-22T13:34:44.896Z] #49 21.03 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:34:44 [2021-04-22T13:34:44.896Z] #49 21.07 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:34:44 [2021-04-22T13:34:44.896Z] #49 21.15 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:34:44 [2021-04-22T13:34:44.896Z] #49 21.24 go: downloading github.com/davecgh/go-spew v1.1.1
13:34:45 [2021-04-22T13:34:45.160Z] #49 21.33 go: extracting github.com/spf13/afero v1.1.2
13:34:45 [2021-04-22T13:34:45.421Z] #49 21.48 go: extracting github.com/davecgh/go-spew v1.1.1
13:34:45 [2021-04-22T13:34:45.421Z] #49 21.61 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:34:45 [2021-04-22T13:34:45.421Z] #49 21.61 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:34:45 [2021-04-22T13:34:45.683Z] #49 21.76 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:34:45 [2021-04-22T13:34:45.683Z] #49 21.90 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:34:45 [2021-04-22T13:34:45.683Z] #49 21.98 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:34:45 [2021-04-22T13:34:45.802Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0aaf3de03d9974e5b) in /home/ubuntu/workspace/moby_PR-42164
[Pipeline] {
[Pipeline] checkout
13:34:45 [2021-04-22T13:34:45.944Z] #49 22.13 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:34:46 [2021-04-22T13:34:46.172Z] The recommended git tool is: git
13:34:46 [2021-04-22T13:34:46.508Z] using credential docker-jenkins-github-credentials
13:34:46 [2021-04-22T13:34:46.515Z] Cloning the remote Git repository
13:34:46 [2021-04-22T13:34:46.515Z] Cloning with configured refspecs honoured and without tags
13:34:46 [2021-04-22T13:34:46.517Z] #49 ...
13:34:46 [2021-04-22T13:34:46.517Z] 
13:34:46 [2021-04-22T13:34:46.518Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:34:46 [2021-04-22T13:34:46.518Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:34:46 [2021-04-22T13:34:46.518Z] #55 12.59 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:34:46 [2021-04-22T13:34:46.518Z] #55 14.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:34:46 [2021-04-22T13:34:46.518Z] #55 ...
13:34:46 [2021-04-22T13:34:46.518Z] 
13:34:46 [2021-04-22T13:34:46.518Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:34:46 [2021-04-22T13:34:46.518Z] #34 sha256:84ec174d908294162d4ea876bbcf916768866bf91bd155a64e461edd7f4318bb
13:34:46 [2021-04-22T13:34:46.518Z] #34 12.66 github.com/pelletier/go-toml
13:34:46 [2021-04-22T13:34:46.518Z] #34 20.84 github.com/pelletier/go-toml/cmd/tomll
13:34:46 [2021-04-22T13:34:46.780Z] #34 ...
13:34:46 [2021-04-22T13:34:46.780Z] 
13:34:46 [2021-04-22T13:34:46.780Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:34:46 [2021-04-22T13:34:46.780Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:34:46 [2021-04-22T13:34:46.780Z] #36 12.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:34:46 [2021-04-22T13:34:46.780Z] #36 15.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:34:46 [2021-04-22T13:34:46.780Z] #36 ...
13:34:46 [2021-04-22T13:34:46.780Z] 
13:34:46 [2021-04-22T13:34:46.780Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:34:46 [2021-04-22T13:34:46.780Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:34:46 [2021-04-22T13:34:46.780Z] #51 20.84 + cd /tmp/tmp.xCwR6Hzlld/src/github.com/mvdan/sh
13:34:46 [2021-04-22T13:34:46.780Z] #51 20.84 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:34:46 [2021-04-22T13:34:46.780Z] #51 21.02 + GO111MODULE=on
13:34:46 [2021-04-22T13:34:46.780Z] #51 21.02 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:34:46 [2021-04-22T13:34:46.780Z] #51 22.26 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:34:46 [2021-04-22T13:34:46.780Z] #51 22.26 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:34:46 [2021-04-22T13:34:46.780Z] #51 22.38 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:34:46 [2021-04-22T13:34:46.780Z] #51 22.55 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:34:46 [2021-04-22T13:34:46.780Z] #51 22.77 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:34:47 [2021-04-22T13:34:47.354Z] #51 23.55 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:34:47 [2021-04-22T13:34:47.354Z] #51 ...
13:34:47 [2021-04-22T13:34:47.354Z] 
13:34:47 [2021-04-22T13:34:47.354Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:34:47 [2021-04-22T13:34:47.354Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:34:47 [2021-04-22T13:34:47.354Z] #42 13.50 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:34:47 [2021-04-22T13:34:47.354Z] #42 15.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:34:47 [2021-04-22T13:34:47.354Z] #42 ...
13:34:47 [2021-04-22T13:34:47.354Z] 
13:34:47 [2021-04-22T13:34:47.354Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:34:47 [2021-04-22T13:34:47.354Z] #47 sha256:fcbe59bddaa563de39d4f2d1db5889d755ebd5d4317c5a541a61f91710072d35
13:34:47 [2021-04-22T13:34:47.354Z] #47 13.42 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:34:47 [2021-04-22T13:34:47.354Z] #47 14.22 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:34:47 [2021-04-22T13:34:47.354Z] #47 16.19 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.04 go: finding github.com/fatih/color v1.9.0
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.12 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.16 go: finding github.com/pkg/errors v0.9.1
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.35 go: finding github.com/spf13/pflag v1.0.3
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.35 go: finding github.com/mattn/go-colorable v0.1.6
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.40 go: finding github.com/mattn/go-isatty v0.0.12
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.68 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.86 go: finding github.com/jonboulle/clockwork v0.1.0
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.94 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:34:47 [2021-04-22T13:34:47.354Z] #47 20.97 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:34:47 [2021-04-22T13:34:47.354Z] #47 21.03 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:34:46 [2021-04-22T13:34:46.553Z] Cloning repository https://github.com/moby/moby.git
13:34:46 [2021-04-22T13:34:46.618Z]  > git init /home/ubuntu/workspace/moby_PR-42164 # timeout=10
13:34:46 [2021-04-22T13:34:46.932Z] Fetching upstream changes from https://github.com/moby/moby.git
13:34:46 [2021-04-22T13:34:46.933Z]  > git --version # timeout=10
13:34:46 [2021-04-22T13:34:46.948Z]  > git --version # 'git version 2.25.1'
13:34:46 [2021-04-22T13:34:46.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:46 [2021-04-22T13:34:46.950Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:34:47 [2021-04-22T13:34:47.617Z] #47 ...
13:34:47 [2021-04-22T13:34:47.617Z] 
13:34:47 [2021-04-22T13:34:47.617Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:47 [2021-04-22T13:34:47.617Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:47 [2021-04-22T13:34:47.617Z] #49 22.68 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:34:47 [2021-04-22T13:34:47.617Z] #49 23.13 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:34:47 [2021-04-22T13:34:47.617Z] #49 23.35 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:34:47 [2021-04-22T13:34:47.617Z] #49 23.41 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:34:47 [2021-04-22T13:34:47.617Z] #49 23.43 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:34:47 [2021-04-22T13:34:47.617Z] #49 23.49 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:34:47 [2021-04-22T13:34:47.617Z] #49 23.51 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:34:47 [2021-04-22T13:34:47.617Z] #49 23.97 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:34:48 [2021-04-22T13:34:48.252Z] #49 24.34 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:34:48 [2021-04-22T13:34:48.839Z] #49 ...
13:34:48 [2021-04-22T13:34:48.839Z] 
13:34:48 [2021-04-22T13:34:48.839Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:34:48 [2021-04-22T13:34:48.839Z] #34 sha256:84ec174d908294162d4ea876bbcf916768866bf91bd155a64e461edd7f4318bb
13:34:48 [2021-04-22T13:34:48.839Z] #34 DONE 25.1s
13:34:48 [2021-04-22T13:34:48.839Z] 
13:34:48 [2021-04-22T13:34:48.839Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:48 [2021-04-22T13:34:48.839Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:48 [2021-04-22T13:34:48.839Z] #49 25.06 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:34:50 [2021-04-22T13:34:50.106Z] using credential docker-jenkins-github-credentials
13:34:50 [2021-04-22T13:34:50.117Z] Cloning the remote Git repository
13:34:50 [2021-04-22T13:34:50.117Z] Cloning with configured refspecs honoured and without tags
13:34:50 [2021-04-22T13:34:50.132Z] Cloning repository https://github.com/moby/moby.git
13:34:50 [2021-04-22T13:34:50.181Z]  > git init /home/ubuntu/workspace/moby_PR-42164 # timeout=10
13:34:50 [2021-04-22T13:34:50.458Z] Fetching upstream changes from https://github.com/moby/moby.git
13:34:50 [2021-04-22T13:34:50.458Z]  > git --version # timeout=10
13:34:50 [2021-04-22T13:34:50.475Z]  > git --version # 'git version 2.17.1'
13:34:50 [2021-04-22T13:34:50.475Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:34:50 [2021-04-22T13:34:50.477Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:34:51 [2021-04-22T13:34:51.425Z] #49 ...
13:34:51 [2021-04-22T13:34:51.425Z] 
13:34:51 [2021-04-22T13:34:51.425Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:34:51 [2021-04-22T13:34:51.425Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:34:51 [2021-04-22T13:34:51.425Z] #13 9.158 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:34:51 [2021-04-22T13:34:51.425Z] #13 12.14 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:34:51 [2021-04-22T13:34:51.425Z] #13 ...
13:34:51 [2021-04-22T13:34:51.425Z] 
13:34:51 [2021-04-22T13:34:51.425Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:34:51 [2021-04-22T13:34:51.425Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:34:51 [2021-04-22T13:34:51.425Z] #40 23.68 Checking out files:  79% (1343/1684)   
Checking out files:  80% (1348/1684)   
Checking out files:  81% (1365/1684)   
Checking out files:  82% (1381/1684)   
Checking out files:  83% (1398/1684)   
Checking out files:  84% (1415/1684)   
Checking out files:  85% (1432/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.
13:34:51 [2021-04-22T13:34:51.425Z] #40 24.45 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:34:51 [2021-04-22T13:34:51.997Z] #40 26.46 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:34:53 [2021-04-22T13:34:53.389Z] #40 ...
13:34:53 [2021-04-22T13:34:53.389Z] 
13:34:53 [2021-04-22T13:34:53.389Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:34:53 [2021-04-22T13:34:53.389Z] #58 sha256:338dfd9277c5868907e3e81794167a9588a43edc2e10c70b7abb6de827e42dd2
13:34:53 [2021-04-22T13:34:53.389Z] #58 19.40 go: extracting github.com/moby/vpnkit v0.5.0
13:34:53 [2021-04-22T13:34:53.389Z] #58 21.17 go: extracting github.com/urfave/cli/v2 v2.3.0
13:34:53 [2021-04-22T13:34:53.389Z] #58 21.70 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:34:53 [2021-04-22T13:34:53.389Z] #58 22.97 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:34:53 [2021-04-22T13:34:53.389Z] #58 26.96 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:34:53 [2021-04-22T13:34:53.389Z] #58 27.12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:34:53 [2021-04-22T13:34:53.389Z] #58 27.23 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:34:53 [2021-04-22T13:34:53.389Z] #58 27.26 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:34:53 [2021-04-22T13:34:53.389Z] #58 27.58 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:34:53 [2021-04-22T13:34:53.389Z] #58 ...
13:34:53 [2021-04-22T13:34:53.389Z] 
13:34:53 [2021-04-22T13:34:53.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
13:34:53 [2021-04-22T13:34:53.389Z] #67 sha256:cfefd96058be0f5d5d87ffc7a24ba714021e8d511986d6607674c046f10197c2
13:34:53 [2021-04-22T13:34:53.389Z] #67 27.84 Checking out files:  66% (1266/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
13:34:53 [2021-04-22T13:34:53.389Z] #67 28.36 + cd /tmp/tmp.kFYFNqbzoQ/src/github.com/docker/libnetwork
13:34:53 [2021-04-22T13:34:53.389Z] #67 28.36 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:34:53 [2021-04-22T13:34:53.389Z] #67 29.13 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:34:54 [2021-04-22T13:34:54.777Z] #67 ...
13:34:54 [2021-04-22T13:34:54.777Z] 
13:34:54 [2021-04-22T13:34:54.777Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:34:54 [2021-04-22T13:34:54.777Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:34:54 [2021-04-22T13:34:54.777Z] #45 20.94 encoding
13:34:54 [2021-04-22T13:34:54.777Z] #45 21.05 unicode/utf16
13:34:54 [2021-04-22T13:34:54.777Z] #45 21.31 container/list
13:34:54 [2021-04-22T13:34:54.777Z] #45 21.87 crypto/internal/subtle
13:34:54 [2021-04-22T13:34:54.777Z] #45 22.01 crypto/subtle
13:34:54 [2021-04-22T13:34:54.777Z] #45 22.21 vendor/golang.org/x/crypto/cryptobyte/asn1
13:34:54 [2021-04-22T13:34:54.777Z] #45 22.33 internal/nettrace
13:34:54 [2021-04-22T13:34:54.777Z] #45 22.45 runtime/cgo
13:34:54 [2021-04-22T13:34:54.777Z] #45 ...
13:34:54 [2021-04-22T13:34:54.777Z] 
13:34:54 [2021-04-22T13:34:54.777Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:54 [2021-04-22T13:34:54.777Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:54 [2021-04-22T13:34:54.777Z] #49 27.73 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:34:54 [2021-04-22T13:34:54.777Z] #49 27.80 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:34:54 [2021-04-22T13:34:54.777Z] #49 28.64 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:34:54 [2021-04-22T13:34:54.777Z] #49 28.64 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:34:54 [2021-04-22T13:34:54.777Z] #49 28.64 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:34:54 [2021-04-22T13:34:54.777Z] #49 28.76 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:34:54 [2021-04-22T13:34:54.777Z] #49 28.76 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.76 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.76 go: downloading github.com/pmezard/go-difflib v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.77 go: downloading github.com/stretchr/objx v0.2.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.82 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.83 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.83 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.84 go: downloading gopkg.in/yaml.v2 v2.2.7
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:34:54 [2021-04-22T13:34:54.778Z] #49 28.96 go: downloading github.com/pelletier/go-toml v1.2.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.02 go: extracting github.com/stretchr/objx v0.2.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.07 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.07 go: extracting github.com/pmezard/go-difflib v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.07 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.07 go: extracting gopkg.in/yaml.v2 v2.2.7
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.19 go: downloading golang.org/x/text v0.3.2
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.22 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.36 go: downloading github.com/ultraware/funlen v0.0.2
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.38 go: extracting github.com/pelletier/go-toml v1.2.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.39 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.62 go: downloading github.com/go-toolsmith/astp v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.69 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.69 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.83 go: extracting github.com/ultraware/funlen v0.0.2
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.88 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.90 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.93 go: extracting github.com/go-toolsmith/astp v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.93 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.95 go: downloading github.com/gobwas/glob v0.2.3
13:34:54 [2021-04-22T13:34:54.778Z] #49 29.95 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.07 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.15 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.18 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.18 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.25 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.27 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.33 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.36 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.39 go: extracting github.com/gobwas/glob v0.2.3
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.46 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.64 go: downloading github.com/ultraware/whitespace v0.0.4
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.64 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.65 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.77 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.80 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.91 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.98 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:34:54 [2021-04-22T13:34:54.778Z] #49 30.98 go: extracting github.com/ultraware/whitespace v0.0.4
13:34:54 [2021-04-22T13:34:54.778Z] #49 31.02 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:34:54 [2021-04-22T13:34:54.778Z] #49 31.04 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:34:54 [2021-04-22T13:34:54.778Z] #49 31.07 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:34:54 [2021-04-22T13:34:54.778Z] #49 31.09 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:34:55 [2021-04-22T13:34:55.039Z] #49 31.13 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:34:55 [2021-04-22T13:34:55.040Z] #49 31.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:34:55 [2021-04-22T13:34:55.302Z] #49 31.54 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:34:55 [2021-04-22T13:34:55.302Z] #49 31.58 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:34:55 [2021-04-22T13:34:55.302Z] #49 31.58 go: downloading github.com/go-toolsmith/typep v1.0.0
13:34:55 [2021-04-22T13:34:55.302Z] #49 31.64 go: downloading github.com/uudashr/gocognit v1.0.1
13:34:55 [2021-04-22T13:34:55.601Z] #49 31.73 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:34:55 [2021-04-22T13:34:55.601Z] #49 31.75 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:34:55 [2021-04-22T13:34:55.601Z] #49 31.75 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:34:55 [2021-04-22T13:34:55.864Z] #49 32.10 go: extracting github.com/go-toolsmith/typep v1.0.0
13:34:55 [2021-04-22T13:34:55.864Z] #49 32.10 go: extracting github.com/uudashr/gocognit v1.0.1
13:34:56 [2021-04-22T13:34:56.126Z] #49 32.27 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:34:56 [2021-04-22T13:34:56.126Z] #49 32.33 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:34:56 [2021-04-22T13:34:56.126Z] #49 32.45 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:34:56 [2021-04-22T13:34:56.316Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-08a25e4b9b518051d) in /home/ubuntu/workspace/moby_PR-42164
[Pipeline] {
[Pipeline] checkout
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.48 go: downloading github.com/kisielk/gotool v1.0.0
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.57 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.61 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.64 go: extracting github.com/kisielk/gotool v1.0.0
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.69 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.74 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:34:56 [2021-04-22T13:34:56.392Z] #49 32.80 go: downloading github.com/BurntSushi/toml v0.3.1
13:34:56 [2021-04-22T13:34:56.503Z] The recommended git tool is: git
13:34:56 [2021-04-22T13:34:56.669Z] #49 32.84 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:34:56 [2021-04-22T13:34:56.670Z] #49 32.92 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:34:56 [2021-04-22T13:34:56.932Z] #49 33.06 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:34:56 [2021-04-22T13:34:56.932Z] #49 33.09 go: extracting github.com/BurntSushi/toml v0.3.1
13:34:56 [2021-04-22T13:34:56.932Z] #49 33.16 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:34:56 [2021-04-22T13:34:56.932Z] #49 33.22 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:34:56 [2021-04-22T13:34:56.932Z] #49 ...
13:34:56 [2021-04-22T13:34:56.932Z] 
13:34:56 [2021-04-22T13:34:56.932Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:34:56 [2021-04-22T13:34:56.932Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:34:56 [2021-04-22T13:34:56.932Z] #45 33.28 vendor/golang.org/x/crypto/internal/subtle
13:34:57 [2021-04-22T13:34:57.193Z] #45 33.48 vendor/golang.org/x/crypto/curve25519
13:34:58 [2021-04-22T13:34:58.139Z] #45 ...
13:34:58 [2021-04-22T13:34:58.139Z] 
13:34:58 [2021-04-22T13:34:58.139Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:34:58 [2021-04-22T13:34:58.139Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:34:58 [2021-04-22T13:34:58.139Z] #51 24.41 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:34:58 [2021-04-22T13:34:58.139Z] #51 26.61 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:34:58 [2021-04-22T13:34:58.139Z] #51 27.80 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:34:58 [2021-04-22T13:34:58.139Z] #51 27.87 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:34:58 [2021-04-22T13:34:58.139Z] #51 28.02 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:34:58 [2021-04-22T13:34:58.139Z] #51 28.04 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:34:58 [2021-04-22T13:34:58.139Z] #51 28.81 runtime/cgo
13:34:58 [2021-04-22T13:34:58.139Z] #51 28.90 runtime
13:34:58 [2021-04-22T13:34:58.402Z] #51 ...
13:34:58 [2021-04-22T13:34:58.402Z] 
13:34:58 [2021-04-22T13:34:58.402Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:34:58 [2021-04-22T13:34:58.402Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:34:58 [2021-04-22T13:34:58.402Z] #49 33.60 go: downloading github.com/gogo/protobuf v1.2.1
13:34:58 [2021-04-22T13:34:58.402Z] #49 33.62 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:34:58 [2021-04-22T13:34:58.402Z] #49 33.91 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:34:58 [2021-04-22T13:34:58.402Z] #49 34.08 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:34:59 [2021-04-22T13:34:59.772Z] using credential docker-jenkins-github-credentials
13:34:59 [2021-04-22T13:34:59.780Z] Cloning the remote Git repository
13:34:59 [2021-04-22T13:34:59.780Z] Cloning with configured refspecs honoured and without tags
13:34:59 [2021-04-22T13:34:59.961Z] Cloning repository https://github.com/moby/moby.git
13:35:00 [2021-04-22T13:35:00.022Z]  > git init /home/ubuntu/workspace/moby_PR-42164 # timeout=10
13:35:00 [2021-04-22T13:35:00.955Z] #49 ...
13:35:00 [2021-04-22T13:35:00.955Z] 
13:35:00 [2021-04-22T13:35:00.955Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:35:00 [2021-04-22T13:35:00.955Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:35:00 [2021-04-22T13:35:00.955Z] #36 26.87 Fetched 8427 kB in 19s (437 kB/s)
13:35:00 [2021-04-22T13:35:00.955Z] #36 26.87 Reading package lists...
13:35:00 [2021-04-22T13:35:00.955Z] #36 33.15 Reading package lists...
13:35:00 [2021-04-22T13:35:00.955Z] #36 ...
13:35:00 [2021-04-22T13:35:00.955Z] 
13:35:00 [2021-04-22T13:35:00.955Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:35:00 [2021-04-22T13:35:00.955Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:35:00 [2021-04-22T13:35:00.955Z] #55 26.80 Fetched 8427 kB in 19s (437 kB/s)
13:35:00 [2021-04-22T13:35:00.955Z] #55 26.80 Reading package lists...
13:35:00 [2021-04-22T13:35:00.955Z] #55 33.44 Reading package lists...
13:35:00 [2021-04-22T13:35:00.955Z] #55 ...
13:35:00 [2021-04-22T13:35:00.955Z] 
13:35:00 [2021-04-22T13:35:00.955Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:35:00 [2021-04-22T13:35:00.955Z] #58 sha256:338dfd9277c5868907e3e81794167a9588a43edc2e10c70b7abb6de827e42dd2
13:35:00 [2021-04-22T13:35:00.955Z] #58 29.96 go: finding github.com/pkg/errors v0.9.1
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.07 go: finding github.com/sirupsen/logrus v1.8.1
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.28 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.36 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.47 go: finding github.com/google/uuid v1.2.0
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.63 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.71 go: finding github.com/gofrs/flock v0.8.0
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.72 go: finding github.com/moby/vpnkit v0.5.0
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.79 go: finding github.com/gorilla/mux v1.8.0
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.81 go: finding github.com/moby/sys/mountinfo v0.4.1
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.86 go: finding github.com/urfave/cli/v2 v2.3.0
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.90 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:35:00 [2021-04-22T13:35:00.955Z] #58 30.91 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:35:00 [2021-04-22T13:35:00.955Z] #58 31.12 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:35:00 [2021-04-22T13:35:00.955Z] #58 31.20 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:35:01 [2021-04-22T13:35:01.217Z] #58 ...
13:35:01 [2021-04-22T13:35:01.217Z] 
13:35:01 [2021-04-22T13:35:01.217Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:35:01 [2021-04-22T13:35:01.217Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:35:01 [2021-04-22T13:35:01.217Z] #49 37.44 go: extracting github.com/gogo/protobuf v1.2.1
13:35:00 [2021-04-22T13:35:00.457Z] Fetching upstream changes from https://github.com/moby/moby.git
13:35:00 [2021-04-22T13:35:00.457Z]  > git --version # timeout=10
13:35:00 [2021-04-22T13:35:00.464Z]  > git --version # 'git version 2.25.1'
13:35:00 [2021-04-22T13:35:00.465Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:00 [2021-04-22T13:35:00.469Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:01 [2021-04-22T13:35:01.479Z] #49 ...
13:35:01 [2021-04-22T13:35:01.479Z] 
13:35:01 [2021-04-22T13:35:01.480Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:35:01 [2021-04-22T13:35:01.480Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:35:01 [2021-04-22T13:35:01.480Z] #42 27.68 Fetched 8427 kB in 20s (420 kB/s)
13:35:01 [2021-04-22T13:35:01.480Z] #42 27.68 Reading package lists...
13:35:01 [2021-04-22T13:35:01.480Z] #42 34.35 Reading package lists...
13:35:01 [2021-04-22T13:35:01.480Z] #42 ...
13:35:01 [2021-04-22T13:35:01.480Z] 
13:35:01 [2021-04-22T13:35:01.480Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:35:01 [2021-04-22T13:35:01.480Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:35:01 [2021-04-22T13:35:01.480Z] #13 22.53 Fetched 8941 kB in 19s (464 kB/s)
13:35:01 [2021-04-22T13:35:01.480Z] #13 22.53 Reading package lists...
13:35:02 [2021-04-22T13:35:02.426Z] #13 29.46 Reading package lists...
13:35:02 [2021-04-22T13:35:02.426Z] #13 ...
13:35:02 [2021-04-22T13:35:02.426Z] 
13:35:02 [2021-04-22T13:35:02.426Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:35:02 [2021-04-22T13:35:02.426Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:35:02 [2021-04-22T13:35:02.426Z] #36 33.15 Reading package lists...
13:35:03 [2021-04-22T13:35:03.036Z] Fetching without tags
13:35:03 [2021-04-22T13:35:03.429Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:02 [2021-04-22T13:35:02.973Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:02 [2021-04-22T13:35:02.980Z]  > git config --add remote.origin.fetch +refs/pull/42164/head:refs/remotes/origin/PR-42164 # timeout=10
13:35:02 [2021-04-22T13:35:02.994Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:03 [2021-04-22T13:35:03.016Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:03 [2021-04-22T13:35:03.039Z] Fetching upstream changes from https://github.com/moby/moby.git
13:35:03 [2021-04-22T13:35:03.040Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:03 [2021-04-22T13:35:03.040Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:03 [2021-04-22T13:35:03.439Z]  > git config core.sparsecheckout # timeout=10
13:35:03 [2021-04-22T13:35:03.460Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:04 [2021-04-22T13:35:04.077Z] #36 38.88 Building dependency tree...
13:35:04 [2021-04-22T13:35:04.090Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:04 [2021-04-22T13:35:04.091Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:35:05 [2021-04-22T13:35:05.096Z] Fetching without tags
13:35:05 [2021-04-22T13:35:05.542Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:04 [2021-04-22T13:35:04.023Z]  > git remote # timeout=10
13:35:04 [2021-04-22T13:35:04.039Z]  > git config --get remote.origin.url # timeout=10
13:35:04 [2021-04-22T13:35:04.059Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:04 [2021-04-22T13:35:04.060Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:35:04 [2021-04-22T13:35:04.076Z]  > git rev-parse HEAD^{commit} # timeout=10
13:35:04 [2021-04-22T13:35:04.093Z]  > git config core.sparsecheckout # timeout=10
13:35:04 [2021-04-22T13:35:04.109Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:05 [2021-04-22T13:35:05.999Z] #36 42.00 The following additional packages will be installed:
13:35:05 [2021-04-22T13:35:05.999Z] #36 42.01   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:35:05 [2021-04-22T13:35:05.999Z] #36 42.04 Suggested packages:
13:35:05 [2021-04-22T13:35:05.999Z] #36 42.04   cmake-doc ninja-build lrzip
13:35:05 [2021-04-22T13:35:05.999Z] #36 42.04 Recommended packages:
13:35:05 [2021-04-22T13:35:05.999Z] #36 42.04   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:35:06 [2021-04-22T13:35:06.482Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:06 [2021-04-22T13:35:06.483Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:35:05 [2021-04-22T13:35:05.000Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:05 [2021-04-22T13:35:05.028Z]  > git config --add remote.origin.fetch +refs/pull/42164/head:refs/remotes/origin/PR-42164 # timeout=10
13:35:05 [2021-04-22T13:35:05.050Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:05 [2021-04-22T13:35:05.068Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:05 [2021-04-22T13:35:05.142Z] Fetching upstream changes from https://github.com/moby/moby.git
13:35:05 [2021-04-22T13:35:05.142Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:05 [2021-04-22T13:35:05.149Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:05 [2021-04-22T13:35:05.552Z]  > git config core.sparsecheckout # timeout=10
13:35:05 [2021-04-22T13:35:05.584Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:06 [2021-04-22T13:35:06.408Z]  > git remote # timeout=10
13:35:06 [2021-04-22T13:35:06.428Z]  > git config --get remote.origin.url # timeout=10
13:35:06 [2021-04-22T13:35:06.457Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:06 [2021-04-22T13:35:06.458Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:35:06 [2021-04-22T13:35:06.473Z]  > git rev-parse HEAD^{commit} # timeout=10
13:35:06 [2021-04-22T13:35:06.484Z]  > git config core.sparsecheckout # timeout=10
13:35:06 [2021-04-22T13:35:06.514Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:06 [2021-04-22T13:35:06.945Z] #36 43.03 The following NEW packages will be installed:
13:35:06 [2021-04-22T13:35:06.945Z] #36 43.03   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:35:06 [2021-04-22T13:35:06.946Z] #36 43.04   vim-common xxd
13:35:07 [2021-04-22T13:35:07.209Z] #36 43.53 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:35:07 [2021-04-22T13:35:07.209Z] #36 43.53 Need to get 14.9 MB of archives.
13:35:07 [2021-04-22T13:35:07.209Z] #36 43.53 After this operation, 61.8 MB of additional disk space will be used.
13:35:07 [2021-04-22T13:35:07.209Z] #36 43.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:35:07 [2021-04-22T13:35:07.471Z] #36 43.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:35:07 [2021-04-22T13:35:07.471Z] #36 43.62 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:35:07 [2021-04-22T13:35:07.471Z] #36 43.73 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:35:08 [2021-04-22T13:35:08.202Z] Commit message: "Prepare tests for Windows containerd support"
13:35:08 [2021-04-22T13:35:08.417Z] #36 44.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
13:35:08 [2021-04-22T13:35:08.417Z] #36 44.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:35:08 [2021-04-22T13:35:08.417Z] #36 44.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:35:08 [2021-04-22T13:35:08.417Z] #36 44.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:35:08 [2021-04-22T13:35:08.417Z] #36 44.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:35:08 [2021-04-22T13:35:08.417Z] #36 44.71 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:35:08 [2021-04-22T13:35:08.685Z] #36 ...
13:35:08 [2021-04-22T13:35:08.685Z] 
13:35:08 [2021-04-22T13:35:08.685Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:35:08 [2021-04-22T13:35:08.685Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:35:08 [2021-04-22T13:35:08.685Z] #49 38.99 go: extracting golang.org/x/text v0.3.2
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.18 go: finding github.com/fatih/color v1.7.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.26 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.30 go: finding github.com/mattn/go-colorable v0.1.4
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.33 go: finding github.com/mattn/go-isatty v0.0.8
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.42 go: finding github.com/go-critic/go-critic v0.4.1
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.50 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.52 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.53 go: finding github.com/go-lintpack/lintpack v0.5.2
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.54 go: finding github.com/pkg/errors v0.8.1
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.56 go: finding github.com/go-toolsmith/astequal v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.57 go: finding github.com/mitchellh/go-homedir v1.1.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.58 go: finding github.com/go-toolsmith/astp v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.58 go: finding github.com/sirupsen/logrus v1.4.2
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.60 go: finding github.com/go-toolsmith/astcast v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.61 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.61 go: finding github.com/stretchr/testify v1.4.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.62 go: finding github.com/go-toolsmith/typep v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.63 go: finding github.com/spf13/viper v1.6.1
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.65 go: finding github.com/davecgh/go-spew v1.1.1
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.65 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.75 go: finding github.com/pmezard/go-difflib v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.81 go: finding github.com/go-toolsmith/strparse v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.87 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.87 go: finding github.com/fsnotify/fsnotify v1.4.7
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.87 go: finding github.com/stretchr/objx v0.2.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.88 go: finding github.com/spf13/cobra v0.0.5
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.92 go: finding gopkg.in/yaml.v2 v2.2.7
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.93 go: finding github.com/hashicorp/hcl v1.0.0
13:35:08 [2021-04-22T13:35:08.685Z] #49 44.95 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:35:08 [2021-04-22T13:35:08.947Z] #49 45.03 go: finding github.com/gobwas/glob v0.2.3
13:35:08 [2021-04-22T13:35:08.947Z] #49 45.03 go: finding github.com/spf13/pflag v1.0.5
13:35:08 [2021-04-22T13:35:08.947Z] #49 45.14 go: finding github.com/magiconair/properties v1.8.1
13:35:08 [2021-04-22T13:35:08.947Z] #49 45.19 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:35:08 [2021-04-22T13:35:08.947Z] #49 45.32 go: finding github.com/mitchellh/mapstructure v1.1.2
13:35:09 [2021-04-22T13:35:09.199Z] + docker version
13:35:09 [2021-04-22T13:35:09.217Z] #49 45.46 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:35:09 [2021-04-22T13:35:09.217Z] #49 45.48 go: finding github.com/pelletier/go-toml v1.2.0
13:35:09 [2021-04-22T13:35:09.217Z] #49 45.59 go: finding github.com/spf13/afero v1.1.2
13:35:09 [2021-04-22T13:35:09.478Z] #49 ...
13:35:09 [2021-04-22T13:35:09.478Z] 
13:35:09 [2021-04-22T13:35:09.478Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:35:09 [2021-04-22T13:35:09.478Z] #67 sha256:cfefd96058be0f5d5d87ffc7a24ba714021e8d511986d6607674c046f10197c2
13:35:09 [2021-04-22T13:35:09.478Z] #67 DONE 45.7s
13:35:09 [2021-04-22T13:35:09.478Z] 
13:35:09 [2021-04-22T13:35:09.478Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:35:09 [2021-04-22T13:35:09.478Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:35:09 [2021-04-22T13:35:09.478Z] #49 45.61 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:35:09 [2021-04-22T13:35:09.478Z] #49 45.67 go: finding github.com/spf13/cast v1.3.0
13:35:09 [2021-04-22T13:35:09.478Z] #49 45.71 go: finding golang.org/x/text v0.3.2
13:35:09 [2021-04-22T13:35:09.478Z] #49 ...
13:35:09 [2021-04-22T13:35:09.478Z] 
13:35:09 [2021-04-22T13:35:09.479Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:35:09 [2021-04-22T13:35:09.479Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:35:09 [2021-04-22T13:35:09.479Z] #42 34.35 Reading package lists...
13:35:09 [2021-04-22T13:35:09.479Z] #42 40.10 Building dependency tree...
13:35:09 [2021-04-22T13:35:09.479Z] #42 43.22 The following additional packages will be installed:
13:35:09 [2021-04-22T13:35:09.479Z] #42 43.24   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:35:09 [2021-04-22T13:35:09.479Z] #42 43.24   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:35:09 [2021-04-22T13:35:09.479Z] #42 43.24 Suggested packages:
13:35:09 [2021-04-22T13:35:09.479Z] #42 43.25   manpages-dev python-setuptools
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.32 The following NEW packages will be installed:
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.32   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.33   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.33   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.33   python-six zlib1g-dev
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.71 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.71 Need to get 4095 kB of archives.
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.71 After this operation, 22.5 MB of additional disk space will be used.
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.73 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.87 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 44.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 45.13 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 45.19 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 45.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 45.28 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 45.29 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
13:35:09 [2021-04-22T13:35:09.479Z] #42 ...
13:35:09 [2021-04-22T13:35:09.479Z] 
13:35:09 [2021-04-22T13:35:09.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
13:35:09 [2021-04-22T13:35:09.479Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:35:09 [2021-04-22T13:35:09.479Z] #49 45.84 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:35:09 [2021-04-22T13:35:09.744Z] #49 45.91 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:35:09 [2021-04-22T13:35:09.744Z] #49 45.99 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:35:09 [2021-04-22T13:35:09.744Z] #49 46.01 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:35:09 [2021-04-22T13:35:09.744Z] #49 46.01 go: finding github.com/subosito/gotenv v1.2.0
13:35:09 [2021-04-22T13:35:09.744Z] #49 46.01 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:35:09 [2021-04-22T13:35:09.744Z] #49 46.03 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:35:09 [2021-04-22T13:35:09.744Z] #49 46.08 go: finding gopkg.in/ini.v1 v1.51.0
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.16 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.17 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.20 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.23 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.25 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.29 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.29 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.31 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.33 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:35:10 [2021-04-22T13:35:10.007Z] #49 46.35 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:35:10 [2021-04-22T13:35:10.273Z] #49 46.37 go: finding github.com/kisielk/gotool v1.0.0
13:35:10 [2021-04-22T13:35:10.273Z] #49 46.42 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:35:10 [2021-04-22T13:35:10.273Z] #49 46.48 go: finding github.com/sourcegraph/go-diff v0.5.1
13:35:10 [2021-04-22T13:35:10.273Z] #49 46.51 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:35:10 [2021-04-22T13:35:10.273Z] #49 46.53 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:35:10 [2021-04-22T13:35:10.273Z] #49 46.57 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:35:10 [2021-04-22T13:35:10.541Z] #49 46.62 go: finding github.com/ultraware/funlen v0.0.2
13:35:10 [2021-04-22T13:35:10.541Z] #49 ...
13:35:10 [2021-04-22T13:35:10.541Z] 
13:35:10 [2021-04-22T13:35:10.541Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:35:10 [2021-04-22T13:35:10.541Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:35:10 [2021-04-22T13:35:10.541Z] #55 33.44 Reading package lists...
13:35:10 [2021-04-22T13:35:10.541Z] #55 40.04 Building dependency tree...
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.21 The following additional packages will be installed:
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.22   libbtrfs0
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.35 The following NEW packages will be installed:
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.37   libbtrfs-dev libbtrfs0
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.79 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.79 Need to get 119 kB of archives.
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.79 After this operation, 387 kB of additional disk space will be used.
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.79 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:35:10 [2021-04-22T13:35:10.541Z] #55 43.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:35:10 [2021-04-22T13:35:10.541Z] #55 44.80 debconf: delaying package configuration, since apt-utils is not installed
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.00 Fetched 119 kB in 0s (378 kB/s)
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.29 Selecting previously unselected package libbtrfs0.
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.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.)
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.37 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.40 Unpacking libbtrfs0 (4.20.1-2) ...
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.74 Selecting previously unselected package libbtrfs-dev.
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.74 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:35:10 [2021-04-22T13:35:10.541Z] #55 45.80 Unpacking libbtrfs-dev (4.20.1-2) ...
13:35:10 [2021-04-22T13:35:10.541Z] #55 46.31 Setting up libbtrfs0 (4.20.1-2) ...
13:35:10 [2021-04-22T13:35:10.541Z] #55 46.34 Setting up libbtrfs-dev (4.20.1-2) ...
13:35:10 [2021-04-22T13:35:10.541Z] #55 46.36 Processing triggers for libc-bin (2.28-10) ...
13:35:10 [2021-04-22T13:35:10.541Z] #55 DONE 46.9s
13:35:10 [2021-04-22T13:35:10.541Z] 
13:35:10 [2021-04-22T13:35:10.541Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:35:10 [2021-04-22T13:35:10.541Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:35:10 [2021-04-22T13:35:10.541Z] #49 46.79 go: finding github.com/ultraware/whitespace v0.0.4
13:35:10 [2021-04-22T13:35:10.663Z] Commit message: "Prepare tests for Windows containerd support"
13:35:10 [2021-04-22T13:35:10.804Z] #49 46.95 go: finding github.com/uudashr/gocognit v1.0.1
13:35:10 [2021-04-22T13:35:10.804Z] #49 47.09 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:35:10 [2021-04-22T13:35:10.805Z] #49 47.12 go: finding github.com/gogo/protobuf v1.2.1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
13:35:11 [2021-04-22T13:35:11.157Z] #49 47.38 go: finding honnef.co/go/tools v0.0.1-2019.2.3
[Pipeline] sh
13:35:11 [2021-04-22T13:35:11.419Z] #49 47.58 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:35:11 [2021-04-22T13:35:11.419Z] #49 47.58 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:35:11 [2021-04-22T13:35:11.419Z] #49 47.65 go: finding github.com/BurntSushi/toml v0.3.1
13:35:11 [2021-04-22T13:35:11.419Z] #49 47.66 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:35:11 [2021-04-22T13:35:11.943Z] + docker version
13:35:11 [2021-04-22T13:35:11.960Z] Fetching without tags
13:35:12 [2021-04-22T13:35:12.354Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:11 [2021-04-22T13:35:11.855Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:11 [2021-04-22T13:35:11.886Z]  > git config --add remote.origin.fetch +refs/pull/42164/head:refs/remotes/origin/PR-42164 # timeout=10
13:35:11 [2021-04-22T13:35:11.906Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:11 [2021-04-22T13:35:11.933Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:11 [2021-04-22T13:35:11.963Z] Fetching upstream changes from https://github.com/moby/moby.git
13:35:11 [2021-04-22T13:35:11.963Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:11 [2021-04-22T13:35:11.964Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:12 [2021-04-22T13:35:12.368Z]  > git config core.sparsecheckout # timeout=10
13:35:12 [2021-04-22T13:35:12.397Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:13 [2021-04-22T13:35:13.228Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:13 [2021-04-22T13:35:13.228Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:35:13 [2021-04-22T13:35:13.132Z]  > git remote # timeout=10
13:35:13 [2021-04-22T13:35:13.158Z]  > git config --get remote.origin.url # timeout=10
13:35:13 [2021-04-22T13:35:13.186Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:13 [2021-04-22T13:35:13.187Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:35:13 [2021-04-22T13:35:13.213Z]  > git rev-parse HEAD^{commit} # timeout=10
13:35:13 [2021-04-22T13:35:13.236Z]  > git config core.sparsecheckout # timeout=10
13:35:13 [2021-04-22T13:35:13.261Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:15 [2021-04-22T13:35:15.636Z] #49 ...
13:35:15 [2021-04-22T13:35:15.636Z] 
13:35:15 [2021-04-22T13:35:15.636Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:35:15 [2021-04-22T13:35:15.636Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:35:15 [2021-04-22T13:35:15.636Z] #51 52.02 reflect
13:35:15 [2021-04-22T13:35:15.899Z] #51 52.05 syscall
13:35:15 [2021-04-22T13:35:15.899Z] #51 ...
13:35:15 [2021-04-22T13:35:15.899Z] 
13:35:15 [2021-04-22T13:35:15.899Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:35:15 [2021-04-22T13:35:15.899Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:35:15 [2021-04-22T13:35:15.899Z] #45 42.27 sync
13:35:15 [2021-04-22T13:35:15.899Z] #45 42.27 internal/reflectlite
13:35:15 [2021-04-22T13:35:15.899Z] #45 43.67 github.com/LK4D4/vndr/godl/singleflight
13:35:15 [2021-04-22T13:35:15.899Z] #45 44.10 math/rand
13:35:15 [2021-04-22T13:35:15.899Z] #45 45.29 internal/singleflight
13:35:15 [2021-04-22T13:35:15.899Z] #45 45.48 errors
13:35:15 [2021-04-22T13:35:15.899Z] #45 45.63 sort
13:35:15 [2021-04-22T13:35:15.899Z] #45 45.85 io
13:35:15 [2021-04-22T13:35:15.899Z] #45 47.72 bytes
13:35:15 [2021-04-22T13:35:15.899Z] #45 47.84 strconv
13:35:15 [2021-04-22T13:35:15.899Z] #45 49.73 bufio
13:35:15 [2021-04-22T13:35:15.899Z] #45 51.40 reflect
13:35:15 [2021-04-22T13:35:15.899Z] #45 51.50 internal/oserror
13:35:15 [2021-04-22T13:35:15.899Z] #45 51.59 syscall
13:35:16 [2021-04-22T13:35:16.161Z] #45 ...
13:35:16 [2021-04-22T13:35:16.161Z] 
13:35:16 [2021-04-22T13:35:16.161Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:35:16 [2021-04-22T13:35:16.161Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:35:16 [2021-04-22T13:35:16.161Z] #32 49.55 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
13:35:16 [2021-04-22T13:35:16.161Z] #32 49.83 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:35:16 [2021-04-22T13:35:16.161Z] #32 49.93 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:35:17 [2021-04-22T13:35:17.083Z] Commit message: "Prepare tests for Windows containerd support"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
13:35:17 [2021-04-22T13:35:17.550Z] #32 ...
13:35:17 [2021-04-22T13:35:17.550Z] 
13:35:17 [2021-04-22T13:35:17.550Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:35:17 [2021-04-22T13:35:17.550Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:35:17 [2021-04-22T13:35:17.550Z] #13 29.46 Reading package lists...
13:35:17 [2021-04-22T13:35:17.550Z] #13 35.96 Building dependency tree...
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.20 The following additional packages will be installed:
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.20   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.20   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.20   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.21   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.22   mingw-w64-common mingw-w64-x86-64-dev
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.22 Suggested packages:
13:35:17 [2021-04-22T13:35:17.550Z] #13 40.22   gcc-8-locales seccomp wine64
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.47 The following NEW packages will be installed:
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.47   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.47   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.47   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.48   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.48   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.48   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.48 The following packages will be upgraded:
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.49   libseccomp2 libsystemd0 libudev1
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.89 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.89 Need to get 78.2 MB of archives.
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.89 After this operation, 487 MB of additional disk space will be used.
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.89 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.89 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 41.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 42.12 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 42.34 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 42.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 42.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 42.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 42.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 43.04 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 43.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:35:17 [2021-04-22T13:35:17.550Z] #13 ...
13:35:17 [2021-04-22T13:35:17.550Z] 
13:35:17 [2021-04-22T13:35:17.550Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:35:17 [2021-04-22T13:35:17.550Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:35:17 [2021-04-22T13:35:17.550Z] #42 46.59 debconf: delaying package configuration, since apt-utils is not installed
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.04 Fetched 4095 kB in 1s (4777 kB/s)
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.27 Selecting previously unselected package libcap-dev:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.37 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.37 Unpacking libcap-dev:amd64 (1:2.25-2) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.63 Selecting previously unselected package libnet1:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.63 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.64 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.84 Selecting previously unselected package libnet1-dev.
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.86 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 47.88 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.16 Selecting previously unselected package libnl-3-200:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.16 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.18 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.28 Selecting previously unselected package libnl-3-dev:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.29 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.30 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.58 Selecting previously unselected package libprotobuf-c1:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.58 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.59 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.67 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.67 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.71 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.82 Selecting previously unselected package zlib1g-dev:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.84 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 48.85 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 49.08 Selecting previously unselected package libprotobuf17:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 49.08 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 49.09 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 49.87 Selecting previously unselected package libprotobuf-lite17:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 49.87 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 49.88 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 50.08 Selecting previously unselected package libprotobuf-dev:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 50.10 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 50.11 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 51.46 Selecting previously unselected package libprotoc17:amd64.
13:35:17 [2021-04-22T13:35:17.550Z] #42 51.48 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 51.49 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.15 Selecting previously unselected package protobuf-c-compiler.
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.15 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.16 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.30 Selecting previously unselected package protobuf-compiler.
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.31 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.32 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.47 Selecting previously unselected package python-pkg-resources.
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.50 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.51 Unpacking python-pkg-resources (40.8.0-1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.75 Selecting previously unselected package python-six.
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.77 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.78 Unpacking python-six (1.12.0-1) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.90 Selecting previously unselected package python-protobuf.
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.90 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 52.90 Unpacking python-protobuf (3.6.1.3-2) ...
13:35:17 [2021-04-22T13:35:17.550Z] #42 53.51 Setting up python-pkg-resources (40.8.0-1) ...
[Pipeline] sh
13:35:18 [2021-04-22T13:35:18.339Z] + docker version
13:35:18 [2021-04-22T13:35:18.494Z] Client: Docker Engine - Community
13:35:18 [2021-04-22T13:35:18.494Z]  Version:           20.10.5
13:35:18 [2021-04-22T13:35:18.494Z]  API version:       1.41
13:35:18 [2021-04-22T13:35:18.494Z]  Go version:        go1.13.15
13:35:18 [2021-04-22T13:35:18.494Z]  Git commit:        55c4c88
13:35:18 [2021-04-22T13:35:18.494Z]  Built:             Tue Mar  2 20:18:05 2021
13:35:18 [2021-04-22T13:35:18.494Z]  OS/Arch:           linux/amd64
13:35:18 [2021-04-22T13:35:18.494Z]  Context:           default
13:35:18 [2021-04-22T13:35:18.494Z]  Experimental:      true
13:35:18 [2021-04-22T13:35:18.494Z] 
13:35:18 [2021-04-22T13:35:18.494Z] Server: Docker Engine - Community
13:35:18 [2021-04-22T13:35:18.494Z]  Engine:
13:35:18 [2021-04-22T13:35:18.494Z]   Version:          20.10.5
13:35:18 [2021-04-22T13:35:18.494Z]   API version:      1.41 (minimum version 1.12)
13:35:18 [2021-04-22T13:35:18.494Z]   Go version:       go1.13.15
13:35:18 [2021-04-22T13:35:18.494Z]   Git commit:       363e9a8
13:35:18 [2021-04-22T13:35:18.494Z]   Built:            Tue Mar  2 20:16:00 2021
13:35:18 [2021-04-22T13:35:18.494Z]   OS/Arch:          linux/amd64
13:35:18 [2021-04-22T13:35:18.494Z]   Experimental:     true
13:35:18 [2021-04-22T13:35:18.494Z]  containerd:
13:35:18 [2021-04-22T13:35:18.494Z]   Version:          1.4.4
13:35:18 [2021-04-22T13:35:18.494Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:18 [2021-04-22T13:35:18.494Z]  runc:
13:35:18 [2021-04-22T13:35:18.494Z]   Version:          1.0.0-rc93
13:35:18 [2021-04-22T13:35:18.494Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:18 [2021-04-22T13:35:18.494Z]  docker-init:
13:35:18 [2021-04-22T13:35:18.494Z]   Version:          0.19.0
13:35:18 [2021-04-22T13:35:18.494Z]   GitCommit:        de40ad0
[Pipeline] sh
13:35:18 [2021-04-22T13:35:18.813Z] + docker info
13:35:20 [2021-04-22T13:35:20.735Z] Fetching without tags
13:35:20 [2021-04-22T13:35:20.714Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:20 [2021-04-22T13:35:20.721Z]  > git config --add remote.origin.fetch +refs/pull/42164/head:refs/remotes/origin/PR-42164 # timeout=10
13:35:20 [2021-04-22T13:35:20.733Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:20 [2021-04-22T13:35:20.743Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:35:20 [2021-04-22T13:35:20.763Z] Fetching upstream changes from https://github.com/moby/moby.git
13:35:20 [2021-04-22T13:35:20.763Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:20 [2021-04-22T13:35:20.765Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:20 [2021-04-22T13:35:20.860Z] #42 ...
13:35:20 [2021-04-22T13:35:20.860Z] 
13:35:20 [2021-04-22T13:35:20.860Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:35:20 [2021-04-22T13:35:20.860Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:35:20 [2021-04-22T13:35:20.860Z] #36 46.66 debconf: delaying package configuration, since apt-utils is not installed
13:35:20 [2021-04-22T13:35:20.860Z] #36 47.04 Fetched 14.9 MB in 2s (7040 kB/s)
13:35:20 [2021-04-22T13:35:20.860Z] #36 47.32 Selecting previously unselected package xxd.
13:35:20 [2021-04-22T13:35:20.861Z] #36 47.32 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:35:20 [2021-04-22T13:35:20.861Z] #36 47.37 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 47.38 Unpacking xxd (2:8.1.0875-5) ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 47.75 Selecting previously unselected package vim-common.
13:35:20 [2021-04-22T13:35:20.861Z] #36 47.75 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 47.87 Unpacking vim-common (2:8.1.0875-5) ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 48.27 Selecting previously unselected package cmake-data.
13:35:20 [2021-04-22T13:35:20.861Z] #36 48.27 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 48.28 Unpacking cmake-data (3.13.4-1) ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 50.94 Selecting previously unselected package libicu63:amd64.
13:35:20 [2021-04-22T13:35:20.861Z] #36 50.94 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 50.96 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:35:20 [2021-04-22T13:35:20.861Z] #36 ...
13:35:20 [2021-04-22T13:35:20.861Z] 
13:35:20 [2021-04-22T13:35:20.861Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:35:20 [2021-04-22T13:35:20.861Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:35:20 [2021-04-22T13:35:20.861Z] #13 46.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.15 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.17 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.17 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.17 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.19 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.19 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.23 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.24 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.27 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.29 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.35 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.37 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 48.39 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
13:35:20 [2021-04-22T13:35:20.861Z] #13 ...
13:35:20 [2021-04-22T13:35:20.861Z] 
13:35:20 [2021-04-22T13:35:20.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
13:35:20 [2021-04-22T13:35:20.861Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.287 + RM_GOPATH=0
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.287 + TMP_GOPATH=
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.287 + : /build
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.287 + '[' -z '' ']'
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.287 ++ mktemp -d
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.290 + export GOPATH=/tmp/tmp.pmdCd5lx87
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.290 + GOPATH=/tmp/tmp.pmdCd5lx87
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.290 + RM_GOPATH=1
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.291 + case "$(go env GOARCH)" in
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.292 ++ go env GOARCH
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.312 + export GO_BUILDMODE=-buildmode=pie
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.312 + GO_BUILDMODE=-buildmode=pie
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.313 ++ dirname /tmp/install/install.sh
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.314 + dir=/tmp/install
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.320 + bin=containerd
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.321 + shift
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.321 + '[' '!' -f /tmp/install/containerd.installer ']'
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.321 + . /tmp/install/containerd.installer
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.321 ++ set -e
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.325 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.325 + install_containerd
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.327 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.329 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.329 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pmdCd5lx87/src/github.com/containerd/containerd
13:35:20 [2021-04-22T13:35:20.861Z] #56 1.331 Cloning into '/tmp/tmp.pmdCd5lx87/src/github.com/containerd/containerd'...
13:35:21 [2021-04-22T13:35:21.118Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:21 [2021-04-22T13:35:21.123Z] #56 ...
13:35:21 [2021-04-22T13:35:21.123Z] 
13:35:21 [2021-04-22T13:35:21.123Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:35:21 [2021-04-22T13:35:21.123Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:35:21 [2021-04-22T13:35:21.123Z] #13 49.41 debconf: delaying package configuration, since apt-utils is not installed
13:35:21 [2021-04-22T13:35:21.384Z] #13 ...
13:35:21 [2021-04-22T13:35:21.384Z] 
13:35:21 [2021-04-22T13:35:21.384Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:35:21 [2021-04-22T13:35:21.384Z] #47 sha256:fcbe59bddaa563de39d4f2d1db5889d755ebd5d4317c5a541a61f91710072d35
13:35:21 [2021-04-22T13:35:21.384Z] #47 DONE 57.4s
13:35:21 [2021-04-22T13:35:21.384Z] 
13:35:21 [2021-04-22T13:35:21.384Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:35:21 [2021-04-22T13:35:21.384Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:35:21 [2021-04-22T13:35:21.384Z] #13 49.63 Fetched 78.2 MB in 7s (11.6 MB/s)
13:35:21 [2021-04-22T13:35:21.434Z] Client: Docker Engine - Community
13:35:21 [2021-04-22T13:35:21.435Z]  Version:           20.10.5
13:35:21 [2021-04-22T13:35:21.435Z]  API version:       1.41
13:35:21 [2021-04-22T13:35:21.435Z]  Go version:        go1.13.15
13:35:21 [2021-04-22T13:35:21.435Z]  Git commit:        55c4c88
13:35:21 [2021-04-22T13:35:21.435Z]  Built:             Tue Mar  2 20:18:20 2021
13:35:21 [2021-04-22T13:35:21.435Z]  OS/Arch:           linux/amd64
13:35:21 [2021-04-22T13:35:21.435Z]  Context:           default
13:35:21 [2021-04-22T13:35:21.435Z]  Experimental:      true
13:35:21 [2021-04-22T13:35:21.435Z] 
13:35:21 [2021-04-22T13:35:21.435Z] Server: Docker Engine - Community
13:35:21 [2021-04-22T13:35:21.435Z]  Engine:
13:35:21 [2021-04-22T13:35:21.435Z]   Version:          20.10.5
13:35:21 [2021-04-22T13:35:21.435Z]   API version:      1.41 (minimum version 1.12)
13:35:21 [2021-04-22T13:35:21.435Z]   Go version:       go1.13.15
13:35:21 [2021-04-22T13:35:21.435Z]   Git commit:       363e9a8
13:35:21 [2021-04-22T13:35:21.435Z]   Built:            Tue Mar  2 20:16:15 2021
13:35:21 [2021-04-22T13:35:21.435Z]   OS/Arch:          linux/amd64
13:35:21 [2021-04-22T13:35:21.435Z]   Experimental:     true
13:35:21 [2021-04-22T13:35:21.435Z]  containerd:
13:35:21 [2021-04-22T13:35:21.435Z]   Version:          1.4.4
13:35:21 [2021-04-22T13:35:21.435Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:21 [2021-04-22T13:35:21.435Z]  runc:
13:35:21 [2021-04-22T13:35:21.435Z]   Version:          1.0.0-rc93
13:35:21 [2021-04-22T13:35:21.435Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:21 [2021-04-22T13:35:21.435Z]  docker-init:
13:35:21 [2021-04-22T13:35:21.435Z]   Version:          0.19.0
13:35:21 [2021-04-22T13:35:21.435Z]   GitCommit:        de40ad0
[Pipeline] sh
13:35:21 [2021-04-22T13:35:21.649Z] #13 49.76 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:35:21 [2021-04-22T13:35:21.649Z] #13 49.83 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
13:35:21 [2021-04-22T13:35:21.649Z] #13 49.86 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:35:21 [2021-04-22T13:35:21.758Z] + docker info
13:35:22 [2021-04-22T13:35:22.205Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:35:22 [2021-04-22T13:35:22.205Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:35:22 [2021-04-22T13:35:22.222Z] #13 50.40 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
13:35:22 [2021-04-22T13:35:22.562Z] Client: Docker Engine - Community
13:35:22 [2021-04-22T13:35:22.562Z]  Version:           20.10.5
13:35:22 [2021-04-22T13:35:22.562Z]  API version:       1.41
13:35:22 [2021-04-22T13:35:22.562Z]  Go version:        go1.13.15
13:35:22 [2021-04-22T13:35:22.562Z]  Git commit:        55c4c88
13:35:22 [2021-04-22T13:35:22.562Z]  Built:             Tue Mar  2 20:18:05 2021
13:35:22 [2021-04-22T13:35:22.562Z]  OS/Arch:           linux/amd64
13:35:22 [2021-04-22T13:35:22.562Z]  Context:           default
13:35:22 [2021-04-22T13:35:22.562Z]  Experimental:      true
13:35:22 [2021-04-22T13:35:22.562Z] 
13:35:22 [2021-04-22T13:35:22.562Z] Server: Docker Engine - Community
13:35:22 [2021-04-22T13:35:22.562Z]  Engine:
13:35:22 [2021-04-22T13:35:22.562Z]   Version:          20.10.5
13:35:22 [2021-04-22T13:35:22.562Z]   API version:      1.41 (minimum version 1.12)
13:35:22 [2021-04-22T13:35:22.562Z]   Go version:       go1.13.15
13:35:22 [2021-04-22T13:35:22.562Z]   Git commit:       363e9a8
13:35:22 [2021-04-22T13:35:22.562Z]   Built:            Tue Mar  2 20:16:00 2021
13:35:22 [2021-04-22T13:35:22.562Z]   OS/Arch:          linux/amd64
13:35:22 [2021-04-22T13:35:22.562Z]   Experimental:     true
13:35:22 [2021-04-22T13:35:22.562Z]  containerd:
13:35:22 [2021-04-22T13:35:22.562Z]   Version:          1.4.4
13:35:22 [2021-04-22T13:35:22.562Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:22 [2021-04-22T13:35:22.562Z]  runc:
13:35:22 [2021-04-22T13:35:22.562Z]   Version:          1.0.0-rc93
13:35:22 [2021-04-22T13:35:22.562Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:22 [2021-04-22T13:35:22.562Z]  docker-init:
13:35:22 [2021-04-22T13:35:22.562Z]   Version:          0.19.0
13:35:22 [2021-04-22T13:35:22.562Z]   GitCommit:        de40ad0
[Pipeline] sh
13:35:22 [2021-04-22T13:35:22.797Z] #13 50.86 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:35:22 [2021-04-22T13:35:22.797Z] #13 50.94 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
13:35:22 [2021-04-22T13:35:22.797Z] #13 50.96 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:35:22 [2021-04-22T13:35:22.797Z] #13 51.11 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
13:35:22 [2021-04-22T13:35:22.934Z] + docker info
13:35:21 [2021-04-22T13:35:21.147Z]  > git config core.sparsecheckout # timeout=10
13:35:21 [2021-04-22T13:35:21.164Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:22 [2021-04-22T13:35:22.185Z]  > git remote # timeout=10
13:35:22 [2021-04-22T13:35:22.191Z]  > git config --get remote.origin.url # timeout=10
13:35:22 [2021-04-22T13:35:22.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:35:22 [2021-04-22T13:35:22.205Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:35:22 [2021-04-22T13:35:22.217Z]  > git rev-parse HEAD^{commit} # timeout=10
13:35:22 [2021-04-22T13:35:22.226Z]  > git config core.sparsecheckout # timeout=10
13:35:22 [2021-04-22T13:35:22.237Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:35:23 [2021-04-22T13:35:23.064Z] #13 51.33 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:35:23 [2021-04-22T13:35:23.064Z] #13 51.39 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
13:35:23 [2021-04-22T13:35:23.334Z] #13 51.42 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:35:23 [2021-04-22T13:35:23.334Z] #13 51.65 Setting up libudev1:amd64 (241-7~deb10u7) ...
13:35:23 [2021-04-22T13:35:23.594Z] #13 51.81 Selecting previously unselected package binutils-mingw-w64-i686.
13:35:23 [2021-04-22T13:35:23.594Z] #13 51.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.)
13:35:23 [2021-04-22T13:35:23.594Z] #13 51.87 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:35:23 [2021-04-22T13:35:23.594Z] #13 51.88 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:35:26 [2021-04-22T13:35:26.140Z] #13 54.06 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:35:26 [2021-04-22T13:35:26.141Z] #13 54.07 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:35:26 [2021-04-22T13:35:26.141Z] #13 54.07 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:35:26 [2021-04-22T13:35:26.147Z] Commit message: "Prepare tests for Windows containerd support"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:35:27 [2021-04-22T13:35:27.188Z] + docker version
13:35:27 [2021-04-22T13:35:27.634Z] #13 ...
13:35:27 [2021-04-22T13:35:27.634Z] 
13:35:27 [2021-04-22T13:35:27.634Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:35:27 [2021-04-22T13:35:27.634Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:35:27 [2021-04-22T13:35:27.634Z] #36 58.20 Selecting previously unselected package libxml2:amd64.
13:35:27 [2021-04-22T13:35:27.634Z] #36 58.20 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 58.21 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.02 Selecting previously unselected package libarchive13:amd64.
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.03 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.03 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.35 Selecting previously unselected package libjsoncpp1:amd64.
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.38 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.39 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.55 Selecting previously unselected package librhash0:amd64.
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.55 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.56 Unpacking librhash0:amd64 (1.3.8-1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.75 Selecting previously unselected package libuv1:amd64.
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.75 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.76 Unpacking libuv1:amd64 (1.24.1-1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.91 Selecting previously unselected package cmake.
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.92 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 59.92 Unpacking cmake (3.13.4-1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.73 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.76 Setting up xxd (2:8.1.0875-5) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.78 Setting up libuv1:amd64 (1.24.1-1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.79 Setting up vim-common (2:8.1.0875-5) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.84 Setting up librhash0:amd64 (1.3.8-1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.86 Setting up cmake-data (3.13.4-1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.89 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.91 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.94 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 62.97 Setting up cmake (3.13.4-1) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 63.00 Processing triggers for libc-bin (2.28-10) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 63.09 Processing triggers for mime-support (3.62) ...
13:35:27 [2021-04-22T13:35:27.634Z] #36 DONE 63.6s
13:35:27 [2021-04-22T13:35:27.634Z] 
13:35:27 [2021-04-22T13:35:27.634Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:35:27 [2021-04-22T13:35:27.634Z] #37 sha256:e78921be28fc5524fbe2fb39ce8681d154c6ff0cdc3cb463426b3cd6efa3b3d5
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.244 + RM_GOPATH=0
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.244 + TMP_GOPATH=
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.245 + : /build
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.245 + '[' -z '' ']'
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.246 ++ mktemp -d
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.247 + export GOPATH=/tmp/tmp.N0MmHMuk3O
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.248 + GOPATH=/tmp/tmp.N0MmHMuk3O
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.248 + RM_GOPATH=1
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.248 + case "$(go env GOARCH)" in
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.249 ++ go env GOARCH
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.264 + export GO_BUILDMODE=-buildmode=pie
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.264 + GO_BUILDMODE=-buildmode=pie
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.264 ++ dirname /tmp/install/install.sh
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.267 + dir=/tmp/install
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.267 + bin=tini
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.267 + shift
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.268 + '[' '!' -f /tmp/install/tini.installer ']'
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.269 + . /tmp/install/tini.installer
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.273 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.274 + install_tini
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.274 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.274 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.274 + git clone https://github.com/krallin/tini.git /tmp/tmp.N0MmHMuk3O/tini
13:35:28 [2021-04-22T13:35:28.592Z] #37 1.280 Cloning into '/tmp/tmp.N0MmHMuk3O/tini'...
13:35:29 [2021-04-22T13:35:29.541Z] #37 2.130 + cd /tmp/tmp.N0MmHMuk3O/tini
13:35:29 [2021-04-22T13:35:29.541Z] #37 2.130 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:35:29 [2021-04-22T13:35:29.541Z] #37 2.168 + cmake .
13:35:30 [2021-04-22T13:35:30.116Z] #37 2.698 -- The C compiler identification is GNU 8.3.0
13:35:30 [2021-04-22T13:35:30.116Z] #37 2.759 -- Check for working C compiler: /usr/bin/cc
13:35:30 [2021-04-22T13:35:30.690Z] #37 3.326 -- Check for working C compiler: /usr/bin/cc -- works
13:35:30 [2021-04-22T13:35:30.690Z] #37 3.333 -- Detecting C compiler ABI info
13:35:30 [2021-04-22T13:35:30.997Z] Client:
13:35:30 [2021-04-22T13:35:30.997Z]  Context:    default
13:35:30 [2021-04-22T13:35:30.997Z]  Debug Mode: false
13:35:30 [2021-04-22T13:35:30.997Z]  Plugins:
13:35:30 [2021-04-22T13:35:30.997Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:35:30 [2021-04-22T13:35:30.997Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:35:30 [2021-04-22T13:35:30.997Z] 
13:35:30 [2021-04-22T13:35:30.997Z] Server:
13:35:30 [2021-04-22T13:35:30.997Z]  Containers: 0
13:35:30 [2021-04-22T13:35:30.997Z]   Running: 0
13:35:30 [2021-04-22T13:35:30.997Z]   Paused: 0
13:35:30 [2021-04-22T13:35:30.997Z]   Stopped: 0
13:35:30 [2021-04-22T13:35:30.997Z]  Images: 0
13:35:30 [2021-04-22T13:35:30.997Z]  Server Version: 20.10.5
13:35:30 [2021-04-22T13:35:30.997Z]  Storage Driver: overlay2
13:35:30 [2021-04-22T13:35:30.997Z]   Backing Filesystem: extfs
13:35:30 [2021-04-22T13:35:30.997Z]   Supports d_type: true
13:35:30 [2021-04-22T13:35:30.997Z]   Native Overlay Diff: true
13:35:30 [2021-04-22T13:35:30.997Z]  Logging Driver: json-file
13:35:30 [2021-04-22T13:35:30.997Z]  Cgroup Driver: cgroupfs
13:35:30 [2021-04-22T13:35:30.997Z]  Cgroup Version: 1
13:35:30 [2021-04-22T13:35:30.997Z]  Plugins:
13:35:30 [2021-04-22T13:35:30.997Z]   Volume: local
13:35:30 [2021-04-22T13:35:30.997Z]   Network: bridge host ipvlan macvlan null overlay
13:35:30 [2021-04-22T13:35:30.997Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:35:30 [2021-04-22T13:35:30.997Z]  Swarm: inactive
13:35:30 [2021-04-22T13:35:30.997Z]  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
13:35:30 [2021-04-22T13:35:30.997Z]  Default Runtime: runc
13:35:30 [2021-04-22T13:35:30.997Z]  Init Binary: docker-init
13:35:30 [2021-04-22T13:35:30.997Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:30 [2021-04-22T13:35:30.997Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:30 [2021-04-22T13:35:30.997Z]  init version: de40ad0
13:35:30 [2021-04-22T13:35:30.997Z]  Security Options:
13:35:30 [2021-04-22T13:35:30.997Z]   apparmor
13:35:30 [2021-04-22T13:35:30.997Z]   seccomp
13:35:30 [2021-04-22T13:35:30.997Z]    Profile: default
13:35:30 [2021-04-22T13:35:30.997Z]  Kernel Version: 5.4.0-1041-aws
13:35:30 [2021-04-22T13:35:30.997Z]  Operating System: Ubuntu 18.04.5 LTS
13:35:30 [2021-04-22T13:35:30.997Z]  OSType: linux
13:35:30 [2021-04-22T13:35:30.997Z]  Architecture: x86_64
13:35:30 [2021-04-22T13:35:30.997Z]  CPUs: 2
13:35:30 [2021-04-22T13:35:30.997Z]  Total Memory: 7.487GiB
13:35:30 [2021-04-22T13:35:30.997Z]  Name: ip-10-100-89-48
13:35:30 [2021-04-22T13:35:30.997Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
13:35:30 [2021-04-22T13:35:30.997Z]  Docker Root Dir: /var/lib/docker
13:35:30 [2021-04-22T13:35:30.997Z]  Debug Mode: false
13:35:30 [2021-04-22T13:35:30.997Z]  Registry: https://index.docker.io/v1/
13:35:30 [2021-04-22T13:35:30.997Z]  Labels:
13:35:30 [2021-04-22T13:35:30.997Z]  Experimental: true
13:35:30 [2021-04-22T13:35:30.997Z]  Insecure Registries:
13:35:30 [2021-04-22T13:35:30.997Z]   127.0.0.0/8
13:35:30 [2021-04-22T13:35:30.997Z]  Live Restore Enabled: true
13:35:30 [2021-04-22T13:35:30.997Z] 
13:35:30 [2021-04-22T13:35:30.997Z] WARNING: No swap limit support
[Pipeline] sh
13:35:31 [2021-04-22T13:35:31.060Z] Client:
13:35:31 [2021-04-22T13:35:31.060Z]  Context:    default
13:35:31 [2021-04-22T13:35:31.060Z]  Debug Mode: false
13:35:31 [2021-04-22T13:35:31.060Z]  Plugins:
13:35:31 [2021-04-22T13:35:31.060Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:35:31 [2021-04-22T13:35:31.060Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:35:31 [2021-04-22T13:35:31.060Z] 
13:35:31 [2021-04-22T13:35:31.060Z] Server:
13:35:31 [2021-04-22T13:35:31.060Z]  Containers: 0
13:35:31 [2021-04-22T13:35:31.060Z]   Running: 0
13:35:31 [2021-04-22T13:35:31.060Z]   Paused: 0
13:35:31 [2021-04-22T13:35:31.060Z]   Stopped: 0
13:35:31 [2021-04-22T13:35:31.060Z]  Images: 0
13:35:31 [2021-04-22T13:35:31.060Z]  Server Version: 20.10.5
13:35:31 [2021-04-22T13:35:31.060Z]  Storage Driver: overlay2
13:35:31 [2021-04-22T13:35:31.060Z]   Backing Filesystem: extfs
13:35:31 [2021-04-22T13:35:31.060Z]   Supports d_type: true
13:35:31 [2021-04-22T13:35:31.060Z]   Native Overlay Diff: true
13:35:31 [2021-04-22T13:35:31.060Z]  Logging Driver: json-file
13:35:31 [2021-04-22T13:35:31.060Z]  Cgroup Driver: cgroupfs
13:35:31 [2021-04-22T13:35:31.060Z]  Cgroup Version: 1
13:35:31 [2021-04-22T13:35:31.060Z]  Plugins:
13:35:31 [2021-04-22T13:35:31.060Z]   Volume: local
13:35:31 [2021-04-22T13:35:31.060Z]   Network: bridge host ipvlan macvlan null overlay
13:35:31 [2021-04-22T13:35:31.060Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:35:31 [2021-04-22T13:35:31.060Z]  Swarm: inactive
13:35:31 [2021-04-22T13:35:31.060Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:35:31 [2021-04-22T13:35:31.060Z]  Default Runtime: runc
13:35:31 [2021-04-22T13:35:31.060Z]  Init Binary: docker-init
13:35:31 [2021-04-22T13:35:31.060Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:31 [2021-04-22T13:35:31.060Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:31 [2021-04-22T13:35:31.060Z]  init version: de40ad0
13:35:31 [2021-04-22T13:35:31.060Z]  Security Options:
13:35:31 [2021-04-22T13:35:31.060Z]   apparmor
13:35:31 [2021-04-22T13:35:31.060Z]   seccomp
13:35:31 [2021-04-22T13:35:31.060Z]    Profile: default
13:35:31 [2021-04-22T13:35:31.060Z]  Kernel Version: 5.4.0-1041-aws
13:35:31 [2021-04-22T13:35:31.060Z]  Operating System: Ubuntu 18.04.5 LTS
13:35:31 [2021-04-22T13:35:31.060Z]  OSType: linux
13:35:31 [2021-04-22T13:35:31.060Z]  Architecture: x86_64
13:35:31 [2021-04-22T13:35:31.060Z]  CPUs: 2
13:35:31 [2021-04-22T13:35:31.060Z]  Total Memory: 7.487GiB
13:35:31 [2021-04-22T13:35:31.060Z]  Name: ip-10-100-105-238
13:35:31 [2021-04-22T13:35:31.060Z]  ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B
13:35:31 [2021-04-22T13:35:31.060Z]  Docker Root Dir: /var/lib/docker
13:35:31 [2021-04-22T13:35:31.060Z]  Debug Mode: false
13:35:31 [2021-04-22T13:35:31.060Z]  Registry: https://index.docker.io/v1/
13:35:31 [2021-04-22T13:35:31.060Z]  Labels:
13:35:31 [2021-04-22T13:35:31.060Z]  Experimental: true
13:35:31 [2021-04-22T13:35:31.060Z]  Insecure Registries:
13:35:31 [2021-04-22T13:35:31.060Z]   127.0.0.0/8
13:35:31 [2021-04-22T13:35:31.060Z]  Live Restore Enabled: true
13:35:31 [2021-04-22T13:35:31.060Z] 
13:35:31 [2021-04-22T13:35:31.060Z] WARNING: No swap limit support
[Pipeline] sh
13:35:31 [2021-04-22T13:35:31.262Z] #37 3.983 -- Detecting C compiler ABI info - done
13:35:31 [2021-04-22T13:35:31.308Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:35:31 [2021-04-22T13:35:31.308Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:35:31 [2021-04-22T13:35:31.308Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42164/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:35:31 [2021-04-22T13:35:31.308Z] + bash /home/ubuntu/workspace/moby_PR-42164/check-config.sh
13:35:31 [2021-04-22T13:35:31.308Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:35:31 [2021-04-22T13:35:31.308Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:35:31 [2021-04-22T13:35:31.308Z] 
13:35:31 [2021-04-22T13:35:31.308Z] Generally Necessary:
13:35:31 [2021-04-22T13:35:31.308Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:35:31 [2021-04-22T13:35:31.308Z] - apparmor: enabled and tools installed
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_NAMESPACES: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_NET_NS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_PID_NS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_IPC_NS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_UTS_NS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_CGROUPS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_CGROUP_CPUACCT: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_CGROUP_DEVICE: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_CGROUP_FREEZER: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_CGROUP_SCHED: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_CPUSETS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_MEMCG: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_KEYS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_VETH: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_BRIDGE: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_NF_NAT: enabled (as module)
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_POSIX_MQUEUE: enabled
13:35:31 [2021-04-22T13:35:31.308Z] 
13:35:31 [2021-04-22T13:35:31.308Z] Optional Features:
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_USER_NS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_SECCOMP: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_SECCOMP_FILTER: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_CGROUP_PIDS: enabled
13:35:31 [2021-04-22T13:35:31.308Z] - CONFIG_MEMCG_SWAP: enabled
13:35:31 [2021-04-22T13:35:31.359Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:35:31 [2021-04-22T13:35:31.359Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:35:31 [2021-04-22T13:35:31.359Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42164/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:35:31 [2021-04-22T13:35:31.359Z] + bash /home/ubuntu/workspace/moby_PR-42164/check-config.sh
13:35:31 [2021-04-22T13:35:31.359Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:35:31 [2021-04-22T13:35:31.359Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:35:31 [2021-04-22T13:35:31.359Z] 
13:35:31 [2021-04-22T13:35:31.359Z] Generally Necessary:
13:35:31 [2021-04-22T13:35:31.359Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:35:31 [2021-04-22T13:35:31.359Z] - apparmor: enabled and tools installed
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_NAMESPACES: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_NET_NS: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_PID_NS: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_IPC_NS: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_UTS_NS: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_CGROUPS: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_CGROUP_CPUACCT: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_CGROUP_DEVICE: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_CGROUP_FREEZER: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_CGROUP_SCHED: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_CPUSETS: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_MEMCG: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_KEYS: enabled
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_VETH: enabled (as module)
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_BRIDGE: enabled (as module)
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:35:31 [2021-04-22T13:35:31.359Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:35:31 [2021-04-22T13:35:31.525Z] #37 4.019 -- Detecting C compile features
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:35:31 [2021-04-22T13:35:31.566Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_BLK_CGROUP: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_CGROUP_PERF: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_CGROUP_HUGETLB: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_CFS_BANDWIDTH: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_RT_GROUP_SCHED: missing
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_IP_VS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_IP_VS_NFCT: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_IP_VS_RR: enabled (as module)
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_SECURITY_SELINUX: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_SECURITY_APPARMOR: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_EXT4_FS: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:35:31 [2021-04-22T13:35:31.566Z] - Network Drivers:
13:35:31 [2021-04-22T13:35:31.566Z]   - "overlay":
13:35:31 [2021-04-22T13:35:31.566Z]     - CONFIG_VXLAN: enabled (as module)
13:35:31 [2021-04-22T13:35:31.566Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:35:31 [2021-04-22T13:35:31.566Z]       Optional (for encrypted networks):
13:35:31 [2021-04-22T13:35:31.623Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_NF_NAT: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_POSIX_MQUEUE: enabled
13:35:31 [2021-04-22T13:35:31.624Z] 
13:35:31 [2021-04-22T13:35:31.624Z] Optional Features:
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_USER_NS: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_SECCOMP: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_SECCOMP_FILTER: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_CGROUP_PIDS: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_MEMCG_SWAP: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:35:31 [2021-04-22T13:35:31.624Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_BLK_CGROUP: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_CGROUP_PERF: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_CGROUP_HUGETLB: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_CFS_BANDWIDTH: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_RT_GROUP_SCHED: missing
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_IP_VS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_IP_VS_NFCT: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_IP_VS_RR: enabled (as module)
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_SECURITY_SELINUX: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_SECURITY_APPARMOR: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_EXT4_FS: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:35:31 [2021-04-22T13:35:31.624Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:35:31 [2021-04-22T13:35:31.788Z] #37 ...
13:35:31 [2021-04-22T13:35:31.788Z] 
13:35:31 [2021-04-22T13:35:31.788Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:35:31 [2021-04-22T13:35:31.788Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:35:31 [2021-04-22T13:35:31.788Z] #42 58.07 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 58.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 58.21 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 58.22 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 58.25 Setting up python-six (1.12.0-1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 61.86 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 61.89 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 61.93 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 61.94 Setting up libcap-dev:amd64 (1:2.25-2) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 61.96 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 61.97 Setting up protobuf-compiler (3.6.1.3-2) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 62.02 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 62.04 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 62.06 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 62.08 Setting up python-protobuf (3.6.1.3-2) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 67.92 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
13:35:31 [2021-04-22T13:35:31.788Z] #42 67.95 Processing triggers for libc-bin (2.28-10) ...
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_CRYPTO: enabled
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_CRYPTO_AEAD: enabled
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_CRYPTO_GCM: enabled
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_CRYPTO_GHASH: enabled
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_XFRM: enabled
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_XFRM_USER: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]       - CONFIG_INET_ESP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]   - "ipvlan":
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_IPVLAN: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]   - "macvlan":
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_MACVLAN: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_DUMMY: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]   - "ftp,tftp client in container":
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z] - Storage Drivers:
13:35:31 [2021-04-22T13:35:31.830Z]   - "aufs":
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_AUFS_FS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]   - "btrfs":
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:35:31 [2021-04-22T13:35:31.830Z]   - "devicemapper":
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_BLK_DEV_DM: enabled
13:35:31 [2021-04-22T13:35:31.830Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:35:31 [2021-04-22T13:35:31.830Z]   - "overlay":
13:35:31 [2021-04-22T13:35:31.893Z] - Network Drivers:
13:35:31 [2021-04-22T13:35:31.893Z]   - "overlay":
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_VXLAN: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:35:31 [2021-04-22T13:35:31.893Z]       Optional (for encrypted networks):
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_CRYPTO: enabled
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_CRYPTO_AEAD: enabled
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_CRYPTO_GCM: enabled
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_CRYPTO_GHASH: enabled
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_XFRM: enabled
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_XFRM_USER: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]       - CONFIG_INET_ESP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]   - "ipvlan":
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_IPVLAN: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]   - "macvlan":
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_MACVLAN: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_DUMMY: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]   - "ftp,tftp client in container":
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z] - Storage Drivers:
13:35:31 [2021-04-22T13:35:31.893Z]   - "aufs":
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_AUFS_FS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]   - "btrfs":
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:35:31 [2021-04-22T13:35:31.893Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:35:31 [2021-04-22T13:35:31.893Z]   - "devicemapper":
13:35:32 [2021-04-22T13:35:32.049Z] #42 ...
13:35:32 [2021-04-22T13:35:32.049Z] 
13:35:32 [2021-04-22T13:35:32.049Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:35:32 [2021-04-22T13:35:32.049Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.17 Selecting previously unselected package binutils-mingw-w64.
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.18 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.18 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.34 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.50 Selecting previously unselected package dmsetup.
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.51 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.52 Unpacking dmsetup (2:1.02.155-3) ...
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.67 Selecting previously unselected package mingw-w64-common.
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.69 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:35:32 [2021-04-22T13:35:32.049Z] #13 57.70 Unpacking mingw-w64-common (6.0.0-3) ...
13:35:32 [2021-04-22T13:35:32.098Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:35:32 [2021-04-22T13:35:32.098Z]   - "zfs":
13:35:32 [2021-04-22T13:35:32.098Z]     - /dev/zfs: present
13:35:32 [2021-04-22T13:35:32.098Z]     - zfs command: missing
13:35:32 [2021-04-22T13:35:32.098Z]     - zpool command: missing
13:35:32 [2021-04-22T13:35:32.098Z] 
13:35:32 [2021-04-22T13:35:32.098Z] Limits:
13:35:32 [2021-04-22T13:35:32.098Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:35:32 [2021-04-22T13:35:32.098Z] 
13:35:32 [2021-04-22T13:35:32.098Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
13:35:32 [2021-04-22T13:35:32.154Z]     - CONFIG_BLK_DEV_DM: enabled
13:35:32 [2021-04-22T13:35:32.154Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:35:32 [2021-04-22T13:35:32.154Z]   - "overlay":
13:35:32 [2021-04-22T13:35:32.154Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:35:32 [2021-04-22T13:35:32.154Z]   - "zfs":
13:35:32 [2021-04-22T13:35:32.154Z]     - /dev/zfs: present
13:35:32 [2021-04-22T13:35:32.154Z]     - zfs command: missing
13:35:32 [2021-04-22T13:35:32.154Z]     - zpool command: missing
13:35:32 [2021-04-22T13:35:32.154Z] 
13:35:32 [2021-04-22T13:35:32.154Z] Limits:
13:35:32 [2021-04-22T13:35:32.154Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:35:32 [2021-04-22T13:35:32.154Z] 
13:35:32 [2021-04-22T13:35:32.154Z] + true
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:35:32 [2021-04-22T13:35:32.311Z] #13 ...
13:35:32 [2021-04-22T13:35:32.311Z] 
13:35:32 [2021-04-22T13:35:32.311Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:35:32 [2021-04-22T13:35:32.311Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:35:32 [2021-04-22T13:35:32.311Z] #42 DONE 68.5s
13:35:32 [2021-04-22T13:35:32.311Z] 
13:35:32 [2021-04-22T13:35:32.311Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:35:32 [2021-04-22T13:35:32.311Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:35:32 [2021-04-22T13:35:32.438Z] + sudo modprobe ip_vs
13:35:32 [2021-04-22T13:35:32.438Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 .
13:35:32 [2021-04-22T13:35:32.537Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 .
13:35:32 [2021-04-22T13:35:32.797Z] #1 [internal] load build definition from Dockerfile
13:35:32 [2021-04-22T13:35:32.797Z] #1 sha256:b8092570bcbfe543fb8821427119f84d37249a561ef2c8c814b8475e8e4ac7e5
13:35:32 [2021-04-22T13:35:32.797Z] #1 transferring dockerfile: 17.07kB done
13:35:32 [2021-04-22T13:35:32.797Z] #1 DONE 0.1s
13:35:32 [2021-04-22T13:35:32.797Z] 
13:35:32 [2021-04-22T13:35:32.797Z] #2 [internal] load .dockerignore
13:35:32 [2021-04-22T13:35:32.797Z] #2 sha256:650b49b91e897d88d0fbaa1d3f70af37322c08d72d8d3fb86293dbf9cb8a00a5
13:35:32 [2021-04-22T13:35:32.797Z] #2 transferring context:
13:35:32 [2021-04-22T13:35:32.884Z] #43 ...
13:35:32 [2021-04-22T13:35:32.884Z] 
13:35:32 [2021-04-22T13:35:32.884Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:35:32 [2021-04-22T13:35:32.884Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:35:32 [2021-04-22T13:35:32.884Z] #45 59.09 time
13:35:32 [2021-04-22T13:35:32.884Z] #45 63.59 internal/fmtsort
13:35:32 [2021-04-22T13:35:32.884Z] #45 63.66 internal/poll
13:35:32 [2021-04-22T13:35:32.884Z] #45 64.59 internal/syscall/execenv
13:35:32 [2021-04-22T13:35:32.884Z] #45 64.72 internal/syscall/unix
13:35:32 [2021-04-22T13:35:32.884Z] #45 65.09 strings
13:35:32 [2021-04-22T13:35:32.884Z] #45 66.41 os
13:35:32 [2021-04-22T13:35:32.884Z] #45 67.73 regexp/syntax
13:35:33 [2021-04-22T13:35:33.003Z] #2 [internal] load .dockerignore
13:35:33 [2021-04-22T13:35:33.003Z] #2 sha256:07aa2d6e3905511701beb1ed1fb55891a821775fadefe3813c5c579131327342
13:35:33 [2021-04-22T13:35:33.056Z] #2 transferring context: 87B done
13:35:33 [2021-04-22T13:35:33.056Z] #2 DONE 0.1s
13:35:33 [2021-04-22T13:35:33.056Z] 
13:35:33 [2021-04-22T13:35:33.056Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:35:33 [2021-04-22T13:35:33.056Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:35:33 [2021-04-22T13:35:33.261Z] #2 transferring context: 87B done
13:35:33 [2021-04-22T13:35:33.261Z] #2 DONE 0.4s
13:35:33 [2021-04-22T13:35:33.261Z] 
13:35:33 [2021-04-22T13:35:33.261Z] #1 [internal] load build definition from Dockerfile
13:35:33 [2021-04-22T13:35:33.261Z] #1 sha256:cac0c13b6332c8ddda8748cd1853b9a27299e72725aedd269294f79f36b8c201
13:35:33 [2021-04-22T13:35:33.261Z] #1 transferring dockerfile: 17.07kB done
13:35:33 [2021-04-22T13:35:33.261Z] #1 DONE 0.4s
13:35:33 [2021-04-22T13:35:33.261Z] 
13:35:33 [2021-04-22T13:35:33.261Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:35:33 [2021-04-22T13:35:33.261Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:35:33 [2021-04-22T13:35:33.317Z] #3 DONE 0.4s
13:35:33 [2021-04-22T13:35:33.317Z] 
13:35:33 [2021-04-22T13:35:33.317Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:35:33 [2021-04-22T13:35:33.317Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:35:33 [2021-04-22T13:35:33.317Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:35:33 [2021-04-22T13:35:33.458Z] #45 ...
13:35:33 [2021-04-22T13:35:33.458Z] 
13:35:33 [2021-04-22T13:35:33.458Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:35:33 [2021-04-22T13:35:33.458Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:35:33 [2021-04-22T13:35:33.458Z] #51 59.62 time
13:35:33 [2021-04-22T13:35:33.458Z] #51 64.92 context
13:35:33 [2021-04-22T13:35:33.458Z] #51 65.04 encoding/binary
13:35:33 [2021-04-22T13:35:33.458Z] #51 65.96 internal/poll
13:35:33 [2021-04-22T13:35:33.458Z] #51 67.00 encoding/base64
13:35:33 [2021-04-22T13:35:33.458Z] #51 67.55 strings
13:35:33 [2021-04-22T13:35:33.458Z] #51 67.99 os
13:35:33 [2021-04-22T13:35:33.458Z] #51 ...
13:35:33 [2021-04-22T13:35:33.458Z] 
13:35:33 [2021-04-22T13:35:33.458Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:35:33 [2021-04-22T13:35:33.458Z] #37 sha256:e78921be28fc5524fbe2fb39ce8681d154c6ff0cdc3cb463426b3cd6efa3b3d5
13:35:33 [2021-04-22T13:35:33.458Z] #37 6.143 -- Detecting C compile features - done
13:35:33 [2021-04-22T13:35:33.458Z] #37 6.186 -- Performing Test HAS_BUILTIN_FORTIFY
13:35:33 [2021-04-22T13:35:33.578Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
13:35:33 [2021-04-22T13:35:33.578Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:35:33 [2021-04-22T13:35:33.578Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:35:33 [2021-04-22T13:35:33.578Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:35:33 [2021-04-22T13:35:33.578Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
13:35:33 [2021-04-22T13:35:33.578Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
13:35:34 [2021-04-22T13:35:34.031Z] #37 6.519 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:35:34 [2021-04-22T13:35:34.031Z] #37 6.615 -- Configuring done
13:35:34 [2021-04-22T13:35:34.031Z] #37 6.645 -- Generating done
13:35:34 [2021-04-22T13:35:34.031Z] #37 6.649 -- Build files have been written to: /tmp/tmp.N0MmHMuk3O/tini
13:35:34 [2021-04-22T13:35:34.031Z] #37 6.675 + make tini-static
13:35:34 [2021-04-22T13:35:34.148Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done
13:35:34 [2021-04-22T13:35:34.148Z] #4 DONE 0.8s
13:35:34 [2021-04-22T13:35:34.208Z] #3 DONE 0.8s
13:35:34 [2021-04-22T13:35:34.208Z] 
13:35:34 [2021-04-22T13:35:34.208Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:35:34 [2021-04-22T13:35:34.208Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:35:34 [2021-04-22T13:35:34.208Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:35:34 [2021-04-22T13:35:34.208Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:35:34 [2021-04-22T13:35:34.208Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:35:34 [2021-04-22T13:35:34.208Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:35:34 [2021-04-22T13:35:34.208Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.1s
13:35:34 [2021-04-22T13:35:34.409Z] 
13:35:34 [2021-04-22T13:35:34.409Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:35:34 [2021-04-22T13:35:34.409Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:35:34 [2021-04-22T13:35:34.466Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
13:35:34 [2021-04-22T13:35:34.466Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
13:35:34 [2021-04-22T13:35:34.466Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
13:35:34 [2021-04-22T13:35:34.604Z] #37 7.157 Scanning dependencies of target tini-static
13:35:34 [2021-04-22T13:35:34.604Z] #37 7.313 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:35:34 [2021-04-22T13:35:34.668Z] #8 ...
13:35:34 [2021-04-22T13:35:34.668Z] 
13:35:34 [2021-04-22T13:35:34.668Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:35:34 [2021-04-22T13:35:34.668Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:35:34 [2021-04-22T13:35:34.668Z] #5 DONE 0.3s
13:35:34 [2021-04-22T13:35:34.668Z] 
13:35:34 [2021-04-22T13:35:34.668Z] #6 [internal] load metadata for docker.io/library/debian:buster
13:35:34 [2021-04-22T13:35:34.668Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:35:34 [2021-04-22T13:35:34.668Z] #6 DONE 0.4s
13:35:34 [2021-04-22T13:35:34.668Z] 
13:35:34 [2021-04-22T13:35:34.668Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:35:34 [2021-04-22T13:35:34.668Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:35:34 [2021-04-22T13:35:34.668Z] #7 DONE 0.4s
13:35:34 [2021-04-22T13:35:34.668Z] 
13:35:34 [2021-04-22T13:35:34.668Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:35:34 [2021-04-22T13:35:34.668Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:35:34 [2021-04-22T13:35:34.928Z] #8 DONE 0.4s
13:35:35 [2021-04-22T13:35:35.029Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.5s done
13:35:35 [2021-04-22T13:35:35.029Z] #4 DONE 1.0s
13:35:35 [2021-04-22T13:35:35.496Z] 
13:35:35 [2021-04-22T13:35:35.496Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:35:35 [2021-04-22T13:35:35.496Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:35:35 [2021-04-22T13:35:35.992Z] #37 8.391 [100%] Linking C executable tini-static
13:35:36 [2021-04-22T13:35:36.255Z] #37 8.874 [100%] Built target tini-static
13:35:36 [2021-04-22T13:35:36.255Z] #37 8.987 + mkdir -p /build
13:35:36 [2021-04-22T13:35:36.518Z] #37 8.991 + cp tini-static /build/docker-init
13:35:36 [2021-04-22T13:35:36.663Z] Client:
13:35:36 [2021-04-22T13:35:36.663Z]  Context:    default
13:35:36 [2021-04-22T13:35:36.663Z]  Debug Mode: false
13:35:36 [2021-04-22T13:35:36.663Z]  Plugins:
13:35:36 [2021-04-22T13:35:36.663Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:35:36 [2021-04-22T13:35:36.663Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:35:36 [2021-04-22T13:35:36.663Z] 
13:35:36 [2021-04-22T13:35:36.663Z] Server:
13:35:36 [2021-04-22T13:35:36.663Z]  Containers: 0
13:35:36 [2021-04-22T13:35:36.663Z]   Running: 0
13:35:36 [2021-04-22T13:35:36.663Z]   Paused: 0
13:35:36 [2021-04-22T13:35:36.663Z]   Stopped: 0
13:35:36 [2021-04-22T13:35:36.663Z]  Images: 0
13:35:36 [2021-04-22T13:35:36.663Z]  Server Version: 20.10.5
13:35:36 [2021-04-22T13:35:36.663Z]  Storage Driver: overlay2
13:35:36 [2021-04-22T13:35:36.663Z]   Backing Filesystem: extfs
13:35:36 [2021-04-22T13:35:36.663Z]   Supports d_type: true
13:35:36 [2021-04-22T13:35:36.663Z]   Native Overlay Diff: true
13:35:36 [2021-04-22T13:35:36.663Z]  Logging Driver: json-file
13:35:36 [2021-04-22T13:35:36.663Z]  Cgroup Driver: systemd
13:35:36 [2021-04-22T13:35:36.663Z]  Cgroup Version: 2
13:35:36 [2021-04-22T13:35:36.663Z]  Plugins:
13:35:36 [2021-04-22T13:35:36.663Z]   Volume: local
13:35:36 [2021-04-22T13:35:36.663Z]   Network: bridge host ipvlan macvlan null overlay
13:35:36 [2021-04-22T13:35:36.663Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:35:36 [2021-04-22T13:35:36.663Z]  Swarm: inactive
13:35:36 [2021-04-22T13:35:36.663Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:35:36 [2021-04-22T13:35:36.663Z]  Default Runtime: runc
13:35:36 [2021-04-22T13:35:36.663Z]  Init Binary: docker-init
13:35:36 [2021-04-22T13:35:36.663Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:36 [2021-04-22T13:35:36.663Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:36 [2021-04-22T13:35:36.663Z]  init version: de40ad0
13:35:36 [2021-04-22T13:35:36.663Z]  Security Options:
13:35:36 [2021-04-22T13:35:36.663Z]   apparmor
13:35:36 [2021-04-22T13:35:36.663Z]   seccomp
13:35:36 [2021-04-22T13:35:36.663Z]    Profile: default
13:35:36 [2021-04-22T13:35:36.663Z]   cgroupns
13:35:36 [2021-04-22T13:35:36.663Z]  Kernel Version: 5.4.0-1041-aws
13:35:36 [2021-04-22T13:35:36.663Z]  Operating System: Ubuntu 20.04.2 LTS
13:35:36 [2021-04-22T13:35:36.663Z]  OSType: linux
13:35:36 [2021-04-22T13:35:36.663Z]  Architecture: x86_64
13:35:36 [2021-04-22T13:35:36.663Z]  CPUs: 2
13:35:36 [2021-04-22T13:35:36.663Z]  Total Memory: 7.487GiB
13:35:36 [2021-04-22T13:35:36.663Z]  Name: ip-10-100-62-155
13:35:36 [2021-04-22T13:35:36.663Z]  ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR
13:35:36 [2021-04-22T13:35:36.663Z]  Docker Root Dir: /var/lib/docker
13:35:36 [2021-04-22T13:35:36.663Z]  Debug Mode: false
13:35:36 [2021-04-22T13:35:36.663Z]  Registry: https://index.docker.io/v1/
13:35:36 [2021-04-22T13:35:36.663Z]  Labels:
13:35:36 [2021-04-22T13:35:36.663Z]  Experimental: true
13:35:36 [2021-04-22T13:35:36.663Z]  Insecure Registries:
13:35:36 [2021-04-22T13:35:36.663Z]   127.0.0.0/8
13:35:36 [2021-04-22T13:35:36.663Z]  Live Restore Enabled: true
13:35:36 [2021-04-22T13:35:36.663Z] 
13:35:36 [2021-04-22T13:35:36.663Z] WARNING: Support for cgroup v2 is experimental
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:35:36 [2021-04-22T13:35:36.780Z] #37 DONE 9.4s
13:35:36 [2021-04-22T13:35:36.780Z] 
13:35:36 [2021-04-22T13:35:36.780Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:35:36 [2021-04-22T13:35:36.780Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:35:36 [2021-04-22T13:35:36.780Z] #43 2.344 Note: Building without setproctitle() and strlcpy() support.
13:35:36 [2021-04-22T13:35:36.780Z] #43 2.344       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:35:36 [2021-04-22T13:35:36.780Z] #43 2.360 Note: Building without GnuTLS support
13:35:36 [2021-04-22T13:35:36.780Z] #43 2.361 Makefile.config:39: Warn: you have no libnftables installed
13:35:36 [2021-04-22T13:35:36.780Z] #43 2.361 Makefile.config:40: Warn: Building without nftables support
13:35:36 [2021-04-22T13:35:36.780Z] #43 4.627 fatal: not a git repository (or any of the parent directories): .git
13:35:36 [2021-04-22T13:35:36.870Z] #8 DONE 1.7s
13:35:36 [2021-04-22T13:35:36.870Z] 
13:35:36 [2021-04-22T13:35:36.870Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:35:36 [2021-04-22T13:35:36.870Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:35:36 [2021-04-22T13:35:36.870Z] #7 DONE 1.6s
13:35:36 [2021-04-22T13:35:36.870Z] 
13:35:36 [2021-04-22T13:35:36.870Z] #5 [internal] load metadata for docker.io/library/debian:buster
13:35:36 [2021-04-22T13:35:36.870Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:35:36 [2021-04-22T13:35:36.870Z] #5 DONE 1.6s
13:35:36 [2021-04-22T13:35:36.870Z] 
13:35:36 [2021-04-22T13:35:36.870Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:35:36 [2021-04-22T13:35:36.870Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:35:37 [2021-04-22T13:35:37.010Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 .
13:35:37 [2021-04-22T13:35:37.010Z] #1 [internal] load build definition from Dockerfile
13:35:37 [2021-04-22T13:35:37.010Z] #1 sha256:78e6e89b6004e4029121932f85ad004528f52faa970d10654407376c8a84524b
13:35:37 [2021-04-22T13:35:37.010Z] #1 transferring dockerfile: 17.07kB done
13:35:37 [2021-04-22T13:35:37.010Z] #1 DONE 0.1s
13:35:37 [2021-04-22T13:35:37.010Z] 
13:35:37 [2021-04-22T13:35:37.010Z] #2 [internal] load .dockerignore
13:35:37 [2021-04-22T13:35:37.010Z] #2 sha256:ae23219e380553db5a02a6196fbe8fb286b8c012a1cb4e0d829d4e33c28cfe4c
13:35:37 [2021-04-22T13:35:37.010Z] #2 transferring context: 87B done
13:35:37 [2021-04-22T13:35:37.041Z] #43 4.700   GEN      .gitid
13:35:37 [2021-04-22T13:35:37.041Z] #43 4.775   GEN      criu/include/version.h
13:35:37 [2021-04-22T13:35:37.129Z] #6 DONE 1.8s
13:35:37 [2021-04-22T13:35:37.271Z] #2 DONE 0.0s
13:35:37 [2021-04-22T13:35:37.272Z] 
13:35:37 [2021-04-22T13:35:37.272Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:35:37 [2021-04-22T13:35:37.272Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:35:37 [2021-04-22T13:35:37.303Z] #43 4.953   GEN      include/common/asm
13:35:37 [2021-04-22T13:35:37.466Z] 
13:35:37 [2021-04-22T13:35:37.466Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:37 [2021-04-22T13:35:37.466Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:37 [2021-04-22T13:35:37.466Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
13:35:37 [2021-04-22T13:35:37.466Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:35:37 [2021-04-22T13:35:37.466Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
13:35:37 [2021-04-22T13:35:37.466Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
13:35:37 [2021-04-22T13:35:37.466Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 2.10MB / 50.43MB 0.3s
13:35:37 [2021-04-22T13:35:37.727Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 6.29MB / 50.43MB 0.4s
13:35:37 [2021-04-22T13:35:37.727Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 13.63MB / 50.43MB 0.5s
13:35:37 [2021-04-22T13:35:37.994Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 18.87MB / 50.43MB 0.7s
13:35:37 [2021-04-22T13:35:37.994Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 24.12MB / 50.43MB 0.8s
13:35:37 [2021-04-22T13:35:37.994Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 27.26MB / 50.43MB 0.9s
13:35:38 [2021-04-22T13:35:38.264Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 32.51MB / 50.43MB 1.0s
13:35:38 [2021-04-22T13:35:38.264Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 38.80MB / 50.43MB 1.1s
13:35:38 [2021-04-22T13:35:38.502Z] 
13:35:38 [2021-04-22T13:35:38.503Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:35:38 [2021-04-22T13:35:38.503Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:35:38 [2021-04-22T13:35:38.503Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:35:38 [2021-04-22T13:35:38.503Z] #64 DONE 0.1s
13:35:38 [2021-04-22T13:35:38.503Z] 
13:35:38 [2021-04-22T13:35:38.503Z] #23 [internal] load build context
13:35:38 [2021-04-22T13:35:38.503Z] #23 sha256:d09eda8670a7a85b24b51de1b7f74373898403d2b29bc054fef0ee2deb44195a
13:35:38 [2021-04-22T13:35:38.503Z] #23 transferring context: 30B
13:35:38 [2021-04-22T13:35:38.527Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 44.04MB / 50.43MB 1.3s
13:35:38 [2021-04-22T13:35:38.662Z] #3 DONE 1.2s
13:35:38 [2021-04-22T13:35:38.662Z] 
13:35:38 [2021-04-22T13:35:38.662Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:35:38 [2021-04-22T13:35:38.662Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:35:38 [2021-04-22T13:35:38.662Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done
13:35:38 [2021-04-22T13:35:38.662Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:35:38 [2021-04-22T13:35:38.662Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:35:38 [2021-04-22T13:35:38.662Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:35:38 [2021-04-22T13:35:38.662Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
13:35:38 [2021-04-22T13:35:38.798Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 1.5s
13:35:38 [2021-04-22T13:35:38.923Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
13:35:38 [2021-04-22T13:35:38.923Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done
13:35:39 [2021-04-22T13:35:39.185Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
13:35:39 [2021-04-22T13:35:39.219Z] #43 6.731   PBCC     images/timens.pb-c.c
13:35:39 [2021-04-22T13:35:39.219Z] #43 6.759   DEP      images/timens.pb-c.d
13:35:39 [2021-04-22T13:35:39.219Z] #43 6.811   PBCC     images/fown.pb-c.c
13:35:39 [2021-04-22T13:35:39.219Z] #43 6.867   PBCC     images/google/protobuf/descriptor.pb-c.c
13:35:39 [2021-04-22T13:35:39.219Z] #43 6.947   PBCC     images/opts.pb-c.c
13:35:39 [2021-04-22T13:35:39.219Z] #43 7.002   PBCC     images/memfd.pb-c.c
13:35:39 [2021-04-22T13:35:39.219Z] #43 7.051   DEP      images/fown.pb-c.d
13:35:39 [2021-04-22T13:35:39.219Z] #43 7.106   DEP      images/google/protobuf/descriptor.pb-c.d
13:35:39 [2021-04-22T13:35:39.371Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 1.9s done
13:35:39 [2021-04-22T13:35:39.371Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc
13:35:39 [2021-04-22T13:35:39.439Z] Client: Docker Engine - Community
13:35:39 [2021-04-22T13:35:39.439Z]  Version:           20.10.5
13:35:39 [2021-04-22T13:35:39.439Z]  API version:       1.41
13:35:39 [2021-04-22T13:35:39.439Z]  Go version:        go1.13.15
13:35:39 [2021-04-22T13:35:39.439Z]  Git commit:        55c4c88
13:35:39 [2021-04-22T13:35:39.439Z]  Built:             Tue Mar  2 20:19:31 2021
13:35:39 [2021-04-22T13:35:39.439Z]  OS/Arch:           linux/arm64
13:35:39 [2021-04-22T13:35:39.439Z]  Context:           default
13:35:39 [2021-04-22T13:35:39.439Z]  Experimental:      true
13:35:39 [2021-04-22T13:35:39.439Z] 
13:35:39 [2021-04-22T13:35:39.439Z] Server: Docker Engine - Community
13:35:39 [2021-04-22T13:35:39.439Z]  Engine:
13:35:39 [2021-04-22T13:35:39.439Z]   Version:          20.10.5
13:35:39 [2021-04-22T13:35:39.439Z]   API version:      1.41 (minimum version 1.12)
13:35:39 [2021-04-22T13:35:39.439Z]   Go version:       go1.13.15
13:35:39 [2021-04-22T13:35:39.439Z]   Git commit:       363e9a8
13:35:39 [2021-04-22T13:35:39.439Z]   Built:            Tue Mar  2 20:17:22 2021
13:35:39 [2021-04-22T13:35:39.439Z]   OS/Arch:          linux/arm64
13:35:39 [2021-04-22T13:35:39.439Z]   Experimental:     true
13:35:39 [2021-04-22T13:35:39.439Z]  containerd:
13:35:39 [2021-04-22T13:35:39.439Z]   Version:          1.4.4
13:35:39 [2021-04-22T13:35:39.439Z]   GitCommit:        05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:39 [2021-04-22T13:35:39.439Z]  runc:
13:35:39 [2021-04-22T13:35:39.439Z]   Version:          1.0.0-rc93
13:35:39 [2021-04-22T13:35:39.439Z]   GitCommit:        12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:39 [2021-04-22T13:35:39.439Z]  docker-init:
13:35:39 [2021-04-22T13:35:39.439Z]   Version:          0.19.0
13:35:39 [2021-04-22T13:35:39.439Z]   GitCommit:        de40ad0
13:35:39 [2021-04-22T13:35:39.480Z] #43 7.167   DEP      images/opts.pb-c.d
13:35:39 [2021-04-22T13:35:39.480Z] #43 7.242   DEP      images/memfd.pb-c.d
13:35:39 [2021-04-22T13:35:39.480Z] #43 7.296   PBCC     images/sit.pb-c.c
13:35:39 [2021-04-22T13:35:39.480Z] #43 7.347   DEP      images/sit.pb-c.d
[Pipeline] sh
13:35:39 [2021-04-22T13:35:39.742Z] #43 7.452   PBCC     images/macvlan.pb-c.c
13:35:39 [2021-04-22T13:35:39.742Z] #43 7.461   DEP      images/macvlan.pb-c.d
13:35:39 [2021-04-22T13:35:39.742Z] #43 7.534   PBCC     images/autofs.pb-c.c
13:35:39 [2021-04-22T13:35:39.742Z] #43 7.561   DEP      images/autofs.pb-c.d
13:35:39 [2021-04-22T13:35:39.755Z] #4 DONE 1.2s
13:35:39 [2021-04-22T13:35:39.775Z] + docker info
13:35:40 [2021-04-22T13:35:40.004Z] #43 7.603   PBCC     images/sysctl.pb-c.c
13:35:40 [2021-04-22T13:35:40.004Z] #43 7.638   DEP      images/sysctl.pb-c.d
13:35:40 [2021-04-22T13:35:40.004Z] #43 7.679   PBCC     images/time.pb-c.c
13:35:40 [2021-04-22T13:35:40.004Z] #43 7.706   DEP      images/time.pb-c.d
13:35:40 [2021-04-22T13:35:40.004Z] #43 7.772   PBCC     images/binfmt-misc.pb-c.c
13:35:40 [2021-04-22T13:35:40.004Z] #43 7.778   DEP      images/binfmt-misc.pb-c.d
13:35:40 [2021-04-22T13:35:40.016Z] 
13:35:40 [2021-04-22T13:35:40.016Z] #8 [internal] load metadata for docker.io/library/debian:buster
13:35:40 [2021-04-22T13:35:40.016Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
13:35:40 [2021-04-22T13:35:40.266Z] #43 7.861   PBCC     images/seccomp.pb-c.c
13:35:40 [2021-04-22T13:35:40.266Z] #43 7.887   DEP      images/seccomp.pb-c.d
13:35:40 [2021-04-22T13:35:40.266Z] #43 7.965   PBCC     images/userns.pb-c.c
13:35:40 [2021-04-22T13:35:40.266Z] #43 7.983   DEP      images/userns.pb-c.d
13:35:40 [2021-04-22T13:35:40.266Z] #43 8.046   PBCC     images/cgroup.pb-c.c
13:35:40 [2021-04-22T13:35:40.266Z] #43 8.082   DEP      images/cgroup.pb-c.d
13:35:40 [2021-04-22T13:35:40.527Z] #43 8.126   PBCC     images/ext-file.pb-c.c
13:35:40 [2021-04-22T13:35:40.527Z] #43 8.176   DEP      images/ext-file.pb-c.d
13:35:40 [2021-04-22T13:35:40.528Z] #43 8.224   PBCC     images/rpc.pb-c.c
13:35:40 [2021-04-22T13:35:40.528Z] #43 8.286   DEP      images/rpc.pb-c.d
13:35:40 [2021-04-22T13:35:40.528Z] #43 8.351   PBCC     images/siginfo.pb-c.c
13:35:40 [2021-04-22T13:35:40.589Z] #8 DONE 0.9s
13:35:40 [2021-04-22T13:35:40.589Z] 
13:35:40 [2021-04-22T13:35:40.589Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:35:40 [2021-04-22T13:35:40.589Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:35:40 [2021-04-22T13:35:40.589Z] #5 DONE 0.8s
13:35:40 [2021-04-22T13:35:40.589Z] 
13:35:40 [2021-04-22T13:35:40.589Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:35:40 [2021-04-22T13:35:40.589Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
13:35:40 [2021-04-22T13:35:40.789Z] #43 8.358   DEP      images/siginfo.pb-c.d
13:35:40 [2021-04-22T13:35:40.789Z] #43 8.396   PBCC     images/pagemap.pb-c.c
13:35:40 [2021-04-22T13:35:40.789Z] #43 8.482   DEP      images/pagemap.pb-c.d
13:35:40 [2021-04-22T13:35:40.789Z] #43 8.551   PBCC     images/rlimit.pb-c.c
13:35:40 [2021-04-22T13:35:40.789Z] #43 8.577   DEP      images/rlimit.pb-c.d
13:35:40 [2021-04-22T13:35:40.789Z] #43 8.618   PBCC     images/file-lock.pb-c.c
13:35:40 [2021-04-22T13:35:40.850Z] #7 DONE 0.9s
13:35:40 [2021-04-22T13:35:40.850Z] 
13:35:40 [2021-04-22T13:35:40.850Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:35:40 [2021-04-22T13:35:40.850Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:35:40 [2021-04-22T13:35:40.850Z] #6 DONE 0.9s
13:35:41 [2021-04-22T13:35:41.050Z] #43 8.657   DEP      images/file-lock.pb-c.d
13:35:41 [2021-04-22T13:35:41.050Z] #43 8.717   PBCC     images/tty.pb-c.c
13:35:41 [2021-04-22T13:35:41.050Z] #43 8.783   DEP      images/tty.pb-c.d
13:35:41 [2021-04-22T13:35:41.050Z] #43 8.832   PBCC     images/tun.pb-c.c
13:35:41 [2021-04-22T13:35:41.113Z] 
13:35:41 [2021-04-22T13:35:41.113Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:35:41 [2021-04-22T13:35:41.113Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:35:41 [2021-04-22T13:35:41.113Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:35:41 [2021-04-22T13:35:41.113Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:35:41 [2021-04-22T13:35:41.113Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:35:41 [2021-04-22T13:35:41.113Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:35:41 [2021-04-22T13:35:41.312Z] #43 8.866   PBCC     images/netdev.pb-c.c
13:35:41 [2021-04-22T13:35:41.312Z] #43 8.914   DEP      images/tun.pb-c.d
13:35:41 [2021-04-22T13:35:41.312Z] #43 9.014   DEP      images/netdev.pb-c.d
13:35:41 [2021-04-22T13:35:41.312Z] #43 9.044   PBCC     images/vma.pb-c.c
13:35:41 [2021-04-22T13:35:41.312Z] #43 9.115   DEP      images/vma.pb-c.d
13:35:41 [2021-04-22T13:35:41.573Z] #43 9.179   PBCC     images/creds.pb-c.c
13:35:41 [2021-04-22T13:35:41.573Z] #43 9.224   DEP      images/creds.pb-c.d
13:35:41 [2021-04-22T13:35:41.573Z] #43 9.277   PBCC     images/utsns.pb-c.c
13:35:41 [2021-04-22T13:35:41.573Z] #43 9.303   DEP      images/utsns.pb-c.d
13:35:41 [2021-04-22T13:35:41.573Z] #43 9.331   PBCC     images/ipc-desc.pb-c.c
13:35:41 [2021-04-22T13:35:41.573Z] #43 9.390   PBCC     images/ipc-sem.pb-c.c
13:35:41 [2021-04-22T13:35:41.573Z] #43 9.410   DEP      images/ipc-desc.pb-c.d
13:35:41 [2021-04-22T13:35:41.705Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.33MB / 9.86MB 0.3s
13:35:41 [2021-04-22T13:35:41.835Z] #43 9.466   DEP      images/ipc-sem.pb-c.d
13:35:41 [2021-04-22T13:35:41.835Z] #43 9.497   PBCC     images/ipc-msg.pb-c.c
13:35:41 [2021-04-22T13:35:41.835Z] #43 9.522   DEP      images/ipc-msg.pb-c.d
13:35:41 [2021-04-22T13:35:41.835Z] #43 9.578   PBCC     images/ipc-shm.pb-c.c
13:35:41 [2021-04-22T13:35:41.835Z] #43 9.631   DEP      images/ipc-shm.pb-c.d
13:35:41 [2021-04-22T13:35:41.835Z] #43 9.679   PBCC     images/ipc-var.pb-c.c
13:35:41 [2021-04-22T13:35:41.968Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s
13:35:42 [2021-04-22T13:35:42.096Z] #43 9.711   DEP      images/ipc-var.pb-c.d
13:35:42 [2021-04-22T13:35:42.096Z] #43 9.782   PBCC     images/sk-opts.pb-c.c
13:35:42 [2021-04-22T13:35:42.096Z] #43 9.793   PBCC     images/packet-sock.pb-c.c
13:35:42 [2021-04-22T13:35:42.096Z] #43 9.845   DEP      images/sk-opts.pb-c.d
13:35:42 [2021-04-22T13:35:42.096Z] #43 9.895   DEP      images/packet-sock.pb-c.d
13:35:42 [2021-04-22T13:35:42.230Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
13:35:42 [2021-04-22T13:35:42.231Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.1s
13:35:42 [2021-04-22T13:35:42.358Z] #43 9.966   PBCC     images/sk-netlink.pb-c.c
13:35:42 [2021-04-22T13:35:42.358Z] #43 10.01   DEP      images/sk-netlink.pb-c.d
13:35:42 [2021-04-22T13:35:42.358Z] #43 10.05   PBCC     images/sk-inet.pb-c.c
13:35:42 [2021-04-22T13:35:42.358Z] #43 10.10   DEP      images/sk-inet.pb-c.d
13:35:42 [2021-04-22T13:35:42.358Z] #43 10.14   PBCC     images/sk-unix.pb-c.c
13:35:42 [2021-04-22T13:35:42.358Z] #43 10.17   DEP      images/sk-unix.pb-c.d
13:35:42 [2021-04-22T13:35:42.358Z] #43 10.21   PBCC     images/mm.pb-c.c
13:35:42 [2021-04-22T13:35:42.358Z] #43 10.25   DEP      images/mm.pb-c.d
13:35:42 [2021-04-22T13:35:42.620Z] #43 10.31   PBCC     images/timerfd.pb-c.c
13:35:42 [2021-04-22T13:35:42.620Z] #43 10.34   DEP      images/timerfd.pb-c.d
13:35:42 [2021-04-22T13:35:42.620Z] #43 10.43   PBCC     images/timer.pb-c.c
13:35:42 [2021-04-22T13:35:42.620Z] #43 10.44   DEP      images/timer.pb-c.d
13:35:42 [2021-04-22T13:35:42.620Z] #43 10.50   PBCC     images/sa.pb-c.c
13:35:42 [2021-04-22T13:35:42.670Z] #26 ...
13:35:42 [2021-04-22T13:35:42.670Z] 
13:35:42 [2021-04-22T13:35:42.670Z] #23 [internal] load build context
13:35:42 [2021-04-22T13:35:42.670Z] #23 sha256:eaa029aca588565502ec89397e5026c7c4675c3592d1cf79de54db04e411ecd8
13:35:42 [2021-04-22T13:35:42.670Z] #23 transferring context: 53.62MB 5.2s done
13:35:42 [2021-04-22T13:35:42.670Z] #23 DONE 5.4s
13:35:42 [2021-04-22T13:35:42.670Z] 
13:35:42 [2021-04-22T13:35:42.670Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:42 [2021-04-22T13:35:42.670Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:42 [2021-04-22T13:35:42.670Z] #26 ...
13:35:42 [2021-04-22T13:35:42.670Z] 
13:35:42 [2021-04-22T13:35:42.670Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:42 [2021-04-22T13:35:42.670Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.6s done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.1s done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.0s done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.3s done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.9s done
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 104.86MB / 120.17MB 5.2s
13:35:42 [2021-04-22T13:35:42.670Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.8s
13:35:42 [2021-04-22T13:35:42.670Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.4s done
13:35:42 [2021-04-22T13:35:42.881Z] #43 10.55   DEP      images/sa.pb-c.d
13:35:42 [2021-04-22T13:35:42.881Z] #43 10.62   PBCC     images/pipe-data.pb-c.c
13:35:42 [2021-04-22T13:35:42.881Z] #43 10.64   DEP      images/pipe-data.pb-c.d
13:35:42 [2021-04-22T13:35:42.881Z] #43 10.70   PBCC     images/mnt.pb-c.c
13:35:42 [2021-04-22T13:35:42.930Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 113.25MB / 120.17MB 5.5s
13:35:43 [2021-04-22T13:35:43.143Z] #43 10.78   DEP      images/mnt.pb-c.d
13:35:43 [2021-04-22T13:35:43.143Z] #43 10.82   PBCC     images/sk-packet.pb-c.c
13:35:43 [2021-04-22T13:35:43.143Z] #43 10.84   DEP      images/sk-packet.pb-c.d
13:35:43 [2021-04-22T13:35:43.143Z] #43 10.90   PBCC     images/tcp-stream.pb-c.c
13:35:43 [2021-04-22T13:35:43.143Z] #43 10.98   DEP      images/tcp-stream.pb-c.d
13:35:43 [2021-04-22T13:35:43.143Z] #43 11.02   PBCC     images/pipe.pb-c.c
13:35:43 [2021-04-22T13:35:43.190Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.8s
13:35:43 [2021-04-22T13:35:43.404Z] #43 11.07   DEP      images/pipe.pb-c.d
13:35:43 [2021-04-22T13:35:43.404Z] #43 11.13   PBCC     images/pstree.pb-c.c
13:35:43 [2021-04-22T13:35:43.404Z] #43 11.17   DEP      images/pstree.pb-c.d
13:35:43 [2021-04-22T13:35:43.404Z] #43 11.23   PBCC     images/fs.pb-c.c
13:35:43 [2021-04-22T13:35:43.635Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.3s done
13:35:43 [2021-04-22T13:35:43.666Z] #43 11.24   DEP      images/fs.pb-c.d
13:35:43 [2021-04-22T13:35:43.666Z] #43 11.29   PBCC     images/signalfd.pb-c.c
13:35:43 [2021-04-22T13:35:43.666Z] #43 11.34   DEP      images/signalfd.pb-c.d
13:35:43 [2021-04-22T13:35:43.666Z] #43 11.38   PBCC     images/fh.pb-c.c
13:35:43 [2021-04-22T13:35:43.666Z] #43 11.45   PBCC     images/fsnotify.pb-c.c
13:35:43 [2021-04-22T13:35:43.765Z] #23 transferring context: 41.12MB 5.1s
13:35:43 [2021-04-22T13:35:43.765Z] #23 ...
13:35:43 [2021-04-22T13:35:43.766Z] 
13:35:43 [2021-04-22T13:35:43.766Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:35:43 [2021-04-22T13:35:43.766Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:35:43 [2021-04-22T13:35:43.766Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:35:43 [2021-04-22T13:35:43.766Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:35:43 [2021-04-22T13:35:43.766Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
13:35:43 [2021-04-22T13:35:43.766Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:35:43 [2021-04-22T13:35:43.766Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:35:43 [2021-04-22T13:35:43.766Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.0s done
13:35:43 [2021-04-22T13:35:43.766Z] #62 DONE 5.5s
13:35:43 [2021-04-22T13:35:43.766Z] 
13:35:43 [2021-04-22T13:35:43.766Z] #23 [internal] load build context
13:35:43 [2021-04-22T13:35:43.766Z] #23 sha256:d09eda8670a7a85b24b51de1b7f74373898403d2b29bc054fef0ee2deb44195a
13:35:43 [2021-04-22T13:35:43.766Z] #23 ...
13:35:43 [2021-04-22T13:35:43.766Z] 
13:35:43 [2021-04-22T13:35:43.766Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:43 [2021-04-22T13:35:43.766Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.8s done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.3s done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.29MB / 120.17MB 5.3s
13:35:43 [2021-04-22T13:35:43.766Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.4s
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.5s done
13:35:43 [2021-04-22T13:35:43.766Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.2s
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.49   DEP      images/fh.pb-c.d
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.54   DEP      images/fsnotify.pb-c.d
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.58   PBCC     images/eventpoll.pb-c.c
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.61   DEP      images/eventpoll.pb-c.d
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.69   PBCC     images/eventfd.pb-c.c
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.70   DEP      images/eventfd.pb-c.d
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.74   PBCC     images/remap-file-path.pb-c.c
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.75   DEP      images/remap-file-path.pb-c.d
13:35:43 [2021-04-22T13:35:43.928Z] #43 11.82   PBCC     images/fifo.pb-c.c
13:35:44 [2021-04-22T13:35:44.129Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.7s done
13:35:44 [2021-04-22T13:35:44.190Z] #43 11.85   DEP      images/fifo.pb-c.d
13:35:44 [2021-04-22T13:35:44.191Z] #43 11.90   PBCC     images/ghost-file.pb-c.c
13:35:44 [2021-04-22T13:35:44.191Z] #43 11.95   DEP      images/ghost-file.pb-c.d
13:35:44 [2021-04-22T13:35:44.191Z] #43 ...
13:35:44 [2021-04-22T13:35:44.191Z] 
13:35:44 [2021-04-22T13:35:44.191Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:35:44 [2021-04-22T13:35:44.191Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:35:44 [2021-04-22T13:35:44.191Z] #45 70.44 fmt
13:35:44 [2021-04-22T13:35:44.191Z] #45 72.20 path/filepath
13:35:44 [2021-04-22T13:35:44.191Z] #45 73.94 regexp
13:35:44 [2021-04-22T13:35:44.191Z] #45 75.00 flag
13:35:44 [2021-04-22T13:35:44.191Z] #45 76.52 go/token
13:35:44 [2021-04-22T13:35:44.191Z] #45 77.22 internal/lazyregexp
13:35:44 [2021-04-22T13:35:44.191Z] #45 77.30 go/scanner
13:35:44 [2021-04-22T13:35:44.191Z] #45 77.49 path
13:35:44 [2021-04-22T13:35:44.191Z] #45 77.95 io/ioutil
13:35:44 [2021-04-22T13:35:44.191Z] #45 78.45 go/ast
13:35:44 [2021-04-22T13:35:44.191Z] #45 78.62 net/url
13:35:44 [2021-04-22T13:35:44.191Z] #45 80.00 text/template/parse
13:35:44 [2021-04-22T13:35:44.191Z] #45 ...
13:35:44 [2021-04-22T13:35:44.191Z] 
13:35:44 [2021-04-22T13:35:44.191Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:35:44 [2021-04-22T13:35:44.191Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:35:44 [2021-04-22T13:35:44.191Z] #51 70.49 golang.org/x/sys/unix
13:35:44 [2021-04-22T13:35:44.191Z] #51 72.17 fmt
13:35:44 [2021-04-22T13:35:44.191Z] #51 76.45 encoding/json
13:35:44 [2021-04-22T13:35:44.191Z] #51 78.93 github.com/pkg/diff
13:35:44 [2021-04-22T13:35:44.191Z] #51 80.17 go/ast
13:35:44 [2021-04-22T13:35:44.208Z] #62 DONE 3.1s
13:35:44 [2021-04-22T13:35:44.208Z] 
13:35:44 [2021-04-22T13:35:44.208Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:44 [2021-04-22T13:35:44.208Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.4s done
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.3s done
13:35:44 [2021-04-22T13:35:44.208Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.0s
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 18.87MB / 68.67MB 2.7s
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 2.7s
13:35:44 [2021-04-22T13:35:44.208Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 2.7s
13:35:44 [2021-04-22T13:35:44.391Z] #9 ...
13:35:44 [2021-04-22T13:35:44.391Z] 
13:35:44 [2021-04-22T13:35:44.391Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:35:44 [2021-04-22T13:35:44.391Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:35:44 [2021-04-22T13:35:44.391Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
13:35:44 [2021-04-22T13:35:44.391Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:35:44 [2021-04-22T13:35:44.391Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:35:44 [2021-04-22T13:35:44.391Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.0s done
13:35:44 [2021-04-22T13:35:44.391Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s done
13:35:44 [2021-04-22T13:35:44.391Z] #62 DONE 7.2s
13:35:44 [2021-04-22T13:35:44.391Z] 
13:35:44 [2021-04-22T13:35:44.391Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:44 [2021-04-22T13:35:44.391Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:44 [2021-04-22T13:35:44.391Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 5.0s
13:35:44 [2021-04-22T13:35:44.452Z] #51 ...
13:35:44 [2021-04-22T13:35:44.452Z] 
13:35:44 [2021-04-22T13:35:44.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
13:35:44 [2021-04-22T13:35:44.452Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:35:44 [2021-04-22T13:35:44.452Z] #43 12.04   PBCC     images/regfile.pb-c.c
13:35:44 [2021-04-22T13:35:44.452Z] #43 12.09   DEP      images/regfile.pb-c.d
13:35:44 [2021-04-22T13:35:44.452Z] #43 12.15   PBCC     images/ns.pb-c.c
13:35:44 [2021-04-22T13:35:44.452Z] #43 12.18   DEP      images/ns.pb-c.d
13:35:44 [2021-04-22T13:35:44.452Z] #43 12.22   PBCC     images/fdinfo.pb-c.c
13:35:44 [2021-04-22T13:35:44.452Z] #43 12.29   DEP      images/fdinfo.pb-c.d
13:35:44 [2021-04-22T13:35:44.452Z] #43 12.34   PBCC     images/core-aarch64.pb-c.c
13:35:44 [2021-04-22T13:35:44.540Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 26.21MB / 68.67MB 2.8s
13:35:44 [2021-04-22T13:35:44.540Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.15MB / 10.00MB 2.8s
13:35:44 [2021-04-22T13:35:44.540Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.34MB / 51.83MB 2.8s
13:35:44 [2021-04-22T13:35:44.540Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 37.75MB / 68.67MB 3.0s
13:35:44 [2021-04-22T13:35:44.540Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 3.0s
13:35:44 [2021-04-22T13:35:44.540Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.92MB / 51.83MB 3.0s
13:35:44 [2021-04-22T13:35:44.713Z] #43 12.41   PBCC     images/core-arm.pb-c.c
13:35:44 [2021-04-22T13:35:44.713Z] #43 12.48   PBCC     images/core-ppc64.pb-c.c
13:35:44 [2021-04-22T13:35:44.713Z] #43 ...
13:35:44 [2021-04-22T13:35:44.713Z] 
13:35:44 [2021-04-22T13:35:44.713Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:35:44 [2021-04-22T13:35:44.713Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:35:44 [2021-04-22T13:35:44.713Z] #13 62.93 Selecting previously unselected package mingw-w64-x86-64-dev.
13:35:44 [2021-04-22T13:35:44.713Z] #13 62.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:35:44 [2021-04-22T13:35:44.713Z] #13 62.96 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:35:44 [2021-04-22T13:35:44.713Z] #13 68.72 Selecting previously unselected package gcc-mingw-w64-base.
13:35:44 [2021-04-22T13:35:44.713Z] #13 68.72 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:35:44 [2021-04-22T13:35:44.713Z] #13 68.76 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:35:44 [2021-04-22T13:35:44.713Z] #13 68.90 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:35:44 [2021-04-22T13:35:44.713Z] #13 68.90 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:35:44 [2021-04-22T13:35:44.713Z] #13 68.91 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:35:44 [2021-04-22T13:35:44.713Z] #13 ...
13:35:44 [2021-04-22T13:35:44.713Z] 
13:35:44 [2021-04-22T13:35:44.713Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:35:44 [2021-04-22T13:35:44.713Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:35:44 [2021-04-22T13:35:44.713Z] #43 12.55   PBCC     images/core-s390.pb-c.c
13:35:44 [2021-04-22T13:35:44.714Z] #43 12.62   PBCC     images/core-x86.pb-c.c
13:35:44 [2021-04-22T13:35:44.806Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 42.99MB / 68.67MB 3.2s
13:35:44 [2021-04-22T13:35:44.806Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 3.1s done
13:35:44 [2021-04-22T13:35:44.806Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 28.30MB / 51.83MB 3.2s
13:35:44 [2021-04-22T13:35:44.806Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.19MB / 68.67MB 3.3s
13:35:44 [2021-04-22T13:35:44.806Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 32.51MB / 51.83MB 3.3s
13:35:44 [2021-04-22T13:35:44.806Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.3s
13:35:44 [2021-04-22T13:35:44.975Z] #43 12.67   PBCC     images/core.pb-c.c
13:35:44 [2021-04-22T13:35:44.975Z] #43 12.75   PBCC     images/inventory.pb-c.c
13:35:44 [2021-04-22T13:35:44.975Z] #43 12.80   DEP      images/core-aarch64.pb-c.d
13:35:44 [2021-04-22T13:35:44.975Z] #43 12.86   DEP      images/core-arm.pb-c.d
13:35:45 [2021-04-22T13:35:45.067Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 56.62MB / 68.67MB 3.5s
13:35:45 [2021-04-22T13:35:45.067Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 3.5s
13:35:45 [2021-04-22T13:35:45.067Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.44MB / 120.17MB 3.5s
13:35:45 [2021-04-22T13:35:45.136Z] #9 ...
13:35:45 [2021-04-22T13:35:45.136Z] 
13:35:45 [2021-04-22T13:35:45.136Z] #23 [internal] load build context
13:35:45 [2021-04-22T13:35:45.136Z] #23 sha256:d09eda8670a7a85b24b51de1b7f74373898403d2b29bc054fef0ee2deb44195a
13:35:45 [2021-04-22T13:35:45.136Z] #23 transferring context: 53.62MB 6.3s done
13:35:45 [2021-04-22T13:35:45.136Z] #23 DONE 6.6s
13:35:45 [2021-04-22T13:35:45.136Z] 
13:35:45 [2021-04-22T13:35:45.136Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:45 [2021-04-22T13:35:45.136Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:45 [2021-04-22T13:35:45.136Z] #9 ...
13:35:45 [2021-04-22T13:35:45.136Z] 
13:35:45 [2021-04-22T13:35:45.136Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:45 [2021-04-22T13:35:45.136Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:45 [2021-04-22T13:35:45.136Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.1s done
13:35:45 [2021-04-22T13:35:45.136Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
13:35:45 [2021-04-22T13:35:45.136Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
13:35:45 [2021-04-22T13:35:45.136Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:35:45 [2021-04-22T13:35:45.136Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 4.7s done
13:35:45 [2021-04-22T13:35:45.136Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 1.3s
13:35:45 [2021-04-22T13:35:45.136Z] #26 ...
13:35:45 [2021-04-22T13:35:45.136Z] 
13:35:45 [2021-04-22T13:35:45.136Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:45 [2021-04-22T13:35:45.136Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:45 [2021-04-22T13:35:45.136Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.5s done
13:35:45 [2021-04-22T13:35:45.236Z] #43 12.93   DEP      images/core-ppc64.pb-c.d
13:35:45 [2021-04-22T13:35:45.236Z] #43 12.99   DEP      images/core-s390.pb-c.d
13:35:45 [2021-04-22T13:35:45.236Z] #43 13.07   DEP      images/core-x86.pb-c.d
13:35:45 [2021-04-22T13:35:45.236Z] #43 13.13   DEP      images/core.pb-c.d
13:35:45 [2021-04-22T13:35:45.331Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.01MB / 68.67MB 3.7s
13:35:45 [2021-04-22T13:35:45.331Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.19MB / 51.83MB 3.7s
13:35:45 [2021-04-22T13:35:45.331Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 17.83MB / 120.17MB 3.7s
13:35:45 [2021-04-22T13:35:45.331Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.9s
13:35:45 [2021-04-22T13:35:45.331Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.9s
13:35:45 [2021-04-22T13:35:45.331Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 26.73MB / 120.17MB 3.9s
13:35:45 [2021-04-22T13:35:45.497Z] #43 13.21   DEP      images/inventory.pb-c.d
13:35:45 [2021-04-22T13:35:45.598Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 39.35MB / 120.17MB 4.1s
13:35:45 [2021-04-22T13:35:45.598Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 49.28MB / 120.17MB 4.2s
13:35:45 [2021-04-22T13:35:45.758Z] #43 13.30   PBCC     images/cpuinfo.pb-c.c
13:35:45 [2021-04-22T13:35:45.758Z] #43 13.37   DEP      images/cpuinfo.pb-c.d
13:35:45 [2021-04-22T13:35:45.758Z] #43 13.42   PBCC     images/stats.pb-c.c
13:35:45 [2021-04-22T13:35:45.758Z] #43 13.46   DEP      images/stats.pb-c.d
13:35:45 [2021-04-22T13:35:45.784Z] #26 ...
13:35:45 [2021-04-22T13:35:45.785Z] 
13:35:45 [2021-04-22T13:35:45.785Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:35:45 [2021-04-22T13:35:45.785Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:35:45 [2021-04-22T13:35:45.785Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done
13:35:45 [2021-04-22T13:35:45.785Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:35:45 [2021-04-22T13:35:45.785Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:35:45 [2021-04-22T13:35:45.785Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:35:45 [2021-04-22T13:35:45.785Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.4s done
13:35:45 [2021-04-22T13:35:45.785Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.2s done
13:35:45 [2021-04-22T13:35:45.785Z] #64 DONE 8.3s
13:35:45 [2021-04-22T13:35:45.785Z] 
13:35:45 [2021-04-22T13:35:45.785Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:45 [2021-04-22T13:35:45.785Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:45 [2021-04-22T13:35:45.937Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 63.96MB / 120.17MB 4.4s
13:35:46 [2021-04-22T13:35:46.238Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.5s done
13:35:46 [2021-04-22T13:35:46.239Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 71.30MB / 120.17MB 4.6s
13:35:46 [2021-04-22T13:35:46.515Z] #9 ...
13:35:46 [2021-04-22T13:35:46.515Z] 
13:35:46 [2021-04-22T13:35:46.515Z] #23 [internal] load build context
13:35:46 [2021-04-22T13:35:46.515Z] #23 sha256:0edb29eaa347973fdfd698f2b88c9c728f6978298c3591324e9a34c0fd64b060
13:35:46 [2021-04-22T13:35:46.515Z] #23 transferring context: 53.61MB 4.8s done
13:35:46 [2021-04-22T13:35:46.515Z] #23 DONE 5.4s
13:35:46 [2021-04-22T13:35:46.515Z] 
13:35:46 [2021-04-22T13:35:46.516Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:46 [2021-04-22T13:35:46.516Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:46 [2021-04-22T13:35:46.516Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.95MB / 120.17MB 5.0s
13:35:46 [2021-04-22T13:35:46.516Z] #9 ...
13:35:46 [2021-04-22T13:35:46.516Z] 
13:35:46 [2021-04-22T13:35:46.516Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:46 [2021-04-22T13:35:46.516Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:46 [2021-04-22T13:35:46.516Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
13:35:46 [2021-04-22T13:35:46.516Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:35:46 [2021-04-22T13:35:46.516Z] #26 sha256:fa335fed387465ccc369958d7908e1975e7d65677f7f3050d862161754ebcf90 529B / 529B done
13:35:46 [2021-04-22T13:35:46.516Z] #26 sha256:0d587dfbc4f4800bfe9ab08662e8396ffc37060c493f8ef24b2823fef3320df6 1.46kB / 1.46kB done
13:35:46 [2021-04-22T13:35:46.516Z] #26 sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 50.43MB / 50.43MB 2.3s done
13:35:46 [2021-04-22T13:35:46.516Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 2.6s
13:35:46 [2021-04-22T13:35:46.516Z] #26 ...
13:35:46 [2021-04-22T13:35:46.516Z] 
13:35:46 [2021-04-22T13:35:46.516Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:46 [2021-04-22T13:35:46.516Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:46 [2021-04-22T13:35:46.516Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 5.1s
13:35:46 [2021-04-22T13:35:46.778Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 97.52MB / 120.17MB 5.2s
13:35:46 [2021-04-22T13:35:46.778Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.2s
13:35:46 [2021-04-22T13:35:46.778Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.2s done
13:35:46 [2021-04-22T13:35:46.778Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.05MB / 120.17MB 5.4s
13:35:47 [2021-04-22T13:35:47.041Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.7s
13:35:47 [2021-04-22T13:35:47.158Z] #43 14.83 make[1]: Nothing to be done for 'all'.
13:35:47 [2021-04-22T13:35:47.302Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.8s done
13:35:47 [2021-04-22T13:35:47.692Z] #26 ...
13:35:47 [2021-04-22T13:35:47.692Z] 
13:35:47 [2021-04-22T13:35:47.692Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:35:47 [2021-04-22T13:35:47.692Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:35:47 [2021-04-22T13:35:47.692Z] #63 DONE 0.9s
13:35:47 [2021-04-22T13:35:47.692Z] 
13:35:47 [2021-04-22T13:35:47.692Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:47 [2021-04-22T13:35:47.692Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:47 [2021-04-22T13:35:47.876Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.2s done
13:35:48 [2021-04-22T13:35:48.264Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 8.7s done
13:35:48 [2021-04-22T13:35:48.411Z] #9 ...
13:35:48 [2021-04-22T13:35:48.412Z] 
13:35:48 [2021-04-22T13:35:48.412Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:35:48 [2021-04-22T13:35:48.412Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:35:48 [2021-04-22T13:35:48.412Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:35:48 [2021-04-22T13:35:48.412Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:35:48 [2021-04-22T13:35:48.412Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:35:48 [2021-04-22T13:35:48.412Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.6s done
13:35:48 [2021-04-22T13:35:48.412Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.7s done
13:35:48 [2021-04-22T13:35:48.412Z] #64 DONE 9.6s
13:35:48 [2021-04-22T13:35:48.412Z] 
13:35:48 [2021-04-22T13:35:48.412Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:48 [2021-04-22T13:35:48.412Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:48 [2021-04-22T13:35:48.524Z] #26 DONE 11.6s
13:35:48 [2021-04-22T13:35:48.524Z] 
13:35:48 [2021-04-22T13:35:48.524Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:48 [2021-04-22T13:35:48.524Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:48 [2021-04-22T13:35:48.524Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.8s done
13:35:48 [2021-04-22T13:35:48.524Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
13:35:48 [2021-04-22T13:35:48.548Z] #43 16.26   CC       images/stats.o
13:35:48 [2021-04-22T13:35:48.677Z] #9 ...
13:35:48 [2021-04-22T13:35:48.677Z] 
13:35:48 [2021-04-22T13:35:48.677Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:35:48 [2021-04-22T13:35:48.677Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:35:48 [2021-04-22T13:35:48.677Z] #63 DONE 1.1s
13:35:48 [2021-04-22T13:35:48.677Z] 
13:35:48 [2021-04-22T13:35:48.677Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:48 [2021-04-22T13:35:48.677Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:48 [2021-04-22T13:35:48.786Z] #9 ...
13:35:48 [2021-04-22T13:35:48.786Z] 
13:35:48 [2021-04-22T13:35:48.786Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:35:48 [2021-04-22T13:35:48.786Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:35:48 [2021-04-22T13:35:48.786Z] #65 DONE 1.0s
13:35:48 [2021-04-22T13:35:48.809Z] #43 16.61   CC       images/core.o
13:35:48 [2021-04-22T13:35:48.825Z] #9 ...
13:35:48 [2021-04-22T13:35:48.825Z] 
13:35:48 [2021-04-22T13:35:48.825Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:35:48 [2021-04-22T13:35:48.825Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:35:48 [2021-04-22T13:35:48.825Z] #63 DONE 1.6s
13:35:48 [2021-04-22T13:35:48.825Z] 
13:35:48 [2021-04-22T13:35:48.825Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:48 [2021-04-22T13:35:48.825Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:48 [2021-04-22T13:35:48.934Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.5s
13:35:49 [2021-04-22T13:35:49.046Z] 
13:35:49 [2021-04-22T13:35:49.046Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:35:49 [2021-04-22T13:35:49.046Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:35:49 [2021-04-22T13:35:49.381Z] #43 17.21   CC       images/core-x86.o
13:35:49 [2021-04-22T13:35:49.396Z] #9 ...
13:35:49 [2021-04-22T13:35:49.396Z] 
13:35:49 [2021-04-22T13:35:49.396Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:35:49 [2021-04-22T13:35:49.396Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:35:49 [2021-04-22T13:35:49.396Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:35:49 [2021-04-22T13:35:49.396Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:35:49 [2021-04-22T13:35:49.396Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:35:49 [2021-04-22T13:35:49.396Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:35:49 [2021-04-22T13:35:49.396Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.5s done
13:35:49 [2021-04-22T13:35:49.396Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done
13:35:49 [2021-04-22T13:35:49.396Z] #64 DONE 8.3s
13:35:49 [2021-04-22T13:35:49.396Z] 
13:35:49 [2021-04-22T13:35:49.396Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:49 [2021-04-22T13:35:49.396Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:49 [2021-04-22T13:35:49.396Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 6.2s
13:35:49 [2021-04-22T13:35:49.865Z] #9 ...
13:35:49 [2021-04-22T13:35:49.865Z] 
13:35:49 [2021-04-22T13:35:49.865Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:35:49 [2021-04-22T13:35:49.865Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:35:49 [2021-04-22T13:35:49.865Z] #65 DONE 0.9s
13:35:49 [2021-04-22T13:35:49.953Z] #43 17.70   CC       images/core-arm.o
13:35:50 [2021-04-22T13:35:50.123Z] 
13:35:50 [2021-04-22T13:35:50.123Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:50 [2021-04-22T13:35:50.123Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:50 [2021-04-22T13:35:50.434Z] #27 1.682 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:35:50 [2021-04-22T13:35:50.434Z] #27 1.682 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
13:35:50 [2021-04-22T13:35:50.434Z] #27 1.697 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:35:50 [2021-04-22T13:35:50.434Z] #27 1.869 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:35:50 [2021-04-22T13:35:50.527Z] #43 18.05   CC       images/core-aarch64.o
13:35:50 [2021-04-22T13:35:50.788Z] #43 18.51   CC       images/core-ppc64.o
13:35:51 [2021-04-22T13:35:51.003Z] #27 2.185 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:35:51 [2021-04-22T13:35:51.262Z] #27 2.548 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:35:51 [2021-04-22T13:35:51.322Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.8s done
13:35:51 [2021-04-22T13:35:51.322Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
13:35:51 [2021-04-22T13:35:51.322Z] #9 ...
13:35:51 [2021-04-22T13:35:51.322Z] 
13:35:51 [2021-04-22T13:35:51.322Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:51 [2021-04-22T13:35:51.322Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:51 [2021-04-22T13:35:51.322Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 7.0s done
13:35:51 [2021-04-22T13:35:51.322Z] #26 DONE 10.1s
13:35:51 [2021-04-22T13:35:51.322Z] 
13:35:51 [2021-04-22T13:35:51.322Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:51 [2021-04-22T13:35:51.322Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:51 [2021-04-22T13:35:51.322Z] #9 ...
13:35:51 [2021-04-22T13:35:51.322Z] 
13:35:51 [2021-04-22T13:35:51.322Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:35:51 [2021-04-22T13:35:51.322Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:35:51 [2021-04-22T13:35:51.322Z] #65 DONE 0.8s
13:35:51 [2021-04-22T13:35:51.322Z] 
13:35:51 [2021-04-22T13:35:51.322Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:51 [2021-04-22T13:35:51.322Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:51 [2021-04-22T13:35:51.360Z] #43 19.05   CC       images/core-s390.o
13:35:51 [2021-04-22T13:35:51.495Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.8s done
13:35:51 [2021-04-22T13:35:51.897Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done
13:35:51 [2021-04-22T13:35:51.897Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
13:35:51 [2021-04-22T13:35:51.932Z] #43 19.63   CC       images/cpuinfo.o
13:35:52 [2021-04-22T13:35:52.067Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
13:35:52 [2021-04-22T13:35:52.193Z] #43 20.04   CC       images/inventory.o
13:35:52 [2021-04-22T13:35:52.455Z] #43 20.27   CC       images/fdinfo.o
13:35:52 [2021-04-22T13:35:52.469Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done
13:35:52 [2021-04-22T13:35:52.469Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
13:35:52 [2021-04-22T13:35:52.632Z] #9 ...
13:35:52 [2021-04-22T13:35:52.632Z] 
13:35:52 [2021-04-22T13:35:52.632Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:35:52 [2021-04-22T13:35:52.632Z] #26 sha256:37088d12ab122b3790834af8fa4e08fd94c4968e93b00ec1f80df1d5916d53e0
13:35:52 [2021-04-22T13:35:52.632Z] #26 extracting sha256:bd8f6a7501ccbe80b95c82519ed6fd4f7236a41e0ae59ba4a8df76af24629efc 8.4s done
13:35:52 [2021-04-22T13:35:52.632Z] #26 DONE 14.2s
13:35:52 [2021-04-22T13:35:52.632Z] 
13:35:52 [2021-04-22T13:35:52.632Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:52 [2021-04-22T13:35:52.632Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:52 [2021-04-22T13:35:52.632Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.4s done
13:35:52 [2021-04-22T13:35:52.632Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
13:35:52 [2021-04-22T13:35:52.716Z] #43 20.59   CC       images/fown.o
13:35:53 [2021-04-22T13:35:53.172Z] #27 4.319 Fetched 8427 kB in 3s (2928 kB/s)
13:35:53 [2021-04-22T13:35:53.195Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done
13:35:53 [2021-04-22T13:35:53.289Z] #43 20.81   CC       images/ns.o
13:35:53 [2021-04-22T13:35:53.289Z] #43 20.99   CC       images/regfile.o
13:35:53 [2021-04-22T13:35:53.289Z] #43 ...
13:35:53 [2021-04-22T13:35:53.289Z] 
13:35:53 [2021-04-22T13:35:53.289Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:35:53 [2021-04-22T13:35:53.289Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:35:53 [2021-04-22T13:35:53.453Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
13:35:54 [2021-04-22T13:35:54.120Z] #27 4.319 Reading package lists...
13:35:54 [2021-04-22T13:35:54.688Z] #27 5.280 Reading package lists...
13:35:54 [2021-04-22T13:35:54.688Z] #27 ...
13:35:54 [2021-04-22T13:35:54.688Z] 
13:35:54 [2021-04-22T13:35:54.688Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:35:54 [2021-04-22T13:35:54.688Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:35:54 [2021-04-22T13:35:54.688Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.3s done
13:35:54 [2021-04-22T13:35:54.688Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done
13:35:54 [2021-04-22T13:35:54.688Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.5s
13:35:54 [2021-04-22T13:35:54.691Z] Client:
13:35:54 [2021-04-22T13:35:54.691Z]  Context:    default
13:35:54 [2021-04-22T13:35:54.691Z]  Debug Mode: false
13:35:54 [2021-04-22T13:35:54.691Z]  Plugins:
13:35:54 [2021-04-22T13:35:54.691Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
13:35:54 [2021-04-22T13:35:54.691Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
13:35:54 [2021-04-22T13:35:54.691Z] 
13:35:54 [2021-04-22T13:35:54.691Z] Server:
13:35:54 [2021-04-22T13:35:54.691Z]  Containers: 0
13:35:54 [2021-04-22T13:35:54.691Z]   Running: 0
13:35:54 [2021-04-22T13:35:54.691Z]   Paused: 0
13:35:54 [2021-04-22T13:35:54.691Z]   Stopped: 0
13:35:54 [2021-04-22T13:35:54.691Z]  Images: 0
13:35:54 [2021-04-22T13:35:54.691Z]  Server Version: 20.10.5
13:35:54 [2021-04-22T13:35:54.691Z]  Storage Driver: overlay2
13:35:54 [2021-04-22T13:35:54.691Z]   Backing Filesystem: extfs
13:35:54 [2021-04-22T13:35:54.691Z]   Supports d_type: true
13:35:54 [2021-04-22T13:35:54.691Z]   Native Overlay Diff: true
13:35:54 [2021-04-22T13:35:54.691Z]  Logging Driver: json-file
13:35:54 [2021-04-22T13:35:54.691Z]  Cgroup Driver: cgroupfs
13:35:54 [2021-04-22T13:35:54.691Z]  Cgroup Version: 1
13:35:54 [2021-04-22T13:35:54.691Z]  Plugins:
13:35:54 [2021-04-22T13:35:54.691Z]   Volume: local
13:35:54 [2021-04-22T13:35:54.691Z]   Network: bridge host ipvlan macvlan null overlay
13:35:54 [2021-04-22T13:35:54.691Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
13:35:54 [2021-04-22T13:35:54.691Z]  Swarm: inactive
13:35:54 [2021-04-22T13:35:54.691Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
13:35:54 [2021-04-22T13:35:54.691Z]  Default Runtime: runc
13:35:54 [2021-04-22T13:35:54.691Z]  Init Binary: docker-init
13:35:54 [2021-04-22T13:35:54.691Z]  containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:54 [2021-04-22T13:35:54.691Z]  runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:35:54 [2021-04-22T13:35:54.691Z]  init version: de40ad0
13:35:54 [2021-04-22T13:35:54.691Z]  Security Options:
13:35:54 [2021-04-22T13:35:54.691Z]   apparmor
13:35:54 [2021-04-22T13:35:54.691Z]   seccomp
13:35:54 [2021-04-22T13:35:54.691Z]    Profile: default
13:35:54 [2021-04-22T13:35:54.691Z]  Kernel Version: 5.4.0-1041-aws
13:35:54 [2021-04-22T13:35:54.691Z]  Operating System: Ubuntu 20.04.2 LTS
13:35:54 [2021-04-22T13:35:54.691Z]  OSType: linux
13:35:54 [2021-04-22T13:35:54.691Z]  Architecture: aarch64
13:35:54 [2021-04-22T13:35:54.691Z]  CPUs: 4
13:35:54 [2021-04-22T13:35:54.691Z]  Total Memory: 7.494GiB
13:35:54 [2021-04-22T13:35:54.691Z]  Name: ip-10-100-125-120
13:35:54 [2021-04-22T13:35:54.691Z]  ID: BVXL:CDJC:ICN6:ER53:HAUW:WQSU:QT43:6BOW:3PZO:KHYE:NTNP:UAA4
13:35:54 [2021-04-22T13:35:54.691Z]  Docker Root Dir: /var/lib/docker
13:35:54 [2021-04-22T13:35:54.691Z]  Debug Mode: false
13:35:54 [2021-04-22T13:35:54.691Z]  Registry: https://index.docker.io/v1/
13:35:54 [2021-04-22T13:35:54.691Z]  Labels:
13:35:54 [2021-04-22T13:35:54.691Z]  Experimental: true
13:35:54 [2021-04-22T13:35:54.691Z]  Insecure Registries:
13:35:54 [2021-04-22T13:35:54.691Z]   127.0.0.0/8
13:35:54 [2021-04-22T13:35:54.691Z]  Live Restore Enabled: true
13:35:54 [2021-04-22T13:35:54.691Z] 
13:35:54 [2021-04-22T13:35:54.691Z] WARNING: No swap limit support
[Pipeline] sh
13:35:54 [2021-04-22T13:35:54.861Z] #56 42.74 Checking out files:  43% (1694/3901)   
Checking out files:  44% (1717/3901)   
Checking out files:  45% (1756/3901)   
Checking out files:  46% (1795/3901)   
Checking out files:  47% (1834/3901)   
Checking out files:  48% (1873/3901)   
Checking out files:  49% (1912/3901)   
Checking out files:  50% (1951/3901)   
Checking out files:  51% (1990/3901)   
Checking out files:  52% (2029/3901)   
Checking out files:  53% (2068/3901)   
Checking out files:  54% (2107/3901)   
Checking out files:  55% (2146/3901)   
Checking out files:  56% (2185/3901)   
Checking out files:  57% (2224/3901)   
Checking out files:  58% (2263/3901)   
Checking out files:  59% (2302/3901)   
Checking out files:  60% (2341/3901)   
Checking out files:  61% (2380/3901)   
Checking out files:  62% (2419/3901)   
Checking out files:  63% (2458/3901)   
Checking out files:  64% (2497/3901)   
Checking out files:  65% (2536/3901)   
Checking out files:  66% (2575/3901)   
Checking out files:  67% (2614/3901)   
Checking out files:  68% (2653/3901)   
Checking out files:  69% (2692/3901)   
Checking out files:  70% (2731/3901)   
Checking out files:  71% (2770/3901)   
Checking out files:  72% (2809/3901)   
Checking out files:  73% (2848/3901)   
Checking out files:  74% (2887/3901)   
Checking out files:  75% (2926/3901)   
Checking out files:  76% (2965/3901)   
Checking out files:  77% (3004/3901)   
Checking out files:  78% (3043/3901)   
Checking out files:  79% (3082/3901)   
Checking out files:  80% (3121/3901)   
Checking out files:  81% (3160/3901)   
Checking out files:  82% (3199/3901)   
Checking out files:  83% (3238/3901)   
Checking out files:  84% (3277/3901)   
Checking out files:  85% (3316/3901)   
Checking out files:  86% (3355/3901)   
Checking out files:  86% (3357/3901)   
Checking out files:  87% (3394/3901)   
Checking out files:  88% (3433/3901)   
Checking out files:  89% (3472/3901)   
Checking out files:  90% (3511/3901)   
Checking out files:  91% (3550/3901)   
Checking out files:  92% (3589/3901)   
Checking out files:  93% (3628/3901)   
Checking out files:  94% (3667/3901)   
Checking out files:  95% (3706/3901)   
Checking out files:  96% (3745/3901)   
Checking out files:  97% (3784/3901)   
Checking out files:  98% (3823/3901)   
Checking out files:  99% (3862/3901)   
Checking out files: 100% (3901/3901)   
Checking out files: 100% (3901/3901), done.
13:35:54 [2021-04-22T13:35:54.985Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:35:54 [2021-04-22T13:35:54.985Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
13:35:54 [2021-04-22T13:35:54.985Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42164/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
13:35:54 [2021-04-22T13:35:54.985Z] + bash /home/ubuntu/workspace/moby_PR-42164/check-config.sh
13:35:54 [2021-04-22T13:35:54.985Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
13:35:54 [2021-04-22T13:35:54.985Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ...
13:35:54 [2021-04-22T13:35:54.985Z] 
13:35:54 [2021-04-22T13:35:54.985Z] Generally Necessary:
13:35:54 [2021-04-22T13:35:54.985Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
13:35:54 [2021-04-22T13:35:54.985Z] - apparmor: enabled and tools installed
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_NAMESPACES: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_NET_NS: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_PID_NS: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_IPC_NS: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_UTS_NS: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_CGROUPS: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_CGROUP_CPUACCT: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_CGROUP_DEVICE: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_CGROUP_FREEZER: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_CGROUP_SCHED: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_CPUSETS: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_MEMCG: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_KEYS: enabled
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_VETH: enabled (as module)
13:35:54 [2021-04-22T13:35:54.985Z] - CONFIG_BRIDGE: enabled (as module)
13:35:55 [2021-04-22T13:35:55.123Z] #56 44.30 + cd /tmp/tmp.pmdCd5lx87/src/github.com/containerd/containerd
13:35:55 [2021-04-22T13:35:55.123Z] #56 44.30 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_IP_NF_FILTER: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_IP_NF_NAT: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_NF_NAT: enabled (as module)
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_POSIX_MQUEUE: enabled
13:35:55 [2021-04-22T13:35:55.247Z] 
13:35:55 [2021-04-22T13:35:55.247Z] Optional Features:
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_USER_NS: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_SECCOMP: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_SECCOMP_FILTER: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_CGROUP_PIDS: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_MEMCG_SWAP: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
13:35:55 [2021-04-22T13:35:55.247Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_BLK_CGROUP: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_BLK_DEV_THROTTLING: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_CGROUP_PERF: enabled
13:35:55 [2021-04-22T13:35:55.247Z] - CONFIG_CGROUP_HUGETLB: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_CGROUP_NET_PRIO: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_CFS_BANDWIDTH: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_FAIR_GROUP_SCHED: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_RT_GROUP_SCHED: missing
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_IP_VS: enabled (as module)
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_IP_VS_NFCT: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_IP_VS_PROTO_TCP: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_IP_VS_PROTO_UDP: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_IP_VS_RR: enabled (as module)
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_SECURITY_SELINUX: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_SECURITY_APPARMOR: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_EXT4_FS: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - CONFIG_EXT4_FS_SECURITY: enabled
13:35:55 [2021-04-22T13:35:55.510Z] - Network Drivers:
13:35:55 [2021-04-22T13:35:55.510Z]   - "overlay":
13:35:55 [2021-04-22T13:35:55.510Z]     - CONFIG_VXLAN: enabled (as module)
13:35:55 [2021-04-22T13:35:55.510Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
13:35:55 [2021-04-22T13:35:55.510Z]       Optional (for encrypted networks):
13:35:55 [2021-04-22T13:35:55.705Z] #56 ...
13:35:55 [2021-04-22T13:35:55.705Z] 
13:35:55 [2021-04-22T13:35:55.705Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:35:55 [2021-04-22T13:35:55.705Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:35:55 [2021-04-22T13:35:55.705Z] #51 81.91 golang.org/x/crypto/ssh/terminal
13:35:55 [2021-04-22T13:35:55.705Z] #51 82.95 mvdan.cc/editorconfig
13:35:55 [2021-04-22T13:35:55.705Z] #51 83.97 mvdan.cc/sh/v3/fileutil
13:35:55 [2021-04-22T13:35:55.705Z] #51 84.32 text/tabwriter
13:35:55 [2021-04-22T13:35:55.705Z] #51 84.73 mvdan.cc/sh/v3/syntax
13:35:55 [2021-04-22T13:35:55.705Z] #51 90.70 mvdan.cc/sh/v3/cmd/shfmt
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_CRYPTO: enabled
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_CRYPTO_AEAD: enabled
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_CRYPTO_GCM: enabled
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_CRYPTO_SEQIV: enabled
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_CRYPTO_GHASH: enabled
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_XFRM: enabled
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_XFRM_USER: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_XFRM_ALGO: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]       - CONFIG_INET_ESP: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]   - "ipvlan":
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_IPVLAN: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]   - "macvlan":
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_MACVLAN: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_DUMMY: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]   - "ftp,tftp client in container":
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z] - Storage Drivers:
13:35:55 [2021-04-22T13:35:55.775Z]   - "aufs":
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_AUFS_FS: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]   - "btrfs":
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_BTRFS_FS: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
13:35:55 [2021-04-22T13:35:55.775Z]   - "devicemapper":
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_BLK_DEV_DM: enabled
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]   - "overlay":
13:35:55 [2021-04-22T13:35:55.775Z]     - CONFIG_OVERLAY_FS: enabled (as module)
13:35:55 [2021-04-22T13:35:55.775Z]   - "zfs":
13:35:55 [2021-04-22T13:35:55.775Z]     - /dev/zfs: present
13:35:55 [2021-04-22T13:35:55.775Z]     - zfs command: missing
13:35:55 [2021-04-22T13:35:55.775Z]     - zpool command: missing
13:35:55 [2021-04-22T13:35:55.775Z] 
13:35:55 [2021-04-22T13:35:55.775Z] Limits:
13:35:55 [2021-04-22T13:35:55.775Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
13:35:55 [2021-04-22T13:35:55.775Z] 
13:35:55 [2021-04-22T13:35:55.775Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
13:35:55 [2021-04-22T13:35:55.967Z] #51 ...
13:35:55 [2021-04-22T13:35:55.967Z] 
13:35:55 [2021-04-22T13:35:55.967Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:35:55 [2021-04-22T13:35:55.967Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:35:55 [2021-04-22T13:35:55.967Z] #43 21.19   CC       images/ghost-file.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 21.47   CC       images/fifo.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 21.68   CC       images/remap-file-path.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 21.95   CC       images/eventfd.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 22.15   CC       images/eventpoll.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 22.49   CC       images/fh.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 22.87   CC       images/fsnotify.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 23.49   CC       images/signalfd.o
13:35:55 [2021-04-22T13:35:55.967Z] #43 23.70   CC       images/fs.o
13:35:56 [2021-04-22T13:35:56.125Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 .
13:35:56 [2021-04-22T13:35:56.229Z] #43 ...
13:35:56 [2021-04-22T13:35:56.229Z] 
13:35:56 [2021-04-22T13:35:56.229Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:35:56 [2021-04-22T13:35:56.229Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:35:56 [2021-04-22T13:35:56.229Z] #45 82.40 go/parser
13:35:56 [2021-04-22T13:35:56.229Z] #45 83.87 text/template
13:35:56 [2021-04-22T13:35:56.229Z] #45 86.11 log
13:35:56 [2021-04-22T13:35:56.229Z] #45 86.67 encoding/xml
13:35:56 [2021-04-22T13:35:56.229Z] #45 89.11 go/doc
13:35:56 [2021-04-22T13:35:56.229Z] #45 91.74 github.com/LK4D4/vndr/versioned
13:35:56 [2021-04-22T13:35:56.229Z] #45 91.89 compress/flate
13:35:56 [2021-04-22T13:35:56.229Z] #45 92.37 github.com/LK4D4/vndr/build
13:35:56 [2021-04-22T13:35:56.229Z] #45 ...
13:35:56 [2021-04-22T13:35:56.229Z] 
13:35:56 [2021-04-22T13:35:56.229Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:35:56 [2021-04-22T13:35:56.229Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:35:56 [2021-04-22T13:35:56.229Z] #43 24.03   CC       images/pstree.o
13:35:56 [2021-04-22T13:35:56.491Z] #43 24.29   CC       images/pipe.o
13:35:56 [2021-04-22T13:35:56.600Z] #9 ...
13:35:56 [2021-04-22T13:35:56.600Z] 
13:35:56 [2021-04-22T13:35:56.600Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:35:56 [2021-04-22T13:35:56.600Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:35:56 [2021-04-22T13:35:56.600Z] #27 5.280 Reading package lists...
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.316 Building dependency tree...
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.759 The following additional packages will be installed:
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.759   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.759   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.759   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.764 Suggested packages:
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.764   krb5-doc krb5-user
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.764 Recommended packages:
13:35:56 [2021-04-22T13:35:56.600Z] #27 6.764   krb5-locales publicsuffix libsasl2-modules
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.002 The following NEW packages will be installed:
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.002   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.006   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.006   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.006   libssh2-1 libssl1.1 openssl
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.294 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.294 Need to get 5059 kB of archives.
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.294 After this operation, 12.1 MB of additional disk space will be used.
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.294 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.299 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.299 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.299 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.299 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.315 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.315 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.315 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.323 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.323 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.330 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.330 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.337 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.337 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.337 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.340 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.340 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.346 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.526 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.582 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.602 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.800 debconf: delaying package configuration, since apt-utils is not installed
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.834 Fetched 5059 kB in 1s (8664 kB/s)
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.884 Selecting previously unselected package libssl1.1:amd64.
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.884 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.893 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
13:35:56 [2021-04-22T13:35:56.600Z] #27 7.907 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:35:56 [2021-04-22T13:35:56.675Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done
13:35:56 [2021-04-22T13:35:56.675Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
13:35:56 [2021-04-22T13:35:56.699Z] #2 [internal] load .dockerignore
13:35:56 [2021-04-22T13:35:56.699Z] #2 sha256:80344bb0e96d0bb341bc36fbe1e49bbb073f9065c7924d3c55831e7b3970febd
13:35:56 [2021-04-22T13:35:56.752Z] #43 24.53   CC       images/tcp-stream.o
13:35:56 [2021-04-22T13:35:56.860Z] #27 8.211 Selecting previously unselected package openssl.
13:35:56 [2021-04-22T13:35:56.860Z] #27 8.211 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
13:35:56 [2021-04-22T13:35:56.860Z] #27 8.215 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:35:57 [2021-04-22T13:35:57.013Z] #43 24.83   CC       images/sk-packet.o
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.396 Selecting previously unselected package ca-certificates.
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.396 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.400 Unpacking ca-certificates (20200601~deb10u2) ...
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.477 Selecting previously unselected package libkeyutils1:amd64.
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.477 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.485 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.519 Selecting previously unselected package libkrb5support0:amd64.
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.519 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.126Z] #27 8.522 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.590 Selecting previously unselected package libk5crypto3:amd64.
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.590 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.594 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.672 Selecting previously unselected package libkrb5-3:amd64.
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.672 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.678 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.810 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:35:57 [2021-04-22T13:35:57.386Z] #27 8.810 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.586Z] #43 25.25   CC       images/mnt.o
13:35:57 [2021-04-22T13:35:57.643Z] #2 transferring context: 87B done
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.814 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.892 Selecting previously unselected package libsasl2-modules-db:amd64.
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.892 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.892 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.940 Selecting previously unselected package libsasl2-2:amd64.
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.940 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.945 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.998 Selecting previously unselected package libldap-common.
13:35:57 [2021-04-22T13:35:57.645Z] #27 8.998 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:35:57 [2021-04-22T13:35:57.645Z] #27 9.011 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:35:57 [2021-04-22T13:35:57.645Z] #27 9.056 Selecting previously unselected package libldap-2.4-2:amd64.
13:35:57 [2021-04-22T13:35:57.645Z] #27 9.056 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.847Z] #43 25.47   CC       images/pipe-data.o
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.063 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:35:57 [2021-04-22T13:35:57.905Z] #2 DONE 1.4s
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.170 Selecting previously unselected package libnghttp2-14:amd64.
13:35:57 [2021-04-22T13:35:57.905Z] 
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.170 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.905Z] #1 [internal] load build definition from Dockerfile
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.174 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.244 Selecting previously unselected package libpsl5:amd64.
13:35:57 [2021-04-22T13:35:57.905Z] #1 sha256:e40eced311ab40d5c436246304280e32ca4f22f28d8dc481c24ba154b76ac322
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.244 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.248 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:35:57 [2021-04-22T13:35:57.905Z] #1 transferring dockerfile: 17.07kB 0.1s done
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.286 Selecting previously unselected package librtmp1:amd64.
13:35:57 [2021-04-22T13:35:57.905Z] #1 DONE 1.4s
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.286 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.295 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.335 Selecting previously unselected package libssh2-1:amd64.
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.335 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
13:35:57 [2021-04-22T13:35:57.905Z] #27 9.340 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:35:58 [2021-04-22T13:35:58.108Z] #43 25.76   CC       images/sa.o
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.392 Selecting previously unselected package libcurl4:amd64.
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.392 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.396 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.480 Selecting previously unselected package curl.
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.480 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.484 Unpacking curl (7.64.0-4+deb10u2) ...
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.559 Selecting previously unselected package libonig5:amd64.
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.559 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
13:35:58 [2021-04-22T13:35:58.166Z] #27 9.567 Unpacking libonig5:amd64 (6.9.1-1) ...
13:35:58 [2021-04-22T13:35:58.167Z] 
13:35:58 [2021-04-22T13:35:58.167Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
13:35:58 [2021-04-22T13:35:58.167Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949
13:35:58 [2021-04-22T13:35:58.370Z] #43 26.01   CC       images/timer.o
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.637 Selecting previously unselected package libjq1:amd64.
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.637 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.641 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.713 Selecting previously unselected package jq.
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.713 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.717 Unpacking jq (1.5+dfsg-2+b1) ...
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.859 Setting up libkeyutils1:amd64 (1.6-6) ...
13:35:58 [2021-04-22T13:35:58.425Z] #27 9.874 Setting up libpsl5:amd64 (0.20.2-2) ...
13:35:58 [2021-04-22T13:35:58.631Z] #43 26.40   CC       images/timerfd.o
13:35:58 [2021-04-22T13:35:58.683Z] #27 9.885 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.01 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.02 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.04 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.04 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.05 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.06 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.07 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.09 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.10 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.11 Setting up openssl (1.1.1d-0+deb10u6) ...
13:35:58 [2021-04-22T13:35:58.684Z] #27 10.12 Setting up libonig5:amd64 (6.9.1-1) ...
13:35:58 [2021-04-22T13:35:58.709Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s
13:35:58 [2021-04-22T13:35:58.740Z] #3 DONE 0.6s
13:35:58 [2021-04-22T13:35:58.740Z] 
13:35:58 [2021-04-22T13:35:58.740Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:35:58 [2021-04-22T13:35:58.740Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043
13:35:58 [2021-04-22T13:35:58.740Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:35:58 [2021-04-22T13:35:58.740Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:35:58 [2021-04-22T13:35:58.740Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done
13:35:58 [2021-04-22T13:35:58.740Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done
13:35:58 [2021-04-22T13:35:58.740Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.2s
13:35:58 [2021-04-22T13:35:58.892Z] #43 26.64   CC       images/mm.o
13:35:58 [2021-04-22T13:35:58.944Z] #27 10.19 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:35:58 [2021-04-22T13:35:58.944Z] #27 10.21 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:35:58 [2021-04-22T13:35:58.944Z] #27 10.22 Setting up ca-certificates (20200601~deb10u2) ...
13:35:59 [2021-04-22T13:35:59.001Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 4.19MB / 9.01MB 0.3s
13:35:59 [2021-04-22T13:35:59.001Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 8.39MB / 9.01MB 0.5s
13:35:59 [2021-04-22T13:35:59.154Z] #43 26.91   CC       images/sk-opts.o
13:35:59 [2021-04-22T13:35:59.267Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.6s
13:35:59 [2021-04-22T13:35:59.267Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a
13:35:59 [2021-04-22T13:35:59.415Z] #43 27.09   CC       images/sk-unix.o
13:35:59 [2021-04-22T13:35:59.528Z] #27 10.90 Updating certificates in /etc/ssl/certs...
13:35:59 [2021-04-22T13:35:59.531Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.7s done
13:35:59 [2021-04-22T13:35:59.531Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done
13:35:59 [2021-04-22T13:35:59.531Z] #4 DONE 1.1s
13:35:59 [2021-04-22T13:35:59.676Z] #43 27.41   CC       images/sk-inet.o
13:35:59 [2021-04-22T13:35:59.938Z] #43 27.82   CC       images/tun.o
13:35:59 [2021-04-22T13:35:59.983Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.0s done
13:35:59 [2021-04-22T13:35:59.983Z] #9 ...
13:35:59 [2021-04-22T13:35:59.983Z] 
13:35:59 [2021-04-22T13:35:59.983Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:35:59 [2021-04-22T13:35:59.983Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:35:59 [2021-04-22T13:35:59.983Z] #27 1.163 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 1.177 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 1.290 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 1.298 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 1.554 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:35:59 [2021-04-22T13:35:59.983Z] #27 2.059 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 3.360 Fetched 8427 kB in 2s (3440 kB/s)
13:35:59 [2021-04-22T13:35:59.983Z] #27 3.360 Reading package lists...
13:35:59 [2021-04-22T13:35:59.983Z] #27 4.227 Reading package lists...
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.109 Building dependency tree...
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.389 The following additional packages will be installed:
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.389   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.389   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.389   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.390 Suggested packages:
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.390   krb5-doc krb5-user
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.390 Recommended packages:
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.390   krb5-locales publicsuffix libsasl2-modules
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.611 The following NEW packages will be installed:
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.611   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.612   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.612   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.612   libssh2-1 libssl1.1 openssl
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.891 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.891 Need to get 5059 kB of archives.
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.891 After this operation, 12.1 MB of additional disk space will be used.
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.891 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.899 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.899 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.900 Get:4 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.904 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.913 Get:6 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.916 Get:7 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.918 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.922 Get:9 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.923 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.925 Get:11 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.927 Get:12 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.927 Get:13 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.930 Get:14 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.930 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.933 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.936 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 5.956 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.234 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.314 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.343 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.500 debconf: delaying package configuration, since apt-utils is not installed
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.518 Fetched 5059 kB in 1s (6905 kB/s)
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.566 Selecting previously unselected package libssl1.1:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.566 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.570 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.580 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.791 Selecting previously unselected package openssl.
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.792 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.798 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.940 Selecting previously unselected package ca-certificates.
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.940 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 6.944 Unpacking ca-certificates (20200601~deb10u2) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.023 Selecting previously unselected package libkeyutils1:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.023 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.028 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.065 Selecting previously unselected package libkrb5support0:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.066 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.072 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.122 Selecting previously unselected package libk5crypto3:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.122 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.128 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.180 Selecting previously unselected package libkrb5-3:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.180 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.185 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.279 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.279 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.287 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.345 Selecting previously unselected package libsasl2-modules-db:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.347 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.351 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.394 Selecting previously unselected package libsasl2-2:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.395 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.405 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.453 Selecting previously unselected package libldap-common.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.454 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.460 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.512 Selecting previously unselected package libldap-2.4-2:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.512 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.519 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.603 Selecting previously unselected package libnghttp2-14:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.603 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.607 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.708 Selecting previously unselected package libpsl5:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.708 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.712 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.785 Selecting previously unselected package librtmp1:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.785 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.794 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.842 Selecting previously unselected package libssh2-1:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.843 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.849 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.902 Selecting previously unselected package libcurl4:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.902 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.906 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.979 Selecting previously unselected package curl.
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.981 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 7.985 Unpacking curl (7.64.0-4+deb10u2) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.104 Selecting previously unselected package libonig5:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.104 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.108 Unpacking libonig5:amd64 (6.9.1-1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.178 Selecting previously unselected package libjq1:amd64.
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.178 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.186 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.233 Selecting previously unselected package jq.
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.234 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.239 Unpacking jq (1.5+dfsg-2+b1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.288 Setting up libkeyutils1:amd64 (1.6-6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.303 Setting up libpsl5:amd64 (0.20.2-2) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.316 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.421 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.437 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.455 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.473 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.483 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.497 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.511 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.525 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.540 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.555 Setting up openssl (1.1.1d-0+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.573 Setting up libonig5:amd64 (6.9.1-1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.586 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.599 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:35:59 [2021-04-22T13:35:59.983Z] #27 8.612 Setting up ca-certificates (20200601~deb10u2) ...
13:36:00 [2021-04-22T13:36:00.080Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.4s done
13:36:00 [2021-04-22T13:36:00.080Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
13:36:00 [2021-04-22T13:36:00.106Z] 
13:36:00 [2021-04-22T13:36:00.106Z] #8 [internal] load metadata for docker.io/library/debian:buster
13:36:00 [2021-04-22T13:36:00.106Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
13:36:00 [2021-04-22T13:36:00.473Z] #27 11.89 137 added, 0 removed; done.
13:36:00 [2021-04-22T13:36:00.511Z] #43 28.16   CC       images/sk-netlink.o
13:36:00 [2021-04-22T13:36:00.556Z] #27 9.209 Updating certificates in /etc/ssl/certs...
13:36:00 [2021-04-22T13:36:00.737Z] #27 11.96 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:36:00 [2021-04-22T13:36:00.737Z] #27 11.97 Setting up jq (1.5+dfsg-2+b1) ...
13:36:00 [2021-04-22T13:36:00.737Z] #27 11.98 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:36:00 [2021-04-22T13:36:00.737Z] #27 11.99 Setting up curl (7.64.0-4+deb10u2) ...
13:36:00 [2021-04-22T13:36:00.737Z] #27 12.00 Processing triggers for libc-bin (2.28-10) ...
13:36:00 [2021-04-22T13:36:00.737Z] #27 12.02 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:36:00 [2021-04-22T13:36:00.737Z] #27 12.03 Updating certificates in /etc/ssl/certs...
13:36:00 [2021-04-22T13:36:00.772Z] #43 28.37   CC       images/packet-sock.o
13:36:01 [2021-04-22T13:36:01.034Z] #43 28.78   CC       images/ipc-var.o
13:36:01 [2021-04-22T13:36:01.050Z] #8 ...
13:36:01 [2021-04-22T13:36:01.050Z] 
13:36:01 [2021-04-22T13:36:01.050Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:36:01 [2021-04-22T13:36:01.050Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
13:36:01 [2021-04-22T13:36:01.050Z] #5 DONE 1.2s
13:36:01 [2021-04-22T13:36:01.050Z] 
13:36:01 [2021-04-22T13:36:01.050Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:01 [2021-04-22T13:36:01.050Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:36:01 [2021-04-22T13:36:01.050Z] #7 DONE 1.2s
13:36:01 [2021-04-22T13:36:01.129Z] #27 9.890 137 added, 0 removed; done.
13:36:01 [2021-04-22T13:36:01.129Z] #27 9.940 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.129Z] #27 9.961 Setting up jq (1.5+dfsg-2+b1) ...
13:36:01 [2021-04-22T13:36:01.129Z] #27 9.976 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:36:01 [2021-04-22T13:36:01.129Z] #27 9.991 Setting up curl (7.64.0-4+deb10u2) ...
13:36:01 [2021-04-22T13:36:01.129Z] #27 10.01 Processing triggers for libc-bin (2.28-10) ...
13:36:01 [2021-04-22T13:36:01.129Z] #27 10.03 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:36:01 [2021-04-22T13:36:01.129Z] #27 10.04 Updating certificates in /etc/ssl/certs...
13:36:01 [2021-04-22T13:36:01.296Z] #43 29.00   CC       images/ipc-desc.o
13:36:01 [2021-04-22T13:36:01.296Z] #43 ...
13:36:01 [2021-04-22T13:36:01.296Z] 
13:36:01 [2021-04-22T13:36:01.296Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:01 [2021-04-22T13:36:01.296Z] #51 sha256:700288df8483c47fe1a0c4b06d0fb3c5280198c8b700d69c8ef5fad4b43ddfbb
13:36:01 [2021-04-22T13:36:01.296Z] #51 DONE 97.6s
13:36:01 [2021-04-22T13:36:01.296Z] 
13:36:01 [2021-04-22T13:36:01.296Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:36:01 [2021-04-22T13:36:01.296Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.47 + export 'BUILDTAGS=netgo osusergo static_build'
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.47 + BUILDTAGS='netgo osusergo static_build'
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.48 + export EXTRA_FLAGS=-buildmode=pie
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.48 + EXTRA_FLAGS=-buildmode=pie
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.48 + '[' '' = dynamic ']'
13:36:01 [2021-04-22T13:36:01.296Z] #56 46.48 + make
13:36:01 [2021-04-22T13:36:01.296Z] #56 47.74 + bin/ctr
13:36:01 [2021-04-22T13:36:01.311Z] 
13:36:01 [2021-04-22T13:36:01.311Z] #8 [internal] load metadata for docker.io/library/debian:buster
13:36:01 [2021-04-22T13:36:01.311Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
13:36:01 [2021-04-22T13:36:01.311Z] #8 DONE 1.3s
13:36:01 [2021-04-22T13:36:01.311Z] 
13:36:01 [2021-04-22T13:36:01.311Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:36:01 [2021-04-22T13:36:01.311Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:36:01 [2021-04-22T13:36:01.311Z] #6 DONE 1.3s
13:36:01 [2021-04-22T13:36:01.312Z] #27 12.79 0 added, 0 removed; done.
13:36:01 [2021-04-22T13:36:01.312Z] #27 12.79 Running hooks in /etc/ca-certificates/update.d...
13:36:01 [2021-04-22T13:36:01.461Z] #9 ...
13:36:01 [2021-04-22T13:36:01.462Z] 
13:36:01 [2021-04-22T13:36:01.462Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:01 [2021-04-22T13:36:01.462Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:36:01 [2021-04-22T13:36:01.462Z] #27 1.504 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 1.514 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 1.563 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 1.755 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 2.134 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:01 [2021-04-22T13:36:01.462Z] #27 2.600 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 3.968 Fetched 8427 kB in 3s (3101 kB/s)
13:36:01 [2021-04-22T13:36:01.462Z] #27 3.968 Reading package lists...
13:36:01 [2021-04-22T13:36:01.462Z] #27 4.919 Reading package lists...
13:36:01 [2021-04-22T13:36:01.462Z] #27 5.867 Building dependency tree...
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.237 The following additional packages will be installed:
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.237   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.237   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.238   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.239 Suggested packages:
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.239   krb5-doc krb5-user
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.239 Recommended packages:
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.239   krb5-locales publicsuffix libsasl2-modules
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.469 The following NEW packages will be installed:
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.469   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.469   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.469   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.469   libssh2-1 libssl1.1 openssl
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.757 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.757 Need to get 5059 kB of archives.
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.757 After this operation, 12.1 MB of additional disk space will be used.
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.757 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.762 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.762 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.762 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.763 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.765 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.782 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.785 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.791 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.793 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.799 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.803 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.807 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.811 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.813 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.815 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.819 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.825 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.830 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.836 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 6.842 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.013 debconf: delaying package configuration, since apt-utils is not installed
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.044 Fetched 5059 kB in 0s (14.7 MB/s)
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.091 Selecting previously unselected package libssl1.1:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.091 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.092 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.104 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.317 Selecting previously unselected package openssl.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.317 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.321 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.465 Selecting previously unselected package ca-certificates.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.465 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.469 Unpacking ca-certificates (20200601~deb10u2) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.544 Selecting previously unselected package libkeyutils1:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.544 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.549 Unpacking libkeyutils1:amd64 (1.6-6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.583 Selecting previously unselected package libkrb5support0:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.583 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.585 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.627 Selecting previously unselected package libk5crypto3:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.627 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.631 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.682 Selecting previously unselected package libkrb5-3:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.682 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.685 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.819 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.819 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.822 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.883 Selecting previously unselected package libsasl2-modules-db:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.886 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.890 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.930 Selecting previously unselected package libsasl2-2:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.930 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.934 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.979 Selecting previously unselected package libldap-common.
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.979 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 7.982 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.033 Selecting previously unselected package libldap-2.4-2:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.033 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.039 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.106 Selecting previously unselected package libnghttp2-14:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.107 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.111 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.160 Selecting previously unselected package libpsl5:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.160 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.164 Unpacking libpsl5:amd64 (0.20.2-2) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.216 Selecting previously unselected package librtmp1:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.216 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.220 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.270 Selecting previously unselected package libssh2-1:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.270 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.275 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.321 Selecting previously unselected package libcurl4:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.321 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.325 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.397 Selecting previously unselected package curl.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.397 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.401 Unpacking curl (7.64.0-4+deb10u2) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.459 Selecting previously unselected package libonig5:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.459 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.462 Unpacking libonig5:amd64 (6.9.1-1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.520 Selecting previously unselected package libjq1:amd64.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.522 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.527 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.591 Selecting previously unselected package jq.
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.593 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.596 Unpacking jq (1.5+dfsg-2+b1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.637 Setting up libkeyutils1:amd64 (1.6-6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.648 Setting up libpsl5:amd64 (0.20.2-2) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.662 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.773 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.785 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.798 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.808 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.819 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.831 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.846 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.860 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.871 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.883 Setting up openssl (1.1.1d-0+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.900 Setting up libonig5:amd64 (6.9.1-1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.912 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:36:01 [2021-04-22T13:36:01.462Z] #27 8.923 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
13:36:01 [2021-04-22T13:36:01.578Z] #27 12.79 done.
13:36:01 [2021-04-22T13:36:01.721Z] #27 8.936 Setting up ca-certificates (20200601~deb10u2) ...
13:36:01 [2021-04-22T13:36:01.984Z] 
13:36:01 [2021-04-22T13:36:01.984Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:36:01 [2021-04-22T13:36:01.984Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e
13:36:01 [2021-04-22T13:36:01.984Z] #26 resolve docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 0.0s done
13:36:01 [2021-04-22T13:36:01.984Z] #26 sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f 1.85kB / 1.85kB done
13:36:01 [2021-04-22T13:36:01.984Z] #26 sha256:9de3fd952a4a90cb25b73e4afa386abcbfb13451aa74d95fdb206dbadc5c831c 529B / 529B done
13:36:01 [2021-04-22T13:36:01.984Z] #26 sha256:6d3b727c744260afb6a671dbe8ed3af11078bd3df69d7bc3f24607a145afa750 1.46kB / 1.46kB done
13:36:02 [2021-04-22T13:36:02.073Z] #27 10.67 0 added, 0 removed; done.
13:36:02 [2021-04-22T13:36:02.073Z] #27 10.67 Running hooks in /etc/ca-certificates/update.d...
13:36:02 [2021-04-22T13:36:02.073Z] #27 10.67 done.
13:36:02 [2021-04-22T13:36:02.253Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 0B / 49.23MB 0.3s
13:36:02 [2021-04-22T13:36:02.284Z] #27 9.571 Updating certificates in /etc/ssl/certs...
13:36:02 [2021-04-22T13:36:02.525Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 11.53MB / 49.23MB 0.5s
13:36:02 [2021-04-22T13:36:02.525Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 17.83MB / 49.23MB 0.6s
13:36:02 [2021-04-22T13:36:02.525Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 26.21MB / 49.23MB 0.7s
13:36:02 [2021-04-22T13:36:02.804Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 32.51MB / 49.23MB 0.8s
13:36:02 [2021-04-22T13:36:02.804Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 35.65MB / 49.23MB 0.9s
13:36:03 [2021-04-22T13:36:03.069Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 42.99MB / 49.23MB 1.0s
13:36:03 [2021-04-22T13:36:03.069Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 49.23MB / 49.23MB 1.1s
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.35 137 added, 0 removed; done.
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.39 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.40 Setting up jq (1.5+dfsg-2+b1) ...
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.41 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.42 Setting up curl (7.64.0-4+deb10u2) ...
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.43 Processing triggers for libc-bin (2.28-10) ...
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.45 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:36:03 [2021-04-22T13:36:03.225Z] #27 10.46 Updating certificates in /etc/ssl/certs...
13:36:03 [2021-04-22T13:36:03.462Z] #27 DONE 12.5s
13:36:03 [2021-04-22T13:36:03.462Z] 
13:36:03 [2021-04-22T13:36:03.462Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:03 [2021-04-22T13:36:03.462Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:36:03 [2021-04-22T13:36:03.462Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 3.7s
13:36:03 [2021-04-22T13:36:03.491Z] #27 DONE 14.8s
13:36:03 [2021-04-22T13:36:03.491Z] 
13:36:03 [2021-04-22T13:36:03.491Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:03 [2021-04-22T13:36:03.491Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:36:03 [2021-04-22T13:36:03.491Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.3s done
13:36:03 [2021-04-22T13:36:03.491Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.6s done
13:36:03 [2021-04-22T13:36:03.752Z] #9 ...
13:36:03 [2021-04-22T13:36:03.752Z] 
13:36:03 [2021-04-22T13:36:03.752Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:36:03 [2021-04-22T13:36:03.752Z] #28 sha256:175e179a3d76801c5170f4d57cfeddbf308f997619269ad0de048194a225c29e
13:36:03 [2021-04-22T13:36:03.752Z] #28 DONE 0.2s
13:36:03 [2021-04-22T13:36:03.752Z] 
13:36:03 [2021-04-22T13:36:03.752Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:03 [2021-04-22T13:36:03.752Z] #29 sha256:8770316c062e40f95582fe16caa3a6d24943ac00c8a93052a1a6b28574e117bc
13:36:03 [2021-04-22T13:36:03.794Z] #27 11.15 0 added, 0 removed; done.
13:36:03 [2021-04-22T13:36:03.794Z] #27 11.15 Running hooks in /etc/ca-certificates/update.d...
13:36:03 [2021-04-22T13:36:03.794Z] #27 11.15 done.
13:36:03 [2021-04-22T13:36:03.847Z] #56 ...
13:36:03 [2021-04-22T13:36:03.847Z] 
13:36:03 [2021-04-22T13:36:03.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
13:36:03 [2021-04-22T13:36:03.847Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:03 [2021-04-22T13:36:03.847Z] #43 29.30   CC       images/ipc-shm.o
13:36:03 [2021-04-22T13:36:03.847Z] #43 29.69   CC       images/ipc-msg.o
13:36:03 [2021-04-22T13:36:03.847Z] #43 30.26   CC       images/ipc-sem.o
13:36:03 [2021-04-22T13:36:03.847Z] #43 30.44   CC       images/utsns.o
13:36:03 [2021-04-22T13:36:03.847Z] #43 30.61   CC       images/creds.o
13:36:03 [2021-04-22T13:36:03.847Z] #43 30.82   CC       images/vma.o
13:36:03 [2021-04-22T13:36:03.847Z] #43 31.04   CC       images/netdev.o
13:36:03 [2021-04-22T13:36:03.847Z] #43 31.44   CC       images/tty.o
13:36:04 [2021-04-22T13:36:04.108Z] #43 32.00   CC       images/file-lock.o
13:36:04 [2021-04-22T13:36:04.460Z] #26 sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 49.23MB / 49.23MB 2.5s done
13:36:04 [2021-04-22T13:36:04.460Z] #26 extracting sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636
13:36:04 [2021-04-22T13:36:04.680Z] #43 32.17   CC       images/rlimit.o
13:36:04 [2021-04-22T13:36:04.680Z] #43 32.32   CC       images/pagemap.o
13:36:04 [2021-04-22T13:36:04.723Z] #26 ...
13:36:04 [2021-04-22T13:36:04.723Z] 
13:36:04 [2021-04-22T13:36:04.723Z] #23 [internal] load build context
13:36:04 [2021-04-22T13:36:04.723Z] #23 sha256:62ec9de7f0dd58634d6fc213a210de020b5d639ec11d02776101795d668da053
13:36:04 [2021-04-22T13:36:04.723Z] #23 transferring context: 53.62MB 2.3s done
13:36:04 [2021-04-22T13:36:04.723Z] #23 DONE 3.0s
13:36:04 [2021-04-22T13:36:04.723Z] 
13:36:04 [2021-04-22T13:36:04.723Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:36:04 [2021-04-22T13:36:04.723Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e
13:36:04 [2021-04-22T13:36:04.851Z] #9 ...
13:36:04 [2021-04-22T13:36:04.851Z] 
13:36:04 [2021-04-22T13:36:04.851Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:36:04 [2021-04-22T13:36:04.851Z] #28 sha256:d569bb562863c04e0708265a224a2a961e68566352aa22e8373b451e400f8a8a
13:36:04 [2021-04-22T13:36:04.851Z] #28 DONE 1.0s
13:36:04 [2021-04-22T13:36:04.851Z] 
13:36:04 [2021-04-22T13:36:04.851Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:04 [2021-04-22T13:36:04.851Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:36:04 [2021-04-22T13:36:04.942Z] #43 32.65   CC       images/siginfo.o
13:36:05 [2021-04-22T13:36:05.203Z] #43 33.00   CC       images/rpc.o
13:36:05 [2021-04-22T13:36:05.673Z] #29 1.930 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:36:05 [2021-04-22T13:36:05.673Z] #29 2.038 
13:36:05 [2021-04-22T13:36:05.688Z] #27 ...
13:36:05 [2021-04-22T13:36:05.688Z] 
13:36:05 [2021-04-22T13:36:05.688Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:05 [2021-04-22T13:36:05.688Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:36:05 [2021-04-22T13:36:05.688Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.7s done
13:36:05 [2021-04-22T13:36:05.688Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.9s
13:36:05 [2021-04-22T13:36:05.796Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done
13:36:05 [2021-04-22T13:36:05.796Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
13:36:06 [2021-04-22T13:36:06.082Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:36:06 [2021-04-22T13:36:06.204Z] #29 2.170 
#######                                                                   11.0%
##########################                                                36.6%
########################################                                  56.4%
######################################################                    76.2%
#####################################################################     96.1%
######################################################################## 100.0%
13:36:06 [2021-04-22T13:36:06.343Z] #9 DONE 25.1s
13:36:06 [2021-04-22T13:36:06.343Z] 
13:36:06 [2021-04-22T13:36:06.343Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:06 [2021-04-22T13:36:06.343Z] #29 sha256:b4ab37623f4043c55bcedd81b7911dc099d9902587921f62168b666b76e78321
13:36:06 [2021-04-22T13:36:06.343Z] #29 1.112 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:36:06 [2021-04-22T13:36:06.343Z] #29 1.200 
13:36:06 [2021-04-22T13:36:06.343Z] #29 1.314 
#############                                                             18.3%
###########################                                               38.4%
#########################################                                 58.0%
###################################################                       71.7%
#######################################################################   99.3%
######################################################################## 100.0%
13:36:06 [2021-04-22T13:36:06.343Z] #29 1.823 
13:36:06 [2021-04-22T13:36:06.464Z] #29 2.696 
13:36:06 [2021-04-22T13:36:06.464Z] #29 2.810 
######################################################################## 100.0%
13:36:06 [2021-04-22T13:36:06.464Z] #29 2.916 
13:36:06 [2021-04-22T13:36:06.589Z] #43 34.21   CC       images/ext-file.o
13:36:06 [2021-04-22T13:36:06.605Z] #29 1.944 
#################################################                         69.1%
######################################################################## 100.0%
13:36:06 [2021-04-22T13:36:06.605Z] #29 2.024 
13:36:06 [2021-04-22T13:36:06.621Z] #9 ...
13:36:06 [2021-04-22T13:36:06.621Z] 
13:36:06 [2021-04-22T13:36:06.621Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:06 [2021-04-22T13:36:06.621Z] #27 sha256:2f5ef7d60ae1d151fd2aa8dfcbd4d1be127456a9f8db7a76d9528a1821e46d69
13:36:06 [2021-04-22T13:36:06.621Z] #27 DONE 13.8s
13:36:06 [2021-04-22T13:36:06.621Z] 
13:36:06 [2021-04-22T13:36:06.621Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:06 [2021-04-22T13:36:06.621Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:36:06 [2021-04-22T13:36:06.621Z] #9 ...
13:36:06 [2021-04-22T13:36:06.621Z] 
13:36:06 [2021-04-22T13:36:06.621Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:36:06 [2021-04-22T13:36:06.621Z] #28 sha256:d65c40712887692e4373cc99422623e206a869b9d8bfaf52962a9dc7cb51b5ee
13:36:06 [2021-04-22T13:36:06.727Z] #29 3.031 
##############################################################            86.9%
######################################################################## 100.0%
13:36:06 [2021-04-22T13:36:06.727Z] #29 3.147 
13:36:06 [2021-04-22T13:36:06.878Z] #28 DONE 0.5s
13:36:06 [2021-04-22T13:36:06.878Z] 
13:36:06 [2021-04-22T13:36:06.878Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:06 [2021-04-22T13:36:06.878Z] #29 sha256:6acb9104a07cf63cea1e54b0b8f206fe89b299257ae71d9feea701d3f112a395
13:36:06 [2021-04-22T13:36:06.882Z] #43 34.37   CC       images/cgroup.o
13:36:07 [2021-04-22T13:36:07.132Z] #29 2.140 
################                                                          23.2%
############################################################              83.5%
######################################################################## 100.0%
13:36:07 [2021-04-22T13:36:07.133Z] #29 ...
13:36:07 [2021-04-22T13:36:07.133Z] 
13:36:07 [2021-04-22T13:36:07.133Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:07 [2021-04-22T13:36:07.133Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:36:07 [2021-04-22T13:36:07.133Z] #10 DONE 0.9s
13:36:07 [2021-04-22T13:36:07.133Z] 
13:36:07 [2021-04-22T13:36:07.133Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:07 [2021-04-22T13:36:07.133Z] #29 sha256:b4ab37623f4043c55bcedd81b7911dc099d9902587921f62168b666b76e78321
13:36:07 [2021-04-22T13:36:07.133Z] #29 2.444 
13:36:07 [2021-04-22T13:36:07.246Z] #29 3.261 
############                                                              17.2%
##########################                                                36.6%
########################################                                  56.0%
######################################################                    75.5%
###################################################################       94.4%
######################################################################## 100.0%
13:36:07 [2021-04-22T13:36:07.246Z] #29 3.766 
13:36:07 [2021-04-22T13:36:07.292Z] #26 extracting sha256:01cf0f0da10ede0eec0fc1c5fbfdeb63a447dfcc0a3c4419c0a4c3f0a2826636 2.5s done
13:36:07 [2021-04-22T13:36:07.485Z] #43 35.12   CC       images/userns.o
13:36:07 [2021-04-22T13:36:07.663Z] #29 2.562 
#####                                                                      7.1%
########################                                                  34.5%
########################################                                  55.8%
######################################################                    75.7%
####################################################################      95.0%
######################################################################## 100.0%
13:36:07 [2021-04-22T13:36:07.751Z] #43 35.49   CC       images/google/protobuf/descriptor.o
13:36:07 [2021-04-22T13:36:07.927Z] #29 3.087 
13:36:07 [2021-04-22T13:36:07.927Z] #29 3.205 
###                                                                        4.8%
#######                                                                   10.0%
13:36:07 [2021-04-22T13:36:07.927Z] #29 ...
13:36:07 [2021-04-22T13:36:07.927Z] 
13:36:07 [2021-04-22T13:36:07.927Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:07 [2021-04-22T13:36:07.927Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:36:07 [2021-04-22T13:36:07.927Z] #11 DONE 0.9s
13:36:07 [2021-04-22T13:36:07.927Z] 
13:36:07 [2021-04-22T13:36:07.927Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:07 [2021-04-22T13:36:07.927Z] #29 sha256:b4ab37623f4043c55bcedd81b7911dc099d9902587921f62168b666b76e78321
13:36:08 [2021-04-22T13:36:08.254Z] #29 1.149 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:36:08 [2021-04-22T13:36:08.254Z] #29 1.227 
13:36:08 [2021-04-22T13:36:08.455Z] #29 3.205 
###                                                                        4.8%
#######                                                                   10.0%
##########                                                                15.2%
##############                                                            20.0%
#################                                                         24.8%
######################                                                    31.8%
13:36:08 [2021-04-22T13:36:08.455Z] #29 ...
13:36:08 [2021-04-22T13:36:08.455Z] 
13:36:08 [2021-04-22T13:36:08.455Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:36:08 [2021-04-22T13:36:08.455Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:36:08 [2021-04-22T13:36:08.455Z] #39 DONE 0.4s
13:36:08 [2021-04-22T13:36:08.455Z] 
13:36:08 [2021-04-22T13:36:08.455Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:36:08 [2021-04-22T13:36:08.455Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:36:08 [2021-04-22T13:36:08.455Z] #31 DONE 0.5s
13:36:08 [2021-04-22T13:36:08.455Z] 
13:36:08 [2021-04-22T13:36:08.455Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:08 [2021-04-22T13:36:08.455Z] #29 sha256:b4ab37623f4043c55bcedd81b7911dc099d9902587921f62168b666b76e78321
13:36:08 [2021-04-22T13:36:08.693Z] #43 ...
13:36:08 [2021-04-22T13:36:08.693Z] 
13:36:08 [2021-04-22T13:36:08.693Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:08 [2021-04-22T13:36:08.693Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:36:08 [2021-04-22T13:36:08.693Z] #45 94.96 hash/crc32
13:36:08 [2021-04-22T13:36:08.693Z] #45 95.41 net
13:36:08 [2021-04-22T13:36:08.693Z] #45 95.63 compress/gzip
13:36:08 [2021-04-22T13:36:08.693Z] #45 96.24 vendor/golang.org/x/crypto/chacha20poly1305
13:36:08 [2021-04-22T13:36:08.693Z] #45 97.29 vendor/golang.org/x/text/transform
13:36:08 [2021-04-22T13:36:08.693Z] #45 98.26 vendor/golang.org/x/text/unicode/bidi
13:36:08 [2021-04-22T13:36:08.693Z] #45 99.92 vendor/golang.org/x/text/secure/bidirule
13:36:08 [2021-04-22T13:36:08.693Z] #45 100.2 vendor/golang.org/x/text/unicode/norm
13:36:08 [2021-04-22T13:36:08.693Z] #45 103.7 vendor/golang.org/x/net/idna
13:36:08 [2021-04-22T13:36:08.770Z] #29 1.349 
############                                                              17.0%
##########################                                                36.7%
######################################                                    53.4%
#########################################################                 80.5%
######################################################################## 100.0%
13:36:08 [2021-04-22T13:36:08.770Z] #29 1.849 
13:36:09 [2021-04-22T13:36:09.030Z] #29 1.960 
######################################################################## 100.0%
13:36:09 [2021-04-22T13:36:09.030Z] #29 2.062 
13:36:09 [2021-04-22T13:36:09.286Z] #29 2.173 
###############################################################           87.8%
######################################################################## 100.0%
13:36:09 [2021-04-22T13:36:09.286Z] #29 2.289 
13:36:09 [2021-04-22T13:36:09.328Z] #29 3.885 
###                                                                        4.6%
#######                                                                    9.9%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.5%
######################                                                    30.7%
#########################                                                 36.0%
#############################                                             41.2%
#################################                                         46.4%
#####################################                                     51.5%
########################################                                  56.8%
############################################                              62.0%
################################################                          67.2%
####################################################                      72.4%
#######################################################                   77.6%
###########################################################               82.9%
##############################################################            86.9%
###################################################################       93.5%
#######################################################################   98.7%
######################################################################## 100.0%
13:36:09 [2021-04-22T13:36:09.328Z] #29 5.747 
13:36:09 [2021-04-22T13:36:09.587Z] #29 6.029 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:36:09 [2021-04-22T13:36:09.635Z] #45 105.6 vendor/golang.org/x/net/http2/hpack
13:36:09 [2021-04-22T13:36:09.635Z] #45 ...
13:36:09 [2021-04-22T13:36:09.635Z] 
13:36:09 [2021-04-22T13:36:09.635Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:09 [2021-04-22T13:36:09.635Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:09 [2021-04-22T13:36:09.635Z] #43 37.10   CC       images/opts.o
13:36:09 [2021-04-22T13:36:09.635Z] #43 37.31   CC       images/seccomp.o
13:36:09 [2021-04-22T13:36:09.789Z] #29 3.205 
###                                                                        4.8%
#######                                                                   10.0%
##########                                                                15.2%
##############                                                            20.0%
#################                                                         24.8%
######################                                                    31.8%
##########################                                                37.3%
##############################                                            42.8%
##################################                                        47.9%
######################################                                    53.5%
##########################################                                59.1%
##############################################                            64.3%
##################################################                        69.5%
#####################################################                     73.8%
########################################################                  78.1%
##########################################################                81.5%
###############################################################           88.0%
###################################################################       93.8%
######################################################################    97.4%
######################################################################## 100.0%
13:36:09 [2021-04-22T13:36:09.789Z] #29 5.231 
13:36:09 [2021-04-22T13:36:09.806Z] #29 2.405 
###########                                                               15.5%
########################                                                  34.6%
######################################                                    54.0%
13:36:09 [2021-04-22T13:36:09.806Z] #29 ...
13:36:09 [2021-04-22T13:36:09.806Z] 
13:36:09 [2021-04-22T13:36:09.806Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:09 [2021-04-22T13:36:09.806Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:36:09 [2021-04-22T13:36:09.806Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.3s done
13:36:09 [2021-04-22T13:36:09.806Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:36:09 [2021-04-22T13:36:09.806Z] #9 DONE 31.2s
13:36:09 [2021-04-22T13:36:09.806Z] 
13:36:09 [2021-04-22T13:36:09.806Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:09 [2021-04-22T13:36:09.806Z] #29 sha256:6acb9104a07cf63cea1e54b0b8f206fe89b299257ae71d9feea701d3f112a395
13:36:09 [2021-04-22T13:36:09.806Z] #29 2.405 
###########                                                               15.5%
########################                                                  34.6%
######################################                                    54.0%
####################################################                      73.4%
##################################################################        92.5%
######################################################################## 100.0%
13:36:09 [2021-04-22T13:36:09.806Z] #29 2.941 
13:36:09 [2021-04-22T13:36:09.846Z] #29 6.119 
13:36:09 [2021-04-22T13:36:09.846Z] #29 6.192 
######################################################################## 100.0%
13:36:09 [2021-04-22T13:36:09.846Z] #29 6.208 
13:36:09 [2021-04-22T13:36:09.896Z] #43 37.60   CC       images/binfmt-misc.o
13:36:09 [2021-04-22T13:36:09.896Z] #43 37.80   CC       images/time.o
13:36:10 [2021-04-22T13:36:10.106Z] #29 6.606 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:36:10 [2021-04-22T13:36:10.366Z] #29 6.680 
13:36:10 [2021-04-22T13:36:10.366Z] #29 5.671 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:36:10 [2021-04-22T13:36:10.366Z] #29 5.753 
13:36:10 [2021-04-22T13:36:10.468Z] #43 37.97   CC       images/sysctl.o
13:36:10 [2021-04-22T13:36:10.468Z] #43 38.19   CC       images/autofs.o
13:36:10 [2021-04-22T13:36:10.468Z] #43 38.37   CC       images/macvlan.o
13:36:10 [2021-04-22T13:36:10.599Z] #26 ...
13:36:10 [2021-04-22T13:36:10.599Z] 
13:36:10 [2021-04-22T13:36:10.599Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:36:10 [2021-04-22T13:36:10.599Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.7s done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.3s done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 4.1s done
13:36:10 [2021-04-22T13:36:10.599Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.4s done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 8.5s
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 7.7s done
13:36:10 [2021-04-22T13:36:10.599Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 6.1s done
13:36:10 [2021-04-22T13:36:10.599Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
13:36:10 [2021-04-22T13:36:10.625Z] #29 6.803 
                                                                           0.1%
#####################################################################     96.0%
######################################################################## 100.0%
13:36:10 [2021-04-22T13:36:10.625Z] #29 6.954 
13:36:10 [2021-04-22T13:36:10.628Z] #29 5.812 
######################################################################## 100.0%
13:36:10 [2021-04-22T13:36:10.628Z] #29 5.844 
13:36:10 [2021-04-22T13:36:10.729Z] #43 38.62   CC       images/sit.o
13:36:10 [2021-04-22T13:36:10.861Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.3s done
13:36:10 [2021-04-22T13:36:10.885Z] #29 7.337 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:36:10 [2021-04-22T13:36:10.890Z] #29 6.252 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:36:11 [2021-04-22T13:36:11.146Z] #29 7.427 
13:36:11 [2021-04-22T13:36:11.151Z] #29 6.330 
13:36:11 [2021-04-22T13:36:11.151Z] #29 6.482 
#######################################################                   77.5%
######################################################################## 100.0%
13:36:11 [2021-04-22T13:36:11.151Z] #29 6.501 
13:36:11 [2021-04-22T13:36:11.300Z] #43 38.85   CC       images/memfd.o
13:36:11 [2021-04-22T13:36:11.561Z] #43 39.14   CC       images/timens.o
13:36:11 [2021-04-22T13:36:11.735Z] #29 ...
13:36:11 [2021-04-22T13:36:11.735Z] 
13:36:11 [2021-04-22T13:36:11.735Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:36:11 [2021-04-22T13:36:11.735Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:36:11 [2021-04-22T13:36:11.735Z] #12 DONE 3.6s
13:36:11 [2021-04-22T13:36:11.735Z] 
13:36:11 [2021-04-22T13:36:11.735Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:11 [2021-04-22T13:36:11.735Z] #29 sha256:b4ab37623f4043c55bcedd81b7911dc099d9902587921f62168b666b76e78321
13:36:11 [2021-04-22T13:36:11.735Z] #29 6.924 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:36:11 [2021-04-22T13:36:11.735Z] #29 7.095 
13:36:11 [2021-04-22T13:36:11.807Z] #9 ...
13:36:11 [2021-04-22T13:36:11.807Z] 
13:36:11 [2021-04-22T13:36:11.807Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ba4a437377a0c450ac9bb634c3754a17b1f814ce6fa3157c0dc9eef431b29d1f
13:36:11 [2021-04-22T13:36:11.807Z] #26 sha256:47bdea7822f41a7ae5f8934db38630836f0e2a1fd7c2685e16267fad2718b13e
13:36:11 [2021-04-22T13:36:11.807Z] #26 DONE 9.9s
13:36:11 [2021-04-22T13:36:11.807Z] 
13:36:11 [2021-04-22T13:36:11.807Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:11 [2021-04-22T13:36:11.807Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:36:11 [2021-04-22T13:36:11.807Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.8s done
13:36:11 [2021-04-22T13:36:11.807Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3
13:36:11 [2021-04-22T13:36:11.807Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 9.9s
13:36:11 [2021-04-22T13:36:11.807Z] #9 ...
13:36:11 [2021-04-22T13:36:11.807Z] 
13:36:11 [2021-04-22T13:36:11.807Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:11 [2021-04-22T13:36:11.807Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:36:11 [2021-04-22T13:36:11.807Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:36:11 [2021-04-22T13:36:11.807Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:36:11 [2021-04-22T13:36:11.807Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
13:36:11 [2021-04-22T13:36:11.807Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
13:36:11 [2021-04-22T13:36:11.807Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 9.5s
13:36:11 [2021-04-22T13:36:11.822Z] #43 39.39   LINK     images/built-in.o
13:36:11 [2021-04-22T13:36:11.822Z] #43 39.60   GEN      compel/include/asm
13:36:11 [2021-04-22T13:36:11.822Z] #43 39.62   GEN      compel/include/version.h
13:36:11 [2021-04-22T13:36:11.937Z] #29 3.057 
###                                                                        4.7%
#######                                                                    9.9%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.4%
######################                                                    30.7%
#########################                                                 35.7%
#############################                                             41.1%
#################################                                         46.3%
#####################################                                     51.6%
########################################                                  56.7%
############################################                              62.0%
################################################                          67.2%
####################################################                      72.4%
#######################################################                   77.6%
###########################################################               82.8%
##############################################################            87.3%
#####################################################################     96.6%
######################################################################## 100.0%
13:36:11 [2021-04-22T13:36:11.937Z] #29 4.908 
13:36:12 [2021-04-22T13:36:12.070Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.72MB / 12.42MB 9.6s
13:36:12 [2021-04-22T13:36:12.070Z] #64 ...
13:36:12 [2021-04-22T13:36:12.070Z] 
13:36:12 [2021-04-22T13:36:12.070Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:12 [2021-04-22T13:36:12.070Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:36:12 [2021-04-22T13:36:12.070Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
13:36:12 [2021-04-22T13:36:12.070Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
13:36:12 [2021-04-22T13:36:12.070Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
13:36:12 [2021-04-22T13:36:12.070Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
13:36:12 [2021-04-22T13:36:12.070Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 10.1s
13:36:12 [2021-04-22T13:36:12.070Z] #62 ...
13:36:12 [2021-04-22T13:36:12.070Z] 
13:36:12 [2021-04-22T13:36:12.070Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:12 [2021-04-22T13:36:12.070Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:36:12 [2021-04-22T13:36:12.070Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 9.9s done
13:36:12 [2021-04-22T13:36:12.070Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.4s done
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.65 touch .config
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.69   GEN      include/common/config.h
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.80   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.82   GEN      compel/plugins/include/uapi/std/syscall-64.h
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.86   GEN      compel/arch/x86/plugins/std/syscalls-64.S
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.87   DEP      compel/arch/x86/plugins/std/syscalls-64.d
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.90   DEP      compel/arch/x86/plugins/std/memcpy.d
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.94   DEP      compel/arch/x86/plugins/std/parasite-head.d
13:36:12 [2021-04-22T13:36:12.083Z] #43 39.96   GEN      compel/plugins/include/uapi/std/syscall.h
13:36:12 [2021-04-22T13:36:12.211Z] #29 7.644 
                                                                           0.0%
####                                                                       5.8%
############                                                              17.6%
#################################                                         47.1%
##########################################                                58.9%
###############################################                           66.2%
########################################################                  78.3%
######################################################################## 100.0%
13:36:12 [2021-04-22T13:36:12.211Z] #29 8.546 
13:36:12 [2021-04-22T13:36:12.343Z] #43 39.98   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
13:36:12 [2021-04-22T13:36:12.343Z] #43 40.01   GEN      compel/plugins/include/uapi/std/syscall-codes.h
13:36:12 [2021-04-22T13:36:12.343Z] #43 40.04   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:36:12 [2021-04-22T13:36:12.343Z] #43 40.04   DEP      compel/plugins/std/infect.d
13:36:12 [2021-04-22T13:36:12.492Z] #29 ...
13:36:12 [2021-04-22T13:36:12.492Z] 
13:36:12 [2021-04-22T13:36:12.492Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:12 [2021-04-22T13:36:12.492Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
13:36:12 [2021-04-22T13:36:12.492Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.8s done
13:36:12 [2021-04-22T13:36:12.492Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:36:12 [2021-04-22T13:36:12.492Z] #9 DONE 35.5s
13:36:12 [2021-04-22T13:36:12.499Z] #29 5.593 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:36:12 [2021-04-22T13:36:12.499Z] #29 5.654 
13:36:12 [2021-04-22T13:36:12.521Z] #29 7.246 
####                                                                       5.8%
###############                                                           21.9%
#####################################                                     52.0%
##########################################                                58.9%
###########################################                               60.1%
####################################################                      72.7%
##############################################################            87.4%
######################################################################## 100.0%
13:36:12 [2021-04-22T13:36:12.521Z] #29 7.948 
13:36:12 [2021-04-22T13:36:12.605Z] #43 40.17   DEP      compel/plugins/std/string.d
13:36:12 [2021-04-22T13:36:12.605Z] #43 40.26   DEP      compel/plugins/std/log.d
13:36:12 [2021-04-22T13:36:12.605Z] #43 40.33   DEP      compel/plugins/std/fds.d
13:36:12 [2021-04-22T13:36:12.650Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c
13:36:12 [2021-04-22T13:36:12.755Z] #29 5.700 
######################################################################## 100.0%
13:36:12 [2021-04-22T13:36:12.755Z] #29 5.737 
13:36:12 [2021-04-22T13:36:12.798Z] 
13:36:12 [2021-04-22T13:36:12.798Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:12 [2021-04-22T13:36:12.798Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:36:12 [2021-04-22T13:36:12.866Z] #43 40.42   DEP      compel/plugins/std/std.d
13:36:12 [2021-04-22T13:36:12.866Z] #43 40.56   DEP      compel/plugins/shmem/shmem.d
13:36:12 [2021-04-22T13:36:12.866Z] #43 40.68   DEP      compel/plugins/fds/fds.d
13:36:12 [2021-04-22T13:36:12.923Z] #9 ...
13:36:12 [2021-04-22T13:36:12.923Z] 
13:36:12 [2021-04-22T13:36:12.923Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:12 [2021-04-22T13:36:12.923Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:36:12 [2021-04-22T13:36:12.923Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 10.3s done
13:36:12 [2021-04-22T13:36:12.923Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.6s done
13:36:12 [2021-04-22T13:36:12.923Z] #62 DONE 11.1s
13:36:12 [2021-04-22T13:36:12.923Z] 
13:36:12 [2021-04-22T13:36:12.923Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:12 [2021-04-22T13:36:12.923Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:36:13 [2021-04-22T13:36:13.011Z] #29 6.074 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:36:13 [2021-04-22T13:36:13.011Z] #29 6.126 
13:36:13 [2021-04-22T13:36:13.095Z] #29 8.469 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:36:13 [2021-04-22T13:36:13.127Z] #43 40.87   CC       compel/plugins/std/std.o
13:36:13 [2021-04-22T13:36:13.267Z] #29 6.191 
######################################################################## 100.0%
13:36:13 [2021-04-22T13:36:13.267Z] #29 6.214 
13:36:13 [2021-04-22T13:36:13.357Z] #29 8.552 
13:36:13 [2021-04-22T13:36:13.357Z] #29 8.654 
######################################################################## 100.0%
13:36:13 [2021-04-22T13:36:13.357Z] #29 8.675 
13:36:13 [2021-04-22T13:36:13.388Z] #43 41.25   CC       compel/plugins/std/fds.o
13:36:13 [2021-04-22T13:36:13.393Z] #10 DONE 0.8s
13:36:13 [2021-04-22T13:36:13.394Z] 
13:36:13 [2021-04-22T13:36:13.394Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:13 [2021-04-22T13:36:13.394Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:36:13 [2021-04-22T13:36:13.523Z] #29 6.466 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:36:13 [2021-04-22T13:36:13.523Z] #29 6.520 
13:36:13 [2021-04-22T13:36:13.649Z] #43 ...
13:36:13 [2021-04-22T13:36:13.649Z] 
13:36:13 [2021-04-22T13:36:13.649Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:13 [2021-04-22T13:36:13.649Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:13 [2021-04-22T13:36:13.649Z] #13 91.94 Selecting previously unselected package g++-mingw-w64-x86-64.
13:36:13 [2021-04-22T13:36:13.649Z] #13 91.94 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:36:13 [2021-04-22T13:36:13.649Z] #13 91.95 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:36:13 [2021-04-22T13:36:13.660Z] #11 ...
13:36:13 [2021-04-22T13:36:13.660Z] 
13:36:13 [2021-04-22T13:36:13.660Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:13 [2021-04-22T13:36:13.660Z] #29 sha256:8770316c062e40f95582fe16caa3a6d24943ac00c8a93052a1a6b28574e117bc
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.190 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.271 
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.363 
######################################################################## 100.0%
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.396 
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.693 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.798 
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.874 
######################################################################## 100.0%
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.918 
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.956 Download of images into '/build' complete.
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.956 Use something like the following to load the result into a Docker daemon:
13:36:13 [2021-04-22T13:36:13.660Z] #29 9.956   tar -cC '/build' . | docker load
13:36:13 [2021-04-22T13:36:13.660Z] #29 DONE 10.1s
13:36:13 [2021-04-22T13:36:13.660Z] 
13:36:13 [2021-04-22T13:36:13.660Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:13 [2021-04-22T13:36:13.660Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:36:13 [2021-04-22T13:36:13.781Z] #29 6.732 
########                                                                  12.3%
#####################                                                     30.4%
13:36:13 [2021-04-22T13:36:13.781Z] #29 ...
13:36:13 [2021-04-22T13:36:13.781Z] 
13:36:13 [2021-04-22T13:36:13.781Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:13 [2021-04-22T13:36:13.781Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
13:36:13 [2021-04-22T13:36:13.781Z] #10 DONE 4.2s
13:36:13 [2021-04-22T13:36:13.781Z] 
13:36:13 [2021-04-22T13:36:13.781Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:13 [2021-04-22T13:36:13.781Z] #29 sha256:6acb9104a07cf63cea1e54b0b8f206fe89b299257ae71d9feea701d3f112a395
13:36:13 [2021-04-22T13:36:13.909Z] #13 ...
13:36:13 [2021-04-22T13:36:13.909Z] 
13:36:13 [2021-04-22T13:36:13.909Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:13 [2021-04-22T13:36:13.909Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:13 [2021-04-22T13:36:13.909Z] #43 41.64   CC       compel/plugins/std/log.o
13:36:14 [2021-04-22T13:36:14.039Z] #29 6.732 
########                                                                  12.3%
#####################                                                     30.4%
###########################################                               60.4%
###################################################################       94.0%
######################################################################## 100.0%
13:36:14 [2021-04-22T13:36:14.039Z] #29 7.118 
13:36:14 [2021-04-22T13:36:14.308Z] #29 9.501 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:36:14 [2021-04-22T13:36:14.308Z] #29 9.710 
13:36:14 [2021-04-22T13:36:14.577Z] #29 9.817 
######################################################################## 100.0%
13:36:14 [2021-04-22T13:36:14.577Z] #29 9.931 
13:36:14 [2021-04-22T13:36:14.577Z] #29 9.971 Download of images into '/build' complete.
13:36:14 [2021-04-22T13:36:14.577Z] #29 9.971 Use something like the following to load the result into a Docker daemon:
13:36:14 [2021-04-22T13:36:14.577Z] #29 9.971   tar -cC '/build' . | docker load
13:36:14 [2021-04-22T13:36:14.603Z] #29 7.656 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:36:14 [2021-04-22T13:36:14.603Z] #29 7.708 
13:36:14 [2021-04-22T13:36:14.603Z] #29 7.751 
######################################################################## 100.0%
13:36:14 [2021-04-22T13:36:14.603Z] #29 7.771 
13:36:14 [2021-04-22T13:36:14.848Z] #9 ...
13:36:14 [2021-04-22T13:36:14.848Z] 
13:36:14 [2021-04-22T13:36:14.848Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:36:14 [2021-04-22T13:36:14.848Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:36:14 [2021-04-22T13:36:14.848Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 10.2s done
13:36:14 [2021-04-22T13:36:14.848Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.9s done
13:36:14 [2021-04-22T13:36:14.848Z] #64 DONE 12.5s
13:36:14 [2021-04-22T13:36:14.848Z] 
13:36:14 [2021-04-22T13:36:14.848Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:14 [2021-04-22T13:36:14.848Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:36:14 [2021-04-22T13:36:14.851Z] #43 42.55   CC       compel/plugins/std/string.o
13:36:14 [2021-04-22T13:36:14.859Z] #29 7.927 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:36:14 [2021-04-22T13:36:14.859Z] #29 7.990 
13:36:15 [2021-04-22T13:36:15.038Z] #11 DONE 1.6s
13:36:15 [2021-04-22T13:36:15.038Z] 
13:36:15 [2021-04-22T13:36:15.038Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:15 [2021-04-22T13:36:15.038Z] #58 sha256:97c15f9201276137eb7dec16253c27e6e108f757661c9efdb903e3e337d75224
13:36:15 [2021-04-22T13:36:15.115Z] #29 8.036 
######################################################################## 100.0%
13:36:15 [2021-04-22T13:36:15.116Z] #29 8.053 
13:36:15 [2021-04-22T13:36:15.116Z] #29 8.063 Download of images into '/build' complete.
13:36:15 [2021-04-22T13:36:15.116Z] #29 8.063 Use something like the following to load the result into a Docker daemon:
13:36:15 [2021-04-22T13:36:15.116Z] #29 8.063   tar -cC '/build' . | docker load
13:36:15 [2021-04-22T13:36:15.116Z] #29 DONE 8.2s
13:36:15 [2021-04-22T13:36:15.116Z] 
13:36:15 [2021-04-22T13:36:15.116Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:15 [2021-04-22T13:36:15.116Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
13:36:15 [2021-04-22T13:36:15.116Z] #11 DONE 1.3s
13:36:15 [2021-04-22T13:36:15.116Z] 
13:36:15 [2021-04-22T13:36:15.116Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:36:15 [2021-04-22T13:36:15.116Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:36:15 [2021-04-22T13:36:15.151Z] #29 DONE 10.3s
13:36:15 [2021-04-22T13:36:15.151Z] 
13:36:15 [2021-04-22T13:36:15.151Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:15 [2021-04-22T13:36:15.151Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.645 + RM_GOPATH=0
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.645 + TMP_GOPATH=
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.645 + : /build
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.645 + '[' -z '' ']'
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.646 ++ mktemp -d
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.647 + export GOPATH=/tmp/tmp.IvYmOSjsJs
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.647 + GOPATH=/tmp/tmp.IvYmOSjsJs
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.647 + RM_GOPATH=1
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.647 + case "$(go env GOARCH)" in
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.647 ++ go env GOARCH
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.667 + export GO_BUILDMODE=-buildmode=pie
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.667 + GO_BUILDMODE=-buildmode=pie
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.667 ++ dirname /tmp/install/install.sh
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + dir=/tmp/install
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + bin=rootlesskit
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + shift
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + . /tmp/install/rootlesskit.installer
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + install_rootlesskit
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + case "$1" in
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + export CGO_ENABLED=0
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + CGO_ENABLED=0
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + _install_rootlesskit
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.IvYmOSjsJs/src/github.com/rootless-containers/rootlesskit
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.668 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:36:15 [2021-04-22T13:36:15.151Z] #58 5.670 Cloning into '/tmp/tmp.IvYmOSjsJs/src/github.com/rootless-containers/rootlesskit'...
13:36:15 [2021-04-22T13:36:15.297Z] #58 ...
13:36:15 [2021-04-22T13:36:15.297Z] 
13:36:15 [2021-04-22T13:36:15.297Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:36:15 [2021-04-22T13:36:15.297Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:36:15 [2021-04-22T13:36:15.297Z] #39 DONE 0.3s
13:36:15 [2021-04-22T13:36:15.372Z] #39 ...
13:36:15 [2021-04-22T13:36:15.372Z] 
13:36:15 [2021-04-22T13:36:15.372Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:36:15 [2021-04-22T13:36:15.372Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:36:15 [2021-04-22T13:36:15.372Z] #31 DONE 0.2s
13:36:15 [2021-04-22T13:36:15.372Z] 
13:36:15 [2021-04-22T13:36:15.372Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:36:15 [2021-04-22T13:36:15.372Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
13:36:15 [2021-04-22T13:36:15.372Z] #39 DONE 0.2s
13:36:15 [2021-04-22T13:36:15.372Z] 
13:36:15 [2021-04-22T13:36:15.372Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:15 [2021-04-22T13:36:15.372Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:15 [2021-04-22T13:36:15.422Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.5s done
13:36:15 [2021-04-22T13:36:15.423Z] #43 43.13   CC       compel/plugins/std/infect.o
13:36:15 [2021-04-22T13:36:15.564Z] 
13:36:15 [2021-04-22T13:36:15.564Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:36:15 [2021-04-22T13:36:15.564Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
13:36:15 [2021-04-22T13:36:15.564Z] #31 DONE 0.3s
13:36:15 [2021-04-22T13:36:15.564Z] 
13:36:15 [2021-04-22T13:36:15.564Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:15 [2021-04-22T13:36:15.564Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:36:15 [2021-04-22T13:36:15.995Z] #43 43.66   CC       compel/arch/x86/plugins/std/parasite-head.o
13:36:15 [2021-04-22T13:36:15.995Z] #43 43.72   CC       compel/arch/x86/plugins/std/memcpy.o
13:36:15 [2021-04-22T13:36:15.995Z] #43 43.79   CC       compel/arch/x86/plugins/std/syscalls-64.o
13:36:16 [2021-04-22T13:36:16.000Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44
13:36:16 [2021-04-22T13:36:16.095Z] #58 ...
13:36:16 [2021-04-22T13:36:16.095Z] 
13:36:16 [2021-04-22T13:36:16.095Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:16 [2021-04-22T13:36:16.095Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.886 + RM_GOPATH=0
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.886 + TMP_GOPATH=
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.886 + : /build
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.886 + '[' -z '' ']'
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.893 ++ mktemp -d
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.893 + export GOPATH=/tmp/tmp.iCP3pALd5k
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.893 + GOPATH=/tmp/tmp.iCP3pALd5k
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.893 + RM_GOPATH=1
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.893 + case "$(go env GOARCH)" in
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.893 ++ go env GOARCH
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.909 + export GO_BUILDMODE=-buildmode=pie
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.909 + GO_BUILDMODE=-buildmode=pie
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 ++ dirname /tmp/install/install.sh
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + dir=/tmp/install
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + bin=vndr
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + shift
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + '[' '!' -f /tmp/install/vndr.installer ']'
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + . /tmp/install/vndr.installer
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + install_vndr
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.iCP3pALd5k/src/github.com/LK4D4/vndr
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 Cloning into '/tmp/tmp.iCP3pALd5k/src/github.com/LK4D4/vndr'...
13:36:16 [2021-04-22T13:36:16.095Z] #45 5.920 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:36:16 [2021-04-22T13:36:16.095Z] #45 6.491 + cd /tmp/tmp.iCP3pALd5k/src/github.com/LK4D4/vndr
13:36:16 [2021-04-22T13:36:16.095Z] #45 6.491 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:36:16 [2021-04-22T13:36:16.095Z] #45 6.524 + go build -buildmode=pie -v -o /build/vndr .
13:36:16 [2021-04-22T13:36:16.095Z] #45 7.563 internal/cpu
13:36:16 [2021-04-22T13:36:16.095Z] #45 7.597 runtime/internal/atomic
13:36:16 [2021-04-22T13:36:16.095Z] #45 7.995 runtime/internal/sys
13:36:16 [2021-04-22T13:36:16.095Z] #45 8.091 runtime/internal/math
13:36:16 [2021-04-22T13:36:16.095Z] #45 8.162 internal/race
13:36:16 [2021-04-22T13:36:16.095Z] #45 8.200 internal/bytealg
13:36:16 [2021-04-22T13:36:16.256Z] #43 43.88   AR       compel/plugins/std.lib.a
13:36:16 [2021-04-22T13:36:16.256Z] #43 43.94   CC       compel/plugins/fds/fds.o
13:36:16 [2021-04-22T13:36:16.356Z] #45 8.326 sync/atomic
13:36:16 [2021-04-22T13:36:16.517Z] #43 44.21   AR       compel/plugins/fds.lib.a
13:36:16 [2021-04-22T13:36:16.517Z] #43 44.26   HOSTDEP  compel/src/lib/log-host.d
13:36:16 [2021-04-22T13:36:16.617Z] #45 8.562 unicode
13:36:16 [2021-04-22T13:36:16.778Z] #43 44.39   HOSTDEP  compel/src/lib/handle-elf-host.d
13:36:16 [2021-04-22T13:36:16.778Z] #43 44.56   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
13:36:16 [2021-04-22T13:36:16.879Z] #45 8.919 runtime
13:36:17 [2021-04-22T13:36:17.039Z] #43 44.67   HOSTDEP  compel/src/main-host.d
13:36:17 [2021-04-22T13:36:17.039Z] #43 44.83   DEP      compel/src/lib/ptrace.d
13:36:17 [2021-04-22T13:36:17.039Z] #43 44.94   DEP      compel/src/lib/infect.d
13:36:17 [2021-04-22T13:36:17.299Z] #43 45.07   DEP      compel/src/lib/infect-util.d
13:36:17 [2021-04-22T13:36:17.452Z] #45 ...
13:36:17 [2021-04-22T13:36:17.452Z] 
13:36:17 [2021-04-22T13:36:17.452Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:17 [2021-04-22T13:36:17.452Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + cd /tmp/tmp.IvYmOSjsJs/src/github.com/rootless-containers/rootlesskit
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + export GO111MODULE=on
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + GO111MODULE=on
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + export GOPROXY=https://proxy.golang.org
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + GOPROXY=https://proxy.golang.org
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + for f in rootlesskit rootlesskit-docker-proxy
13:36:17 [2021-04-22T13:36:17.452Z] #58 9.519 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:36:17 [2021-04-22T13:36:17.560Z] #43 45.16   DEP      compel/src/lib/infect-rpc.d
13:36:17 [2021-04-22T13:36:17.560Z] #43 45.26   DEP      compel/arch/x86/src/lib/infect.d
13:36:17 [2021-04-22T13:36:17.560Z] #43 45.36   DEP      compel/arch/x86/src/lib/cpu.d
13:36:17 [2021-04-22T13:36:17.823Z] #43 45.51   DEP      compel/src/lib/log.d
13:36:17 [2021-04-22T13:36:17.823Z] #43 45.60   DEP      compel/src/main.d
13:36:18 [2021-04-22T13:36:18.025Z] #58 ...
13:36:18 [2021-04-22T13:36:18.025Z] 
13:36:18 [2021-04-22T13:36:18.025Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:18 [2021-04-22T13:36:18.025Z] #24 sha256:d6bfea0e23095f8e1270fd6c1129d62fff8ac501b57e025d4bd78f1eab9e6d42
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + RM_GOPATH=0
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + TMP_GOPATH=
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + : /build
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + '[' -z '' ']'
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 ++ mktemp -d
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + export GOPATH=/tmp/tmp.1yFDupTK6i
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + GOPATH=/tmp/tmp.1yFDupTK6i
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + RM_GOPATH=1
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.547 + case "$(go env GOARCH)" in
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.548 ++ go env GOARCH
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + export GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 ++ dirname /tmp/install/install.sh
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + dir=/tmp/install
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + bin=dockercli
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + shift
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + . /tmp/install/dockercli.installer
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 ++ : stable
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 ++ : 17.06.2-ce
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + install_dockercli
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 ++ uname -m
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + arch=x86_64
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + '[' x86_64 '!=' x86_64 ']'
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + url=https://download.docker.com/linux/static
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.558 + tar -xz docker/docker
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.559 Install docker/cli version 17.06.2-ce from stable
13:36:18 [2021-04-22T13:36:18.025Z] #24 5.561 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:36:18 [2021-04-22T13:36:18.084Z] #43 45.74   DEP      compel/src/lib/handle-elf.d
13:36:18 [2021-04-22T13:36:18.084Z] #43 45.82   DEP      compel/arch/x86/src/lib/handle-elf.d
13:36:18 [2021-04-22T13:36:18.084Z] #43 45.91   CC       compel/src/lib/log.o
13:36:18 [2021-04-22T13:36:18.287Z] #24 ...
13:36:18 [2021-04-22T13:36:18.287Z] 
13:36:18 [2021-04-22T13:36:18.287Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:18 [2021-04-22T13:36:18.287Z] #67 sha256:c8dd6d05023ece120a88222ca7d85c46843fe14fe93505b855b6f0cc77039dde
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.434 + RM_GOPATH=0
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.434 + TMP_GOPATH=
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.434 + : /build
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.434 + '[' -z '' ']'
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.435 ++ mktemp -d
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.436 + export GOPATH=/tmp/tmp.7OFh7strqR
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.436 + GOPATH=/tmp/tmp.7OFh7strqR
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.436 + RM_GOPATH=1
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.436 + case "$(go env GOARCH)" in
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.436 ++ go env GOARCH
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.442 + export GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.443 + GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 ++ dirname /tmp/install/install.sh
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + dir=/tmp/install
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + bin=proxy
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + shift
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + '[' '!' -f /tmp/install/proxy.installer ']'
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + . /tmp/install/proxy.installer
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + install_proxy
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + case "$1" in
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + export CGO_ENABLED=0
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + CGO_ENABLED=0
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + _install_proxy
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.444 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.445 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.7OFh7strqR/src/github.com/docker/libnetwork
13:36:18 [2021-04-22T13:36:18.287Z] #67 5.447 Cloning into '/tmp/tmp.7OFh7strqR/src/github.com/docker/libnetwork'...
13:36:18 [2021-04-22T13:36:18.287Z] #67 ...
13:36:18 [2021-04-22T13:36:18.287Z] 
13:36:18 [2021-04-22T13:36:18.287Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:18 [2021-04-22T13:36:18.287Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:18 [2021-04-22T13:36:18.287Z] #42 7.005 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:18 [2021-04-22T13:36:18.287Z] #42 7.039 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:18 [2021-04-22T13:36:18.287Z] #42 7.039 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:18 [2021-04-22T13:36:18.287Z] #42 8.089 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:18 [2021-04-22T13:36:18.287Z] #42 9.937 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:18 [2021-04-22T13:36:18.345Z] #43 46.15   CC       compel/arch/x86/src/lib/cpu.o
13:36:18 [2021-04-22T13:36:18.554Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.9s done
13:36:18 [2021-04-22T13:36:18.561Z] #42 ...
13:36:18 [2021-04-22T13:36:18.561Z] 
13:36:18 [2021-04-22T13:36:18.561Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:18 [2021-04-22T13:36:18.561Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.926 + RM_GOPATH=0
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.926 + TMP_GOPATH=
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.926 + : /build
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.926 + '[' -z '' ']'
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.934 ++ mktemp -d
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.934 + export GOPATH=/tmp/tmp.EMEc3XcnbU
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.934 + GOPATH=/tmp/tmp.EMEc3XcnbU
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.934 + RM_GOPATH=1
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.934 + case "$(go env GOARCH)" in
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.934 ++ go env GOARCH
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + export GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 ++ dirname /tmp/install/install.sh
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + dir=/tmp/install
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + bin=golangci_lint
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + shift
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + . /tmp/install/golangci_lint.installer
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 ++ : v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + install_golangci_lint
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + set -e
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + export GO111MODULE=on
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + GO111MODULE=on
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + GOBIN=/build
13:36:18 [2021-04-22T13:36:18.561Z] #49 5.946 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 6.092 go: finding github.com v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 6.092 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 6.092 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 6.092 go: finding github.com/golangci v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 6.092 go: finding github.com/golangci/golangci-lint v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 6.932 go: downloading github.com/golangci/golangci-lint v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 7.570 go: extracting github.com/golangci/golangci-lint v1.23.8
13:36:18 [2021-04-22T13:36:18.561Z] #49 ...
13:36:18 [2021-04-22T13:36:18.561Z] 
13:36:18 [2021-04-22T13:36:18.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
13:36:18 [2021-04-22T13:36:18.561Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:18 [2021-04-22T13:36:18.561Z] #40 6.494 + git clone https://github.com/docker/distribution.git .
13:36:18 [2021-04-22T13:36:18.561Z] #40 6.494 Cloning into '.'...
13:36:18 [2021-04-22T13:36:18.649Z] #40 ...
13:36:18 [2021-04-22T13:36:18.649Z] 
13:36:18 [2021-04-22T13:36:18.649Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:36:18 [2021-04-22T13:36:18.649Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:36:18 [2021-04-22T13:36:18.649Z] #12 DONE 3.1s
13:36:18 [2021-04-22T13:36:18.649Z] 
13:36:18 [2021-04-22T13:36:18.649Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:18 [2021-04-22T13:36:18.649Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:18 [2021-04-22T13:36:18.823Z] #40 ...
13:36:18 [2021-04-22T13:36:18.823Z] 
13:36:18 [2021-04-22T13:36:18.823Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:18 [2021-04-22T13:36:18.823Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:36:18 [2021-04-22T13:36:18.823Z] #32 7.444 + git clone https://github.com/kolyshkin/go-swagger.git .
13:36:18 [2021-04-22T13:36:18.823Z] #32 7.444 Cloning into '.'...
13:36:18 [2021-04-22T13:36:18.823Z] #32 ...
13:36:18 [2021-04-22T13:36:18.823Z] 
13:36:18 [2021-04-22T13:36:18.823Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:18 [2021-04-22T13:36:18.823Z] #51 sha256:51e4ce420da2153ac0feec33750b2f5784d24a3161e74e5e970b94a3365da196
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + RM_GOPATH=0
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + TMP_GOPATH=
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + : /build
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + '[' -z '' ']'
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 ++ mktemp -d
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + export GOPATH=/tmp/tmp.VhMiwBl6Nz
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + GOPATH=/tmp/tmp.VhMiwBl6Nz
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + RM_GOPATH=1
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + case "$(go env GOARCH)" in
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 ++ go env GOARCH
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + export GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + GO_BUILDMODE=-buildmode=pie
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 ++ dirname /tmp/install/install.sh
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + dir=/tmp/install
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + bin=shfmt
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + shift
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + . /tmp/install/shfmt.installer
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + install_shfmt
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:36:18 [2021-04-22T13:36:18.823Z] #51 5.987 + git clone https://github.com/mvdan/sh.git /tmp/tmp.VhMiwBl6Nz/src/github.com/mvdan/sh
13:36:18 [2021-04-22T13:36:18.823Z] #51 6.064 Cloning into '/tmp/tmp.VhMiwBl6Nz/src/github.com/mvdan/sh'...
13:36:19 [2021-04-22T13:36:19.095Z] #51 ...
13:36:19 [2021-04-22T13:36:19.095Z] 
13:36:19 [2021-04-22T13:36:19.095Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:19 [2021-04-22T13:36:19.095Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:19 [2021-04-22T13:36:19.095Z] #55 7.995 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #55 7.995 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #55 7.995 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #55 9.031 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #55 10.78 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #55 ...
13:36:19 [2021-04-22T13:36:19.095Z] 
13:36:19 [2021-04-22T13:36:19.095Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:19 [2021-04-22T13:36:19.095Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:19 [2021-04-22T13:36:19.095Z] #36 7.447 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #36 7.502 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #36 7.502 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #36 8.563 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:19 [2021-04-22T13:36:19.095Z] #36 10.67 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:19 [2021-04-22T13:36:19.128Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0.1s
13:36:19 [2021-04-22T13:36:19.288Z] #43 46.89   CC       compel/arch/x86/src/lib/infect.o
13:36:19 [2021-04-22T13:36:19.356Z] #36 ...
13:36:19 [2021-04-22T13:36:19.356Z] 
13:36:19 [2021-04-22T13:36:19.356Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:19 [2021-04-22T13:36:19.356Z] #34 sha256:1aed546206defd07833afa184bbffff528e120fdc67cba3073c67f1a9bc97544
13:36:19 [2021-04-22T13:36:19.356Z] #34 6.145 Install go-toml version v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 6.183 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 6.192 go: finding github.com v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 6.195 go: finding github.com/pelletier/go-toml v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 6.195 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 6.195 go: finding github.com/pelletier v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 7.123 go: downloading github.com/pelletier/go-toml v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 7.569 go: extracting github.com/pelletier/go-toml v1.8.1
13:36:19 [2021-04-22T13:36:19.356Z] #34 9.711 github.com/pelletier/go-toml
13:36:19 [2021-04-22T13:36:19.356Z] #34 ...
13:36:19 [2021-04-22T13:36:19.356Z] 
13:36:19 [2021-04-22T13:36:19.356Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:19 [2021-04-22T13:36:19.356Z] #47 sha256:889431d54a1bdb85a7136871d257c2042866b1277b7216d51e3bdf1c748c7bbf
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + RM_GOPATH=0
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + TMP_GOPATH=
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + : /build
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + '[' -z '' ']'
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 ++ mktemp -d
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + export GOPATH=/tmp/tmp.7SHrL2wBSI
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + GOPATH=/tmp/tmp.7SHrL2wBSI
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + RM_GOPATH=1
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 + case "$(go env GOARCH)" in
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.666 ++ go env GOARCH
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + export GO_BUILDMODE=-buildmode=pie
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + GO_BUILDMODE=-buildmode=pie
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 ++ dirname /tmp/install/install.sh
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + dir=/tmp/install
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + bin=gotestsum
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + shift
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + . /tmp/install/gotestsum.installer
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 ++ : v0.5.3
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + install_gotestsum
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + set -e
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + export GO111MODULE=on
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + GO111MODULE=on
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + GOBIN=/build
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.680 + go get gotest.tools/gotestsum@v0.5.3
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.717 go: finding gotest.tools v0.5.3
13:36:19 [2021-04-22T13:36:19.356Z] #47 7.717 go: finding gotest.tools/gotestsum v0.5.3
13:36:19 [2021-04-22T13:36:19.356Z] #47 8.763 go: downloading gotest.tools/gotestsum v0.5.3
13:36:19 [2021-04-22T13:36:19.356Z] #47 9.235 go: extracting gotest.tools/gotestsum v0.5.3
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.26 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.27 go: downloading github.com/fatih/color v1.9.0
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.27 go: downloading github.com/pkg/errors v0.9.1
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.45 go: downloading github.com/spf13/pflag v1.0.3
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.49 go: extracting github.com/pkg/errors v0.9.1
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.55 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.61 go: downloading github.com/jonboulle/clockwork v0.1.0
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.62 go: extracting github.com/fatih/color v1.9.0
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.65 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.67 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.67 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.70 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.91 go: downloading github.com/mattn/go-colorable v0.1.6
13:36:19 [2021-04-22T13:36:19.356Z] #47 10.93 go: downloading github.com/mattn/go-isatty v0.0.12
13:36:19 [2021-04-22T13:36:19.356Z] #47 11.26 go: extracting github.com/jonboulle/clockwork v0.1.0
13:36:19 [2021-04-22T13:36:19.356Z] #47 11.31 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:19 [2021-04-22T13:36:19.356Z] #47 11.34 go: extracting github.com/mattn/go-isatty v0.0.12
13:36:19 [2021-04-22T13:36:19.356Z] #47 11.39 go: extracting github.com/spf13/pflag v1.0.3
13:36:19 [2021-04-22T13:36:19.617Z] #47 11.53 go: extracting github.com/mattn/go-colorable v0.1.6
13:36:19 [2021-04-22T13:36:19.617Z] #47 ...
13:36:19 [2021-04-22T13:36:19.617Z] 
13:36:19 [2021-04-22T13:36:19.617Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:19 [2021-04-22T13:36:19.617Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:36:19 [2021-04-22T13:36:19.617Z] #58 11.45 go: downloading github.com/gofrs/flock v0.8.0
13:36:19 [2021-04-22T13:36:19.617Z] #58 11.49 go: downloading github.com/sirupsen/logrus v1.8.1
13:36:19 [2021-04-22T13:36:19.617Z] #58 11.49 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:36:19 [2021-04-22T13:36:19.617Z] #58 11.58 go: downloading github.com/urfave/cli/v2 v2.3.0
13:36:19 [2021-04-22T13:36:19.617Z] #58 11.61 go: downloading github.com/google/uuid v1.2.0
13:36:19 [2021-04-22T13:36:19.765Z] #32 ...
13:36:19 [2021-04-22T13:36:19.765Z] 
13:36:19 [2021-04-22T13:36:19.765Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:36:19 [2021-04-22T13:36:19.765Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9
13:36:19 [2021-04-22T13:36:19.765Z] #12 DONE 4.5s
13:36:19 [2021-04-22T13:36:19.884Z] #58 11.88 go: extracting github.com/sirupsen/logrus v1.8.1
13:36:20 [2021-04-22T13:36:20.024Z] 
13:36:20 [2021-04-22T13:36:20.024Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:20 [2021-04-22T13:36:20.024Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:20 [2021-04-22T13:36:20.157Z] #58 12.06 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:20 [2021-04-22T13:36:20.157Z] #58 12.10 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:20 [2021-04-22T13:36:20.232Z] #43 47.80   CC       compel/src/lib/infect-rpc.o
13:36:20 [2021-04-22T13:36:20.232Z] #43 ...
13:36:20 [2021-04-22T13:36:20.232Z] 
13:36:20 [2021-04-22T13:36:20.232Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:20 [2021-04-22T13:36:20.232Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.6 Selecting previously unselected package libapparmor1:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.7 Selecting previously unselected package libapparmor-dev:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.9 Selecting previously unselected package libbtrfs0.
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 106.9 Unpacking libbtrfs0 (4.20.1-2) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.0 Selecting previously unselected package libbtrfs-dev.
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.0 Unpacking libbtrfs-dev (4.20.1-2) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.2 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.3 Selecting previously unselected package libudev-dev:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.3 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.4 Selecting previously unselected package libsepol1-dev:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.8 Selecting previously unselected package libpcre16-3:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 107.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.1 Selecting previously unselected package libpcre32-3:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.2 Selecting previously unselected package libpcrecpp0v5:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.3 Selecting previously unselected package libpcre3-dev:amd64.
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.232Z] #13 108.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:36:20 [2021-04-22T13:36:20.422Z] #58 12.15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:20 [2021-04-22T13:36:20.422Z] #58 12.27 go: downloading github.com/moby/vpnkit v0.5.0
13:36:20 [2021-04-22T13:36:20.422Z] #58 12.40 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:36:20 [2021-04-22T13:36:20.422Z] #58 12.42 go: extracting github.com/gofrs/flock v0.8.0
13:36:20 [2021-04-22T13:36:20.493Z] #13 108.8 Selecting previously unselected package libselinux1-dev:amd64.
13:36:20 [2021-04-22T13:36:20.493Z] #13 108.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.493Z] #13 108.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:36:20 [2021-04-22T13:36:20.493Z] #13 ...
13:36:20 [2021-04-22T13:36:20.493Z] 
13:36:20 [2021-04-22T13:36:20.493Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:20 [2021-04-22T13:36:20.493Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:36:20 [2021-04-22T13:36:20.493Z] #45 106.8 mime
13:36:20 [2021-04-22T13:36:20.493Z] #45 108.3 mime/quotedprintable
13:36:20 [2021-04-22T13:36:20.493Z] #45 108.7 net/http/internal
13:36:20 [2021-04-22T13:36:20.493Z] #45 113.0 crypto/tls
13:36:20 [2021-04-22T13:36:20.684Z] #58 12.70 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:20 [2021-04-22T13:36:20.684Z] #58 12.72 go: downloading github.com/gorilla/mux v1.8.0
13:36:20 [2021-04-22T13:36:20.684Z] #58 12.78 go: extracting github.com/google/uuid v1.2.0
13:36:20 [2021-04-22T13:36:20.754Z] #45 ...
13:36:20 [2021-04-22T13:36:20.754Z] 
13:36:20 [2021-04-22T13:36:20.754Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:20 [2021-04-22T13:36:20.754Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:20 [2021-04-22T13:36:20.754Z] #13 109.0 Selecting previously unselected package libdevmapper-dev:amd64.
13:36:20 [2021-04-22T13:36:20.755Z] #13 109.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:36:20 [2021-04-22T13:36:20.755Z] #13 109.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:36:20 [2021-04-22T13:36:20.946Z] #58 12.97 go: downloading github.com/pkg/errors v0.9.1
13:36:21 [2021-04-22T13:36:21.016Z] #13 109.1 Selecting previously unselected package libseccomp-dev:amd64.
13:36:21 [2021-04-22T13:36:21.016Z] #13 109.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
13:36:21 [2021-04-22T13:36:21.016Z] #13 109.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:36:21 [2021-04-22T13:36:21.277Z] #13 109.3 Selecting previously unselected package libsystemd-dev:amd64.
13:36:21 [2021-04-22T13:36:21.277Z] #13 109.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
13:36:21 [2021-04-22T13:36:21.277Z] #13 109.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
13:36:21 [2021-04-22T13:36:21.520Z] #58 ...
13:36:21 [2021-04-22T13:36:21.520Z] 
13:36:21 [2021-04-22T13:36:21.520Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:21 [2021-04-22T13:36:21.520Z] #24 sha256:d6bfea0e23095f8e1270fd6c1129d62fff8ac501b57e025d4bd78f1eab9e6d42
13:36:21 [2021-04-22T13:36:21.520Z] #24 12.63 + mkdir -p /build
13:36:21 [2021-04-22T13:36:21.520Z] #24 12.63 + mv docker/docker /build/
13:36:21 [2021-04-22T13:36:21.520Z] #24 12.65 + rmdir docker
13:36:21 [2021-04-22T13:36:21.520Z] #24 DONE 13.4s
13:36:21 [2021-04-22T13:36:21.520Z] 
13:36:21 [2021-04-22T13:36:21.520Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:21 [2021-04-22T13:36:21.520Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:21 [2021-04-22T13:36:21.520Z] #55 13.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:21 [2021-04-22T13:36:21.781Z] #55 ...
13:36:21 [2021-04-22T13:36:21.782Z] 
13:36:21 [2021-04-22T13:36:21.782Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:21 [2021-04-22T13:36:21.782Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:21 [2021-04-22T13:36:21.782Z] #13 8.364 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:36:21 [2021-04-22T13:36:21.782Z] #13 8.436 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:21 [2021-04-22T13:36:21.782Z] #13 8.503 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:21 [2021-04-22T13:36:21.782Z] #13 8.542 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:21 [2021-04-22T13:36:21.782Z] #13 9.529 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:36:21 [2021-04-22T13:36:21.782Z] #13 ...
13:36:21 [2021-04-22T13:36:21.782Z] 
13:36:21 [2021-04-22T13:36:21.782Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:21 [2021-04-22T13:36:21.782Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:36:21 [2021-04-22T13:36:21.782Z] #58 13.74 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:21 [2021-04-22T13:36:21.782Z] #58 13.89 go: extracting github.com/gorilla/mux v1.8.0
13:36:21 [2021-04-22T13:36:21.804Z] #13 109.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 109.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 109.9 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 109.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 109.9 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 109.9 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 109.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.0 Setting up libbtrfs0 (4.20.1-2) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.0 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.0 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.0 Setting up libbtrfs-dev (4.20.1-2) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.1 Setting up mingw-w64-common (6.0.0-3) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:36:21 [2021-04-22T13:36:21.804Z] #13 110.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.2 Setting up dmsetup (2:1.02.155-3) ...
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:36:22 [2021-04-22T13:36:22.065Z] #13 110.3 Processing triggers for libc-bin (2.28-10) ...
13:36:22 [2021-04-22T13:36:22.355Z] #58 14.31 go: extracting github.com/pkg/errors v0.9.1
13:36:22 [2021-04-22T13:36:22.594Z] #9 ...
13:36:22 [2021-04-22T13:36:22.594Z] 
13:36:22 [2021-04-22T13:36:22.594Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:22 [2021-04-22T13:36:22.594Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:36:22 [2021-04-22T13:36:22.594Z] #27 1.119 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 1.169 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 1.176 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 1.454 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [267 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 1.721 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 2.242 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
13:36:22 [2021-04-22T13:36:22.594Z] #27 3.773 Fetched 8251 kB in 3s (2781 kB/s)
13:36:22 [2021-04-22T13:36:22.594Z] #27 3.773 Reading package lists...
13:36:22 [2021-04-22T13:36:22.594Z] #27 5.066 Reading package lists...
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.331 Building dependency tree...
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.906 The following additional packages will be installed:
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.906   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.907   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.908   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.910 Suggested packages:
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.910   krb5-doc krb5-user
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.910 Recommended packages:
13:36:22 [2021-04-22T13:36:22.594Z] #27 6.910   krb5-locales publicsuffix libsasl2-modules
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.205 The following NEW packages will be installed:
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.211   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.211   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.211   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.215   libssh2-1 libssl1.1 openssl
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.509 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.509 Need to get 4777 kB of archives.
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.509 After this operation, 11.5 MB of additional disk space will be used.
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.509 Get:1 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.541 Get:2 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.555 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.566 Get:4 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.577 Get:5 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.618 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.624 Get:7 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.637 Get:8 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.638 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.642 Get:10 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.643 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.648 Get:12 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.650 Get:13 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.651 Get:14 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.655 Get:15 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.656 Get:16 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.660 Get:17 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.685 Get:18 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.759 Get:19 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.776 Get:20 http://security.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 7.782 Get:21 http://security.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]
13:36:22 [2021-04-22T13:36:22.594Z] #27 8.200 debconf: delaying package configuration, since apt-utils is not installed
13:36:22 [2021-04-22T13:36:22.594Z] #27 8.270 Fetched 4777 kB in 1s (8948 kB/s)
13:36:22 [2021-04-22T13:36:22.594Z] #27 ...
13:36:22 [2021-04-22T13:36:22.594Z] 
13:36:22 [2021-04-22T13:36:22.594Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
13:36:22 [2021-04-22T13:36:22.594Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
13:36:22 [2021-04-22T13:36:22.827Z] #13 4.309 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:36:22 [2021-04-22T13:36:22.827Z] #13 4.407 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:22 [2021-04-22T13:36:22.827Z] #13 4.437 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:22 [2021-04-22T13:36:22.827Z] #13 4.458 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:22 [2021-04-22T13:36:22.878Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.8s done
13:36:23 [2021-04-22T13:36:23.742Z] #58 15.48 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:36:23 [2021-04-22T13:36:23.742Z] #58 15.48 go: extracting github.com/moby/vpnkit v0.5.0
13:36:23 [2021-04-22T13:36:23.742Z] #58 15.65 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:23 [2021-04-22T13:36:23.761Z] #13 ...
13:36:23 [2021-04-22T13:36:23.761Z] 
13:36:23 [2021-04-22T13:36:23.761Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:23 [2021-04-22T13:36:23.761Z] #58 sha256:1b7fbf1c63760f4a6b34091a0142e5227b7e707945aa0276d8bfbb792888a232
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.950 + RM_GOPATH=0
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.951 + TMP_GOPATH=
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.951 + : /build
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.951 + '[' -z '' ']'
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.958 ++ mktemp -d
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.958 + export GOPATH=/tmp/tmp.xVUKvKSFek
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.958 + GOPATH=/tmp/tmp.xVUKvKSFek
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.958 + RM_GOPATH=1
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.958 + case "$(go env GOARCH)" in
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.960 ++ go env GOARCH
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.992 + export GO_BUILDMODE=-buildmode=pie
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.992 + GO_BUILDMODE=-buildmode=pie
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 ++ dirname /tmp/install/install.sh
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + dir=/tmp/install
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + bin=rootlesskit
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + shift
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + . /tmp/install/rootlesskit.installer
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + install_rootlesskit
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + case "$1" in
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + export CGO_ENABLED=0
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + CGO_ENABLED=0
13:36:23 [2021-04-22T13:36:23.761Z] #58 5.995 + _install_rootlesskit
13:36:23 [2021-04-22T13:36:23.761Z] #58 6.007 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:36:23 [2021-04-22T13:36:23.761Z] #58 6.007 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:36:23 [2021-04-22T13:36:23.761Z] #58 6.007 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.xVUKvKSFek/src/github.com/rootless-containers/rootlesskit
13:36:23 [2021-04-22T13:36:23.761Z] #58 6.022 Cloning into '/tmp/tmp.xVUKvKSFek/src/github.com/rootless-containers/rootlesskit'...
13:36:23 [2021-04-22T13:36:23.981Z] #13 DONE 112.1s
13:36:23 [2021-04-22T13:36:23.981Z] 
13:36:23 [2021-04-22T13:36:23.981Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:36:23 [2021-04-22T13:36:23.981Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:36:23 [2021-04-22T13:36:23.987Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5
13:36:23 [2021-04-22T13:36:23.987Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0.0s done
13:36:24 [2021-04-22T13:36:24.224Z] #13 3.804 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:36:24 [2021-04-22T13:36:24.224Z] #13 4.029 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:24 [2021-04-22T13:36:24.224Z] #13 4.055 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:24 [2021-04-22T13:36:24.224Z] #13 4.058 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:24 [2021-04-22T13:36:24.326Z] #58 ...
13:36:24 [2021-04-22T13:36:24.326Z] 
13:36:24 [2021-04-22T13:36:24.326Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:24 [2021-04-22T13:36:24.326Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.049 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.050 + RM_GOPATH=0
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + TMP_GOPATH=
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + : /build
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + '[' -z '' ']'
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 ++ mktemp -d
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + export GOPATH=/tmp/tmp.Yeeq6eyNUF
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + GOPATH=/tmp/tmp.Yeeq6eyNUF
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + RM_GOPATH=1
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + case "$(go env GOARCH)" in
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 ++ go env GOARCH
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + export GO_BUILDMODE=-buildmode=pie
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + GO_BUILDMODE=-buildmode=pie
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 ++ dirname /tmp/install/install.sh
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + dir=/tmp/install
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + bin=vndr
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + shift
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + '[' '!' -f /tmp/install/vndr.installer ']'
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + . /tmp/install/vndr.installer
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + install_vndr
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.Yeeq6eyNUF/src/github.com/LK4D4/vndr
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.053 Cloning into '/tmp/tmp.Yeeq6eyNUF/src/github.com/LK4D4/vndr'...
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.819 + cd /tmp/tmp.Yeeq6eyNUF/src/github.com/LK4D4/vndr
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.819 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:36:24 [2021-04-22T13:36:24.326Z] #45 5.907 + go build -buildmode=pie -v -o /build/vndr .
13:36:24 [2021-04-22T13:36:24.326Z] #45 7.842 internal/cpu
13:36:24 [2021-04-22T13:36:24.326Z] #45 8.056 runtime/internal/atomic
13:36:24 [2021-04-22T13:36:24.326Z] #45 8.573 runtime/internal/sys
13:36:24 [2021-04-22T13:36:24.326Z] #45 8.629 internal/bytealg
13:36:24 [2021-04-22T13:36:24.326Z] #45 8.799 runtime/internal/math
13:36:24 [2021-04-22T13:36:24.326Z] #45 8.883 internal/race
13:36:24 [2021-04-22T13:36:24.326Z] #45 9.056 sync/atomic
13:36:24 [2021-04-22T13:36:24.326Z] #45 ...
13:36:24 [2021-04-22T13:36:24.326Z] 
13:36:24 [2021-04-22T13:36:24.326Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:24 [2021-04-22T13:36:24.326Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:24 [2021-04-22T13:36:24.326Z] #13 6.059 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:36:24 [2021-04-22T13:36:24.794Z] #13 4.942 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:36:25 [2021-04-22T13:36:25.055Z] #13 ...
13:36:25 [2021-04-22T13:36:25.055Z] 
13:36:25 [2021-04-22T13:36:25.055Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:25 [2021-04-22T13:36:25.055Z] #47 sha256:381713ab78f4eab9226f0c4a8ce807e5034c1437a8ba0ed3edd1f9fc37e96e48
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + RM_GOPATH=0
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + TMP_GOPATH=
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + : /build
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + '[' -z '' ']'
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 ++ mktemp -d
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + export GOPATH=/tmp/tmp.QNQebGA8J5
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + GOPATH=/tmp/tmp.QNQebGA8J5
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + RM_GOPATH=1
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 + case "$(go env GOARCH)" in
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.383 ++ go env GOARCH
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + export GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 ++ dirname /tmp/install/install.sh
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + dir=/tmp/install
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + bin=gotestsum
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + shift
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + . /tmp/install/gotestsum.installer
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 ++ : v0.5.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + install_gotestsum
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + set -e
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + export GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + GOBIN=/build
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.411 + go get gotest.tools/gotestsum@v0.5.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.468 go: finding gotest.tools/gotestsum v0.5.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 6.468 go: finding gotest.tools v0.5.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 7.489 go: downloading gotest.tools/gotestsum v0.5.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 8.263 go: extracting gotest.tools/gotestsum v0.5.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.472 go: downloading github.com/spf13/pflag v1.0.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.499 go: downloading github.com/pkg/errors v0.9.1
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.506 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.527 go: downloading github.com/fatih/color v1.9.0
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.531 go: downloading github.com/jonboulle/clockwork v0.1.0
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.539 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.618 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.922 go: extracting github.com/spf13/pflag v1.0.3
13:36:25 [2021-04-22T13:36:25.055Z] #47 9.948 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:25 [2021-04-22T13:36:25.134Z] #58 17.21 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:25 [2021-04-22T13:36:25.258Z] #13 ...
13:36:25 [2021-04-22T13:36:25.258Z] 
13:36:25 [2021-04-22T13:36:25.258Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:25 [2021-04-22T13:36:25.258Z] #24 sha256:5e84be755856db1812774c268d098b91b975584bfd0d3136d4ba419a24790b2c
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + RM_GOPATH=0
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + TMP_GOPATH=
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + : /build
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + '[' -z '' ']'
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 ++ mktemp -d
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + export GOPATH=/tmp/tmp.wxvm6XUVXl
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + GOPATH=/tmp/tmp.wxvm6XUVXl
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + RM_GOPATH=1
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + case "$(go env GOARCH)" in
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 ++ go env GOARCH
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + export GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 ++ dirname /tmp/install/install.sh
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + dir=/tmp/install
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + bin=dockercli
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + shift
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + . /tmp/install/dockercli.installer
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 ++ : stable
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 ++ : 17.06.2-ce
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + install_dockercli
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 ++ uname -m
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + arch=x86_64
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + '[' x86_64 '!=' x86_64 ']'
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + url=https://download.docker.com/linux/static
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + tar -xz docker/docker
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.543 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:36:25 [2021-04-22T13:36:25.258Z] #24 4.558 Install docker/cli version 17.06.2-ce from stable
13:36:25 [2021-04-22T13:36:25.358Z] #47 10.08 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:25 [2021-04-22T13:36:25.358Z] #47 ...
13:36:25 [2021-04-22T13:36:25.358Z] 
13:36:25 [2021-04-22T13:36:25.358Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:25 [2021-04-22T13:36:25.358Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:25 [2021-04-22T13:36:25.359Z] #36 7.484 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:25 [2021-04-22T13:36:25.359Z] #36 7.596 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:25 [2021-04-22T13:36:25.359Z] #36 7.598 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:25 [2021-04-22T13:36:25.359Z] #36 8.808 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:25 [2021-04-22T13:36:25.359Z] #36 ...
13:36:25 [2021-04-22T13:36:25.359Z] 
13:36:25 [2021-04-22T13:36:25.359Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:25 [2021-04-22T13:36:25.359Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + RM_GOPATH=0
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + TMP_GOPATH=
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + : /build
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + '[' -z '' ']'
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 ++ mktemp -d
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + export GOPATH=/tmp/tmp.GeeZ6YRJGC
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + GOPATH=/tmp/tmp.GeeZ6YRJGC
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + RM_GOPATH=1
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 + case "$(go env GOARCH)" in
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.740 ++ go env GOARCH
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.755 + export GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.755 + GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.763 ++ dirname /tmp/install/install.sh
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + dir=/tmp/install
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + bin=golangci_lint
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + shift
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + . /tmp/install/golangci_lint.installer
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 ++ : v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + install_golangci_lint
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + set -e
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + export GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + GOBIN=/build
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.771 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.857 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.876 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.884 go: finding github.com/golangci/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.884 go: finding github.com v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 6.884 go: finding github.com/golangci v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 8.130 go: downloading github.com/golangci/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.359Z] #49 8.913 go: extracting github.com/golangci/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.395Z] #9 DONE 23.3s
13:36:25 [2021-04-22T13:36:25.395Z] 
13:36:25 [2021-04-22T13:36:25.395Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:36:25 [2021-04-22T13:36:25.395Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
13:36:25 [2021-04-22T13:36:25.395Z] #63 DONE 1.4s
13:36:25 [2021-04-22T13:36:25.395Z] 
13:36:25 [2021-04-22T13:36:25.395Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:25 [2021-04-22T13:36:25.395Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
13:36:25 [2021-04-22T13:36:25.516Z] #24 ...
13:36:25 [2021-04-22T13:36:25.516Z] 
13:36:25 [2021-04-22T13:36:25.516Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:25 [2021-04-22T13:36:25.516Z] #47 sha256:35eaaa443d055bf8baab7e4f416676a455e25b56871cd13e6f0ba368e3bdc9f6
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.720 + RM_GOPATH=0
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.720 + TMP_GOPATH=
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.720 + : /build
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.720 + '[' -z '' ']'
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.720 ++ mktemp -d
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.723 + export GOPATH=/tmp/tmp.7gKzBhrfo1
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.723 + GOPATH=/tmp/tmp.7gKzBhrfo1
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.723 + RM_GOPATH=1
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.723 + case "$(go env GOARCH)" in
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.723 ++ go env GOARCH
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.783 + export GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.783 + GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.783 ++ dirname /tmp/install/install.sh
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + dir=/tmp/install
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + bin=gotestsum
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + shift
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + . /tmp/install/gotestsum.installer
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 ++ : v0.5.3
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + install_gotestsum
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + set -e
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + export GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + GOBIN=/build
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.805 + go get gotest.tools/gotestsum@v0.5.3
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.850 go: finding gotest.tools/gotestsum v0.5.3
13:36:25 [2021-04-22T13:36:25.516Z] #47 5.850 go: finding gotest.tools v0.5.3
13:36:25 [2021-04-22T13:36:25.516Z] #47 7.197 go: downloading gotest.tools/gotestsum v0.5.3
13:36:25 [2021-04-22T13:36:25.516Z] #47 7.870 go: extracting gotest.tools/gotestsum v0.5.3
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.286 go: downloading github.com/pkg/errors v0.9.1
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.290 go: downloading github.com/fatih/color v1.9.0
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.397 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.415 go: downloading github.com/spf13/pflag v1.0.3
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.504 go: downloading github.com/jonboulle/clockwork v0.1.0
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.510 go: extracting github.com/fatih/color v1.9.0
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.596 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.611 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.677 go: extracting github.com/pkg/errors v0.9.1
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.687 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.702 go: downloading github.com/mattn/go-colorable v0.1.6
13:36:25 [2021-04-22T13:36:25.516Z] #47 9.708 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:25 [2021-04-22T13:36:25.516Z] #47 10.00 go: extracting github.com/jonboulle/clockwork v0.1.0
13:36:25 [2021-04-22T13:36:25.516Z] #47 10.01 go: extracting github.com/mattn/go-colorable v0.1.6
13:36:25 [2021-04-22T13:36:25.516Z] #47 10.01 go: downloading github.com/mattn/go-isatty v0.0.12
13:36:25 [2021-04-22T13:36:25.516Z] #47 10.07 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:25 [2021-04-22T13:36:25.516Z] #47 10.19 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:25 [2021-04-22T13:36:25.516Z] #47 ...
13:36:25 [2021-04-22T13:36:25.516Z] 
13:36:25 [2021-04-22T13:36:25.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
13:36:25 [2021-04-22T13:36:25.516Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:25 [2021-04-22T13:36:25.516Z] #42 6.441 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:25 [2021-04-22T13:36:25.516Z] #42 6.579 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:25 [2021-04-22T13:36:25.516Z] #42 6.608 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:25 [2021-04-22T13:36:25.516Z] #42 8.749 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #49 ...
13:36:25 [2021-04-22T13:36:25.619Z] 
13:36:25 [2021-04-22T13:36:25.619Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:25 [2021-04-22T13:36:25.619Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:25 [2021-04-22T13:36:25.619Z] #55 5.854 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #55 5.958 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #55 5.969 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #55 6.278 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #55 8.881 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #55 ...
13:36:25 [2021-04-22T13:36:25.619Z] 
13:36:25 [2021-04-22T13:36:25.619Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:25 [2021-04-22T13:36:25.619Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:25 [2021-04-22T13:36:25.619Z] #42 7.308 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #42 7.397 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #42 7.397 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:25 [2021-04-22T13:36:25.619Z] #42 8.641 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:25 [2021-04-22T13:36:25.773Z] #42 ...
13:36:25 [2021-04-22T13:36:25.773Z] 
13:36:25 [2021-04-22T13:36:25.773Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:25 [2021-04-22T13:36:25.773Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.189 + RM_GOPATH=0
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.189 + TMP_GOPATH=
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.189 + : /build
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.189 + '[' -z '' ']'
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.189 ++ mktemp -d
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.195 + export GOPATH=/tmp/tmp.nnsOtu5hjQ
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.195 + GOPATH=/tmp/tmp.nnsOtu5hjQ
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.195 + RM_GOPATH=1
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.195 + case "$(go env GOARCH)" in
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.195 ++ go env GOARCH
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + export GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 ++ dirname /tmp/install/install.sh
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + dir=/tmp/install
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + bin=golangci_lint
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + shift
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + . /tmp/install/golangci_lint.installer
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 ++ : v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + install_golangci_lint
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + set -e
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + export GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + GO111MODULE=on
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + GOBIN=/build
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.207 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.256 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.267 go: finding github.com v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.267 go: finding github.com/golangci/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.267 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 5.267 go: finding github.com/golangci v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 6.455 go: downloading github.com/golangci/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.773Z] #49 7.344 go: extracting github.com/golangci/golangci-lint v1.23.8
13:36:25 [2021-04-22T13:36:25.879Z] #42 ...
13:36:25 [2021-04-22T13:36:25.879Z] 
13:36:25 [2021-04-22T13:36:25.879Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:25 [2021-04-22T13:36:25.879Z] #34 sha256:99f928f0b526bd650338844366dcc91ac661d046429ee08fe4356a5ff12a8f48
13:36:25 [2021-04-22T13:36:25.879Z] #34 6.659 Install go-toml version v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 6.673 go: finding github.com v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 6.674 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 6.675 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 6.675 go: finding github.com/pelletier/go-toml v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 6.675 go: finding github.com/pelletier v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 7.757 go: downloading github.com/pelletier/go-toml v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 8.206 go: extracting github.com/pelletier/go-toml v1.8.1
13:36:25 [2021-04-22T13:36:25.879Z] #34 ...
13:36:25 [2021-04-22T13:36:25.879Z] 
13:36:25 [2021-04-22T13:36:25.879Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:25 [2021-04-22T13:36:25.879Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:25 [2021-04-22T13:36:25.879Z] #40 6.927 + git clone https://github.com/docker/distribution.git .
13:36:25 [2021-04-22T13:36:25.879Z] #40 6.940 Cloning into '.'...
13:36:25 [2021-04-22T13:36:25.897Z] #14 DONE 1.9s
13:36:25 [2021-04-22T13:36:25.897Z] 
13:36:25 [2021-04-22T13:36:25.897Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:36:25 [2021-04-22T13:36:25.897Z] #53 sha256:a7bf3ff3ad09a4e1587bf295dbf8bd1eb14fefecf7e26cdda92fe350098272bc
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.806 + RM_GOPATH=0
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.806 + TMP_GOPATH=
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.806 + : /build
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.806 + '[' -z '' ']'
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.806 ++ mktemp -d
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.819 + export GOPATH=/tmp/tmp.NSv0HtUSnQ
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.819 + GOPATH=/tmp/tmp.NSv0HtUSnQ
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.819 + RM_GOPATH=1
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.820 + case "$(go env GOARCH)" in
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.820 ++ go env GOARCH
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.829 + export GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.829 + GO_BUILDMODE=-buildmode=pie
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.830 ++ dirname /tmp/install/install.sh
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.832 + dir=/tmp/install
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.833 + bin=runc
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.833 + shift
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.833 + '[' '!' -f /tmp/install/runc.installer ']'
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.833 + . /tmp/install/runc.installer
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.833 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.834 + install_runc
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.836 + grep -q '^3\.10\.0.*\.el7\.'
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.838 + uname -r
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.841 + RUNC_BUILDTAGS='seccomp '
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.843 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.843 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.843 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NSv0HtUSnQ/src/github.com/opencontainers/runc
13:36:25 [2021-04-22T13:36:25.897Z] #53 1.902 Cloning into '/tmp/tmp.NSv0HtUSnQ/src/github.com/opencontainers/runc'...
13:36:26 [2021-04-22T13:36:26.030Z] #49 ...
13:36:26 [2021-04-22T13:36:26.031Z] 
13:36:26 [2021-04-22T13:36:26.031Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:26 [2021-04-22T13:36:26.031Z] #67 sha256:eae7619778c4b38d8f2b0d5f4764123a3300a31671871441cfc29dbde310fe6b
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + RM_GOPATH=0
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + TMP_GOPATH=
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + : /build
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + '[' -z '' ']'
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 ++ mktemp -d
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + export GOPATH=/tmp/tmp.rF3EEhsyGM
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + GOPATH=/tmp/tmp.rF3EEhsyGM
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + RM_GOPATH=1
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 + case "$(go env GOARCH)" in
13:36:26 [2021-04-22T13:36:26.031Z] #67 5.986 ++ go env GOARCH
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.020 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + export GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 ++ dirname /tmp/install/install.sh
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + dir=/tmp/install
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + bin=proxy
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + shift
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + '[' '!' -f /tmp/install/proxy.installer ']'
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + . /tmp/install/proxy.installer
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + install_proxy
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + case "$1" in
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + export CGO_ENABLED=0
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + CGO_ENABLED=0
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + _install_proxy
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.025 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.037 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.rF3EEhsyGM/src/github.com/docker/libnetwork
13:36:26 [2021-04-22T13:36:26.031Z] #67 6.037 Cloning into '/tmp/tmp.rF3EEhsyGM/src/github.com/docker/libnetwork'...
13:36:26 [2021-04-22T13:36:26.031Z] #67 ...
13:36:26 [2021-04-22T13:36:26.031Z] 
13:36:26 [2021-04-22T13:36:26.031Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:26 [2021-04-22T13:36:26.031Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:26 [2021-04-22T13:36:26.031Z] #55 6.554 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:26 [2021-04-22T13:36:26.031Z] #55 6.684 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:26 [2021-04-22T13:36:26.031Z] #55 6.684 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:26 [2021-04-22T13:36:26.031Z] #55 8.602 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:26 [2021-04-22T13:36:26.031Z] #55 10.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:26 [2021-04-22T13:36:26.140Z] #40 ...
13:36:26 [2021-04-22T13:36:26.140Z] 
13:36:26 [2021-04-22T13:36:26.140Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:26 [2021-04-22T13:36:26.140Z] #67 sha256:62b18d89bb1ef61431c14c5fc1e511e7946b6219748fcf58cc5b0f0ee2389e3c
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.028 + RM_GOPATH=0
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.028 + TMP_GOPATH=
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.028 + : /build
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.028 + '[' -z '' ']'
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.028 ++ mktemp -d
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.033 + export GOPATH=/tmp/tmp.bzXBGqCgRY
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.033 + GOPATH=/tmp/tmp.bzXBGqCgRY
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.033 + RM_GOPATH=1
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.033 + case "$(go env GOARCH)" in
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.033 ++ go env GOARCH
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.054 + export GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.054 + GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.054 ++ dirname /tmp/install/install.sh
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + dir=/tmp/install
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + bin=proxy
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + shift
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + '[' '!' -f /tmp/install/proxy.installer ']'
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + . /tmp/install/proxy.installer
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + install_proxy
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + case "$1" in
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + export CGO_ENABLED=0
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + CGO_ENABLED=0
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + _install_proxy
13:36:26 [2021-04-22T13:36:26.140Z] #67 6.055 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:36:26 [2021-04-22T13:36:26.141Z] #67 6.055 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.bzXBGqCgRY/src/github.com/docker/libnetwork
13:36:26 [2021-04-22T13:36:26.141Z] #67 6.059 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:26 [2021-04-22T13:36:26.141Z] #67 6.069 Cloning into '/tmp/tmp.bzXBGqCgRY/src/github.com/docker/libnetwork'...
13:36:26 [2021-04-22T13:36:26.141Z] #67 ...
13:36:26 [2021-04-22T13:36:26.141Z] 
13:36:26 [2021-04-22T13:36:26.141Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:26 [2021-04-22T13:36:26.141Z] #24 sha256:df9ad37bda74e06880bbd0fd54add1219bf3defa70fc7f3ccfd6564e0544635a
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.351 + RM_GOPATH=0
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.351 + TMP_GOPATH=
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.351 + : /build
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.351 + '[' -z '' ']'
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.351 ++ mktemp -d
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.361 + export GOPATH=/tmp/tmp.6O9hKQMY9s
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.361 + GOPATH=/tmp/tmp.6O9hKQMY9s
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.361 + RM_GOPATH=1
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.361 + case "$(go env GOARCH)" in
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.361 ++ go env GOARCH
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.387 + export GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.387 + GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.387 ++ dirname /tmp/install/install.sh
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.393 Install docker/cli version 17.06.2-ce from stable
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 + dir=/tmp/install
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 + bin=dockercli
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 + shift
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 + . /tmp/install/dockercli.installer
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 ++ : stable
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 ++ : 17.06.2-ce
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 + install_dockercli
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.394 ++ uname -m
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.403 + arch=x86_64
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.403 + '[' x86_64 '!=' x86_64 ']'
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.403 + url=https://download.docker.com/linux/static
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.414 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
13:36:26 [2021-04-22T13:36:26.141Z] #24 6.452 + tar -xz docker/docker
13:36:26 [2021-04-22T13:36:26.288Z] #55 ...
13:36:26 [2021-04-22T13:36:26.288Z] 
13:36:26 [2021-04-22T13:36:26.288Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:26 [2021-04-22T13:36:26.288Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + RM_GOPATH=0
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + TMP_GOPATH=
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + : /build
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + '[' -z '' ']'
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 ++ mktemp -d
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + export GOPATH=/tmp/tmp.qWm3gosteW
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + GOPATH=/tmp/tmp.qWm3gosteW
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + RM_GOPATH=1
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 + case "$(go env GOARCH)" in
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.118 ++ go env GOARCH
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + export GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 ++ dirname /tmp/install/install.sh
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + dir=/tmp/install
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + bin=shfmt
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + shift
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + . /tmp/install/shfmt.installer
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + install_shfmt
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.145 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.152 + git clone https://github.com/mvdan/sh.git /tmp/tmp.qWm3gosteW/src/github.com/mvdan/sh
13:36:26 [2021-04-22T13:36:26.288Z] #51 5.155 Cloning into '/tmp/tmp.qWm3gosteW/src/github.com/mvdan/sh'...
13:36:26 [2021-04-22T13:36:26.288Z] #51 ...
13:36:26 [2021-04-22T13:36:26.288Z] 
13:36:26 [2021-04-22T13:36:26.288Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:26 [2021-04-22T13:36:26.288Z] #34 sha256:0aa61c654cd77196e3fbe244deada23542345db45fdcfd4954a5062b9f9f02f3
13:36:26 [2021-04-22T13:36:26.288Z] #34 5.403 Install go-toml version v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 5.411 go: finding github.com v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 5.411 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 5.411 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 5.411 go: finding github.com/pelletier/go-toml v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 5.411 go: finding github.com/pelletier v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 7.139 go: downloading github.com/pelletier/go-toml v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 7.578 go: extracting github.com/pelletier/go-toml v1.8.1
13:36:26 [2021-04-22T13:36:26.288Z] #34 10.06 github.com/pelletier/go-toml
13:36:26 [2021-04-22T13:36:26.400Z] #24 ...
13:36:26 [2021-04-22T13:36:26.400Z] 
13:36:26 [2021-04-22T13:36:26.400Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:26 [2021-04-22T13:36:26.400Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.404 + RM_GOPATH=0
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.404 + TMP_GOPATH=
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.404 + : /build
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.404 + '[' -z '' ']'
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.411 ++ mktemp -d
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.411 + export GOPATH=/tmp/tmp.8bvPWT3K74
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.411 + GOPATH=/tmp/tmp.8bvPWT3K74
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.411 + RM_GOPATH=1
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.411 + case "$(go env GOARCH)" in
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.415 ++ go env GOARCH
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.431 + export GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 ++ dirname /tmp/install/install.sh
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + dir=/tmp/install
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + bin=vndr
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + shift
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + '[' '!' -f /tmp/install/vndr.installer ']'
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + . /tmp/install/vndr.installer
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + install_vndr
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.8bvPWT3K74/src/github.com/LK4D4/vndr
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 Cloning into '/tmp/tmp.8bvPWT3K74/src/github.com/LK4D4/vndr'...
13:36:26 [2021-04-22T13:36:26.400Z] #45 6.453 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:36:26 [2021-04-22T13:36:26.400Z] #45 7.351 + cd /tmp/tmp.8bvPWT3K74/src/github.com/LK4D4/vndr
13:36:26 [2021-04-22T13:36:26.400Z] #45 7.351 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:36:26 [2021-04-22T13:36:26.400Z] #45 7.416 + go build -buildmode=pie -v -o /build/vndr .
13:36:26 [2021-04-22T13:36:26.400Z] #45 8.755 internal/cpu
13:36:26 [2021-04-22T13:36:26.400Z] #45 8.760 runtime/internal/atomic
13:36:26 [2021-04-22T13:36:26.400Z] #45 9.031 runtime/internal/sys
13:36:26 [2021-04-22T13:36:26.400Z] #45 9.235 runtime/internal/math
13:36:26 [2021-04-22T13:36:26.400Z] #45 9.279 internal/race
13:36:26 [2021-04-22T13:36:26.400Z] #45 9.392 internal/bytealg
13:36:26 [2021-04-22T13:36:26.401Z] #45 9.426 sync/atomic
13:36:26 [2021-04-22T13:36:26.401Z] #45 9.741 unicode
13:36:26 [2021-04-22T13:36:26.401Z] #45 10.48 runtime
13:36:26 [2021-04-22T13:36:26.545Z] #34 ...
13:36:26 [2021-04-22T13:36:26.545Z] 
13:36:26 [2021-04-22T13:36:26.545Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:26 [2021-04-22T13:36:26.545Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:36:26 [2021-04-22T13:36:26.545Z] #32 6.138 + git clone https://github.com/kolyshkin/go-swagger.git .
13:36:26 [2021-04-22T13:36:26.545Z] #32 6.138 Cloning into '.'...
13:36:26 [2021-04-22T13:36:26.545Z] #32 ...
13:36:26 [2021-04-22T13:36:26.545Z] 
13:36:26 [2021-04-22T13:36:26.545Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:26 [2021-04-22T13:36:26.545Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:26 [2021-04-22T13:36:26.545Z] #36 5.530 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:26 [2021-04-22T13:36:26.545Z] #36 5.686 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:26 [2021-04-22T13:36:26.545Z] #36 5.686 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:26 [2021-04-22T13:36:26.545Z] #36 7.816 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:26 [2021-04-22T13:36:26.545Z] #36 10.61 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:26 [2021-04-22T13:36:26.661Z] #45 ...
13:36:26 [2021-04-22T13:36:26.661Z] 
13:36:26 [2021-04-22T13:36:26.661Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:26 [2021-04-22T13:36:26.661Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + RM_GOPATH=0
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + TMP_GOPATH=
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + : /build
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + '[' -z '' ']'
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 ++ mktemp -d
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + export GOPATH=/tmp/tmp.ksBdTxQxvE
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + GOPATH=/tmp/tmp.ksBdTxQxvE
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + RM_GOPATH=1
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 + case "$(go env GOARCH)" in
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.556 ++ go env GOARCH
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.557 + export GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.557 + GO_BUILDMODE=-buildmode=pie
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 ++ dirname /tmp/install/install.sh
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + dir=/tmp/install
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + bin=shfmt
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + shift
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + . /tmp/install/shfmt.installer
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + install_shfmt
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.558 + git clone https://github.com/mvdan/sh.git /tmp/tmp.ksBdTxQxvE/src/github.com/mvdan/sh
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.560 Cloning into '/tmp/tmp.ksBdTxQxvE/src/github.com/mvdan/sh'...
13:36:26 [2021-04-22T13:36:26.661Z] #51 5.560 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:26 [2021-04-22T13:36:26.661Z] #51 ...
13:36:26 [2021-04-22T13:36:26.661Z] 
13:36:26 [2021-04-22T13:36:26.661Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:26 [2021-04-22T13:36:26.661Z] #47 sha256:381713ab78f4eab9226f0c4a8ce807e5034c1437a8ba0ed3edd1f9fc37e96e48
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.22 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.26 go: extracting github.com/fatih/color v1.9.0
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.49 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.55 go: extracting github.com/jonboulle/clockwork v0.1.0
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.61 go: extracting github.com/pkg/errors v0.9.1
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.64 go: downloading github.com/mattn/go-isatty v0.0.12
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.65 go: downloading github.com/mattn/go-colorable v0.1.6
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.91 go: extracting github.com/mattn/go-colorable v0.1.6
13:36:26 [2021-04-22T13:36:26.661Z] #47 10.99 go: extracting github.com/mattn/go-isatty v0.0.12
13:36:26 [2021-04-22T13:36:26.781Z] #10 ...
13:36:26 [2021-04-22T13:36:26.781Z] 
13:36:26 [2021-04-22T13:36:26.781Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:36:26 [2021-04-22T13:36:26.781Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
13:36:26 [2021-04-22T13:36:26.781Z] #65 DONE 1.4s
13:36:26 [2021-04-22T13:36:26.781Z] 
13:36:26 [2021-04-22T13:36:26.781Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:26 [2021-04-22T13:36:26.781Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:36:26 [2021-04-22T13:36:26.781Z] #27 10.48 Selecting previously unselected package libssl1.1:arm64.
13:36:26 [2021-04-22T13:36:26.781Z] #27 10.48 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6670 files and directories currently installed.)
13:36:26 [2021-04-22T13:36:26.781Z] #27 10.49 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 10.57 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 11.81 Selecting previously unselected package openssl.
13:36:26 [2021-04-22T13:36:26.781Z] #27 11.81 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 11.81 Unpacking openssl (1.1.1d-0+deb10u6) ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 12.03 Selecting previously unselected package ca-certificates.
13:36:26 [2021-04-22T13:36:26.781Z] #27 12.04 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 12.04 Unpacking ca-certificates (20200601~deb10u2) ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 13.34 Selecting previously unselected package libkeyutils1:arm64.
13:36:26 [2021-04-22T13:36:26.781Z] #27 13.34 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 13.35 Unpacking libkeyutils1:arm64 (1.6-6) ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 13.42 Selecting previously unselected package libkrb5support0:arm64.
13:36:26 [2021-04-22T13:36:26.781Z] #27 13.42 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 13.43 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 14.74 Selecting previously unselected package libk5crypto3:arm64.
13:36:26 [2021-04-22T13:36:26.781Z] #27 14.75 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 14.76 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 14.83 Selecting previously unselected package libkrb5-3:arm64.
13:36:26 [2021-04-22T13:36:26.781Z] #27 14.83 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ...
13:36:26 [2021-04-22T13:36:26.781Z] #27 14.83 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ...
13:36:26 [2021-04-22T13:36:26.803Z] #36 ...
13:36:26 [2021-04-22T13:36:26.803Z] 
13:36:26 [2021-04-22T13:36:26.803Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:26 [2021-04-22T13:36:26.803Z] #47 sha256:35eaaa443d055bf8baab7e4f416676a455e25b56871cd13e6f0ba368e3bdc9f6
13:36:26 [2021-04-22T13:36:26.803Z] #47 10.48 go: extracting github.com/spf13/pflag v1.0.3
13:36:26 [2021-04-22T13:36:26.803Z] #47 10.50 go: extracting github.com/mattn/go-isatty v0.0.12
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.08 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.08 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.09 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.14 Selecting previously unselected package libsasl2-modules-db:arm64.
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.14 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.15 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.20 Selecting previously unselected package libsasl2-2:arm64.
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.20 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.043Z] #27 15.21 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:36:27 [2021-04-22T13:36:27.051Z] #58 18.95 go: extracting github.com/urfave/cli/v2 v2.3.0
13:36:27 [2021-04-22T13:36:27.282Z] #53 ...
13:36:27 [2021-04-22T13:36:27.282Z] 
13:36:27 [2021-04-22T13:36:27.282Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:36:27 [2021-04-22T13:36:27.282Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:36:27 [2021-04-22T13:36:27.282Z] #15 DONE 1.4s
13:36:27 [2021-04-22T13:36:27.282Z] 
13:36:27 [2021-04-22T13:36:27.282Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:36:27 [2021-04-22T13:36:27.282Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:36:27 [2021-04-22T13:36:27.307Z] #27 ...
13:36:27 [2021-04-22T13:36:27.307Z] 
13:36:27 [2021-04-22T13:36:27.307Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:36:27 [2021-04-22T13:36:27.307Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
13:36:27 [2021-04-22T13:36:27.307Z] #10 DONE 2.0s
13:36:27 [2021-04-22T13:36:27.307Z] 
13:36:27 [2021-04-22T13:36:27.307Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:27 [2021-04-22T13:36:27.307Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:36:27 [2021-04-22T13:36:27.307Z] #27 15.35 Selecting previously unselected package libldap-common.
13:36:27 [2021-04-22T13:36:27.307Z] #27 15.35 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
13:36:27 [2021-04-22T13:36:27.307Z] #27 15.36 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:36:27 [2021-04-22T13:36:27.308Z] #27 15.41 Selecting previously unselected package libldap-2.4-2:arm64.
13:36:27 [2021-04-22T13:36:27.308Z] #27 15.42 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.308Z] #27 15.42 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
13:36:27 [2021-04-22T13:36:27.308Z] #27 15.52 Selecting previously unselected package libnghttp2-14:arm64.
13:36:27 [2021-04-22T13:36:27.308Z] #27 15.52 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.308Z] #27 15.54 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:36:27 [2021-04-22T13:36:27.308Z] #27 15.62 Selecting previously unselected package libpsl5:arm64.
13:36:27 [2021-04-22T13:36:27.313Z] #58 ...
13:36:27 [2021-04-22T13:36:27.313Z] 
13:36:27 [2021-04-22T13:36:27.313Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:27 [2021-04-22T13:36:27.313Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:36:27 [2021-04-22T13:36:27.313Z] #49 14.80 go: downloading github.com/spf13/viper v1.6.1
13:36:27 [2021-04-22T13:36:27.313Z] #49 14.80 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:27 [2021-04-22T13:36:27.313Z] #49 14.88 go: downloading github.com/fatih/color v1.7.0
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.06 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.06 go: downloading github.com/spf13/pflag v1.0.5
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.06 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.06 go: downloading github.com/spf13/cobra v0.0.5
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.12 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.34 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.36 go: downloading github.com/go-critic/go-critic v0.4.1
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.41 go: extracting github.com/fatih/color v1.7.0
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.61 go: extracting github.com/spf13/viper v1.6.1
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.65 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:27 [2021-04-22T13:36:27.313Z] #49 15.98 go: extracting github.com/spf13/pflag v1.0.5
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.15 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.44 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.50 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.50 go: extracting github.com/spf13/cobra v0.0.5
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.59 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.77 go: downloading github.com/mattn/go-isatty v0.0.8
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.84 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.84 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.84 go: extracting github.com/go-critic/go-critic v0.4.1
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.93 go: extracting github.com/mattn/go-isatty v0.0.8
13:36:27 [2021-04-22T13:36:27.313Z] #49 16.93 go: downloading github.com/pkg/errors v0.8.1
13:36:27 [2021-04-22T13:36:27.313Z] #49 17.01 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:27 [2021-04-22T13:36:27.313Z] #49 17.35 go: extracting github.com/pkg/errors v0.8.1
13:36:27 [2021-04-22T13:36:27.313Z] #49 17.39 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:27 [2021-04-22T13:36:27.313Z] #49 17.66 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:27 [2021-04-22T13:36:27.313Z] #49 17.76 go: downloading github.com/hashicorp/hcl v1.0.0
13:36:27 [2021-04-22T13:36:27.313Z] #49 18.03 go: extracting github.com/hashicorp/hcl v1.0.0
13:36:27 [2021-04-22T13:36:27.313Z] #49 18.22 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:27 [2021-04-22T13:36:27.313Z] #49 18.33 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:27 [2021-04-22T13:36:27.313Z] #49 18.33 go: downloading github.com/uudashr/gocognit v1.0.1
13:36:27 [2021-04-22T13:36:27.314Z] #49 18.52 go: extracting github.com/uudashr/gocognit v1.0.1
13:36:27 [2021-04-22T13:36:27.314Z] #49 18.52 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:36:27 [2021-04-22T13:36:27.314Z] #49 18.62 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:36:27 [2021-04-22T13:36:27.314Z] #49 18.82 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:27 [2021-04-22T13:36:27.367Z] #47 ...
13:36:27 [2021-04-22T13:36:27.367Z] 
13:36:27 [2021-04-22T13:36:27.367Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:27 [2021-04-22T13:36:27.367Z] #24 sha256:5e84be755856db1812774c268d098b91b975584bfd0d3136d4ba419a24790b2c
13:36:27 [2021-04-22T13:36:27.367Z] #24 11.84 + mkdir -p /build
13:36:27 [2021-04-22T13:36:27.367Z] #24 11.84 + mv docker/docker /build/
13:36:27 [2021-04-22T13:36:27.367Z] #24 11.85 + rmdir docker
13:36:27 [2021-04-22T13:36:27.367Z] #24 DONE 12.1s
13:36:27 [2021-04-22T13:36:27.367Z] 
13:36:27 [2021-04-22T13:36:27.367Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:27 [2021-04-22T13:36:27.367Z] #58 sha256:1b7fbf1c63760f4a6b34091a0142e5227b7e707945aa0276d8bfbb792888a232
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.82 + cd /tmp/tmp.xVUKvKSFek/src/github.com/rootless-containers/rootlesskit
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.83 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.90 + export GO111MODULE=on
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.92 + GO111MODULE=on
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.92 + export GOPROXY=https://proxy.golang.org
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.92 + GOPROXY=https://proxy.golang.org
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.92 + for f in rootlesskit rootlesskit-docker-proxy
13:36:27 [2021-04-22T13:36:27.367Z] #58 11.92 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.62 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.63 Unpacking libpsl5:arm64 (0.20.2-2) ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.69 Selecting previously unselected package librtmp1:arm64.
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.69 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.69 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.74 Selecting previously unselected package libssh2-1:arm64.
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.74 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.75 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.80 Selecting previously unselected package libcurl4:arm64.
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.80 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.81 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
13:36:27 [2021-04-22T13:36:27.570Z] #27 15.87 Selecting previously unselected package curl.
13:36:27 [2021-04-22T13:36:27.837Z] #27 15.87 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.837Z] #27 15.87 Unpacking curl (7.64.0-4+deb10u2) ...
13:36:27 [2021-04-22T13:36:27.837Z] #27 15.97 Selecting previously unselected package libonig5:arm64.
13:36:27 [2021-04-22T13:36:27.837Z] #27 15.97 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.837Z] #27 ...
13:36:27 [2021-04-22T13:36:27.837Z] 
13:36:27 [2021-04-22T13:36:27.837Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
13:36:27 [2021-04-22T13:36:27.837Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5
13:36:27 [2021-04-22T13:36:27.837Z] #11 DONE 0.7s
13:36:27 [2021-04-22T13:36:27.837Z] 
13:36:27 [2021-04-22T13:36:27.837Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:27 [2021-04-22T13:36:27.837Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:36:27 [2021-04-22T13:36:27.837Z] #27 15.98 Unpacking libonig5:arm64 (6.9.1-1) ...
13:36:27 [2021-04-22T13:36:27.837Z] #27 16.05 Selecting previously unselected package libjq1:arm64.
13:36:27 [2021-04-22T13:36:27.837Z] #27 16.05 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
13:36:27 [2021-04-22T13:36:27.837Z] #27 16.06 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
13:36:28 [2021-04-22T13:36:28.110Z] #27 16.12 Selecting previously unselected package jq.
13:36:28 [2021-04-22T13:36:28.110Z] #27 16.13 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
13:36:28 [2021-04-22T13:36:28.110Z] #27 16.13 Unpacking jq (1.5+dfsg-2+b1) ...
13:36:28 [2021-04-22T13:36:28.110Z] #27 16.20 Setting up libkeyutils1:arm64 (1.6-6) ...
13:36:28 [2021-04-22T13:36:28.110Z] #27 16.21 Setting up libpsl5:arm64 (0.20.2-2) ...
13:36:28 [2021-04-22T13:36:28.110Z] #27 ...
13:36:28 [2021-04-22T13:36:28.110Z] 
13:36:28 [2021-04-22T13:36:28.110Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
13:36:28 [2021-04-22T13:36:28.110Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58
13:36:28 [2021-04-22T13:36:28.110Z] #31 DONE 0.2s
13:36:28 [2021-04-22T13:36:28.110Z] 
13:36:28 [2021-04-22T13:36:28.110Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
13:36:28 [2021-04-22T13:36:28.110Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58
13:36:28 [2021-04-22T13:36:28.110Z] #39 DONE 0.2s
13:36:28 [2021-04-22T13:36:28.110Z] 
13:36:28 [2021-04-22T13:36:28.110Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:28 [2021-04-22T13:36:28.110Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:36:28 [2021-04-22T13:36:28.110Z] #27 16.23 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
13:36:28 [2021-04-22T13:36:28.396Z] #27 16.55 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
13:36:28 [2021-04-22T13:36:28.396Z] #27 16.56 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
13:36:28 [2021-04-22T13:36:28.396Z] #27 16.58 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ...
13:36:28 [2021-04-22T13:36:28.396Z] #27 16.61 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:36:28 [2021-04-22T13:36:28.396Z] #27 16.61 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
13:36:28 [2021-04-22T13:36:28.570Z] #47 13.03 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:28 [2021-04-22T13:36:28.570Z] #47 13.30 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:28 [2021-04-22T13:36:28.663Z] #27 16.62 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.64 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.65 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.66 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.68 Setting up openssl (1.1.1d-0+deb10u6) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.70 Setting up libonig5:arm64 (6.9.1-1) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.74 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.74 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
13:36:28 [2021-04-22T13:36:28.664Z] #27 16.76 Setting up ca-certificates (20200601~deb10u2) ...
13:36:28 [2021-04-22T13:36:28.670Z] #16 1.156 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:36:28 [2021-04-22T13:36:28.670Z] #16 DONE 1.3s
13:36:28 [2021-04-22T13:36:28.670Z] 
13:36:28 [2021-04-22T13:36:28.670Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:28 [2021-04-22T13:36:28.670Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:28 [2021-04-22T13:36:28.670Z] #43 48.12   CC       compel/src/lib/infect-util.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 48.44   CC       compel/src/lib/infect.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 50.76   CC       compel/src/lib/ptrace.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 51.07   AR       compel/libcompel.a
13:36:28 [2021-04-22T13:36:28.670Z] #43 51.14   HOSTCC   compel/src/main-host.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 51.50   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 51.78   HOSTCC   compel/src/lib/handle-elf-host.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 52.36   HOSTCC   compel/src/lib/log-host.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 52.59   HOSTLINK compel/compel-host-bin
13:36:28 [2021-04-22T13:36:28.670Z] #43 52.93   DEP      soccr/soccr.d
13:36:28 [2021-04-22T13:36:28.670Z] #43 53.16   CC       soccr/soccr.o
13:36:28 [2021-04-22T13:36:28.670Z] #43 55.07   AR       soccr/libsoccr.a
13:36:28 [2021-04-22T13:36:28.670Z] #43 55.17 make[1]: 'soccr/libsoccr.a' is up to date.
13:36:28 [2021-04-22T13:36:28.670Z] #43 55.76   DEP      criu/arch/x86/sigframe.d
13:36:28 [2021-04-22T13:36:28.670Z] #43 55.90   DEP      criu/arch/x86/sigaction_compat.d
13:36:28 [2021-04-22T13:36:28.670Z] #43 56.02   DEP      criu/arch/x86/kerndat.d
13:36:28 [2021-04-22T13:36:28.670Z] #43 56.23   DEP      criu/arch/x86/crtools.d
13:36:28 [2021-04-22T13:36:28.670Z] #43 ...
13:36:28 [2021-04-22T13:36:28.670Z] 
13:36:28 [2021-04-22T13:36:28.670Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:36:28 [2021-04-22T13:36:28.670Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.07 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.08 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.09 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.09 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.09 go: downloading gopkg.in/ini.v1 v1.51.0
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.09 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.09 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.09 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.11 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.14 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:29 [2021-04-22T13:36:29.231Z] #49 21.33 go: extracting gopkg.in/ini.v1 v1.51.0
13:36:29 [2021-04-22T13:36:29.499Z] #49 21.33 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:36:29 [2021-04-22T13:36:29.499Z] #49 21.33 go: downloading github.com/subosito/gotenv v1.2.0
13:36:29 [2021-04-22T13:36:29.499Z] #49 21.33 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:36:29 [2021-04-22T13:36:29.499Z] #49 21.44 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:36:29 [2021-04-22T13:36:29.499Z] #49 21.55 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:29 [2021-04-22T13:36:29.499Z] #49 21.57 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:29 [2021-04-22T13:36:29.613Z] #17 ...
13:36:29 [2021-04-22T13:36:29.613Z] 
13:36:29 [2021-04-22T13:36:29.613Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:29 [2021-04-22T13:36:29.613Z] #58 sha256:338dfd9277c5868907e3e81794167a9588a43edc2e10c70b7abb6de827e42dd2
13:36:29 [2021-04-22T13:36:29.613Z] #58 116.5 + for f in rootlesskit rootlesskit-docker-proxy
13:36:29 [2021-04-22T13:36:29.613Z] #58 116.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:36:29 [2021-04-22T13:36:29.613Z] #58 DONE 125.8s
13:36:29 [2021-04-22T13:36:29.613Z] 
13:36:29 [2021-04-22T13:36:29.613Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:36:29 [2021-04-22T13:36:29.613Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:36:29 [2021-04-22T13:36:29.613Z] #17 DONE 1.2s
13:36:29 [2021-04-22T13:36:29.613Z] 
13:36:29 [2021-04-22T13:36:29.613Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:36:29 [2021-04-22T13:36:29.613Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:36:29 [2021-04-22T13:36:29.766Z] #49 21.60 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:36:29 [2021-04-22T13:36:29.766Z] #49 21.63 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:36:29 [2021-04-22T13:36:29.874Z] #18 ...
13:36:29 [2021-04-22T13:36:29.874Z] 
13:36:29 [2021-04-22T13:36:29.874Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:36:29 [2021-04-22T13:36:29.874Z] #59 sha256:ed13c84ddf1a7c06075c195851631633c5d850ac48ec0298ed18bdb926cb6185
13:36:29 [2021-04-22T13:36:29.874Z] #59 DONE 0.2s
13:36:29 [2021-04-22T13:36:29.874Z] 
13:36:29 [2021-04-22T13:36:29.874Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:36:29 [2021-04-22T13:36:29.874Z] #60 sha256:aa6b4b8abfe097c852ab73cd4da04e547f3065ffd679257e9ecdd2cc892d6281
13:36:29 [2021-04-22T13:36:29.874Z] #60 DONE 0.1s
13:36:29 [2021-04-22T13:36:29.874Z] 
13:36:29 [2021-04-22T13:36:29.874Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:29 [2021-04-22T13:36:29.874Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:29 [2021-04-22T13:36:29.874Z] #43 56.44   DEP      criu/arch/x86/cpu.d
13:36:29 [2021-04-22T13:36:29.874Z] #43 56.65   CC       criu/arch/x86/cpu.o
13:36:29 [2021-04-22T13:36:29.874Z] #43 57.46   CC       criu/arch/x86/crtools.o
13:36:29 [2021-04-22T13:36:29.894Z] #58 14.19 go: downloading github.com/urfave/cli/v2 v2.3.0
13:36:29 [2021-04-22T13:36:29.894Z] #58 14.21 go: downloading github.com/sirupsen/logrus v1.8.1
13:36:29 [2021-04-22T13:36:29.894Z] #58 14.26 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:36:29 [2021-04-22T13:36:29.894Z] #58 14.35 go: downloading github.com/gofrs/flock v0.8.0
13:36:29 [2021-04-22T13:36:29.894Z] #58 14.68 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:29 [2021-04-22T13:36:29.894Z] #58 14.78 go: downloading github.com/gorilla/mux v1.8.0
13:36:30 [2021-04-22T13:36:30.028Z] #49 21.92 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:36:30 [2021-04-22T13:36:30.028Z] #49 21.92 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:36:30 [2021-04-22T13:36:30.028Z] #49 21.92 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:30 [2021-04-22T13:36:30.028Z] #49 22.09 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:36:30 [2021-04-22T13:36:30.028Z] #49 22.13 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:30 [2021-04-22T13:36:30.028Z] #49 ...
13:36:30 [2021-04-22T13:36:30.028Z] 
13:36:30 [2021-04-22T13:36:30.028Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:30 [2021-04-22T13:36:30.028Z] #67 sha256:c8dd6d05023ece120a88222ca7d85c46843fe14fe93505b855b6f0cc77039dde
13:36:30 [2021-04-22T13:36:30.151Z] #58 14.78 go: downloading github.com/pkg/errors v0.9.1
13:36:30 [2021-04-22T13:36:30.151Z] #58 14.98 go: extracting github.com/gofrs/flock v0.8.0
13:36:30 [2021-04-22T13:36:30.151Z] #58 14.99 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:36:30 [2021-04-22T13:36:30.151Z] #58 14.99 go: extracting github.com/sirupsen/logrus v1.8.1
13:36:30 [2021-04-22T13:36:30.151Z] #58 15.07 go: extracting github.com/pkg/errors v0.9.1
13:36:30 [2021-04-22T13:36:30.290Z] #67 21.96 Checking out files:  53% (1021/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
13:36:30 [2021-04-22T13:36:30.290Z] #67 ...
13:36:30 [2021-04-22T13:36:30.290Z] 
13:36:30 [2021-04-22T13:36:30.290Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:30 [2021-04-22T13:36:30.290Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:36:30 [2021-04-22T13:36:30.290Z] #45 12.36 unicode/utf8
13:36:30 [2021-04-22T13:36:30.290Z] #45 12.88 math/bits
13:36:30 [2021-04-22T13:36:30.290Z] #45 13.79 math
13:36:30 [2021-04-22T13:36:30.290Z] #45 17.99 internal/testlog
13:36:30 [2021-04-22T13:36:30.290Z] #45 18.28 encoding
13:36:30 [2021-04-22T13:36:30.290Z] #45 18.43 unicode/utf16
13:36:30 [2021-04-22T13:36:30.290Z] #45 18.62 container/list
13:36:30 [2021-04-22T13:36:30.290Z] #45 19.19 crypto/internal/subtle
13:36:30 [2021-04-22T13:36:30.290Z] #45 19.32 crypto/subtle
13:36:30 [2021-04-22T13:36:30.290Z] #45 19.48 vendor/golang.org/x/crypto/cryptobyte/asn1
13:36:30 [2021-04-22T13:36:30.290Z] #45 19.65 internal/nettrace
13:36:30 [2021-04-22T13:36:30.290Z] #45 19.80 runtime/cgo
13:36:30 [2021-04-22T13:36:30.408Z] #58 15.22 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:30 [2021-04-22T13:36:30.408Z] #58 15.36 go: downloading github.com/google/uuid v1.2.0
13:36:30 [2021-04-22T13:36:30.486Z] #47 15.04 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:30 [2021-04-22T13:36:30.552Z] #45 ...
13:36:30 [2021-04-22T13:36:30.552Z] 
13:36:30 [2021-04-22T13:36:30.552Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:30 [2021-04-22T13:36:30.552Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:30 [2021-04-22T13:36:30.552Z] #42 12.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:30 [2021-04-22T13:36:30.552Z] #42 ...
13:36:30 [2021-04-22T13:36:30.552Z] 
13:36:30 [2021-04-22T13:36:30.552Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:30 [2021-04-22T13:36:30.552Z] #34 sha256:1aed546206defd07833afa184bbffff528e120fdc67cba3073c67f1a9bc97544
13:36:30 [2021-04-22T13:36:30.552Z] #34 17.66 github.com/pelletier/go-toml/cmd/tomll
13:36:30 [2021-04-22T13:36:30.552Z] #34 DONE 22.6s
13:36:30 [2021-04-22T13:36:30.552Z] 
13:36:30 [2021-04-22T13:36:30.552Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:30 [2021-04-22T13:36:30.552Z] #67 sha256:c8dd6d05023ece120a88222ca7d85c46843fe14fe93505b855b6f0cc77039dde
13:36:30 [2021-04-22T13:36:30.666Z] #58 15.36 go: downloading github.com/moby/vpnkit v0.5.0
13:36:30 [2021-04-22T13:36:30.666Z] #58 15.45 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:30 [2021-04-22T13:36:30.853Z] #67 21.96 Checking out files:  53% (1021/1905)   
Checking out files:  54% (1029/1905)   
Checking out files:  55% (1048/1905)   
Checking out files:  56% (1067/1905)   
Checking out files:  57% (1086/1905)   
Checking out files:  58% (1105/1905)   
Checking out files:  59% (1124/1905)   
Checking out files:  60% (1143/1905)   
Checking out files:  61% (1163/1905)   
Checking out files:  62% (1182/1905)   
Checking out files:  63% (1201/1905)   
Checking out files:  64% (1220/1905)   
Checking out files:  65% (1239/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
13:36:30 [2021-04-22T13:36:30.854Z] #67 22.86 + cd /tmp/tmp.7OFh7strqR/src/github.com/docker/libnetwork
13:36:30 [2021-04-22T13:36:30.854Z] #67 22.86 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:30 [2021-04-22T13:36:30.854Z] #67 ...
13:36:30 [2021-04-22T13:36:30.854Z] 
13:36:30 [2021-04-22T13:36:30.854Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:30 [2021-04-22T13:36:30.854Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:30 [2021-04-22T13:36:30.854Z] #36 12.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:30 [2021-04-22T13:36:30.926Z] #58 15.73 go: extracting github.com/gorilla/mux v1.8.0
13:36:31 [2021-04-22T13:36:31.115Z] #36 ...
13:36:31 [2021-04-22T13:36:31.115Z] 
13:36:31 [2021-04-22T13:36:31.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
13:36:31 [2021-04-22T13:36:31.115Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.24 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.38 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.42 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.61 go: extracting github.com/subosito/gotenv v1.2.0
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.61 go: downloading github.com/gogo/protobuf v1.2.1
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.61 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.75 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.75 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.78 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:31 [2021-04-22T13:36:31.115Z] #49 22.78 go: downloading github.com/mattn/go-colorable v0.1.4
13:36:31 [2021-04-22T13:36:31.115Z] #49 23.05 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:31 [2021-04-22T13:36:31.115Z] #49 23.05 go: downloading github.com/go-toolsmith/typep v1.0.0
13:36:31 [2021-04-22T13:36:31.115Z] #49 23.17 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:36:31 [2021-04-22T13:36:31.184Z] #58 ...
13:36:31 [2021-04-22T13:36:31.184Z] 
13:36:31 [2021-04-22T13:36:31.184Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:31 [2021-04-22T13:36:31.184Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:31 [2021-04-22T13:36:31.184Z] #40 5.704 + git clone https://github.com/docker/distribution.git .
13:36:31 [2021-04-22T13:36:31.184Z] #40 5.712 Cloning into '.'...
13:36:31 [2021-04-22T13:36:31.376Z] #49 23.26 go: extracting github.com/mattn/go-colorable v0.1.4
13:36:31 [2021-04-22T13:36:31.377Z] #49 23.31 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:31 [2021-04-22T13:36:31.377Z] #49 23.34 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:31 [2021-04-22T13:36:31.377Z] #49 23.39 go: extracting github.com/go-toolsmith/typep v1.0.0
13:36:31 [2021-04-22T13:36:31.419Z] #27 19.03 Updating certificates in /etc/ssl/certs...
13:36:31 [2021-04-22T13:36:31.426Z] #47 ...
13:36:31 [2021-04-22T13:36:31.426Z] 
13:36:31 [2021-04-22T13:36:31.426Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:31 [2021-04-22T13:36:31.426Z] #24 sha256:df9ad37bda74e06880bbd0fd54add1219bf3defa70fc7f3ccfd6564e0544635a
13:36:31 [2021-04-22T13:36:31.426Z] #24 16.27 + mkdir -p /build
13:36:31 [2021-04-22T13:36:31.426Z] #24 16.27 + mv docker/docker /build/
13:36:31 [2021-04-22T13:36:31.426Z] #24 16.29 + rmdir docker
13:36:31 [2021-04-22T13:36:31.441Z] #40 ...
13:36:31 [2021-04-22T13:36:31.441Z] 
13:36:31 [2021-04-22T13:36:31.441Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:31 [2021-04-22T13:36:31.441Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.66 go: downloading github.com/spf13/pflag v1.0.5
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.67 go: downloading github.com/pkg/errors v0.8.1
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.71 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.80 go: downloading github.com/spf13/cobra v0.0.5
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.82 go: downloading github.com/fatih/color v1.7.0
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.88 go: downloading github.com/sirupsen/logrus v1.4.2
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.88 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.88 go: downloading github.com/mattn/go-colorable v0.1.4
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.88 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.89 go: extracting github.com/pkg/errors v0.8.1
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.90 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:31 [2021-04-22T13:36:31.441Z] #49 15.92 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:31 [2021-04-22T13:36:31.441Z] #49 16.07 go: extracting github.com/fatih/color v1.7.0
13:36:31 [2021-04-22T13:36:31.441Z] #49 16.08 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:36:31 [2021-04-22T13:36:31.441Z] #49 16.09 go: extracting github.com/spf13/pflag v1.0.5
13:36:31 [2021-04-22T13:36:31.441Z] #49 16.11 go: extracting github.com/mattn/go-colorable v0.1.4
13:36:31 [2021-04-22T13:36:31.441Z] #49 16.27 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:31 [2021-04-22T13:36:31.638Z] #49 23.56 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:36:31 [2021-04-22T13:36:31.639Z] #49 23.60 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:31 [2021-04-22T13:36:31.639Z] #49 23.70 go: downloading github.com/pelletier/go-toml v1.2.0
13:36:31 [2021-04-22T13:36:31.639Z] #49 23.73 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:36:31 [2021-04-22T13:36:31.639Z] #49 ...
13:36:31 [2021-04-22T13:36:31.639Z] 
13:36:31 [2021-04-22T13:36:31.639Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:31 [2021-04-22T13:36:31.639Z] #47 sha256:889431d54a1bdb85a7136871d257c2042866b1277b7216d51e3bdf1c748c7bbf
13:36:31 [2021-04-22T13:36:31.639Z] #47 13.79 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:31 [2021-04-22T13:36:31.639Z] #47 15.22 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:31 [2021-04-22T13:36:31.639Z] #47 16.19 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:31 [2021-04-22T13:36:31.639Z] #47 19.83 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:31 [2021-04-22T13:36:31.639Z] #47 19.83 go: finding github.com/fatih/color v1.9.0
13:36:31 [2021-04-22T13:36:31.639Z] #47 19.83 go: finding github.com/pkg/errors v0.9.1
13:36:31 [2021-04-22T13:36:31.639Z] #47 19.95 go: finding github.com/spf13/pflag v1.0.3
13:36:31 [2021-04-22T13:36:31.639Z] #47 20.06 go: finding github.com/mattn/go-colorable v0.1.6
13:36:31 [2021-04-22T13:36:31.639Z] #47 20.12 go: finding github.com/mattn/go-isatty v0.0.12
13:36:31 [2021-04-22T13:36:31.639Z] #47 20.20 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:31 [2021-04-22T13:36:31.639Z] #47 20.37 go: finding github.com/jonboulle/clockwork v0.1.0
13:36:31 [2021-04-22T13:36:31.639Z] #47 20.42 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:31 [2021-04-22T13:36:31.639Z] #47 20.45 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:31 [2021-04-22T13:36:31.639Z] #47 20.49 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:31 [2021-04-22T13:36:31.698Z] #49 16.37 go: downloading github.com/mattn/go-isatty v0.0.8
13:36:31 [2021-04-22T13:36:31.698Z] #49 16.43 go: extracting github.com/sirupsen/logrus v1.4.2
13:36:31 [2021-04-22T13:36:31.698Z] #49 16.44 go: downloading github.com/spf13/viper v1.6.1
13:36:31 [2021-04-22T13:36:31.698Z] #49 16.46 go: extracting github.com/spf13/cobra v0.0.5
13:36:31 [2021-04-22T13:36:31.789Z] #43 ...
13:36:31 [2021-04-22T13:36:31.789Z] 
13:36:31 [2021-04-22T13:36:31.789Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:36:31 [2021-04-22T13:36:31.789Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:36:31 [2021-04-22T13:36:31.789Z] #18 DONE 1.8s
13:36:31 [2021-04-22T13:36:31.789Z] 
13:36:31 [2021-04-22T13:36:31.789Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:36:31 [2021-04-22T13:36:31.789Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:36:31 [2021-04-22T13:36:31.908Z] #47 ...
13:36:31 [2021-04-22T13:36:31.908Z] 
13:36:31 [2021-04-22T13:36:31.908Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:31 [2021-04-22T13:36:31.908Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:31 [2021-04-22T13:36:31.908Z] #40 22.96 Checking out files:  90% (1519/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.
13:36:31 [2021-04-22T13:36:31.908Z] #40 23.14 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:36:31 [2021-04-22T13:36:31.955Z] #49 16.75 go: extracting github.com/mattn/go-isatty v0.0.8
13:36:31 [2021-04-22T13:36:31.955Z] #49 16.76 go: downloading github.com/stretchr/testify v1.4.0
13:36:31 [2021-04-22T13:36:31.995Z] #24 ...
13:36:31 [2021-04-22T13:36:31.995Z] 
13:36:31 [2021-04-22T13:36:31.995Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:31 [2021-04-22T13:36:31.995Z] #58 sha256:97c15f9201276137eb7dec16253c27e6e108f757661c9efdb903e3e337d75224
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + RM_GOPATH=0
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + TMP_GOPATH=
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + : /build
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + '[' -z '' ']'
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 ++ mktemp -d
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + export GOPATH=/tmp/tmp.L1uXSDW30x
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + GOPATH=/tmp/tmp.L1uXSDW30x
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + RM_GOPATH=1
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 + case "$(go env GOARCH)" in
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.723 ++ go env GOARCH
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 + export GO_BUILDMODE=-buildmode=pie
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 + GO_BUILDMODE=-buildmode=pie
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 ++ dirname /tmp/install/install.sh
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 + dir=/tmp/install
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 + bin=rootlesskit
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 + shift
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 + . /tmp/install/rootlesskit.installer
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.739 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 + install_rootlesskit
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 + case "$1" in
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 + export CGO_ENABLED=0
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 + CGO_ENABLED=0
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 + _install_rootlesskit
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.L1uXSDW30x/src/github.com/rootless-containers/rootlesskit
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.770 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:36:31 [2021-04-22T13:36:31.995Z] #58 6.774 Cloning into '/tmp/tmp.L1uXSDW30x/src/github.com/rootless-containers/rootlesskit'...
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.17 + cd /tmp/tmp.L1uXSDW30x/src/github.com/rootless-containers/rootlesskit
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.17 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.18 + export GO111MODULE=on
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.18 + GO111MODULE=on
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.18 + export GOPROXY=https://proxy.golang.org
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.18 + GOPROXY=https://proxy.golang.org
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.18 + for f in rootlesskit rootlesskit-docker-proxy
13:36:31 [2021-04-22T13:36:31.995Z] #58 12.18 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.08 go: downloading github.com/gofrs/flock v0.8.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.11 go: downloading github.com/urfave/cli/v2 v2.3.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.19 go: downloading github.com/gorilla/mux v1.8.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.25 go: downloading github.com/sirupsen/logrus v1.8.1
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.28 go: downloading github.com/moby/vpnkit v0.5.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.67 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:31 [2021-04-22T13:36:31.995Z] #58 14.98 go: extracting github.com/gofrs/flock v0.8.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 15.10 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:31 [2021-04-22T13:36:31.995Z] #58 15.30 go: downloading github.com/google/uuid v1.2.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 15.53 go: extracting github.com/sirupsen/logrus v1.8.1
13:36:31 [2021-04-22T13:36:31.995Z] #58 15.63 go: extracting github.com/gorilla/mux v1.8.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 15.67 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:36:31 [2021-04-22T13:36:31.995Z] #58 15.74 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:31 [2021-04-22T13:36:31.995Z] #58 16.01 go: extracting github.com/google/uuid v1.2.0
13:36:31 [2021-04-22T13:36:31.995Z] #58 16.12 go: downloading github.com/pkg/errors v0.9.1
13:36:31 [2021-04-22T13:36:31.995Z] #58 16.43 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:36:31 [2021-04-22T13:36:31.995Z] #58 16.70 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:31 [2021-04-22T13:36:31.995Z] #58 ...
13:36:31 [2021-04-22T13:36:31.995Z] 
13:36:31 [2021-04-22T13:36:31.996Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:31 [2021-04-22T13:36:31.996Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.17 go: downloading github.com/spf13/pflag v1.0.5
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.30 go: downloading github.com/fatih/color v1.7.0
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.30 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.31 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.32 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.32 go: downloading github.com/spf13/cobra v0.0.5
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.32 go: downloading github.com/go-critic/go-critic v0.4.1
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.33 go: downloading github.com/spf13/viper v1.6.1
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.44 go: downloading github.com/pkg/errors v0.8.1
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.57 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.85 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.87 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:36:31 [2021-04-22T13:36:31.996Z] #49 16.92 go: extracting github.com/spf13/pflag v1.0.5
13:36:32 [2021-04-22T13:36:32.092Z] #27 ...
13:36:32 [2021-04-22T13:36:32.092Z] 
13:36:32 [2021-04-22T13:36:32.092Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:36:32 [2021-04-22T13:36:32.092Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80
13:36:32 [2021-04-22T13:36:32.092Z] #12 DONE 4.1s
13:36:32 [2021-04-22T13:36:32.092Z] 
13:36:32 [2021-04-22T13:36:32.092Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:32 [2021-04-22T13:36:32.092Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:36:32 [2021-04-22T13:36:32.212Z] #49 16.87 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:36:32 [2021-04-22T13:36:32.212Z] #49 16.94 go: extracting github.com/spf13/viper v1.6.1
13:36:32 [2021-04-22T13:36:32.258Z] #49 17.04 go: extracting github.com/pkg/errors v0.8.1
13:36:32 [2021-04-22T13:36:32.258Z] #49 ...
13:36:32 [2021-04-22T13:36:32.258Z] 
13:36:32 [2021-04-22T13:36:32.258Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:32 [2021-04-22T13:36:32.258Z] #24 sha256:df9ad37bda74e06880bbd0fd54add1219bf3defa70fc7f3ccfd6564e0544635a
13:36:32 [2021-04-22T13:36:32.258Z] #24 DONE 17.3s
13:36:32 [2021-04-22T13:36:32.258Z] 
13:36:32 [2021-04-22T13:36:32.258Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:32 [2021-04-22T13:36:32.258Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:36:32 [2021-04-22T13:36:32.258Z] #49 17.19 go: extracting github.com/fatih/color v1.7.0
13:36:32 [2021-04-22T13:36:32.258Z] #49 17.19 go: downloading github.com/mattn/go-isatty v0.0.8
13:36:32 [2021-04-22T13:36:32.470Z] #49 17.14 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:32 [2021-04-22T13:36:32.470Z] #49 17.21 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:36:32 [2021-04-22T13:36:32.470Z] #49 17.31 go: extracting github.com/stretchr/testify v1.4.0
13:36:32 [2021-04-22T13:36:32.470Z] #49 17.36 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:32 [2021-04-22T13:36:32.518Z] #49 17.28 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:36:32 [2021-04-22T13:36:32.519Z] #49 17.38 go: downloading github.com/mattn/go-colorable v0.1.4
13:36:32 [2021-04-22T13:36:32.519Z] #49 ...
13:36:32 [2021-04-22T13:36:32.519Z] 
13:36:32 [2021-04-22T13:36:32.519Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:32 [2021-04-22T13:36:32.519Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:36:32 [2021-04-22T13:36:32.519Z] #32 6.953 + git clone https://github.com/kolyshkin/go-swagger.git .
13:36:32 [2021-04-22T13:36:32.519Z] #32 6.953 Cloning into '.'...
13:36:32 [2021-04-22T13:36:32.519Z] #32 ...
13:36:32 [2021-04-22T13:36:32.519Z] 
13:36:32 [2021-04-22T13:36:32.519Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:32 [2021-04-22T13:36:32.519Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:36:32 [2021-04-22T13:36:32.519Z] #49 17.41 go: extracting github.com/spf13/cobra v0.0.5
13:36:32 [2021-04-22T13:36:32.727Z] #49 17.37 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:32 [2021-04-22T13:36:32.727Z] #49 17.44 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:32 [2021-04-22T13:36:32.727Z] #49 17.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:32 [2021-04-22T13:36:32.727Z] #49 17.52 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:32 [2021-04-22T13:36:32.736Z] #19 DONE 1.3s
13:36:32 [2021-04-22T13:36:32.736Z] 
13:36:32 [2021-04-22T13:36:32.736Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:36:32 [2021-04-22T13:36:32.736Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:36:32 [2021-04-22T13:36:32.781Z] #49 17.54 go: extracting github.com/spf13/viper v1.6.1
13:36:32 [2021-04-22T13:36:32.781Z] #49 17.57 go: extracting github.com/go-critic/go-critic v0.4.1
13:36:32 [2021-04-22T13:36:32.781Z] #49 17.60 go: extracting github.com/mattn/go-colorable v0.1.4
13:36:32 [2021-04-22T13:36:32.781Z] #49 17.80 go: extracting github.com/mattn/go-isatty v0.0.8
13:36:32 [2021-04-22T13:36:32.984Z] #49 17.63 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:32 [2021-04-22T13:36:32.984Z] #49 17.71 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:36:32 [2021-04-22T13:36:32.984Z] #49 17.84 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:32 [2021-04-22T13:36:32.984Z] #49 17.86 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:32 [2021-04-22T13:36:32.997Z] #20 ...
13:36:32 [2021-04-22T13:36:32.997Z] 
13:36:32 [2021-04-22T13:36:32.997Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:32 [2021-04-22T13:36:32.997Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:36:32 [2021-04-22T13:36:32.997Z] #45 119.1 net/http/httptrace
13:36:32 [2021-04-22T13:36:32.997Z] #45 119.4 net/http
13:36:32 [2021-04-22T13:36:32.997Z] #45 ...
13:36:32 [2021-04-22T13:36:32.997Z] 
13:36:32 [2021-04-22T13:36:32.997Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:32 [2021-04-22T13:36:32.997Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:32 [2021-04-22T13:36:32.997Z] #43 59.55   CC       criu/arch/x86/kerndat.o
13:36:32 [2021-04-22T13:36:32.997Z] #43 60.18   CC       criu/arch/x86/sigaction_compat.o
13:36:32 [2021-04-22T13:36:32.997Z] #43 60.47   CC       criu/arch/x86/sigframe.o
13:36:32 [2021-04-22T13:36:32.997Z] #43 60.85   LINK     criu/arch/x86/crtools.built-in.o
13:36:33 [2021-04-22T13:36:33.040Z] #49 17.94 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:33 [2021-04-22T13:36:33.040Z] #49 18.01 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:33 [2021-04-22T13:36:33.242Z] #49 17.97 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:33 [2021-04-22T13:36:33.242Z] #49 18.12 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:36:33 [2021-04-22T13:36:33.257Z] #43 60.97   DEP      criu/pie/util-vdso-elf32.d
13:36:33 [2021-04-22T13:36:33.257Z] #43 61.09   DEP      criu/pie/util-vdso.d
13:36:33 [2021-04-22T13:36:33.298Z] #40 ...
13:36:33 [2021-04-22T13:36:33.298Z] 
13:36:33 [2021-04-22T13:36:33.299Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:33 [2021-04-22T13:36:33.299Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:33 [2021-04-22T13:36:33.299Z] #13 11.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:33 [2021-04-22T13:36:33.299Z] #13 13.46 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:33 [2021-04-22T13:36:33.299Z] #13 15.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:33 [2021-04-22T13:36:33.299Z] #13 ...
13:36:33 [2021-04-22T13:36:33.299Z] 
13:36:33 [2021-04-22T13:36:33.299Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:33 [2021-04-22T13:36:33.299Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.28 go: extracting github.com/pelletier/go-toml v1.2.0
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.32 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.32 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.32 go: downloading github.com/spf13/cast v1.3.0
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.65 go: downloading github.com/sirupsen/logrus v1.4.2
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.65 go: extracting github.com/spf13/cast v1.3.0
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.65 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.80 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.96 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:33 [2021-04-22T13:36:33.299Z] #49 24.96 go: downloading github.com/stretchr/testify v1.4.0
13:36:33 [2021-04-22T13:36:33.299Z] #49 25.07 go: downloading github.com/magiconair/properties v1.8.1
13:36:33 [2021-04-22T13:36:33.299Z] #49 25.07 go: extracting github.com/sirupsen/logrus v1.4.2
13:36:33 [2021-04-22T13:36:33.299Z] #49 25.41 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:33 [2021-04-22T13:36:33.299Z] #49 25.41 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:33 [2021-04-22T13:36:33.302Z] #49 18.18 go: downloading github.com/spf13/cast v1.3.0
13:36:33 [2021-04-22T13:36:33.499Z] #49 18.31 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:36:33 [2021-04-22T13:36:33.517Z] #43 61.31   DEP      criu/pie/util.d
13:36:33 [2021-04-22T13:36:33.560Z] #49 25.56 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:33 [2021-04-22T13:36:33.562Z] #49 18.27 go: downloading github.com/magiconair/properties v1.8.1
13:36:33 [2021-04-22T13:36:33.821Z] #49 18.57 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:33 [2021-04-22T13:36:33.821Z] #49 18.64 go: extracting github.com/spf13/cast v1.3.0
13:36:33 [2021-04-22T13:36:33.821Z] #49 18.74 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:33 [2021-04-22T13:36:33.821Z] #49 18.81 go: extracting github.com/magiconair/properties v1.8.1
13:36:33 [2021-04-22T13:36:33.822Z] #49 25.65 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:33 [2021-04-22T13:36:33.822Z] #49 25.72 go: extracting github.com/stretchr/testify v1.4.0
13:36:33 [2021-04-22T13:36:33.822Z] #49 25.78 go: extracting github.com/magiconair/properties v1.8.1
13:36:33 [2021-04-22T13:36:33.822Z] #49 25.83 go: downloading github.com/gobwas/glob v0.2.3
13:36:33 [2021-04-22T13:36:33.822Z] #49 25.87 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:33 [2021-04-22T13:36:33.822Z] #49 25.91 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:33 [2021-04-22T13:36:33.822Z] #49 25.91 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:34 [2021-04-22T13:36:34.063Z] #49 18.92 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:36:34 [2021-04-22T13:36:34.083Z] #49 26.17 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:34 [2021-04-22T13:36:34.083Z] #49 26.17 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:34 [2021-04-22T13:36:34.088Z] #43 61.56   CC       criu/pie/util.o
13:36:34 [2021-04-22T13:36:34.088Z] #43 61.95   CC       criu/pie/util-vdso.o
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.22 go: extracting github.com/gobwas/glob v0.2.3
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.22 go: downloading gopkg.in/yaml.v2 v2.2.7
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.39 go: downloading github.com/stretchr/objx v0.2.0
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.42 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.44 go: downloading github.com/spf13/afero v1.1.2
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.44 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.44 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:34 [2021-04-22T13:36:34.382Z] #49 26.44 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:34 [2021-04-22T13:36:34.432Z] #49 19.33 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:36:34 [2021-04-22T13:36:34.627Z] #49 ...
13:36:34 [2021-04-22T13:36:34.627Z] 
13:36:34 [2021-04-22T13:36:34.627Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:34 [2021-04-22T13:36:34.627Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:36:34 [2021-04-22T13:36:34.627Z] #45 9.345 runtime
13:36:34 [2021-04-22T13:36:34.627Z] #45 9.574 unicode
13:36:34 [2021-04-22T13:36:34.627Z] #45 13.87 unicode/utf8
13:36:34 [2021-04-22T13:36:34.627Z] #45 14.57 math/bits
13:36:34 [2021-04-22T13:36:34.627Z] #45 15.09 math
13:36:34 [2021-04-22T13:36:34.627Z] #45 18.89 internal/testlog
13:36:34 [2021-04-22T13:36:34.627Z] #45 19.19 encoding
13:36:34 [2021-04-22T13:36:34.627Z] #45 19.29 unicode/utf16
13:36:34 [2021-04-22T13:36:34.627Z] #45 19.51 container/list
13:36:34 [2021-04-22T13:36:34.627Z] #45 ...
13:36:34 [2021-04-22T13:36:34.627Z] 
13:36:34 [2021-04-22T13:36:34.627Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:34 [2021-04-22T13:36:34.627Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:36:34 [2021-04-22T13:36:34.627Z] #51 16.88 + cd /tmp/tmp.qWm3gosteW/src/github.com/mvdan/sh
13:36:34 [2021-04-22T13:36:34.627Z] #51 16.88 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:34 [2021-04-22T13:36:34.627Z] #51 17.00 + GO111MODULE=on
13:36:34 [2021-04-22T13:36:34.627Z] #51 17.00 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:36:34 [2021-04-22T13:36:34.627Z] #51 18.51 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:34 [2021-04-22T13:36:34.627Z] #51 18.55 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:34 [2021-04-22T13:36:34.627Z] #51 18.58 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:34 [2021-04-22T13:36:34.627Z] #51 18.81 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:34 [2021-04-22T13:36:34.627Z] #51 18.84 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:34 [2021-04-22T13:36:34.652Z] #49 26.64 go: extracting gopkg.in/yaml.v2 v2.2.7
13:36:34 [2021-04-22T13:36:34.652Z] #49 26.64 go: downloading github.com/go-toolsmith/astp v1.0.0
13:36:34 [2021-04-22T13:36:34.652Z] #49 26.64 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:34 [2021-04-22T13:36:34.652Z] #49 ...
13:36:34 [2021-04-22T13:36:34.652Z] 
13:36:34 [2021-04-22T13:36:34.652Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:34 [2021-04-22T13:36:34.652Z] #51 sha256:51e4ce420da2153ac0feec33750b2f5784d24a3161e74e5e970b94a3365da196
13:36:34 [2021-04-22T13:36:34.652Z] #51 16.67 + cd /tmp/tmp.VhMiwBl6Nz/src/github.com/mvdan/sh
13:36:34 [2021-04-22T13:36:34.652Z] #51 16.67 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:34 [2021-04-22T13:36:34.652Z] #51 16.79 + GO111MODULE=on
13:36:34 [2021-04-22T13:36:34.652Z] #51 16.79 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:36:34 [2021-04-22T13:36:34.652Z] #51 18.07 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:34 [2021-04-22T13:36:34.652Z] #51 18.10 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:34 [2021-04-22T13:36:34.652Z] #51 18.13 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:34 [2021-04-22T13:36:34.652Z] #51 18.43 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:34 [2021-04-22T13:36:34.652Z] #51 18.58 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:34 [2021-04-22T13:36:34.652Z] #51 19.45 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:34 [2021-04-22T13:36:34.652Z] #51 20.20 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:34 [2021-04-22T13:36:34.652Z] #51 21.92 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:34 [2021-04-22T13:36:34.652Z] #51 23.43 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:34 [2021-04-22T13:36:34.652Z] #51 23.56 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:34 [2021-04-22T13:36:34.652Z] #51 23.90 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:34 [2021-04-22T13:36:34.652Z] #51 23.90 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:34 [2021-04-22T13:36:34.652Z] #51 24.95 runtime/cgo
13:36:34 [2021-04-22T13:36:34.652Z] #51 25.18 runtime
13:36:34 [2021-04-22T13:36:34.652Z] #51 ...
13:36:34 [2021-04-22T13:36:34.652Z] 
13:36:34 [2021-04-22T13:36:34.652Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:34 [2021-04-22T13:36:34.652Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:36:34 [2021-04-22T13:36:34.652Z] #58 20.33 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:34 [2021-04-22T13:36:34.652Z] #58 22.69 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:36:34 [2021-04-22T13:36:34.652Z] #58 22.90 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:34 [2021-04-22T13:36:34.652Z] #58 23.05 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:34 [2021-04-22T13:36:34.652Z] #58 23.07 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:36:34 [2021-04-22T13:36:34.652Z] #58 23.56 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:36:34 [2021-04-22T13:36:34.652Z] #58 25.98 go: finding github.com/pkg/errors v0.9.1
13:36:34 [2021-04-22T13:36:34.652Z] #58 26.34 go: finding github.com/sirupsen/logrus v1.8.1
13:36:34 [2021-04-22T13:36:34.652Z] #58 26.35 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:34 [2021-04-22T13:36:34.652Z] #58 26.56 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:34 [2021-04-22T13:36:34.652Z] #58 26.64 go: finding github.com/google/uuid v1.2.0
13:36:34 [2021-04-22T13:36:34.652Z] #58 26.72 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:34 [2021-04-22T13:36:34.652Z] #58 26.77 go: finding github.com/gofrs/flock v0.8.0
13:36:34 [2021-04-22T13:36:34.652Z] #58 26.77 go: finding github.com/moby/vpnkit v0.5.0
13:36:34 [2021-04-22T13:36:34.692Z] #49 19.75 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:34 [2021-04-22T13:36:34.914Z] #58 26.83 go: finding github.com/gorilla/mux v1.8.0
13:36:34 [2021-04-22T13:36:34.914Z] #58 26.88 go: finding github.com/moby/sys/mountinfo v0.4.1
13:36:34 [2021-04-22T13:36:34.914Z] #58 ...
13:36:34 [2021-04-22T13:36:34.914Z] 
13:36:34 [2021-04-22T13:36:34.914Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:34 [2021-04-22T13:36:34.914Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:36:34 [2021-04-22T13:36:34.914Z] #49 26.81 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:34 [2021-04-22T13:36:34.914Z] #49 26.94 go: downloading github.com/kisielk/gotool v1.0.0
13:36:34 [2021-04-22T13:36:34.951Z] #49 19.79 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:36:35 [2021-04-22T13:36:35.031Z] #43 62.65   CC       criu/pie/util-vdso-elf32.o
13:36:35 [2021-04-22T13:36:35.179Z] #49 27.17 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:35 [2021-04-22T13:36:35.179Z] #49 27.17 go: extracting github.com/kisielk/gotool v1.0.0
13:36:35 [2021-04-22T13:36:35.179Z] #49 27.17 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:36:35 [2021-04-22T13:36:35.179Z] #49 27.27 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:35 [2021-04-22T13:36:35.179Z] #49 27.27 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:36:35 [2021-04-22T13:36:35.179Z] #49 27.27 go: extracting github.com/stretchr/objx v0.2.0
13:36:35 [2021-04-22T13:36:35.191Z] #51 19.90 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:35 [2021-04-22T13:36:35.211Z] #49 20.27 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:35 [2021-04-22T13:36:35.423Z] #13 2.749 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:36:35 [2021-04-22T13:36:35.423Z] #13 2.954 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:35 [2021-04-22T13:36:35.423Z] #13 2.975 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:35 [2021-04-22T13:36:35.423Z] #13 2.990 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:35 [2021-04-22T13:36:35.448Z] #49 27.46 go: extracting github.com/go-toolsmith/astp v1.0.0
13:36:35 [2021-04-22T13:36:35.448Z] #49 27.46 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:36:35 [2021-04-22T13:36:35.602Z] #43 63.40   AR       criu/pie/pie.lib.a
13:36:35 [2021-04-22T13:36:35.602Z] #43 63.45   DEP      criu/pie/restorer.d
13:36:35 [2021-04-22T13:36:35.710Z] #49 27.61 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:35 [2021-04-22T13:36:35.710Z] #49 27.61 go: downloading github.com/davecgh/go-spew v1.1.1
13:36:35 [2021-04-22T13:36:35.710Z] #49 27.61 go: extracting github.com/spf13/afero v1.1.2
13:36:35 [2021-04-22T13:36:35.710Z] #49 27.77 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:35 [2021-04-22T13:36:35.710Z] #49 27.81 go: downloading github.com/ultraware/whitespace v0.0.4
13:36:35 [2021-04-22T13:36:35.780Z] #49 20.44 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:35 [2021-04-22T13:36:35.780Z] #49 20.64 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:36:35 [2021-04-22T13:36:35.780Z] #49 ...
13:36:35 [2021-04-22T13:36:35.780Z] 
13:36:35 [2021-04-22T13:36:35.780Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:35 [2021-04-22T13:36:35.780Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:35 [2021-04-22T13:36:35.780Z] #36 10.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:35 [2021-04-22T13:36:35.780Z] #36 12.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:35 [2021-04-22T13:36:35.863Z] #43 63.68   DEP      criu/arch/x86/sigaction_compat_pie.d
13:36:35 [2021-04-22T13:36:35.972Z] #49 27.94 go: downloading github.com/BurntSushi/toml v0.3.1
13:36:35 [2021-04-22T13:36:35.972Z] #49 27.99 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:36:35 [2021-04-22T13:36:35.972Z] #49 28.01 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:35 [2021-04-22T13:36:35.972Z] #49 28.04 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:36:35 [2021-04-22T13:36:35.972Z] #49 28.04 go: extracting github.com/ultraware/whitespace v0.0.4
13:36:36 [2021-04-22T13:36:36.041Z] #36 ...
13:36:36 [2021-04-22T13:36:36.041Z] 
13:36:36 [2021-04-22T13:36:36.041Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:36 [2021-04-22T13:36:36.041Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:36 [2021-04-22T13:36:36.041Z] #42 10.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:36 [2021-04-22T13:36:36.041Z] #42 12.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:36 [2021-04-22T13:36:36.041Z] #42 ...
13:36:36 [2021-04-22T13:36:36.041Z] 
13:36:36 [2021-04-22T13:36:36.041Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:36 [2021-04-22T13:36:36.041Z] #34 sha256:99f928f0b526bd650338844366dcc91ac661d046429ee08fe4356a5ff12a8f48
13:36:36 [2021-04-22T13:36:36.041Z] #34 10.91 github.com/pelletier/go-toml
13:36:36 [2021-04-22T13:36:36.041Z] #34 19.76 github.com/pelletier/go-toml/cmd/tomll
13:36:36 [2021-04-22T13:36:36.076Z] #13 3.849 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB]
13:36:36 [2021-04-22T13:36:36.122Z] #51 20.71 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:36 [2021-04-22T13:36:36.122Z] #51 ...
13:36:36 [2021-04-22T13:36:36.122Z] 
13:36:36 [2021-04-22T13:36:36.122Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:36 [2021-04-22T13:36:36.122Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:36 [2021-04-22T13:36:36.122Z] #42 10.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:36 [2021-04-22T13:36:36.122Z] #42 13.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:36 [2021-04-22T13:36:36.124Z] #43 63.76   DEP      criu/arch/x86/restorer_unmap.d
13:36:36 [2021-04-22T13:36:36.124Z] #43 63.78   DEP      criu/arch/x86/restorer.d
13:36:36 [2021-04-22T13:36:36.300Z] #34 ...
13:36:36 [2021-04-22T13:36:36.300Z] 
13:36:36 [2021-04-22T13:36:36.301Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:36 [2021-04-22T13:36:36.301Z] #47 sha256:381713ab78f4eab9226f0c4a8ce807e5034c1437a8ba0ed3edd1f9fc37e96e48
13:36:36 [2021-04-22T13:36:36.301Z] #47 19.08 go: finding github.com/fatih/color v1.9.0
13:36:36 [2021-04-22T13:36:36.301Z] #47 19.10 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:36 [2021-04-22T13:36:36.301Z] #47 19.19 go: finding github.com/pkg/errors v0.9.1
13:36:36 [2021-04-22T13:36:36.301Z] #47 19.38 go: finding github.com/spf13/pflag v1.0.3
13:36:36 [2021-04-22T13:36:36.301Z] #47 19.48 go: finding github.com/mattn/go-colorable v0.1.6
13:36:36 [2021-04-22T13:36:36.301Z] #47 19.60 go: finding github.com/mattn/go-isatty v0.0.12
13:36:36 [2021-04-22T13:36:36.301Z] #47 19.77 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:36 [2021-04-22T13:36:36.301Z] #47 20.02 go: finding github.com/jonboulle/clockwork v0.1.0
13:36:36 [2021-04-22T13:36:36.301Z] #47 20.03 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:36 [2021-04-22T13:36:36.301Z] #47 20.11 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:36 [2021-04-22T13:36:36.301Z] #47 20.12 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:36 [2021-04-22T13:36:36.301Z] #47 ...
13:36:36 [2021-04-22T13:36:36.301Z] 
13:36:36 [2021-04-22T13:36:36.301Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:36 [2021-04-22T13:36:36.301Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:36 [2021-04-22T13:36:36.301Z] #13 6.645 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:36 [2021-04-22T13:36:36.301Z] #13 8.636 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:36 [2021-04-22T13:36:36.301Z] #13 11.17 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:36 [2021-04-22T13:36:36.379Z] #42 ...
13:36:36 [2021-04-22T13:36:36.379Z] 
13:36:36 [2021-04-22T13:36:36.379Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:36 [2021-04-22T13:36:36.379Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:36 [2021-04-22T13:36:36.379Z] #13 7.913 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:36 [2021-04-22T13:36:36.379Z] #13 10.89 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:36 [2021-04-22T13:36:36.379Z] #13 13.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:36 [2021-04-22T13:36:36.379Z] #13 ...
13:36:36 [2021-04-22T13:36:36.379Z] 
13:36:36 [2021-04-22T13:36:36.379Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:36 [2021-04-22T13:36:36.379Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:36:36 [2021-04-22T13:36:36.379Z] #45 20.06 crypto/internal/subtle
13:36:36 [2021-04-22T13:36:36.379Z] #45 20.25 crypto/subtle
13:36:36 [2021-04-22T13:36:36.379Z] #45 20.37 vendor/golang.org/x/crypto/cryptobyte/asn1
13:36:36 [2021-04-22T13:36:36.379Z] #45 20.47 internal/nettrace
13:36:36 [2021-04-22T13:36:36.379Z] #45 20.74 runtime/cgo
13:36:36 [2021-04-22T13:36:36.385Z] #43 63.97   DEP      criu/arch/x86/vdso-pie.d
13:36:36 [2021-04-22T13:36:36.385Z] #43 64.07   DEP      criu/pie/parasite-vdso.d
13:36:36 [2021-04-22T13:36:36.549Z] #49 28.31 go: downloading github.com/ultraware/funlen v0.0.2
13:36:36 [2021-04-22T13:36:36.549Z] #49 28.43 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:36:36 [2021-04-22T13:36:36.549Z] #49 28.43 go: downloading golang.org/x/text v0.3.2
13:36:36 [2021-04-22T13:36:36.549Z] #49 28.51 go: downloading github.com/pmezard/go-difflib v1.0.0
13:36:36 [2021-04-22T13:36:36.549Z] #49 28.57 go: extracting github.com/davecgh/go-spew v1.1.1
13:36:36 [2021-04-22T13:36:36.561Z] #13 ...
13:36:36 [2021-04-22T13:36:36.561Z] 
13:36:36 [2021-04-22T13:36:36.561Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:36 [2021-04-22T13:36:36.561Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:36 [2021-04-22T13:36:36.561Z] #55 11.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:36 [2021-04-22T13:36:36.561Z] #55 ...
13:36:36 [2021-04-22T13:36:36.561Z] 
13:36:36 [2021-04-22T13:36:36.561Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:36 [2021-04-22T13:36:36.561Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:36:36 [2021-04-22T13:36:36.561Z] #51 16.51 + cd /tmp/tmp.ksBdTxQxvE/src/github.com/mvdan/sh
13:36:36 [2021-04-22T13:36:36.561Z] #51 16.51 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:36 [2021-04-22T13:36:36.561Z] #51 16.70 + GO111MODULE=on
13:36:36 [2021-04-22T13:36:36.561Z] #51 16.70 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:36:36 [2021-04-22T13:36:36.561Z] #51 18.55 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:36 [2021-04-22T13:36:36.561Z] #51 18.58 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:36 [2021-04-22T13:36:36.561Z] #51 18.75 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:36 [2021-04-22T13:36:36.561Z] #51 18.96 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:36 [2021-04-22T13:36:36.561Z] #51 19.27 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:36 [2021-04-22T13:36:36.561Z] #51 20.08 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:36 [2021-04-22T13:36:36.561Z] #51 20.92 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:36 [2021-04-22T13:36:36.646Z] #43 64.24   DEP      criu/pie/parasite.d
13:36:36 [2021-04-22T13:36:36.811Z] #49 28.78 go: extracting github.com/BurntSushi/toml v0.3.1
13:36:36 [2021-04-22T13:36:36.811Z] #49 28.78 go: extracting github.com/ultraware/funlen v0.0.2
13:36:36 [2021-04-22T13:36:36.907Z] #43 64.52   CC       criu/pie/parasite.o
13:36:37 [2021-04-22T13:36:37.032Z] #13 4.769 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:36:37 [2021-04-22T13:36:37.073Z] #49 28.83 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:37 [2021-04-22T13:36:37.073Z] #49 29.04 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:37 [2021-04-22T13:36:37.328Z] #13 ...
13:36:37 [2021-04-22T13:36:37.328Z] 
13:36:37 [2021-04-22T13:36:37.328Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:37 [2021-04-22T13:36:37.328Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:36:37 [2021-04-22T13:36:37.328Z] #27 24.13 137 added, 0 removed; done.
13:36:37 [2021-04-22T13:36:37.328Z] #27 25.29 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
13:36:37 [2021-04-22T13:36:37.328Z] #27 25.33 Setting up jq (1.5+dfsg-2+b1) ...
13:36:37 [2021-04-22T13:36:37.328Z] #27 25.37 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
13:36:37 [2021-04-22T13:36:37.328Z] #27 25.41 Setting up curl (7.64.0-4+deb10u2) ...
13:36:37 [2021-04-22T13:36:37.328Z] #27 25.52 Processing triggers for libc-bin (2.28-10) ...
13:36:37 [2021-04-22T13:36:37.498Z] #51 22.19 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:37 [2021-04-22T13:36:37.498Z] #51 ...
13:36:37 [2021-04-22T13:36:37.498Z] 
13:36:37 [2021-04-22T13:36:37.498Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:37 [2021-04-22T13:36:37.498Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:37 [2021-04-22T13:36:37.498Z] #55 22.38 Fetched 8427 kB in 17s (496 kB/s)
13:36:37 [2021-04-22T13:36:37.592Z] #27 25.67 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:36:37 [2021-04-22T13:36:37.647Z] #49 29.48 go: extracting github.com/pmezard/go-difflib v1.0.0
13:36:37 [2021-04-22T13:36:37.647Z] #49 29.62 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:37 [2021-04-22T13:36:37.856Z] #27 25.78 Updating certificates in /etc/ssl/certs...
13:36:38 [2021-04-22T13:36:38.184Z] #27 ...
13:36:38 [2021-04-22T13:36:38.184Z] 
13:36:38 [2021-04-22T13:36:38.184Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:38 [2021-04-22T13:36:38.184Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:36:38 [2021-04-22T13:36:38.184Z] #36 6.287 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:38 [2021-04-22T13:36:38.184Z] #36 6.335 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:38 [2021-04-22T13:36:38.184Z] #36 6.335 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:38 [2021-04-22T13:36:38.184Z] #36 7.086 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:36:38 [2021-04-22T13:36:38.184Z] #36 8.577 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB]
13:36:38 [2021-04-22T13:36:38.184Z] #36 9.927 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
13:36:38 [2021-04-22T13:36:38.184Z] #36 ...
13:36:38 [2021-04-22T13:36:38.184Z] 
13:36:38 [2021-04-22T13:36:38.184Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:38 [2021-04-22T13:36:38.184Z] #49 sha256:ba78342ec985deb2949dd6f74ff81a514aefd9ffcc208e48dc1b414a0fa180be
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.840 + RM_GOPATH=0
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.840 + TMP_GOPATH=
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.840 + : /build
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.840 + '[' -z '' ']'
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.842 ++ mktemp -d
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.846 + export GOPATH=/tmp/tmp.fz4L5njiZx
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.846 + GOPATH=/tmp/tmp.fz4L5njiZx
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.846 + RM_GOPATH=1
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.846 + case "$(go env GOARCH)" in
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.849 ++ go env GOARCH
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.919 + export GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.919 + GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.919 ++ dirname /tmp/install/install.sh
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + dir=/tmp/install
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + bin=golangci_lint
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + shift
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + . /tmp/install/golangci_lint.installer
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 ++ : v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + install_golangci_lint
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + set -e
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + export GO111MODULE=on
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + GO111MODULE=on
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + GOBIN=/build
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.923 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.991 go: finding github.com v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.991 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.991 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.991 go: finding github.com/golangci/golangci-lint v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 5.991 go: finding github.com/golangci v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 6.706 go: downloading github.com/golangci/golangci-lint v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 7.407 go: extracting github.com/golangci/golangci-lint v1.23.8
13:36:38 [2021-04-22T13:36:38.184Z] #49 ...
13:36:38 [2021-04-22T13:36:38.184Z] 
13:36:38 [2021-04-22T13:36:38.184Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:38 [2021-04-22T13:36:38.184Z] #51 sha256:51cfab1875bf3a38f540879ec136e910ec94768fc3e071aefb6f041a16654af1
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + RM_GOPATH=0
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + TMP_GOPATH=
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + : /build
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + '[' -z '' ']'
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 ++ mktemp -d
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + export GOPATH=/tmp/tmp.5J0VpmiMCK
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + GOPATH=/tmp/tmp.5J0VpmiMCK
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + RM_GOPATH=1
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.758 + case "$(go env GOARCH)" in
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.763 ++ go env GOARCH
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.771 + export GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.771 + GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.771 ++ dirname /tmp/install/install.sh
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + dir=/tmp/install
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + bin=shfmt
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + shift
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + '[' '!' -f /tmp/install/shfmt.installer ']'
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + . /tmp/install/shfmt.installer
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + install_shfmt
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 + git clone https://github.com/mvdan/sh.git /tmp/tmp.5J0VpmiMCK/src/github.com/mvdan/sh
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.777 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:38 [2021-04-22T13:36:38.184Z] #51 3.786 Cloning into '/tmp/tmp.5J0VpmiMCK/src/github.com/mvdan/sh'...
13:36:38 [2021-04-22T13:36:38.184Z] #51 8.609 + cd /tmp/tmp.5J0VpmiMCK/src/github.com/mvdan/sh
13:36:38 [2021-04-22T13:36:38.184Z] #51 8.609 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
13:36:38 [2021-04-22T13:36:38.184Z] #51 8.696 + GO111MODULE=on
13:36:38 [2021-04-22T13:36:38.184Z] #51 8.696 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
13:36:38 [2021-04-22T13:36:38.184Z] #51 9.861 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:38 [2021-04-22T13:36:38.184Z] #51 9.873 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:38 [2021-04-22T13:36:38.184Z] #51 9.881 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:38 [2021-04-22T13:36:38.275Z] #45 ...
13:36:38 [2021-04-22T13:36:38.275Z] 
13:36:38 [2021-04-22T13:36:38.275Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:38 [2021-04-22T13:36:38.275Z] #34 sha256:0aa61c654cd77196e3fbe244deada23542345db45fdcfd4954a5062b9f9f02f3
13:36:38 [2021-04-22T13:36:38.275Z] #34 18.06 github.com/pelletier/go-toml/cmd/tomll
13:36:38 [2021-04-22T13:36:38.275Z] #34 DONE 22.7s
13:36:38 [2021-04-22T13:36:38.275Z] 
13:36:38 [2021-04-22T13:36:38.275Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:38 [2021-04-22T13:36:38.275Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:38 [2021-04-22T13:36:38.275Z] #49 20.04 go: downloading github.com/go-critic/go-critic v0.4.1
13:36:38 [2021-04-22T13:36:38.275Z] #49 20.07 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:38 [2021-04-22T13:36:38.275Z] #49 20.53 go: extracting github.com/go-critic/go-critic v0.4.1
13:36:38 [2021-04-22T13:36:38.275Z] #49 21.24 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:38 [2021-04-22T13:36:38.275Z] #49 21.55 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:38 [2021-04-22T13:36:38.275Z] #49 21.86 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:36:38 [2021-04-22T13:36:38.275Z] #49 22.20 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:36:38 [2021-04-22T13:36:38.275Z] #49 22.21 go: downloading github.com/hashicorp/hcl v1.0.0
13:36:38 [2021-04-22T13:36:38.275Z] #49 22.66 go: extracting github.com/hashicorp/hcl v1.0.0
13:36:38 [2021-04-22T13:36:38.275Z] #49 ...
13:36:38 [2021-04-22T13:36:38.275Z] 
13:36:38 [2021-04-22T13:36:38.275Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:38 [2021-04-22T13:36:38.275Z] #47 sha256:35eaaa443d055bf8baab7e4f416676a455e25b56871cd13e6f0ba368e3bdc9f6
13:36:38 [2021-04-22T13:36:38.275Z] #47 13.18 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:38 [2021-04-22T13:36:38.275Z] #47 13.73 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:38 [2021-04-22T13:36:38.275Z] #47 15.68 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.23 go: finding github.com/fatih/color v1.9.0
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.28 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.47 go: finding github.com/pkg/errors v0.9.1
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.50 go: finding github.com/mattn/go-colorable v0.1.6
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.51 go: finding github.com/spf13/pflag v1.0.3
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.56 go: finding github.com/mattn/go-isatty v0.0.12
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.80 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.92 go: finding github.com/jonboulle/clockwork v0.1.0
13:36:38 [2021-04-22T13:36:38.275Z] #47 19.98 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:38 [2021-04-22T13:36:38.275Z] #47 20.04 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:38 [2021-04-22T13:36:38.275Z] #47 20.08 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:38 [2021-04-22T13:36:38.297Z] #43 65.82   LINK     criu/pie/parasite.built-in.o
13:36:38 [2021-04-22T13:36:38.297Z] #43 65.83   GEN      criu/pie/parasite-blob.h
13:36:38 [2021-04-22T13:36:38.297Z] #43 65.84   CC       criu/pie/parasite-vdso.o
13:36:38 [2021-04-22T13:36:38.450Z] #51 10.40 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:38 [2021-04-22T13:36:38.450Z] #51 10.40 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:38 [2021-04-22T13:36:38.450Z] #51 ...
13:36:38 [2021-04-22T13:36:38.450Z] 
13:36:38 [2021-04-22T13:36:38.450Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:36:38 [2021-04-22T13:36:38.450Z] #24 sha256:3a0720a96fca0cba3862253f3174b4a0c03a540e652dcefbe9a937746009d674
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 + RM_GOPATH=0
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 + TMP_GOPATH=
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 + : /build
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 + '[' -z '' ']'
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 ++ mktemp -d
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 + export GOPATH=/tmp/tmp.Y4khACi20s
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 + GOPATH=/tmp/tmp.Y4khACi20s
13:36:38 [2021-04-22T13:36:38.450Z] #24 5.115 + RM_GOPATH=1
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.115 + case "$(go env GOARCH)" in
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.120 ++ go env GOARCH
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.136 + export GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.136 + GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.148 ++ dirname /tmp/install/install.sh
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 + dir=/tmp/install
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 + bin=dockercli
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 + shift
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 + '[' '!' -f /tmp/install/dockercli.installer ']'
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 + . /tmp/install/dockercli.installer
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 ++ : stable
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 ++ : 17.06.2-ce
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 + install_dockercli
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 + echo 'Install docker/cli version 17.06.2-ce from stable'
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 ++ uname -m
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.163 Install docker/cli version 17.06.2-ce from stable
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.175 + arch=aarch64
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.175 + '[' aarch64 '!=' x86_64 ']'
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.175 + '[' aarch64 '!=' s390x ']'
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.175 + '[' aarch64 '!=' armhf ']'
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.175 + build_dockercli
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.175 + git clone https://github.com/docker/docker-ce /tmp/tmp.Y4khACi20s/tmp/docker-ce
13:36:38 [2021-04-22T13:36:38.451Z] #24 5.176 Cloning into '/tmp/tmp.Y4khACi20s/tmp/docker-ce'...
13:36:38 [2021-04-22T13:36:38.451Z] #24 ...
13:36:38 [2021-04-22T13:36:38.451Z] 
13:36:38 [2021-04-22T13:36:38.451Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:38 [2021-04-22T13:36:38.451Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.207 + RM_GOPATH=0
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.207 + TMP_GOPATH=
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.207 + : /build
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.207 + '[' -z '' ']'
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.209 ++ mktemp -d
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.211 + export GOPATH=/tmp/tmp.T1X54poF4R
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.211 + GOPATH=/tmp/tmp.T1X54poF4R
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.211 + RM_GOPATH=1
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.211 + case "$(go env GOARCH)" in
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.222 ++ go env GOARCH
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.235 + export GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.235 + GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.236 ++ dirname /tmp/install/install.sh
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.236 + dir=/tmp/install
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.237 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 + bin=vndr
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 + shift
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 + '[' '!' -f /tmp/install/vndr.installer ']'
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 + . /tmp/install/vndr.installer
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 + install_vndr
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.239 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.T1X54poF4R/src/github.com/LK4D4/vndr
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.244 Cloning into '/tmp/tmp.T1X54poF4R/src/github.com/LK4D4/vndr'...
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.819 + cd /tmp/tmp.T1X54poF4R/src/github.com/LK4D4/vndr
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.819 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
13:36:38 [2021-04-22T13:36:38.451Z] #45 4.844 + go build -buildmode=pie -v -o /build/vndr .
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.023 internal/race
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.035 internal/cpu
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.064 runtime/internal/sys
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.113 runtime/internal/atomic
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.276 sync/atomic
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.390 runtime/internal/math
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.526 unicode
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.572 unicode/utf8
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.735 internal/bytealg
13:36:38 [2021-04-22T13:36:38.451Z] #45 6.752 math/bits
13:36:38 [2021-04-22T13:36:38.451Z] #45 7.378 internal/testlog
13:36:38 [2021-04-22T13:36:38.451Z] #45 7.695 math
13:36:38 [2021-04-22T13:36:38.451Z] #45 7.816 encoding
13:36:38 [2021-04-22T13:36:38.451Z] #45 8.078 runtime
13:36:38 [2021-04-22T13:36:38.451Z] #45 8.113 unicode/utf16
13:36:38 [2021-04-22T13:36:38.451Z] #45 8.537 container/list
13:36:38 [2021-04-22T13:36:38.451Z] #45 10.01 crypto/internal/subtle
13:36:38 [2021-04-22T13:36:38.451Z] #45 10.23 crypto/subtle
13:36:38 [2021-04-22T13:36:38.451Z] #45 10.42 vendor/golang.org/x/crypto/cryptobyte/asn1
13:36:38 [2021-04-22T13:36:38.451Z] #45 10.56 internal/nettrace
13:36:38 [2021-04-22T13:36:38.532Z] #47 ...
13:36:38 [2021-04-22T13:36:38.532Z] 
13:36:38 [2021-04-22T13:36:38.533Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:38 [2021-04-22T13:36:38.533Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:38 [2021-04-22T13:36:38.533Z] #36 13.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:38 [2021-04-22T13:36:38.533Z] #36 ...
13:36:38 [2021-04-22T13:36:38.533Z] 
13:36:38 [2021-04-22T13:36:38.533Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:38 [2021-04-22T13:36:38.533Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:38 [2021-04-22T13:36:38.714Z] #45 10.69 runtime/cgo
13:36:38 [2021-04-22T13:36:38.714Z] #45 ...
13:36:38 [2021-04-22T13:36:38.714Z] 
13:36:38 [2021-04-22T13:36:38.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
13:36:38 [2021-04-22T13:36:38.714Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
13:36:38 [2021-04-22T13:36:38.714Z] #40 5.794 + git clone https://github.com/docker/distribution.git .
13:36:38 [2021-04-22T13:36:38.714Z] #40 5.794 Cloning into '.'...
13:36:38 [2021-04-22T13:36:38.714Z] #40 ...
13:36:38 [2021-04-22T13:36:38.714Z] 
13:36:38 [2021-04-22T13:36:38.714Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:38 [2021-04-22T13:36:38.714Z] #67 sha256:d2f1904bbf0674a3a05d002b9eb6b8f10e510dd165e9560dc8f4e26055c9a396
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.357 + RM_GOPATH=0
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.357 + TMP_GOPATH=
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.357 + : /build
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.357 + '[' -z '' ']'
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.363 ++ mktemp -d
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.368 + export GOPATH=/tmp/tmp.gj8g1Szoak
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.368 + GOPATH=/tmp/tmp.gj8g1Szoak
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.376 + RM_GOPATH=1
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.376 + case "$(go env GOARCH)" in
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.376 ++ go env GOARCH
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.445 + export GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.445 + GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.450 ++ dirname /tmp/install/install.sh
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + dir=/tmp/install
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + bin=proxy
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + shift
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + '[' '!' -f /tmp/install/proxy.installer ']'
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + . /tmp/install/proxy.installer
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + install_proxy
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + case "$1" in
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + export CGO_ENABLED=0
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + CGO_ENABLED=0
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + _install_proxy
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46'
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.gj8g1Szoak/src/github.com/docker/libnetwork
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.464 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:38 [2021-04-22T13:36:38.714Z] #67 5.487 Cloning into '/tmp/tmp.gj8g1Szoak/src/github.com/docker/libnetwork'...
13:36:38 [2021-04-22T13:36:38.825Z] #40 22.85 Checking out files:  86% (1450/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.
13:36:38 [2021-04-22T13:36:38.825Z] #40 23.28 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:36:38 [2021-04-22T13:36:38.825Z] #40 ...
13:36:38 [2021-04-22T13:36:38.825Z] 
13:36:38 [2021-04-22T13:36:38.825Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:38 [2021-04-22T13:36:38.825Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:38 [2021-04-22T13:36:38.825Z] #55 13.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:38 [2021-04-22T13:36:38.868Z] #43 66.51   CC       criu/arch/x86/vdso-pie.o
13:36:38 [2021-04-22T13:36:38.868Z] #43 ...
13:36:38 [2021-04-22T13:36:38.868Z] 
13:36:38 [2021-04-22T13:36:38.868Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:38 [2021-04-22T13:36:38.868Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:36:38 [2021-04-22T13:36:38.868Z] #45 135.1 github.com/LK4D4/vndr/godl
13:36:38 [2021-04-22T13:36:38.881Z] #55 22.38 Reading package lists...
13:36:38 [2021-04-22T13:36:38.881Z] #55 ...
13:36:38 [2021-04-22T13:36:38.881Z] 
13:36:38 [2021-04-22T13:36:38.882Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:38 [2021-04-22T13:36:38.882Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:36:38 [2021-04-22T13:36:38.882Z] #45 13.71 unicode/utf8
13:36:38 [2021-04-22T13:36:38.882Z] #45 14.06 math/bits
13:36:38 [2021-04-22T13:36:38.882Z] #45 14.85 math
13:36:38 [2021-04-22T13:36:38.882Z] #45 19.76 internal/testlog
13:36:38 [2021-04-22T13:36:38.882Z] #45 20.13 encoding
13:36:38 [2021-04-22T13:36:38.882Z] #45 20.31 unicode/utf16
13:36:38 [2021-04-22T13:36:38.882Z] #45 20.54 container/list
13:36:38 [2021-04-22T13:36:38.882Z] #45 21.06 crypto/internal/subtle
13:36:38 [2021-04-22T13:36:38.882Z] #45 21.19 crypto/subtle
13:36:38 [2021-04-22T13:36:38.882Z] #45 21.39 vendor/golang.org/x/crypto/cryptobyte/asn1
13:36:38 [2021-04-22T13:36:38.882Z] #45 21.51 internal/nettrace
13:36:38 [2021-04-22T13:36:38.882Z] #45 21.62 runtime/cgo
13:36:38 [2021-04-22T13:36:38.882Z] #45 ...
13:36:38 [2021-04-22T13:36:38.882Z] 
13:36:38 [2021-04-22T13:36:38.882Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:38 [2021-04-22T13:36:38.882Z] #67 sha256:62b18d89bb1ef61431c14c5fc1e511e7946b6219748fcf58cc5b0f0ee2389e3c
13:36:38 [2021-04-22T13:36:38.977Z] #67 ...
13:36:38 [2021-04-22T13:36:38.977Z] 
13:36:38 [2021-04-22T13:36:38.977Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:38 [2021-04-22T13:36:38.977Z] #58 sha256:d00360c497b6ba4cff53d11962527d1afe2fe753cdd717f567150b77557ecb79
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + RM_GOPATH=0
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + TMP_GOPATH=
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + : /build
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + '[' -z '' ']'
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 ++ mktemp -d
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + export GOPATH=/tmp/tmp.wQBZyTRL98
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + GOPATH=/tmp/tmp.wQBZyTRL98
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + RM_GOPATH=1
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 + case "$(go env GOARCH)" in
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.293 ++ go env GOARCH
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.315 + export GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.315 + GO_BUILDMODE=-buildmode=pie
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.317 ++ dirname /tmp/install/install.sh
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.334 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + dir=/tmp/install
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + bin=rootlesskit
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + shift
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + . /tmp/install/rootlesskit.installer
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 ++ : 4cd567642273d369adaadcbadca00880552c1778
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + install_rootlesskit
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + case "$1" in
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + export CGO_ENABLED=0
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + CGO_ENABLED=0
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + _install_rootlesskit
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778'
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.wQBZyTRL98/src/github.com/rootless-containers/rootlesskit
13:36:38 [2021-04-22T13:36:38.977Z] #58 5.337 Cloning into '/tmp/tmp.wQBZyTRL98/src/github.com/rootless-containers/rootlesskit'...
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.789 + cd /tmp/tmp.wQBZyTRL98/src/github.com/rootless-containers/rootlesskit
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.789 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.867 + export GO111MODULE=on
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.868 + GO111MODULE=on
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.868 + export GOPROXY=https://proxy.golang.org
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.868 + GOPROXY=https://proxy.golang.org
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.868 + for f in rootlesskit rootlesskit-docker-proxy
13:36:38 [2021-04-22T13:36:38.977Z] #58 8.868 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:36:38 [2021-04-22T13:36:38.977Z] #58 10.95 go: downloading github.com/urfave/cli/v2 v2.3.0
13:36:38 [2021-04-22T13:36:38.977Z] #58 10.97 go: downloading github.com/pkg/errors v0.9.1
13:36:38 [2021-04-22T13:36:38.977Z] #58 10.97 go: downloading github.com/sirupsen/logrus v1.8.1
13:36:38 [2021-04-22T13:36:38.977Z] #58 10.97 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:36:38 [2021-04-22T13:36:38.977Z] #58 11.07 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:38 [2021-04-22T13:36:38.977Z] #58 ...
13:36:38 [2021-04-22T13:36:38.977Z] 
13:36:38 [2021-04-22T13:36:38.977Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:38 [2021-04-22T13:36:38.977Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:36:38 [2021-04-22T13:36:38.977Z] #42 5.812 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:38 [2021-04-22T13:36:38.977Z] #42 5.860 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:38 [2021-04-22T13:36:38.977Z] #42 5.860 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:38 [2021-04-22T13:36:38.977Z] #42 6.718 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:36:38 [2021-04-22T13:36:38.978Z] #42 8.131 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB]
13:36:38 [2021-04-22T13:36:38.978Z] #42 8.918 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
13:36:39 [2021-04-22T13:36:39.034Z] #49 30.83 go: extracting github.com/gogo/protobuf v1.2.1
13:36:39 [2021-04-22T13:36:39.082Z] #55 ...
13:36:39 [2021-04-22T13:36:39.082Z] 
13:36:39 [2021-04-22T13:36:39.082Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:39 [2021-04-22T13:36:39.082Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:39 [2021-04-22T13:36:39.082Z] #49 23.35 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:39 [2021-04-22T13:36:39.141Z] #67 23.27 Checking out files:  67% (1285/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
13:36:39 [2021-04-22T13:36:39.141Z] #67 23.90 + cd /tmp/tmp.bzXBGqCgRY/src/github.com/docker/libnetwork
13:36:39 [2021-04-22T13:36:39.141Z] #67 23.90 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:39 [2021-04-22T13:36:39.253Z] #42 ...
13:36:39 [2021-04-22T13:36:39.253Z] 
13:36:39 [2021-04-22T13:36:39.253Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:39 [2021-04-22T13:36:39.253Z] #47 sha256:6696c708d5129c06053b2cb1d1b82a1a53401a251481eb78e8ce428c1f934cb8
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + RM_GOPATH=0
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + TMP_GOPATH=
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + : /build
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + '[' -z '' ']'
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 ++ mktemp -d
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + export GOPATH=/tmp/tmp.V5WWN82V6n
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + GOPATH=/tmp/tmp.V5WWN82V6n
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + RM_GOPATH=1
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.701 + case "$(go env GOARCH)" in
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.703 ++ go env GOARCH
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.720 + export GO_BUILDMODE=-buildmode=pie
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.720 + GO_BUILDMODE=-buildmode=pie
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.721 ++ dirname /tmp/install/install.sh
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.724 + dir=/tmp/install
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.724 + bin=gotestsum
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.724 + shift
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.724 + '[' '!' -f /tmp/install/gotestsum.installer ']'
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.724 + . /tmp/install/gotestsum.installer
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.724 ++ : v0.5.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.724 + install_gotestsum
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.725 + set -e
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.726 + export GO111MODULE=on
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.726 + GO111MODULE=on
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.726 + GOBIN=/build
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.726 + go get gotest.tools/gotestsum@v0.5.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.893 go: finding gotest.tools/gotestsum v0.5.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 4.903 go: finding gotest.tools v0.5.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 5.806 go: downloading gotest.tools/gotestsum v0.5.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 6.443 go: extracting gotest.tools/gotestsum v0.5.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.410 go: downloading github.com/pkg/errors v0.9.1
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.418 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.445 go: downloading github.com/spf13/pflag v1.0.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.461 go: downloading github.com/fatih/color v1.9.0
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.482 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.496 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.539 go: downloading github.com/jonboulle/clockwork v0.1.0
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.773 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:39 [2021-04-22T13:36:39.253Z] #47 7.989 go: extracting github.com/spf13/pflag v1.0.3
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.016 go: extracting github.com/jonboulle/clockwork v0.1.0
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.032 go: extracting github.com/pkg/errors v0.9.1
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.154 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.293 go: extracting github.com/fatih/color v1.9.0
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.336 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.361 go: downloading github.com/mattn/go-colorable v0.1.6
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.396 go: downloading github.com/mattn/go-isatty v0.0.12
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.634 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.914 go: extracting github.com/mattn/go-colorable v0.1.6
13:36:39 [2021-04-22T13:36:39.253Z] #47 8.962 go: extracting github.com/mattn/go-isatty v0.0.12
13:36:39 [2021-04-22T13:36:39.253Z] #47 9.726 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:39 [2021-04-22T13:36:39.253Z] #47 10.31 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:39 [2021-04-22T13:36:39.253Z] #47 11.16 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:39 [2021-04-22T13:36:39.253Z] #47 ...
13:36:39 [2021-04-22T13:36:39.253Z] 
13:36:39 [2021-04-22T13:36:39.253Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:39 [2021-04-22T13:36:39.254Z] #34 sha256:80c98c7a74828dbeb466e301f5cb3416151000a9d4b508f43d183123a3aa37f6
13:36:39 [2021-04-22T13:36:39.254Z] #34 5.054 Install go-toml version v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 5.067 go: finding github.com v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 5.071 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 5.071 go: finding github.com/pelletier/go-toml/cmd v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 5.071 go: finding github.com/pelletier/go-toml v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 5.071 go: finding github.com/pelletier v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 6.147 go: downloading github.com/pelletier/go-toml v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 6.627 go: extracting github.com/pelletier/go-toml v1.8.1
13:36:39 [2021-04-22T13:36:39.254Z] #34 8.265 github.com/pelletier/go-toml
13:36:39 [2021-04-22T13:36:39.254Z] #34 ...
13:36:39 [2021-04-22T13:36:39.254Z] 
13:36:39 [2021-04-22T13:36:39.254Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:39 [2021-04-22T13:36:39.254Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
13:36:39 [2021-04-22T13:36:39.254Z] #32 6.003 + git clone https://github.com/kolyshkin/go-swagger.git .
13:36:39 [2021-04-22T13:36:39.254Z] #32 6.009 Cloning into '.'...
13:36:39 [2021-04-22T13:36:39.404Z] #67 ...
13:36:39 [2021-04-22T13:36:39.404Z] 
13:36:39 [2021-04-22T13:36:39.404Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:39 [2021-04-22T13:36:39.404Z] #34 sha256:99f928f0b526bd650338844366dcc91ac661d046429ee08fe4356a5ff12a8f48
13:36:39 [2021-04-22T13:36:39.404Z] #34 DONE 24.2s
13:36:39 [2021-04-22T13:36:39.404Z] 
13:36:39 [2021-04-22T13:36:39.404Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:39 [2021-04-22T13:36:39.404Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:36:39 [2021-04-22T13:36:39.404Z] #51 23.28 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:39 [2021-04-22T13:36:39.404Z] #51 23.50 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:39 [2021-04-22T13:36:39.404Z] #51 23.62 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:39 [2021-04-22T13:36:39.404Z] #51 23.78 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:39 [2021-04-22T13:36:39.517Z] #32 ...
13:36:39 [2021-04-22T13:36:39.517Z] 
13:36:39 [2021-04-22T13:36:39.517Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:39 [2021-04-22T13:36:39.517Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
13:36:39 [2021-04-22T13:36:39.517Z] #55 6.779 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:39 [2021-04-22T13:36:39.517Z] #55 6.841 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:39 [2021-04-22T13:36:39.517Z] #55 6.861 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:39 [2021-04-22T13:36:39.517Z] #55 7.853 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:36:39 [2021-04-22T13:36:39.517Z] #55 9.244 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB]
13:36:39 [2021-04-22T13:36:39.517Z] #55 10.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
13:36:39 [2021-04-22T13:36:39.517Z] #55 ...
13:36:39 [2021-04-22T13:36:39.517Z] 
13:36:39 [2021-04-22T13:36:39.517Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:39 [2021-04-22T13:36:39.517Z] #58 sha256:d00360c497b6ba4cff53d11962527d1afe2fe753cdd717f567150b77557ecb79
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.20 go: extracting github.com/pkg/errors v0.9.1
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.29 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.32 go: downloading github.com/google/uuid v1.2.0
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.39 go: downloading github.com/gofrs/flock v0.8.0
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.45 go: extracting github.com/sirupsen/logrus v1.8.1
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.47 go: downloading github.com/moby/vpnkit v0.5.0
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.49 go: extracting github.com/moby/sys/mountinfo v0.4.1
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:39 [2021-04-22T13:36:39.517Z] #58 11.55 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:39 [2021-04-22T13:36:39.606Z] #49 31.68 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:39 [2021-04-22T13:36:39.788Z] #58 11.73 go: downloading github.com/gorilla/mux v1.8.0
13:36:39 [2021-04-22T13:36:39.788Z] #58 11.78 go: extracting github.com/google/uuid v1.2.0
13:36:39 [2021-04-22T13:36:39.788Z] #58 11.79 go: extracting github.com/gofrs/flock v0.8.0
13:36:39 [2021-04-22T13:36:39.810Z] #45 135.8 github.com/LK4D4/vndr
13:36:39 [2021-04-22T13:36:39.975Z] #51 24.74 runtime/cgo
13:36:40 [2021-04-22T13:36:40.015Z] #49 24.81 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:36:40 [2021-04-22T13:36:40.237Z] #51 25.14 runtime
13:36:40 [2021-04-22T13:36:40.272Z] #49 24.86 go: downloading github.com/gobwas/glob v0.2.3
13:36:40 [2021-04-22T13:36:40.272Z] #49 24.86 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:40 [2021-04-22T13:36:40.272Z] #49 24.86 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:40 [2021-04-22T13:36:40.272Z] #49 24.88 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:36:40 [2021-04-22T13:36:40.272Z] #49 24.89 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:36:40 [2021-04-22T13:36:40.272Z] #49 24.89 go: downloading github.com/magiconair/properties v1.8.1
13:36:40 [2021-04-22T13:36:40.272Z] #49 24.90 go: downloading github.com/ultraware/whitespace v0.0.4
13:36:40 [2021-04-22T13:36:40.272Z] #49 25.08 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:36:40 [2021-04-22T13:36:40.272Z] #49 25.09 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:36:40 [2021-04-22T13:36:40.272Z] #49 25.09 go: downloading github.com/davecgh/go-spew v1.1.1
13:36:40 [2021-04-22T13:36:40.272Z] #49 25.10 go: extracting github.com/gobwas/glob v0.2.3
13:36:40 [2021-04-22T13:36:40.272Z] #49 25.14 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.17 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.17 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.30 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.31 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.34 go: extracting github.com/ultraware/whitespace v0.0.4
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.38 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.40 go: extracting github.com/magiconair/properties v1.8.1
13:36:40 [2021-04-22T13:36:40.530Z] #49 25.44 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:40 [2021-04-22T13:36:40.786Z] #49 25.49 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:40 [2021-04-22T13:36:40.786Z] #49 25.50 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:36:40 [2021-04-22T13:36:40.786Z] #49 25.55 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:40 [2021-04-22T13:36:40.786Z] #49 25.64 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:40 [2021-04-22T13:36:40.786Z] #49 25.64 go: downloading github.com/pmezard/go-difflib v1.0.0
13:36:40 [2021-04-22T13:36:40.786Z] #49 25.64 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:40 [2021-04-22T13:36:40.786Z] #49 25.64 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:36:40 [2021-04-22T13:36:40.787Z] #49 25.72 go: extracting github.com/davecgh/go-spew v1.1.1
13:36:40 [2021-04-22T13:36:40.859Z] #58 12.64 go: extracting github.com/gorilla/mux v1.8.0
13:36:40 [2021-04-22T13:36:40.859Z] #58 12.67 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:41 [2021-04-22T13:36:41.045Z] #49 25.84 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:41 [2021-04-22T13:36:41.045Z] #49 25.92 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:36:41 [2021-04-22T13:36:41.045Z] #49 25.94 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:36:41 [2021-04-22T13:36:41.124Z] #58 13.31 go: extracting github.com/moby/vpnkit v0.5.0
13:36:41 [2021-04-22T13:36:41.305Z] #49 26.08 go: extracting github.com/pmezard/go-difflib v1.0.0
13:36:41 [2021-04-22T13:36:41.305Z] #49 26.09 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:41 [2021-04-22T13:36:41.305Z] #49 26.12 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:41 [2021-04-22T13:36:41.305Z] #49 26.14 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:41 [2021-04-22T13:36:41.305Z] #49 26.16 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:41 [2021-04-22T13:36:41.305Z] #49 26.17 go: downloading gopkg.in/ini.v1 v1.51.0
13:36:41 [2021-04-22T13:36:41.305Z] #49 26.22 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:36:41 [2021-04-22T13:36:41.305Z] #49 ...
13:36:41 [2021-04-22T13:36:41.305Z] 
13:36:41 [2021-04-22T13:36:41.305Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:41 [2021-04-22T13:36:41.305Z] #58 sha256:1b7fbf1c63760f4a6b34091a0142e5227b7e707945aa0276d8bfbb792888a232
13:36:41 [2021-04-22T13:36:41.305Z] #58 16.14 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:41 [2021-04-22T13:36:41.305Z] #58 16.41 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:41 [2021-04-22T13:36:41.305Z] #58 16.44 go: extracting github.com/google/uuid v1.2.0
13:36:41 [2021-04-22T13:36:41.305Z] #58 17.65 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:41 [2021-04-22T13:36:41.305Z] #58 17.72 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:36:41 [2021-04-22T13:36:41.305Z] #58 18.42 go: extracting github.com/urfave/cli/v2 v2.3.0
13:36:41 [2021-04-22T13:36:41.305Z] #58 19.34 go: extracting github.com/moby/vpnkit v0.5.0
13:36:41 [2021-04-22T13:36:41.305Z] #58 20.70 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:41 [2021-04-22T13:36:41.305Z] #58 22.55 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:41 [2021-04-22T13:36:41.305Z] #58 22.67 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:41 [2021-04-22T13:36:41.305Z] #58 23.30 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:41 [2021-04-22T13:36:41.305Z] #58 23.30 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:36:41 [2021-04-22T13:36:41.305Z] #58 24.09 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:36:41 [2021-04-22T13:36:41.305Z] #58 25.53 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:36:41 [2021-04-22T13:36:41.526Z] #49 ...
13:36:41 [2021-04-22T13:36:41.526Z] 
13:36:41 [2021-04-22T13:36:41.526Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:41 [2021-04-22T13:36:41.526Z] #67 sha256:c8dd6d05023ece120a88222ca7d85c46843fe14fe93505b855b6f0cc77039dde
13:36:41 [2021-04-22T13:36:41.526Z] #67 23.45 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:36:41 [2021-04-22T13:36:41.562Z] #58 ...
13:36:41 [2021-04-22T13:36:41.562Z] 
13:36:41 [2021-04-22T13:36:41.562Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:41 [2021-04-22T13:36:41.562Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:41 [2021-04-22T13:36:41.562Z] #49 26.22 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:36:41 [2021-04-22T13:36:41.562Z] #49 26.22 go: downloading github.com/go-toolsmith/typep v1.0.0
13:36:41 [2021-04-22T13:36:41.562Z] #49 26.29 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:41 [2021-04-22T13:36:41.562Z] #49 26.32 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:36:41 [2021-04-22T13:36:41.562Z] #49 26.37 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:41 [2021-04-22T13:36:41.562Z] #49 26.40 go: downloading github.com/stretchr/objx v0.2.0
13:36:41 [2021-04-22T13:36:41.562Z] #49 26.41 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:41 [2021-04-22T13:36:41.788Z] #67 ...
13:36:41 [2021-04-22T13:36:41.788Z] 
13:36:41 [2021-04-22T13:36:41.788Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:41 [2021-04-22T13:36:41.788Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:41 [2021-04-22T13:36:41.788Z] #36 23.69 Fetched 8427 kB in 16s (512 kB/s)
13:36:41 [2021-04-22T13:36:41.788Z] #36 23.69 Reading package lists...
13:36:41 [2021-04-22T13:36:41.788Z] #36 30.81 Reading package lists...
13:36:41 [2021-04-22T13:36:41.788Z] #36 ...
13:36:41 [2021-04-22T13:36:41.788Z] 
13:36:41 [2021-04-22T13:36:41.788Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:41 [2021-04-22T13:36:41.788Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:41 [2021-04-22T13:36:41.788Z] #42 23.82 Fetched 8427 kB in 17s (492 kB/s)
13:36:41 [2021-04-22T13:36:41.788Z] #42 23.82 Reading package lists...
13:36:41 [2021-04-22T13:36:41.829Z] #49 26.52 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:36:41 [2021-04-22T13:36:41.829Z] #49 26.57 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:36:41 [2021-04-22T13:36:41.829Z] #49 26.59 go: extracting gopkg.in/ini.v1 v1.51.0
13:36:41 [2021-04-22T13:36:41.829Z] #49 26.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:41 [2021-04-22T13:36:41.829Z] #49 26.81 go: downloading gopkg.in/yaml.v2 v2.2.7
13:36:42 [2021-04-22T13:36:42.049Z] #42 30.81 Reading package lists...
13:36:42 [2021-04-22T13:36:42.049Z] #42 ...
13:36:42 [2021-04-22T13:36:42.049Z] 
13:36:42 [2021-04-22T13:36:42.049Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:42 [2021-04-22T13:36:42.049Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:36:42 [2021-04-22T13:36:42.049Z] #45 31.01 vendor/golang.org/x/crypto/internal/subtle
13:36:42 [2021-04-22T13:36:42.049Z] #45 31.17 vendor/golang.org/x/crypto/curve25519
13:36:42 [2021-04-22T13:36:42.076Z] #58 13.92 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:42 [2021-04-22T13:36:42.076Z] #58 14.02 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:36:42 [2021-04-22T13:36:42.087Z] #49 26.85 go: extracting github.com/go-toolsmith/typep v1.0.0
13:36:42 [2021-04-22T13:36:42.343Z] #49 27.04 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:42 [2021-04-22T13:36:42.343Z] #49 27.05 go: downloading github.com/go-toolsmith/astp v1.0.0
13:36:42 [2021-04-22T13:36:42.344Z] #49 27.08 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:42 [2021-04-22T13:36:42.344Z] #49 27.11 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:42 [2021-04-22T13:36:42.344Z] #49 27.11 go: extracting github.com/stretchr/objx v0.2.0
13:36:42 [2021-04-22T13:36:42.344Z] #49 27.13 go: downloading github.com/spf13/cast v1.3.0
13:36:42 [2021-04-22T13:36:42.344Z] #49 27.20 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:42 [2021-04-22T13:36:42.344Z] #49 27.31 go: extracting github.com/go-toolsmith/astp v1.0.0
13:36:42 [2021-04-22T13:36:42.348Z] #58 14.26 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.41 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.42 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.42 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.42 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.42 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.46 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.47 go: extracting gopkg.in/yaml.v2 v2.2.7
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.47 go: downloading github.com/pelletier/go-toml v1.2.0
13:36:42 [2021-04-22T13:36:42.602Z] #49 27.54 go: downloading github.com/gogo/protobuf v1.2.1
13:36:42 [2021-04-22T13:36:42.622Z] #45 ...
13:36:42 [2021-04-22T13:36:42.622Z] 
13:36:42 [2021-04-22T13:36:42.622Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:42 [2021-04-22T13:36:42.622Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:42 [2021-04-22T13:36:42.622Z] #55 24.65 Fetched 8427 kB in 17s (501 kB/s)
13:36:42 [2021-04-22T13:36:42.622Z] #55 24.65 Reading package lists...
13:36:42 [2021-04-22T13:36:42.629Z] #58 14.63 go: extracting github.com/urfave/cli/v2 v2.3.0
13:36:42 [2021-04-22T13:36:42.779Z] #51 ...
13:36:42 [2021-04-22T13:36:42.779Z] 
13:36:42 [2021-04-22T13:36:42.779Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:42 [2021-04-22T13:36:42.779Z] #58 sha256:97c15f9201276137eb7dec16253c27e6e108f757661c9efdb903e3e337d75224
13:36:42 [2021-04-22T13:36:42.779Z] #58 17.16 go: extracting github.com/pkg/errors v0.9.1
13:36:42 [2021-04-22T13:36:42.779Z] #58 18.00 go: extracting github.com/moby/vpnkit v0.5.0
13:36:42 [2021-04-22T13:36:42.779Z] #58 18.76 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:42 [2021-04-22T13:36:42.779Z] #58 18.95 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:36:42 [2021-04-22T13:36:42.779Z] #58 20.49 go: extracting github.com/urfave/cli/v2 v2.3.0
13:36:42 [2021-04-22T13:36:42.779Z] #58 21.01 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:42 [2021-04-22T13:36:42.779Z] #58 23.26 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:42 [2021-04-22T13:36:42.779Z] #58 23.78 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:42 [2021-04-22T13:36:42.779Z] #58 24.24 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:42 [2021-04-22T13:36:42.779Z] #58 24.33 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:36:42 [2021-04-22T13:36:42.779Z] #58 25.24 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:36:42 [2021-04-22T13:36:42.779Z] #58 26.19 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:36:42 [2021-04-22T13:36:42.779Z] #58 ...
13:36:42 [2021-04-22T13:36:42.779Z] 
13:36:42 [2021-04-22T13:36:42.779Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:42 [2021-04-22T13:36:42.779Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:42 [2021-04-22T13:36:42.779Z] #40 24.41 Checking out files:  80% (1364/1684)   
Checking out files:  81% (1365/1684)   
Checking out files:  82% (1381/1684)   
Checking out files:  83% (1398/1684)   
Checking out files:  84% (1415/1684)   
Checking out files:  85% (1432/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.
13:36:42 [2021-04-22T13:36:42.779Z] #40 24.99 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:36:42 [2021-04-22T13:36:42.779Z] #40 26.56 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:36:42 [2021-04-22T13:36:42.859Z] #49 27.56 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:42 [2021-04-22T13:36:42.859Z] #49 27.57 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:42 [2021-04-22T13:36:42.859Z] #49 27.58 go: extracting github.com/spf13/cast v1.3.0
13:36:42 [2021-04-22T13:36:42.859Z] #49 27.58 go: downloading github.com/subosito/gotenv v1.2.0
13:36:42 [2021-04-22T13:36:42.859Z] #49 27.82 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:42 [2021-04-22T13:36:42.883Z] #55 31.17 Reading package lists...
13:36:42 [2021-04-22T13:36:42.883Z] #55 ...
13:36:42 [2021-04-22T13:36:42.883Z] 
13:36:42 [2021-04-22T13:36:42.883Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:42 [2021-04-22T13:36:42.883Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:36:42 [2021-04-22T13:36:42.883Z] #58 26.98 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:42 [2021-04-22T13:36:42.883Z] #58 26.98 go: finding github.com/urfave/cli/v2 v2.3.0
13:36:42 [2021-04-22T13:36:42.883Z] #58 27.08 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:36:42 [2021-04-22T13:36:42.883Z] #58 27.27 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:42 [2021-04-22T13:36:42.883Z] #58 27.46 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:36:42 [2021-04-22T13:36:42.912Z] #58 14.75 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:43 [2021-04-22T13:36:43.115Z] #49 27.82 go: extracting github.com/pelletier/go-toml v1.2.0
13:36:43 [2021-04-22T13:36:43.116Z] #49 27.83 go: downloading github.com/uudashr/gocognit v1.0.1
13:36:43 [2021-04-22T13:36:43.116Z] #49 27.83 go: downloading github.com/kisielk/gotool v1.0.0
13:36:43 [2021-04-22T13:36:43.375Z] #49 28.00 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:43 [2021-04-22T13:36:43.375Z] #49 28.00 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:43 [2021-04-22T13:36:43.375Z] #49 28.01 go: downloading github.com/ultraware/funlen v0.0.2
13:36:43 [2021-04-22T13:36:43.375Z] #49 28.13 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:43 [2021-04-22T13:36:43.375Z] #49 28.21 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.31 go: extracting github.com/subosito/gotenv v1.2.0
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.31 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.37 go: extracting github.com/kisielk/gotool v1.0.0
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.37 go: downloading golang.org/x/text v0.3.2
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.39 go: extracting github.com/ultraware/funlen v0.0.2
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.39 go: extracting github.com/uudashr/gocognit v1.0.1
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.41 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.43 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.56 go: downloading github.com/BurntSushi/toml v0.3.1
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.56 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:36:43 [2021-04-22T13:36:43.633Z] #49 28.61 go: downloading github.com/spf13/afero v1.1.2
13:36:43 [2021-04-22T13:36:43.827Z] #58 ...
13:36:43 [2021-04-22T13:36:43.827Z] 
13:36:43 [2021-04-22T13:36:43.827Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:43 [2021-04-22T13:36:43.827Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:43 [2021-04-22T13:36:43.827Z] #40 25.22 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:36:43 [2021-04-22T13:36:43.827Z] #40 ...
13:36:43 [2021-04-22T13:36:43.827Z] 
13:36:43 [2021-04-22T13:36:43.827Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:43 [2021-04-22T13:36:43.827Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:43 [2021-04-22T13:36:43.827Z] #13 26.45 Fetched 8941 kB in 18s (487 kB/s)
13:36:44 [2021-04-22T13:36:44.196Z] #49 29.08 go: extracting github.com/spf13/afero v1.1.2
13:36:44 [2021-04-22T13:36:44.768Z] #49 29.35 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:36:44 [2021-04-22T13:36:44.768Z] #49 29.38 go: extracting github.com/BurntSushi/toml v0.3.1
13:36:44 [2021-04-22T13:36:44.768Z] #49 29.56 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:36:44 [2021-04-22T13:36:44.772Z] #13 26.45 Reading package lists...
13:36:44 [2021-04-22T13:36:44.772Z] #13 33.26 Reading package lists...
13:36:44 [2021-04-22T13:36:44.772Z] #13 ...
13:36:44 [2021-04-22T13:36:44.772Z] 
13:36:44 [2021-04-22T13:36:44.772Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:44 [2021-04-22T13:36:44.772Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:44 [2021-04-22T13:36:44.772Z] #36 30.81 Reading package lists...
13:36:44 [2021-04-22T13:36:44.911Z] #58 16.49 go: extracting github.com/u-root/u-root v7.0.0+incompatible
13:36:44 [2021-04-22T13:36:44.911Z] #58 ...
13:36:44 [2021-04-22T13:36:44.911Z] 
13:36:44 [2021-04-22T13:36:44.911Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:36:44 [2021-04-22T13:36:44.911Z] #47 sha256:6696c708d5129c06053b2cb1d1b82a1a53401a251481eb78e8ce428c1f934cb8
13:36:44 [2021-04-22T13:36:44.911Z] #47 16.78 go: finding github.com/fatih/color v1.9.0
13:36:44 [2021-04-22T13:36:44.911Z] #47 16.78 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:36:44 [2021-04-22T13:36:44.912Z] #47 16.81 go: finding github.com/pkg/errors v0.9.1
13:36:44 [2021-04-22T13:36:44.912Z] #47 16.88 go: finding github.com/spf13/pflag v1.0.3
13:36:45 [2021-04-22T13:36:45.116Z] #45 ...
13:36:45 [2021-04-22T13:36:45.116Z] 
13:36:45 [2021-04-22T13:36:45.116Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:36:45 [2021-04-22T13:36:45.116Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:36:45 [2021-04-22T13:36:45.116Z] #20 1.631 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:36:45 [2021-04-22T13:36:45.116Z] #20 1.761 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:36:45 [2021-04-22T13:36:45.116Z] #20 1.769 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:36:45 [2021-04-22T13:36:45.116Z] #20 1.772 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:36:45 [2021-04-22T13:36:45.116Z] #20 2.171 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:36:45 [2021-04-22T13:36:45.116Z] #20 3.134 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:36:45 [2021-04-22T13:36:45.116Z] #20 4.349 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:36:45 [2021-04-22T13:36:45.116Z] #20 5.728 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:36:45 [2021-04-22T13:36:45.116Z] #20 ...
13:36:45 [2021-04-22T13:36:45.116Z] 
13:36:45 [2021-04-22T13:36:45.116Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:45 [2021-04-22T13:36:45.116Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:45 [2021-04-22T13:36:45.116Z] #43 66.85   CC       criu/arch/x86/restorer.o
13:36:45 [2021-04-22T13:36:45.116Z] #43 67.37   CC       criu/arch/x86/restorer_unmap.o
13:36:45 [2021-04-22T13:36:45.116Z] #43 67.44   CC       criu/arch/x86/sigaction_compat_pie.o
13:36:45 [2021-04-22T13:36:45.116Z] #43 67.72   CC       criu/pie/restorer.o
13:36:45 [2021-04-22T13:36:45.116Z] #43 70.46   LINK     criu/pie/restorer.built-in.o
13:36:45 [2021-04-22T13:36:45.116Z] #43 70.49   GEN      criu/pie/restorer-blob.h
13:36:45 [2021-04-22T13:36:45.116Z] #43 70.60   DEP      criu/vdso.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 70.75   DEP      criu/vdso-compat.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 70.84   DEP      criu/uts_ns.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 71.08   DEP      criu/util.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 71.29   DEP      criu/uffd.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 71.54   DEP      criu/tun.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 71.75   DEP      criu/tty.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 71.95   DEP      criu/timerfd.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 72.15   DEP      criu/timens.d
13:36:45 [2021-04-22T13:36:45.116Z] #43 ...
13:36:45 [2021-04-22T13:36:45.116Z] 
13:36:45 [2021-04-22T13:36:45.116Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:36:45 [2021-04-22T13:36:45.116Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:36:45 [2021-04-22T13:36:45.116Z] #20 11.97 Fetched 8941 kB in 11s (844 kB/s)
13:36:45 [2021-04-22T13:36:45.488Z] #47 17.36 go: finding github.com/mattn/go-colorable v0.1.6
13:36:45 [2021-04-22T13:36:45.488Z] #47 17.38 go: finding github.com/mattn/go-isatty v0.0.12
13:36:45 [2021-04-22T13:36:45.488Z] #47 17.48 go: finding github.com/jonboulle/clockwork v0.1.0
13:36:45 [2021-04-22T13:36:45.488Z] #47 17.56 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:36:45 [2021-04-22T13:36:45.488Z] #47 17.59 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:36:45 [2021-04-22T13:36:45.488Z] #47 17.61 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:36:45 [2021-04-22T13:36:45.752Z] #47 17.85 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:36:46 [2021-04-22T13:36:46.017Z] #47 ...
13:36:46 [2021-04-22T13:36:46.017Z] 
13:36:46 [2021-04-22T13:36:46.017Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer         . /tmp/install/tomll.installer && PREFIX=/build install_tomll
13:36:46 [2021-04-22T13:36:46.017Z] #34 sha256:80c98c7a74828dbeb466e301f5cb3416151000a9d4b508f43d183123a3aa37f6
13:36:46 [2021-04-22T13:36:46.017Z] #34 12.44 github.com/pelletier/go-toml/cmd/tomll
13:36:46 [2021-04-22T13:36:46.017Z] #34 DONE 18.1s
13:36:46 [2021-04-22T13:36:46.017Z] 
13:36:46 [2021-04-22T13:36:46.017Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
13:36:46 [2021-04-22T13:36:46.017Z] #27 sha256:6a36c1ca9152118f164ea7fd1fc610a255e6d3abbbcd0f0ccc2a6c66059aac92
13:36:46 [2021-04-22T13:36:46.017Z] #27 30.46 0 added, 0 removed; done.
13:36:46 [2021-04-22T13:36:46.017Z] #27 30.46 Running hooks in /etc/ca-certificates/update.d...
13:36:46 [2021-04-22T13:36:46.017Z] #27 30.46 done.
13:36:46 [2021-04-22T13:36:46.017Z] #27 DONE 34.3s
13:36:46 [2021-04-22T13:36:46.079Z] #40 ...
13:36:46 [2021-04-22T13:36:46.079Z] 
13:36:46 [2021-04-22T13:36:46.079Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:46 [2021-04-22T13:36:46.079Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:36:46 [2021-04-22T13:36:46.079Z] #49 20.91 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 21.75 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:46 [2021-04-22T13:36:46.079Z] #49 21.99 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:46 [2021-04-22T13:36:46.079Z] #49 23.73 go: downloading github.com/pelletier/go-toml v1.2.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 24.02 go: extracting github.com/pelletier/go-toml v1.2.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.71 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.74 go: downloading github.com/go-toolsmith/astp v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.74 go: downloading gopkg.in/yaml.v2 v2.2.7
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.74 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.74 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.74 go: downloading github.com/go-toolsmith/typep v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.75 go: downloading github.com/hashicorp/hcl v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.75 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.79 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.79 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.85 go: extracting github.com/go-toolsmith/astp v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.85 go: downloading github.com/spf13/afero v1.1.2
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.89 go: extracting github.com/go-toolsmith/typep v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.89 go: downloading github.com/ultraware/whitespace v0.0.4
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.90 go: downloading golang.org/x/text v0.3.2
13:36:46 [2021-04-22T13:36:46.079Z] #49 25.98 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.06 go: extracting gopkg.in/yaml.v2 v2.2.7
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.19 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.20 go: extracting github.com/hashicorp/hcl v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.25 go: extracting github.com/spf13/afero v1.1.2
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.30 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.42 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.42 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.42 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.53 go: extracting github.com/ultraware/whitespace v0.0.4
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.64 go: downloading github.com/stretchr/testify v1.4.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.68 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.71 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.96 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:46 [2021-04-22T13:36:46.079Z] #49 26.98 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.01 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.06 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.13 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.27 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.28 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.32 go: extracting github.com/stretchr/testify v1.4.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.38 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.49 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.53 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.74 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.74 go: downloading github.com/sirupsen/logrus v1.4.2
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.74 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.77 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.77 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.91 go: downloading github.com/kisielk/gotool v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 27.98 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.02 go: extracting github.com/sirupsen/logrus v1.4.2
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.11 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.17 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.28 go: extracting github.com/kisielk/gotool v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.41 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.41 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.53 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.62 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.63 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.75 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.78 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.81 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.86 go: downloading github.com/davecgh/go-spew v1.1.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 28.87 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.03 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.10 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.10 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.12 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.14 go: extracting github.com/davecgh/go-spew v1.1.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.24 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.31 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.31 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.40 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.41 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.51 go: downloading github.com/ultraware/funlen v0.0.2
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.51 go: downloading github.com/gogo/protobuf v1.2.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.52 go: downloading github.com/pmezard/go-difflib v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.61 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.61 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.66 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.79 go: downloading gopkg.in/ini.v1 v1.51.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.82 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.86 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.86 go: extracting github.com/pmezard/go-difflib v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.87 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.92 go: extracting github.com/ultraware/funlen v0.0.2
13:36:46 [2021-04-22T13:36:46.079Z] #49 29.95 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.02 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.02 go: downloading github.com/stretchr/objx v0.2.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.15 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.16 go: downloading github.com/subosito/gotenv v1.2.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.16 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.16 go: extracting gopkg.in/ini.v1 v1.51.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.23 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.36 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.50 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.52 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.53 go: downloading github.com/BurntSushi/toml v0.3.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.71 go: extracting github.com/subosito/gotenv v1.2.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.72 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.72 go: downloading github.com/uudashr/gocognit v1.0.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.76 go: extracting github.com/BurntSushi/toml v0.3.1
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.83 go: extracting github.com/stretchr/objx v0.2.0
13:36:46 [2021-04-22T13:36:46.079Z] #49 30.92 go: downloading github.com/gobwas/glob v0.2.3
13:36:46 [2021-04-22T13:36:46.142Z] #49 30.69 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:46 [2021-04-22T13:36:46.280Z] 
13:36:46 [2021-04-22T13:36:46.280Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:46 [2021-04-22T13:36:46.280Z] #67 sha256:d2f1904bbf0674a3a05d002b9eb6b8f10e510dd165e9560dc8f4e26055c9a396
13:36:46 [2021-04-22T13:36:46.281Z] #67 17.62 Checking out files:  65% (1243/1905)   
Checking out files:  66% (1258/1905)   
Checking out files:  67% (1277/1905)   
Checking out files:  68% (1296/1905)   
Checking out files:  69% (1315/1905)   
Checking out files:  70% (1334/1905)   
Checking out files:  71% (1353/1905)   
Checking out files:  72% (1372/1905)   
Checking out files:  73% (1391/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
13:36:46 [2021-04-22T13:36:46.281Z] #67 18.12 + cd /tmp/tmp.gj8g1Szoak/src/github.com/docker/libnetwork
13:36:46 [2021-04-22T13:36:46.281Z] #67 18.12 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:46 [2021-04-22T13:36:46.339Z] #49 31.13 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:46 [2021-04-22T13:36:46.339Z] #49 31.13 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:46 [2021-04-22T13:36:46.339Z] #49 31.16 go: extracting github.com/uudashr/gocognit v1.0.1
13:36:46 [2021-04-22T13:36:46.545Z] #67 ...
13:36:46 [2021-04-22T13:36:46.545Z] 
13:36:46 [2021-04-22T13:36:46.545Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
13:36:46 [2021-04-22T13:36:46.545Z] #28 sha256:4f740977bb4e94c3423f1a6c5c721df7f7da0d79c9dbd568e9ab23fdf2243e7f
13:36:46 [2021-04-22T13:36:46.545Z] #28 DONE 0.4s
13:36:46 [2021-04-22T13:36:46.545Z] 
13:36:46 [2021-04-22T13:36:46.545Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:46 [2021-04-22T13:36:46.545Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:36:46 [2021-04-22T13:36:46.599Z] #49 31.37 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:46 [2021-04-22T13:36:46.599Z] #49 31.43 go: extracting github.com/gobwas/glob v0.2.3
13:36:46 [2021-04-22T13:36:46.732Z] #36 37.13 Building dependency tree...
13:36:47 [2021-04-22T13:36:47.030Z] #20 11.97 Reading package lists...
13:36:47 [2021-04-22T13:36:47.031Z] #20 ...
13:36:47 [2021-04-22T13:36:47.031Z] 
13:36:47 [2021-04-22T13:36:47.031Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:36:47 [2021-04-22T13:36:47.031Z] #53 sha256:a7bf3ff3ad09a4e1587bf295dbf8bd1eb14fefecf7e26cdda92fe350098272bc
13:36:47 [2021-04-22T13:36:47.031Z] #53 12.90 + cd /tmp/tmp.NSv0HtUSnQ/src/github.com/opencontainers/runc
13:36:47 [2021-04-22T13:36:47.031Z] #53 12.90 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:36:47 [2021-04-22T13:36:47.031Z] #53 13.64 + '[' -z '' ']'
13:36:47 [2021-04-22T13:36:47.031Z] #53 13.65 + target=static
13:36:47 [2021-04-22T13:36:47.031Z] #53 13.65 + make 'BUILDTAGS=seccomp ' static
13:36:47 [2021-04-22T13:36:47.031Z] #53 13.98 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
13:36:47 [2021-04-22T13:36:47.031Z] #53 ...
13:36:47 [2021-04-22T13:36:47.031Z] 
13:36:47 [2021-04-22T13:36:47.031Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:47 [2021-04-22T13:36:47.031Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:47 [2021-04-22T13:36:47.031Z] #43 72.38   DEP      criu/sysfs_parse.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 72.53   DEP      criu/sysctl.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 72.69   DEP      criu/string.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 72.74   DEP      criu/stats.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 72.94   DEP      criu/sockets.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 73.23   DEP      criu/sk-unix.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 73.52   DEP      criu/sk-tcp.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 73.78   DEP      criu/sk-queue.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 73.94   DEP      criu/sk-packet.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 74.10   DEP      criu/sk-netlink.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 74.27   DEP      criu/sk-inet.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 74.49   DEP      criu/signalfd.d
13:36:47 [2021-04-22T13:36:47.031Z] #43 74.72   DEP      criu/sigframe.d
13:36:47 [2021-04-22T13:36:47.291Z] #43 74.86   DEP      criu/shmem.d
13:36:47 [2021-04-22T13:36:47.291Z] #43 75.01   DEP      criu/servicefd.d
13:36:47 [2021-04-22T13:36:47.512Z] #49 ...
13:36:47 [2021-04-22T13:36:47.512Z] 
13:36:47 [2021-04-22T13:36:47.512Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:47 [2021-04-22T13:36:47.512Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:36:47 [2021-04-22T13:36:47.512Z] #51 22.26 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:47 [2021-04-22T13:36:47.512Z] #51 24.12 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:47 [2021-04-22T13:36:47.512Z] #51 24.23 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:47 [2021-04-22T13:36:47.512Z] #51 24.36 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:47 [2021-04-22T13:36:47.512Z] #51 24.45 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:47 [2021-04-22T13:36:47.512Z] #51 25.18 runtime/cgo
13:36:47 [2021-04-22T13:36:47.512Z] #51 25.21 runtime
13:36:47 [2021-04-22T13:36:47.512Z] #51 ...
13:36:47 [2021-04-22T13:36:47.512Z] 
13:36:47 [2021-04-22T13:36:47.512Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:47 [2021-04-22T13:36:47.512Z] #67 sha256:eae7619778c4b38d8f2b0d5f4764123a3300a31671871441cfc29dbde310fe6b
13:36:47 [2021-04-22T13:36:47.513Z] #67 25.30 Checking out files:  73% (1404/1905)   
Checking out files:  74% (1410/1905)   
Checking out files:  75% (1429/1905)   
Checking out files:  76% (1448/1905)   
Checking out files:  77% (1467/1905)   
Checking out files:  78% (1486/1905)   
Checking out files:  79% (1505/1905)   
Checking out files:  80% (1524/1905)   
Checking out files:  81% (1544/1905)   
Checking out files:  82% (1563/1905)   
Checking out files:  83% (1582/1905)   
Checking out files:  84% (1601/1905)   
Checking out files:  85% (1620/1905)   
Checking out files:  86% (1639/1905)   
Checking out files:  87% (1658/1905)   
Checking out files:  88% (1677/1905)   
Checking out files:  89% (1696/1905)   
Checking out files:  90% (1715/1905)   
Checking out files:  91% (1734/1905)   
Checking out files:  92% (1753/1905)   
Checking out files:  93% (1772/1905)   
Checking out files:  94% (1791/1905)   
Checking out files:  95% (1810/1905)   
Checking out files:  96% (1829/1905)   
Checking out files:  97% (1848/1905)   
Checking out files:  98% (1867/1905)   
Checking out files:  99% (1886/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
13:36:47 [2021-04-22T13:36:47.513Z] #67 25.75 + cd /tmp/tmp.rF3EEhsyGM/src/github.com/docker/libnetwork
13:36:47 [2021-04-22T13:36:47.513Z] #67 25.75 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46
13:36:47 [2021-04-22T13:36:47.513Z] #67 26.38 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:36:47 [2021-04-22T13:36:47.553Z] #43 75.16   DEP      criu/seize.d
13:36:47 [2021-04-22T13:36:47.814Z] #43 75.40   DEP      criu/seccomp.d
13:36:47 [2021-04-22T13:36:47.814Z] #43 75.61   DEP      criu/rst-malloc.d
13:36:47 [2021-04-22T13:36:47.814Z] #43 75.68   DEP      criu/rbtree.d
13:36:47 [2021-04-22T13:36:47.983Z] #49 32.89 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:48 [2021-04-22T13:36:48.077Z] #67 ...
13:36:48 [2021-04-22T13:36:48.077Z] 
13:36:48 [2021-04-22T13:36:48.077Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:48 [2021-04-22T13:36:48.077Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:48 [2021-04-22T13:36:48.077Z] #49 32.71 go: extracting github.com/gogo/protobuf v1.2.1
13:36:48 [2021-04-22T13:36:48.106Z] #43 75.74   DEP      criu/pstree.d
13:36:48 [2021-04-22T13:36:48.106Z] #43 75.91   DEP      criu/protobuf.d
13:36:48 [2021-04-22T13:36:48.123Z] #36 40.03 The following additional packages will be installed:
13:36:48 [2021-04-22T13:36:48.123Z] #36 40.06   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:36:48 [2021-04-22T13:36:48.123Z] #36 40.06 Suggested packages:
13:36:48 [2021-04-22T13:36:48.123Z] #36 40.06   cmake-doc ninja-build lrzip
13:36:48 [2021-04-22T13:36:48.123Z] #36 40.06 Recommended packages:
13:36:48 [2021-04-22T13:36:48.123Z] #36 40.06   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:36:48 [2021-04-22T13:36:48.378Z] #43 76.11   GEN      criu/protobuf-desc-gen.h
13:36:48 [2021-04-22T13:36:48.472Z] #29 ...
13:36:48 [2021-04-22T13:36:48.472Z] 
13:36:48 [2021-04-22T13:36:48.472Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:48 [2021-04-22T13:36:48.472Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:36:48 [2021-04-22T13:36:48.472Z] #13 6.090 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB]
13:36:48 [2021-04-22T13:36:48.472Z] #13 6.874 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
13:36:48 [2021-04-22T13:36:48.472Z] #13 15.50 Fetched 8758 kB in 13s (675 kB/s)
13:36:48 [2021-04-22T13:36:48.472Z] #13 15.50 Reading package lists...
13:36:48 [2021-04-22T13:36:48.472Z] #13 ...
13:36:48 [2021-04-22T13:36:48.472Z] 
13:36:48 [2021-04-22T13:36:48.472Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:48 [2021-04-22T13:36:48.472Z] #49 sha256:ba78342ec985deb2949dd6f74ff81a514aefd9ffcc208e48dc1b414a0fa180be
13:36:48 [2021-04-22T13:36:48.472Z] #49 13.81 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:48 [2021-04-22T13:36:48.472Z] #49 13.83 go: downloading github.com/spf13/pflag v1.0.5
13:36:48 [2021-04-22T13:36:48.472Z] #49 13.99 go: downloading github.com/pkg/errors v0.8.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.01 go: downloading github.com/sirupsen/logrus v1.4.2
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.08 go: downloading github.com/spf13/cobra v0.0.5
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.12 go: downloading github.com/stretchr/testify v1.4.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.23 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.31 go: downloading github.com/go-lintpack/lintpack v0.5.2
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.37 go: extracting github.com/pkg/errors v0.8.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.59 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.62 go: extracting github.com/sirupsen/logrus v1.4.2
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.62 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.63 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.64 go: extracting github.com/stretchr/testify v1.4.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.64 go: extracting github.com/spf13/cobra v0.0.5
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.73 go: extracting github.com/spf13/pflag v1.0.5
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.86 go: extracting github.com/go-lintpack/lintpack v0.5.2
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.89 go: downloading github.com/fatih/color v1.7.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.95 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 14.98 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:48 [2021-04-22T13:36:48.472Z] #49 15.47 go: extracting github.com/fatih/color v1.7.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 15.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:48 [2021-04-22T13:36:48.472Z] #49 15.62 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 16.35 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:48 [2021-04-22T13:36:48.472Z] #49 16.49 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:48 [2021-04-22T13:36:48.472Z] #49 16.50 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 16.50 go: downloading github.com/pmezard/go-difflib v1.0.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 16.67 go: extracting github.com/pmezard/go-difflib v1.0.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.47 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.48 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.48 go: downloading github.com/mattn/go-colorable v0.1.4
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.53 go: downloading github.com/davecgh/go-spew v1.1.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.53 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.53 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.53 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.53 go: downloading github.com/go-critic/go-critic v0.4.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.58 go: downloading github.com/go-toolsmith/astfmt v1.0.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.67 go: extracting github.com/davecgh/go-spew v1.1.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.67 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.76 go: downloading github.com/spf13/viper v1.6.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.89 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.97 go: extracting github.com/go-toolsmith/astfmt v1.0.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 19.97 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.05 go: extracting github.com/mattn/go-colorable v0.1.4
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.06 go: extracting github.com/spf13/viper v1.6.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.10 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.28 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.32 go: downloading github.com/inconshreveable/mousetrap v1.0.0
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.33 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.33 go: extracting github.com/go-critic/go-critic v0.4.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.36 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.53 go: downloading github.com/sourcegraph/go-diff v0.5.1
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.54 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:48 [2021-04-22T13:36:48.472Z] #49 20.58 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:48 [2021-04-22T13:36:48.749Z] #49 20.58 go: downloading github.com/magiconair/properties v1.8.1
13:36:48 [2021-04-22T13:36:48.749Z] #49 20.60 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:48 [2021-04-22T13:36:48.749Z] #49 20.60 go: downloading github.com/gobwas/glob v0.2.3
13:36:48 [2021-04-22T13:36:48.749Z] #49 ...
13:36:48 [2021-04-22T13:36:48.749Z] 
13:36:48 [2021-04-22T13:36:48.749Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:36:48 [2021-04-22T13:36:48.749Z] #51 sha256:51cfab1875bf3a38f540879ec136e910ec94768fc3e071aefb6f041a16654af1
13:36:48 [2021-04-22T13:36:48.749Z] #51 10.70 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:48 [2021-04-22T13:36:48.749Z] #51 11.62 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:48 [2021-04-22T13:36:48.749Z] #51 12.93 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:48 [2021-04-22T13:36:48.749Z] #51 14.70 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
13:36:48 [2021-04-22T13:36:48.749Z] #51 14.71 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
13:36:48 [2021-04-22T13:36:48.749Z] #51 14.85 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
13:36:48 [2021-04-22T13:36:48.749Z] #51 15.09 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
13:36:48 [2021-04-22T13:36:48.749Z] #51 16.04 runtime
13:36:48 [2021-04-22T13:36:48.749Z] #51 16.06 runtime/cgo
13:36:48 [2021-04-22T13:36:48.749Z] #51 ...
13:36:48 [2021-04-22T13:36:48.749Z] 
13:36:48 [2021-04-22T13:36:48.749Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:48 [2021-04-22T13:36:48.749Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:36:48 [2021-04-22T13:36:48.749Z] #45 10.74 vendor/golang.org/x/crypto/internal/subtle
13:36:49 [2021-04-22T13:36:49.056Z] #45 ...
13:36:49 [2021-04-22T13:36:49.056Z] 
13:36:49 [2021-04-22T13:36:49.056Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:49 [2021-04-22T13:36:49.056Z] #49 sha256:ba78342ec985deb2949dd6f74ff81a514aefd9ffcc208e48dc1b414a0fa180be
13:36:49 [2021-04-22T13:36:49.056Z] #49 20.73 go: downloading github.com/mitchellh/go-homedir v1.1.0
13:36:49 [2021-04-22T13:36:49.056Z] #49 20.81 go: extracting github.com/inconshreveable/mousetrap v1.0.0
13:36:49 [2021-04-22T13:36:49.056Z] #49 20.93 go: extracting github.com/mitchellh/go-homedir v1.1.0
13:36:49 [2021-04-22T13:36:49.056Z] #49 21.03 go: extracting github.com/gobwas/glob v0.2.3
13:36:49 [2021-04-22T13:36:49.056Z] #49 21.09 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
13:36:49 [2021-04-22T13:36:49.056Z] #49 21.09 go: extracting github.com/magiconair/properties v1.8.1
13:36:49 [2021-04-22T13:36:49.056Z] #49 21.10 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:49 [2021-04-22T13:36:49.057Z] #49 21.10 go: extracting github.com/sourcegraph/go-diff v0.5.1
13:36:49 [2021-04-22T13:36:49.057Z] #49 21.10 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:49 [2021-04-22T13:36:49.121Z] #36 ...
13:36:49 [2021-04-22T13:36:49.121Z] 
13:36:49 [2021-04-22T13:36:49.121Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:49 [2021-04-22T13:36:49.121Z] #67 sha256:c8dd6d05023ece120a88222ca7d85c46843fe14fe93505b855b6f0cc77039dde
13:36:49 [2021-04-22T13:36:49.121Z] #67 DONE 40.9s
13:36:49 [2021-04-22T13:36:49.121Z] 
13:36:49 [2021-04-22T13:36:49.121Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:49 [2021-04-22T13:36:49.121Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:49 [2021-04-22T13:36:49.121Z] #55 31.17 Reading package lists...
13:36:49 [2021-04-22T13:36:49.121Z] #55 37.35 Building dependency tree...
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.28 The following additional packages will be installed:
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.28   libbtrfs0
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.44 The following NEW packages will be installed:
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.45   libbtrfs-dev libbtrfs0
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.88 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.88 Need to get 119 kB of archives.
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.88 After this operation, 387 kB of additional disk space will be used.
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:36:49 [2021-04-22T13:36:49.121Z] #55 40.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:36:49 [2021-04-22T13:36:49.320Z] #49 21.22 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:49 [2021-04-22T13:36:49.320Z] #49 21.38 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:49 [2021-04-22T13:36:49.320Z] #49 21.44 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:49 [2021-04-22T13:36:49.390Z] #49 ...
13:36:49 [2021-04-22T13:36:49.390Z] 
13:36:49 [2021-04-22T13:36:49.390Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:49 [2021-04-22T13:36:49.390Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:49 [2021-04-22T13:36:49.390Z] #42 23.95 Fetched 8427 kB in 17s (499 kB/s)
13:36:49 [2021-04-22T13:36:49.390Z] #42 23.95 Reading package lists...
13:36:49 [2021-04-22T13:36:49.390Z] #42 30.94 Reading package lists...
13:36:49 [2021-04-22T13:36:49.390Z] #42 ...
13:36:49 [2021-04-22T13:36:49.390Z] 
13:36:49 [2021-04-22T13:36:49.390Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:49 [2021-04-22T13:36:49.390Z] #58 sha256:97c15f9201276137eb7dec16253c27e6e108f757661c9efdb903e3e337d75224
13:36:49 [2021-04-22T13:36:49.390Z] #58 28.68 go: finding github.com/pkg/errors v0.9.1
13:36:49 [2021-04-22T13:36:49.390Z] #58 28.78 go: finding github.com/sirupsen/logrus v1.8.1
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.01 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.06 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.15 go: finding github.com/google/uuid v1.2.0
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.18 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.37 go: finding github.com/moby/vpnkit v0.5.0
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.37 go: finding github.com/gofrs/flock v0.8.0
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.39 go: finding github.com/gorilla/mux v1.8.0
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.43 go: finding github.com/moby/sys/mountinfo v0.4.1
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.52 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.56 go: finding github.com/urfave/cli/v2 v2.3.0
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.58 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.80 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:49 [2021-04-22T13:36:49.390Z] #58 29.86 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:36:49 [2021-04-22T13:36:49.559Z] #49 ...
13:36:49 [2021-04-22T13:36:49.559Z] 
13:36:49 [2021-04-22T13:36:49.559Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:49 [2021-04-22T13:36:49.559Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:49 [2021-04-22T13:36:49.559Z] #55 24.23 Fetched 8427 kB in 18s (470 kB/s)
13:36:49 [2021-04-22T13:36:49.559Z] #55 24.23 Reading package lists...
13:36:49 [2021-04-22T13:36:49.559Z] #55 30.98 Reading package lists...
13:36:49 [2021-04-22T13:36:49.559Z] #55 ...
13:36:49 [2021-04-22T13:36:49.559Z] 
13:36:49 [2021-04-22T13:36:49.559Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:49 [2021-04-22T13:36:49.559Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:49 [2021-04-22T13:36:49.559Z] #36 24.33 Fetched 8427 kB in 19s (438 kB/s)
13:36:49 [2021-04-22T13:36:49.559Z] #36 24.33 Reading package lists...
13:36:49 [2021-04-22T13:36:49.583Z] #49 21.46 go: downloading gopkg.in/yaml.v2 v2.2.7
13:36:49 [2021-04-22T13:36:49.583Z] #49 21.47 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:49 [2021-04-22T13:36:49.583Z] #49 21.50 go: downloading gopkg.in/ini.v1 v1.51.0
13:36:49 [2021-04-22T13:36:49.583Z] #49 21.53 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:49 [2021-04-22T13:36:49.583Z] #49 21.64 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:49 [2021-04-22T13:36:49.583Z] #49 21.69 go: downloading github.com/spf13/afero v1.1.2
13:36:49 [2021-04-22T13:36:49.583Z] #49 21.73 go: downloading github.com/ultraware/funlen v0.0.2
13:36:49 [2021-04-22T13:36:49.650Z] #58 ...
13:36:49 [2021-04-22T13:36:49.650Z] 
13:36:49 [2021-04-22T13:36:49.650Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:49 [2021-04-22T13:36:49.650Z] #67 sha256:62b18d89bb1ef61431c14c5fc1e511e7946b6219748fcf58cc5b0f0ee2389e3c
13:36:49 [2021-04-22T13:36:49.650Z] #67 24.61 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:36:49 [2021-04-22T13:36:49.816Z] #36 31.03 Reading package lists...
13:36:49 [2021-04-22T13:36:49.816Z] #36 ...
13:36:49 [2021-04-22T13:36:49.816Z] 
13:36:49 [2021-04-22T13:36:49.816Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:49 [2021-04-22T13:36:49.816Z] #58 sha256:1b7fbf1c63760f4a6b34091a0142e5227b7e707945aa0276d8bfbb792888a232
13:36:49 [2021-04-22T13:36:49.816Z] #58 28.30 go: finding github.com/pkg/errors v0.9.1
13:36:49 [2021-04-22T13:36:49.816Z] #58 28.48 go: finding github.com/sirupsen/logrus v1.8.1
13:36:49 [2021-04-22T13:36:49.816Z] #58 28.64 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:49 [2021-04-22T13:36:49.816Z] #58 28.70 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:49 [2021-04-22T13:36:49.816Z] #58 28.81 go: finding github.com/google/uuid v1.2.0
13:36:49 [2021-04-22T13:36:49.816Z] #58 28.88 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.03 go: finding github.com/gofrs/flock v0.8.0
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.04 go: finding github.com/moby/vpnkit v0.5.0
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.07 go: finding github.com/gorilla/mux v1.8.0
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.13 go: finding github.com/moby/sys/mountinfo v0.4.1
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.23 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.23 go: finding github.com/urfave/cli/v2 v2.3.0
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.27 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.42 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:49 [2021-04-22T13:36:49.816Z] #58 29.55 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:36:49 [2021-04-22T13:36:49.816Z] #58 ...
13:36:49 [2021-04-22T13:36:49.816Z] 
13:36:49 [2021-04-22T13:36:49.816Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:49 [2021-04-22T13:36:49.816Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:49 [2021-04-22T13:36:49.816Z] #42 24.70 Fetched 8427 kB in 19s (455 kB/s)
13:36:49 [2021-04-22T13:36:49.816Z] #42 24.70 Reading package lists...
13:36:49 [2021-04-22T13:36:49.847Z] #49 21.86 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:49 [2021-04-22T13:36:49.847Z] #49 21.92 go: downloading github.com/hashicorp/hcl v1.0.0
13:36:49 [2021-04-22T13:36:49.847Z] #49 21.97 go: extracting gopkg.in/yaml.v2 v2.2.7
13:36:49 [2021-04-22T13:36:49.898Z] #43 ...
13:36:49 [2021-04-22T13:36:49.898Z] 
13:36:49 [2021-04-22T13:36:49.898Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:49 [2021-04-22T13:36:49.898Z] #45 sha256:7a66712500cb6cba905581db86f44752ceaa5303a9029bd93ce9bdade2644c96
13:36:49 [2021-04-22T13:36:49.898Z] #45 DONE 146.2s
13:36:49 [2021-04-22T13:36:49.898Z] 
13:36:49 [2021-04-22T13:36:49.898Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:36:49 [2021-04-22T13:36:49.898Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:36:49 [2021-04-22T13:36:49.898Z] #20 11.97 Reading package lists...
13:36:49 [2021-04-22T13:36:49.920Z] #67 ...
13:36:49 [2021-04-22T13:36:49.920Z] 
13:36:49 [2021-04-22T13:36:49.920Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:49 [2021-04-22T13:36:49.920Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:36:49 [2021-04-22T13:36:49.920Z] #49 34.67 go: extracting github.com/gogo/protobuf v1.2.1
13:36:49 [2021-04-22T13:36:49.920Z] #49 ...
13:36:49 [2021-04-22T13:36:49.920Z] 
13:36:49 [2021-04-22T13:36:49.920Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:49 [2021-04-22T13:36:49.920Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:49 [2021-04-22T13:36:49.920Z] #36 24.87 Fetched 8427 kB in 18s (479 kB/s)
13:36:49 [2021-04-22T13:36:49.920Z] #36 24.87 Reading package lists...
13:36:50 [2021-04-22T13:36:50.067Z] #55 41.99 debconf: delaying package configuration, since apt-utils is not installed
13:36:50 [2021-04-22T13:36:50.074Z] #42 31.12 Reading package lists...
13:36:50 [2021-04-22T13:36:50.074Z] #42 ...
13:36:50 [2021-04-22T13:36:50.074Z] 
13:36:50 [2021-04-22T13:36:50.074Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:50 [2021-04-22T13:36:50.074Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:36:50 [2021-04-22T13:36:50.074Z] #40 25.28 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:36:50 [2021-04-22T13:36:50.110Z] #49 22.01 go: extracting gopkg.in/ini.v1 v1.51.0
13:36:50 [2021-04-22T13:36:50.110Z] #49 22.15 go: extracting github.com/spf13/afero v1.1.2
13:36:50 [2021-04-22T13:36:50.110Z] #49 22.15 go: extracting github.com/ultraware/funlen v0.0.2
13:36:50 [2021-04-22T13:36:50.110Z] #49 22.21 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:50 [2021-04-22T13:36:50.180Z] #36 31.45 Reading package lists...
13:36:50 [2021-04-22T13:36:50.180Z] #36 ...
13:36:50 [2021-04-22T13:36:50.180Z] 
13:36:50 [2021-04-22T13:36:50.180Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:50 [2021-04-22T13:36:50.180Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:36:50 [2021-04-22T13:36:50.180Z] #45 32.03 vendor/golang.org/x/crypto/internal/subtle
13:36:50 [2021-04-22T13:36:50.180Z] #45 32.20 vendor/golang.org/x/crypto/curve25519
13:36:50 [2021-04-22T13:36:50.329Z] #55 42.21 Fetched 119 kB in 0s (320 kB/s)
13:36:50 [2021-04-22T13:36:50.329Z] #55 42.36 Selecting previously unselected package libbtrfs0.
13:36:50 [2021-04-22T13:36:50.329Z] #55 42.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:36:50 [2021-04-22T13:36:50.329Z] #55 42.41 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:36:50 [2021-04-22T13:36:50.406Z] #49 22.30 go: downloading github.com/spf13/cast v1.3.0
13:36:50 [2021-04-22T13:36:50.406Z] #49 22.41 go: downloading github.com/mattn/go-isatty v0.0.8
13:36:50 [2021-04-22T13:36:50.406Z] #49 22.43 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:50 [2021-04-22T13:36:50.590Z] #55 42.61 Unpacking libbtrfs0 (4.20.1-2) ...
13:36:50 [2021-04-22T13:36:50.669Z] #49 22.56 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:50 [2021-04-22T13:36:50.669Z] #49 22.73 go: downloading github.com/ultraware/whitespace v0.0.4
13:36:50 [2021-04-22T13:36:50.669Z] #49 22.75 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:50 [2021-04-22T13:36:50.669Z] #49 22.82 go: extracting github.com/hashicorp/hcl v1.0.0
13:36:50 [2021-04-22T13:36:50.852Z] #55 42.68 Selecting previously unselected package libbtrfs-dev.
13:36:50 [2021-04-22T13:36:50.852Z] #55 42.68 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:36:50 [2021-04-22T13:36:50.852Z] #55 42.68 Unpacking libbtrfs-dev (4.20.1-2) ...
13:36:50 [2021-04-22T13:36:50.946Z] #49 22.94 go: extracting github.com/mattn/go-isatty v0.0.8
13:36:51 [2021-04-22T13:36:51.114Z] #55 42.93 Setting up libbtrfs0 (4.20.1-2) ...
13:36:51 [2021-04-22T13:36:51.114Z] #55 42.98 Setting up libbtrfs-dev (4.20.1-2) ...
13:36:51 [2021-04-22T13:36:51.114Z] #55 42.99 Processing triggers for libc-bin (2.28-10) ...
13:36:51 [2021-04-22T13:36:51.114Z] #55 ...
13:36:51 [2021-04-22T13:36:51.114Z] 
13:36:51 [2021-04-22T13:36:51.114Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:51 [2021-04-22T13:36:51.114Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:51 [2021-04-22T13:36:51.114Z] #13 33.26 Reading package lists...
13:36:51 [2021-04-22T13:36:51.214Z] #49 23.21 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:51 [2021-04-22T13:36:51.214Z] #49 23.25 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:51 [2021-04-22T13:36:51.214Z] #49 23.27 go: extracting github.com/spf13/cast v1.3.0
13:36:51 [2021-04-22T13:36:51.214Z] #49 23.31 go: extracting github.com/ultraware/whitespace v0.0.4
13:36:51 [2021-04-22T13:36:51.214Z] #49 23.37 go: downloading github.com/fsnotify/fsnotify v1.4.7
13:36:51 [2021-04-22T13:36:51.476Z] #49 23.43 go: downloading github.com/subosito/gotenv v1.2.0
13:36:51 [2021-04-22T13:36:51.476Z] #49 23.45 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:51 [2021-04-22T13:36:51.645Z] #13 39.90 Building dependency tree...
13:36:51 [2021-04-22T13:36:51.645Z] #13 ...
13:36:51 [2021-04-22T13:36:51.645Z] 
13:36:51 [2021-04-22T13:36:51.645Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:51 [2021-04-22T13:36:51.645Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:51 [2021-04-22T13:36:51.645Z] #55 DONE 43.6s
13:36:51 [2021-04-22T13:36:51.645Z] 
13:36:51 [2021-04-22T13:36:51.645Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:51 [2021-04-22T13:36:51.645Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:36:51 [2021-04-22T13:36:51.645Z] #49 36.94 go: extracting golang.org/x/text v0.3.2
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.70 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.70 go: finding github.com/fatih/color v1.7.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.76 go: finding github.com/go-critic/go-critic v0.4.1
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.76 go: finding github.com/mattn/go-colorable v0.1.4
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.76 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.77 go: finding github.com/mattn/go-isatty v0.0.8
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.77 go: finding github.com/go-lintpack/lintpack v0.5.2
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.77 go: finding github.com/pkg/errors v0.8.1
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.83 go: finding github.com/go-toolsmith/astequal v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.83 go: finding github.com/mitchellh/go-homedir v1.1.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.87 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.87 go: finding github.com/go-toolsmith/astp v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.88 go: finding github.com/go-toolsmith/astcast v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.92 go: finding github.com/sirupsen/logrus v1.4.2
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.95 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.95 go: finding github.com/stretchr/testify v1.4.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.96 go: finding github.com/go-toolsmith/typep v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 41.97 go: finding github.com/spf13/viper v1.6.1
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.04 go: finding github.com/davecgh/go-spew v1.1.1
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.04 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.10 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.11 go: finding github.com/go-toolsmith/strparse v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.19 go: finding github.com/pmezard/go-difflib v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.19 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.19 go: finding github.com/stretchr/objx v0.2.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.19 go: finding github.com/gobwas/glob v0.2.3
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.25 go: finding github.com/spf13/cobra v0.0.5
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.29 go: finding github.com/fsnotify/fsnotify v1.4.7
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.34 go: finding github.com/spf13/pflag v1.0.5
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.36 go: finding gopkg.in/yaml.v2 v2.2.7
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.36 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.42 go: finding github.com/hashicorp/hcl v1.0.0
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.42 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.43 go: finding github.com/magiconair/properties v1.8.1
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.54 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:51 [2021-04-22T13:36:51.645Z] #49 42.55 go: finding github.com/mitchellh/mapstructure v1.1.2
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.59 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.59 go: finding github.com/pelletier/go-toml v1.2.0
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.68 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.72 go: finding github.com/spf13/afero v1.1.2
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.78 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.81 go: finding github.com/spf13/cast v1.3.0
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.81 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.82 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.86 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:36:51 [2021-04-22T13:36:51.646Z] #49 42.93 go: finding github.com/subosito/gotenv v1.2.0
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.01 go: finding gopkg.in/ini.v1 v1.51.0
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.01 go: finding golang.org/x/text v0.3.2
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.14 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.14 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.18 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.20 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.20 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.24 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.24 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.24 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.25 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.28 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.28 go: finding github.com/kisielk/gotool v1.0.0
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.28 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.36 go: finding github.com/sourcegraph/go-diff v0.5.1
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.36 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.37 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.39 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.40 go: finding github.com/ultraware/funlen v0.0.2
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.41 go: finding github.com/ultraware/whitespace v0.0.4
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.49 go: finding github.com/uudashr/gocognit v1.0.1
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.53 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.58 go: finding github.com/gogo/protobuf v1.2.1
13:36:51 [2021-04-22T13:36:51.646Z] #49 43.69 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:36:51 [2021-04-22T13:36:51.740Z] #49 23.66 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:51 [2021-04-22T13:36:51.740Z] #49 23.66 go: extracting github.com/subosito/gotenv v1.2.0
13:36:51 [2021-04-22T13:36:51.740Z] #49 23.68 go: downloading github.com/gogo/protobuf v1.2.1
13:36:51 [2021-04-22T13:36:51.911Z] #49 43.77 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:51 [2021-04-22T13:36:51.911Z] #49 43.77 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:51 [2021-04-22T13:36:51.911Z] #49 43.89 go: finding github.com/BurntSushi/toml v0.3.1
13:36:51 [2021-04-22T13:36:51.911Z] #49 43.89 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:51 [2021-04-22T13:36:51.969Z] #40 ...
13:36:51 [2021-04-22T13:36:51.969Z] 
13:36:51 [2021-04-22T13:36:51.969Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:51 [2021-04-22T13:36:51.969Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:51 [2021-04-22T13:36:51.969Z] #13 23.32 Fetched 8941 kB in 19s (464 kB/s)
13:36:51 [2021-04-22T13:36:51.969Z] #13 23.32 Reading package lists...
13:36:51 [2021-04-22T13:36:51.969Z] #13 30.28 Reading package lists...
13:36:51 [2021-04-22T13:36:51.969Z] #13 ...
13:36:51 [2021-04-22T13:36:51.969Z] 
13:36:51 [2021-04-22T13:36:51.969Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:51 [2021-04-22T13:36:51.969Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:36:51 [2021-04-22T13:36:51.969Z] #45 31.34 vendor/golang.org/x/crypto/internal/subtle
13:36:51 [2021-04-22T13:36:51.969Z] #45 31.43 vendor/golang.org/x/crypto/curve25519
13:36:51 [2021-04-22T13:36:51.969Z] #45 ...
13:36:51 [2021-04-22T13:36:51.969Z] 
13:36:51 [2021-04-22T13:36:51.969Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:51 [2021-04-22T13:36:51.969Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:51 [2021-04-22T13:36:51.969Z] #49 36.76 go: extracting golang.org/x/text v0.3.2
13:36:52 [2021-04-22T13:36:52.005Z] #49 23.88 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:52 [2021-04-22T13:36:52.005Z] #49 23.95 go: extracting github.com/fsnotify/fsnotify v1.4.7
13:36:52 [2021-04-22T13:36:52.005Z] #49 23.96 go: downloading github.com/pelletier/go-toml v1.2.0
13:36:52 [2021-04-22T13:36:52.005Z] #49 24.14 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:52 [2021-04-22T13:36:52.584Z] #49 24.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0
13:36:52 [2021-04-22T13:36:52.584Z] #49 24.48 go: downloading github.com/mitchellh/mapstructure v1.1.2
13:36:52 [2021-04-22T13:36:52.584Z] #49 24.59 go: extracting github.com/go-toolsmith/astcopy v1.0.0
13:36:52 [2021-04-22T13:36:52.584Z] #49 24.65 go: extracting github.com/pelletier/go-toml v1.2.0
13:36:52 [2021-04-22T13:36:52.584Z] #49 24.76 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:52 [2021-04-22T13:36:52.721Z] #45 ...
13:36:52 [2021-04-22T13:36:52.721Z] 
13:36:52 [2021-04-22T13:36:52.721Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:52 [2021-04-22T13:36:52.721Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:52 [2021-04-22T13:36:52.721Z] #42 30.94 Reading package lists...
13:36:52 [2021-04-22T13:36:52.721Z] #42 ...
13:36:52 [2021-04-22T13:36:52.721Z] 
13:36:52 [2021-04-22T13:36:52.721Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:52 [2021-04-22T13:36:52.721Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:52 [2021-04-22T13:36:52.721Z] #13 22.77 Fetched 8941 kB in 19s (465 kB/s)
13:36:52 [2021-04-22T13:36:52.721Z] #13 22.77 Reading package lists...
13:36:52 [2021-04-22T13:36:52.721Z] #13 29.76 Reading package lists...
13:36:52 [2021-04-22T13:36:52.721Z] #13 ...
13:36:52 [2021-04-22T13:36:52.721Z] 
13:36:52 [2021-04-22T13:36:52.721Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:52 [2021-04-22T13:36:52.721Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:52 [2021-04-22T13:36:52.846Z] #49 24.82 go: extracting github.com/mitchellh/mapstructure v1.1.2
13:36:52 [2021-04-22T13:36:52.857Z] #49 ...
13:36:52 [2021-04-22T13:36:52.857Z] 
13:36:52 [2021-04-22T13:36:52.857Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:52 [2021-04-22T13:36:52.857Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:52 [2021-04-22T13:36:52.857Z] #13 39.90 Building dependency tree...
13:36:53 [2021-04-22T13:36:53.110Z] #49 25.00 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:53 [2021-04-22T13:36:53.110Z] #49 25.08 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:53 [2021-04-22T13:36:53.110Z] #49 25.18 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:53 [2021-04-22T13:36:53.110Z] #49 25.21 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
13:36:53 [2021-04-22T13:36:53.110Z] #49 25.30 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
13:36:53 [2021-04-22T13:36:53.206Z] #20 16.06 Reading package lists...
13:36:53 [2021-04-22T13:36:53.373Z] #49 25.35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:53 [2021-04-22T13:36:53.373Z] #49 25.42 go: downloading github.com/go-toolsmith/typep v1.0.0
13:36:53 [2021-04-22T13:36:53.373Z] #49 25.45 go: downloading github.com/spf13/jwalterweatherman v1.0.0
13:36:53 [2021-04-22T13:36:53.373Z] #49 25.52 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:53 [2021-04-22T13:36:53.636Z] #49 25.57 go: downloading github.com/uudashr/gocognit v1.0.1
13:36:53 [2021-04-22T13:36:53.636Z] #49 25.70 go: extracting github.com/spf13/jwalterweatherman v1.0.0
13:36:53 [2021-04-22T13:36:53.636Z] #49 25.70 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:53 [2021-04-22T13:36:53.636Z] #49 25.73 go: extracting github.com/uudashr/gocognit v1.0.1
13:36:53 [2021-04-22T13:36:53.636Z] #49 25.75 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.28 The following additional packages will be installed:
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.30   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.30   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.30   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.30   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.30   mingw-w64-common mingw-w64-x86-64-dev
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.30 Suggested packages:
13:36:53 [2021-04-22T13:36:53.804Z] #13 42.30   gcc-8-locales seccomp wine64
13:36:53 [2021-04-22T13:36:53.899Z] #49 25.76 go: downloading github.com/stretchr/objx v0.2.0
13:36:53 [2021-04-22T13:36:53.899Z] #49 25.88 go: extracting github.com/go-toolsmith/typep v1.0.0
13:36:53 [2021-04-22T13:36:53.899Z] #49 25.92 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:53 [2021-04-22T13:36:53.899Z] #49 25.93 go: downloading golang.org/x/text v0.3.2
13:36:53 [2021-04-22T13:36:53.899Z] #49 ...
13:36:53 [2021-04-22T13:36:53.899Z] 
13:36:53 [2021-04-22T13:36:53.899Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:36:53 [2021-04-22T13:36:53.899Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
13:36:53 [2021-04-22T13:36:53.899Z] #40 15.73 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
13:36:53 [2021-04-22T13:36:53.899Z] #40 16.88 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
13:36:54 [2021-04-22T13:36:54.102Z] #42 37.49 Building dependency tree...
13:36:54 [2021-04-22T13:36:54.147Z] #20 20.41 Building dependency tree...
13:36:54 [2021-04-22T13:36:54.147Z] #20 ...
13:36:54 [2021-04-22T13:36:54.147Z] 
13:36:54 [2021-04-22T13:36:54.147Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:36:54 [2021-04-22T13:36:54.147Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:36:54 [2021-04-22T13:36:54.147Z] #43 78.30   DEP      criu/protobuf-desc.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 78.47   DEP      criu/proc_parse.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 78.84   DEP      criu/plugin.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 79.00   DEP      criu/pipes.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 79.21   DEP      criu/pie-util.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 79.32   DEP      criu/pie-util-vdso.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 79.47   DEP      criu/pie-util-vdso-elf32.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 79.60   DEP      criu/path.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 79.72   DEP      criu/parasite-syscall.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 79.93   DEP      criu/pagemap.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 80.12   DEP      criu/pagemap-cache.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 80.24   DEP      criu/page-xfer.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 80.36   DEP      criu/page-pipe.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 80.52   DEP      criu/netfilter.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 80.69   DEP      criu/net.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 80.86   DEP      criu/namespaces.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 81.01   DEP      criu/mount.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 81.17   DEP      criu/memfd.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 81.31   DEP      criu/mem.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 81.48   DEP      criu/lsm.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 81.59   DEP      criu/log.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 81.69   DEP      criu/libnetlink.d
13:36:54 [2021-04-22T13:36:54.147Z] #43 81.81   DEP      criu/kerndat.d
13:36:54 [2021-04-22T13:36:54.163Z] #40 ...
13:36:54 [2021-04-22T13:36:54.163Z] 
13:36:54 [2021-04-22T13:36:54.163Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:54 [2021-04-22T13:36:54.163Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:36:54 [2021-04-22T13:36:54.163Z] #29 2.782 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
13:36:54 [2021-04-22T13:36:54.163Z] #29 3.205 
13:36:54 [2021-04-22T13:36:54.163Z] #29 3.581 
                                                                           0.0%
#                                                                          2.1%
#####                                                                      7.8%
########                                                                  12.1%
###########                                                               16.3%
##############                                                            20.4%
#################                                                         24.2%
####################                                                      28.2%
######################                                                    31.6%
########################                                                  34.0%
#########################                                                 35.3%
############################                                              39.8%
################################                                          45.6%
#####################################                                     52.3%
##########################################                                58.4%
##############################################                            64.5%
###################################################                       71.0%
#######################################################                   76.5%
##########################################################                81.8%
#############################################################             85.0%
#################################################################         90.8%
#####################################################################     97.0%
######################################################################## 100.0%
13:36:54 [2021-04-22T13:36:54.163Z] #29 6.388 
13:36:54 [2021-04-22T13:36:54.163Z] #29 6.717 
                                                                           0.2%
#########                                                                 13.8%
#########################                                                 35.8%
##################################################################        92.2%
######################################################################## 100.0%
13:36:54 [2021-04-22T13:36:54.163Z] #29 7.464 
13:36:54 [2021-04-22T13:36:54.408Z] #43 81.99   DEP      criu/kcmp-ids.d
13:36:54 [2021-04-22T13:36:54.408Z] #43 82.09   DEP      criu/irmap.d
13:36:54 [2021-04-22T13:36:54.408Z] #43 82.20   DEP      criu/ipc_ns.d
13:36:54 [2021-04-22T13:36:54.669Z] #43 82.41   DEP      criu/image.d
13:36:54 [2021-04-22T13:36:54.669Z] #43 82.57   DEP      criu/image-desc.d
13:36:54 [2021-04-22T13:36:54.676Z] #42 ...
13:36:54 [2021-04-22T13:36:54.676Z] 
13:36:54 [2021-04-22T13:36:54.676Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:54 [2021-04-22T13:36:54.676Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:54 [2021-04-22T13:36:54.676Z] #55 22.38 Reading package lists...
13:36:54 [2021-04-22T13:36:54.676Z] #55 29.80 Reading package lists...
13:36:54 [2021-04-22T13:36:54.676Z] #55 36.13 Building dependency tree...
13:36:54 [2021-04-22T13:36:54.676Z] #55 ...
13:36:54 [2021-04-22T13:36:54.676Z] 
13:36:54 [2021-04-22T13:36:54.676Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:54 [2021-04-22T13:36:54.676Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:54 [2021-04-22T13:36:54.676Z] #36 31.45 Reading package lists...
13:36:54 [2021-04-22T13:36:54.676Z] #36 38.01 Building dependency tree...
13:36:54 [2021-04-22T13:36:54.690Z] #29 7.730 
                                                                           0.2%
##########################                                                37.1%
#######################################################                   76.7%
######################################################################## 100.0%
13:36:54 [2021-04-22T13:36:54.751Z] #13 ...
13:36:54 [2021-04-22T13:36:54.751Z] 
13:36:54 [2021-04-22T13:36:54.751Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:54 [2021-04-22T13:36:54.751Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:54 [2021-04-22T13:36:54.751Z] #42 30.81 Reading package lists...
13:36:54 [2021-04-22T13:36:54.751Z] #42 37.17 Building dependency tree...
13:36:54 [2021-04-22T13:36:54.751Z] #42 40.21 The following additional packages will be installed:
13:36:54 [2021-04-22T13:36:54.751Z] #42 40.21   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:36:54 [2021-04-22T13:36:54.751Z] #42 40.22   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:36:54 [2021-04-22T13:36:54.751Z] #42 40.23 Suggested packages:
13:36:54 [2021-04-22T13:36:54.751Z] #42 40.23   manpages-dev python-setuptools
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.51 The following NEW packages will be installed:
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.51   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.51   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.51   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.51   python-six zlib1g-dev
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 Need to get 4095 kB of archives.
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 After this operation, 22.5 MB of additional disk space will be used.
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 41.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.36 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.46 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.46 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 42.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
13:36:54 [2021-04-22T13:36:54.751Z] #42 43.53 debconf: delaying package configuration, since apt-utils is not installed
13:36:54 [2021-04-22T13:36:54.751Z] #42 43.77 Fetched 4095 kB in 1s (4522 kB/s)
13:36:54 [2021-04-22T13:36:54.751Z] #42 43.89 Selecting previously unselected package libcap-dev:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 43.89 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.01 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.05 Unpacking libcap-dev:amd64 (1:2.25-2) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.22 Selecting previously unselected package libnet1:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.22 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.31 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.41 Selecting previously unselected package libnet1-dev.
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.42 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.44 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.63 Selecting previously unselected package libnl-3-200:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.63 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.67 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.74 Selecting previously unselected package libnl-3-dev:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.78 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 44.78 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.08 Selecting previously unselected package libprotobuf-c1:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.08 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.08 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.22 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.22 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.22 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.28 Selecting previously unselected package zlib1g-dev:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.28 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.28 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.53 Selecting previously unselected package libprotobuf17:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.53 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 45.54 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 46.23 Selecting previously unselected package libprotobuf-lite17:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 46.23 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 46.26 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 46.65 Selecting previously unselected package libprotobuf-dev:amd64.
13:36:54 [2021-04-22T13:36:54.751Z] #42 46.65 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
13:36:54 [2021-04-22T13:36:54.751Z] #42 46.65 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:36:54 [2021-04-22T13:36:54.930Z] #43 82.65   DEP      criu/fsnotify.d
13:36:54 [2021-04-22T13:36:54.971Z] #29 ...
13:36:54 [2021-04-22T13:36:54.971Z] 
13:36:54 [2021-04-22T13:36:54.971Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:54 [2021-04-22T13:36:54.971Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:36:54 [2021-04-22T13:36:54.971Z] #36 16.87 Fetched 8251 kB in 11s (757 kB/s)
13:36:54 [2021-04-22T13:36:54.971Z] #36 16.87 Reading package lists...
13:36:54 [2021-04-22T13:36:54.971Z] #36 22.06 Reading package lists...
13:36:54 [2021-04-22T13:36:54.971Z] #36 26.73 Building dependency tree...
13:36:54 [2021-04-22T13:36:54.971Z] #36 ...
13:36:54 [2021-04-22T13:36:54.971Z] 
13:36:54 [2021-04-22T13:36:54.971Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:54 [2021-04-22T13:36:54.971Z] #49 sha256:ba78342ec985deb2949dd6f74ff81a514aefd9ffcc208e48dc1b414a0fa180be
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.07 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.15 go: extracting github.com/stretchr/objx v0.2.0
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.18 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.26 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.52 go: downloading github.com/kisielk/gotool v1.0.0
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.72 go: downloading github.com/go-toolsmith/astp v1.0.0
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.85 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.94 go: extracting github.com/kisielk/gotool v1.0.0
13:36:54 [2021-04-22T13:36:54.971Z] #49 26.99 go: downloading github.com/go-toolsmith/strparse v1.0.0
13:36:55 [2021-04-22T13:36:55.190Z] #43 82.84   DEP      criu/filesystems.d
13:36:55 [2021-04-22T13:36:55.191Z] #43 82.99   DEP      criu/files.d
13:36:55 [2021-04-22T13:36:55.234Z] #49 27.20 go: extracting github.com/go-toolsmith/astp v1.0.0
13:36:55 [2021-04-22T13:36:55.234Z] #49 27.21 go: extracting github.com/go-toolsmith/strparse v1.0.0
13:36:55 [2021-04-22T13:36:55.234Z] #49 27.35 go: downloading github.com/go-toolsmith/astcast v1.0.0
13:36:55 [2021-04-22T13:36:55.234Z] #49 ...
13:36:55 [2021-04-22T13:36:55.234Z] 
13:36:55 [2021-04-22T13:36:55.234Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:55 [2021-04-22T13:36:55.234Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:36:55 [2021-04-22T13:36:55.234Z] #42 17.25 Fetched 8251 kB in 12s (706 kB/s)
13:36:55 [2021-04-22T13:36:55.234Z] #42 17.25 Reading package lists...
13:36:55 [2021-04-22T13:36:55.325Z] #42 ...
13:36:55 [2021-04-22T13:36:55.326Z] 
13:36:55 [2021-04-22T13:36:55.326Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:36:55 [2021-04-22T13:36:55.326Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52 The following NEW packages will be installed:
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.52 The following packages will be upgraded:
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.54   libseccomp2 libsystemd0 libudev1
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.92 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.92 Need to get 78.2 MB of archives.
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.92 After this operation, 487 MB of additional disk space will be used.
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.92 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
13:36:55 [2021-04-22T13:36:55.326Z] #13 43.92 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
13:36:55 [2021-04-22T13:36:55.451Z] #43 83.16   DEP      criu/files-reg.d
13:36:55 [2021-04-22T13:36:55.498Z] #42 23.07 Reading package lists...
13:36:55 [2021-04-22T13:36:55.498Z] #42 ...
13:36:55 [2021-04-22T13:36:55.498Z] 
13:36:55 [2021-04-22T13:36:55.498Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:55 [2021-04-22T13:36:55.498Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:36:55 [2021-04-22T13:36:55.498Z] #29 8.383 
13:36:55 [2021-04-22T13:36:55.589Z] #13 43.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
13:36:55 [2021-04-22T13:36:55.589Z] #13 43.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
13:36:55 [2021-04-22T13:36:55.589Z] #13 44.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:36:55 [2021-04-22T13:36:55.714Z] #43 83.30   DEP      criu/files-ext.d
13:36:55 [2021-04-22T13:36:55.714Z] #43 83.49   DEP      criu/file-lock.d
13:36:55 [2021-04-22T13:36:55.761Z] #29 8.797 
                                                                           0.0%
###                                                                        4.5%
#####                                                                      7.6%
#######                                                                    9.8%
13:36:55 [2021-04-22T13:36:55.761Z] #29 ...
13:36:55 [2021-04-22T13:36:55.761Z] 
13:36:55 [2021-04-22T13:36:55.761Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:55 [2021-04-22T13:36:55.761Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
13:36:55 [2021-04-22T13:36:55.761Z] #55 17.79 Fetched 8251 kB in 12s (712 kB/s)
13:36:55 [2021-04-22T13:36:55.761Z] #55 17.79 Reading package lists...
13:36:55 [2021-04-22T13:36:55.761Z] #55 23.06 Reading package lists...
13:36:55 [2021-04-22T13:36:55.761Z] #55 27.86 Building dependency tree...
13:36:55 [2021-04-22T13:36:55.761Z] #55 ...
13:36:55 [2021-04-22T13:36:55.761Z] 
13:36:55 [2021-04-22T13:36:55.761Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:55 [2021-04-22T13:36:55.761Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:36:55 [2021-04-22T13:36:55.975Z] #43 83.71   DEP      criu/file-ids.d
13:36:55 [2021-04-22T13:36:55.975Z] #43 83.85   DEP      criu/fifo.d
13:36:56 [2021-04-22T13:36:56.058Z] #36 ...
13:36:56 [2021-04-22T13:36:56.058Z] 
13:36:56 [2021-04-22T13:36:56.058Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:56 [2021-04-22T13:36:56.058Z] #67 sha256:62b18d89bb1ef61431c14c5fc1e511e7946b6219748fcf58cc5b0f0ee2389e3c
13:36:56 [2021-04-22T13:36:56.058Z] #67 DONE 40.9s
13:36:56 [2021-04-22T13:36:56.162Z] #13 44.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:36:56 [2021-04-22T13:36:56.288Z] #29 8.797 
                                                                           0.0%
###                                                                        4.5%
#####                                                                      7.6%
#######                                                                    9.8%
#########                                                                 13.0%
############                                                              18.0%
###############                                                           21.8%
#################                                                         24.2%
13:36:56 [2021-04-22T13:36:56.288Z] #29 ...
13:36:56 [2021-04-22T13:36:56.288Z] 
13:36:56 [2021-04-22T13:36:56.288Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:36:56 [2021-04-22T13:36:56.288Z] #58 sha256:d00360c497b6ba4cff53d11962527d1afe2fe753cdd717f567150b77557ecb79
13:36:56 [2021-04-22T13:36:56.288Z] #58 18.23 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 18.34 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 18.60 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 18.95 go: extracting github.com/russross/blackfriday/v2 v2.1.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 22.55 go: finding github.com/pkg/errors v0.9.1
13:36:56 [2021-04-22T13:36:56.288Z] #58 22.58 go: finding github.com/sirupsen/logrus v1.8.1
13:36:56 [2021-04-22T13:36:56.288Z] #58 22.70 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:36:56 [2021-04-22T13:36:56.288Z] #58 22.92 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:36:56 [2021-04-22T13:36:56.288Z] #58 22.95 go: finding github.com/google/uuid v1.2.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.16 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.20 go: finding github.com/gofrs/flock v0.8.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.32 go: finding github.com/moby/vpnkit v0.5.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.42 go: finding github.com/gorilla/mux v1.8.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.42 go: finding github.com/moby/sys/mountinfo v0.4.1
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.54 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.62 go: finding github.com/urfave/cli/v2 v2.3.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.64 go: finding github.com/u-root/u-root v7.0.0+incompatible
13:36:56 [2021-04-22T13:36:56.288Z] #58 23.86 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 24.15 go: finding github.com/russross/blackfriday/v2 v2.1.0
13:36:56 [2021-04-22T13:36:56.288Z] #58 ...
13:36:56 [2021-04-22T13:36:56.288Z] 
13:36:56 [2021-04-22T13:36:56.288Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:56 [2021-04-22T13:36:56.288Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:36:56 [2021-04-22T13:36:56.320Z] 
13:36:56 [2021-04-22T13:36:56.320Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:56 [2021-04-22T13:36:56.320Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:56 [2021-04-22T13:36:56.320Z] #42 40.81 The following additional packages will be installed:
13:36:56 [2021-04-22T13:36:56.320Z] #42 40.81   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:36:56 [2021-04-22T13:36:56.320Z] #42 40.81   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:36:56 [2021-04-22T13:36:56.320Z] #42 40.83 Suggested packages:
13:36:56 [2021-04-22T13:36:56.320Z] #42 40.84   manpages-dev python-setuptools
13:36:56 [2021-04-22T13:36:56.424Z] #13 44.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]
13:36:56 [2021-04-22T13:36:56.424Z] #13 44.82 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:36:56 [2021-04-22T13:36:56.424Z] #13 44.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:36:56 [2021-04-22T13:36:56.546Z] #43 84.06   DEP      criu/fdstore.d
13:36:56 [2021-04-22T13:36:56.546Z] #43 84.17   DEP      criu/fault-injection.d
13:36:56 [2021-04-22T13:36:56.546Z] #43 84.22   DEP      criu/external.d
13:36:56 [2021-04-22T13:36:56.546Z] #43 84.40   DEP      criu/eventpoll.d
13:36:56 [2021-04-22T13:36:56.688Z] #13 45.01 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:36:56 [2021-04-22T13:36:56.807Z] #43 84.53   DEP      criu/eventfd.d
13:36:57 [2021-04-22T13:36:57.068Z] #43 84.67   DEP      criu/crtools.d
13:36:57 [2021-04-22T13:36:57.068Z] #43 84.87   DEP      criu/cr-service.d
13:36:57 [2021-04-22T13:36:57.087Z] #29 8.797 
                                                                           0.0%
###                                                                        4.5%
#####                                                                      7.6%
#######                                                                    9.8%
#########                                                                 13.0%
############                                                              18.0%
###############                                                           21.8%
#################                                                         24.2%
###################                                                       27.1%
######################                                                    31.4%
#########################                                                 35.2%
############################                                              39.8%
###############################                                           43.6%
##################################                                        47.4%
#####################################                                     51.4%
######################################                                    54.0%
13:36:57 [2021-04-22T13:36:57.087Z] #29 ...
13:36:57 [2021-04-22T13:36:57.087Z] 
13:36:57 [2021-04-22T13:36:57.087Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:57 [2021-04-22T13:36:57.087Z] #67 sha256:d2f1904bbf0674a3a05d002b9eb6b8f10e510dd165e9560dc8f4e26055c9a396
13:36:57 [2021-04-22T13:36:57.087Z] #67 19.07 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:36:57 [2021-04-22T13:36:57.087Z] #67 ...
13:36:57 [2021-04-22T13:36:57.087Z] 
13:36:57 [2021-04-22T13:36:57.087Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:36:57 [2021-04-22T13:36:57.087Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:36:57 [2021-04-22T13:36:57.261Z] #13 45.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.30 go: finding github.com/fatih/color v1.7.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.35 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.38 go: finding github.com/mattn/go-colorable v0.1.4
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.38 go: finding github.com/mattn/go-isatty v0.0.8
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.52 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.55 go: finding github.com/go-critic/go-critic v0.4.1
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.57 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.61 go: finding github.com/go-lintpack/lintpack v0.5.2
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.65 go: finding github.com/pkg/errors v0.8.1
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.66 go: finding github.com/go-toolsmith/astequal v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.71 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.71 go: finding github.com/sirupsen/logrus v1.4.2
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.71 go: finding github.com/mitchellh/go-homedir v1.1.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.72 go: finding github.com/go-toolsmith/astp v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.72 go: finding github.com/stretchr/testify v1.4.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.75 go: finding github.com/go-toolsmith/astcast v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.76 go: finding github.com/davecgh/go-spew v1.1.1
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.78 go: finding github.com/go-toolsmith/typep v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.87 go: finding github.com/spf13/viper v1.6.1
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.87 go: finding github.com/pmezard/go-difflib v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.89 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.90 go: finding github.com/stretchr/objx v0.2.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 41.96 go: finding gopkg.in/yaml.v2 v2.2.7
13:36:57 [2021-04-22T13:36:57.262Z] #49 42.07 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:36:57 [2021-04-22T13:36:57.262Z] #49 42.07 go: finding github.com/go-toolsmith/strparse v1.0.0
13:36:57 [2021-04-22T13:36:57.262Z] #49 42.09 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:36:57 [2021-04-22T13:36:57.330Z] #43 85.06   DEP      criu/cr-restore.d
13:36:57 [2021-04-22T13:36:57.523Z] #13 45.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:36:57 [2021-04-22T13:36:57.523Z] #13 45.94 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:36:57 [2021-04-22T13:36:57.523Z] #13 ...
13:36:57 [2021-04-22T13:36:57.523Z] 
13:36:57 [2021-04-22T13:36:57.523Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:36:57 [2021-04-22T13:36:57.523Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:36:57 [2021-04-22T13:36:57.523Z] #45 39.53 sync
13:36:57 [2021-04-22T13:36:57.523Z] #45 39.53 internal/reflectlite
13:36:57 [2021-04-22T13:36:57.523Z] #45 41.06 github.com/LK4D4/vndr/godl/singleflight
13:36:57 [2021-04-22T13:36:57.523Z] #45 41.41 math/rand
13:36:57 [2021-04-22T13:36:57.523Z] #45 42.46 internal/singleflight
13:36:57 [2021-04-22T13:36:57.523Z] #45 42.84 errors
13:36:57 [2021-04-22T13:36:57.523Z] #45 42.84 sort
13:36:57 [2021-04-22T13:36:57.523Z] #45 43.18 io
13:36:57 [2021-04-22T13:36:57.523Z] #45 44.16 strconv
13:36:57 [2021-04-22T13:36:57.523Z] #45 44.34 bytes
13:36:57 [2021-04-22T13:36:57.523Z] #45 46.58 bufio
13:36:57 [2021-04-22T13:36:57.523Z] #45 47.36 reflect
13:36:57 [2021-04-22T13:36:57.523Z] #45 47.93 internal/oserror
13:36:57 [2021-04-22T13:36:57.523Z] #45 47.97 syscall
13:36:57 [2021-04-22T13:36:57.532Z] #49 42.22 go: finding github.com/spf13/cobra v0.0.5
13:36:57 [2021-04-22T13:36:57.532Z] #49 42.33 go: finding github.com/gobwas/glob v0.2.3
13:36:57 [2021-04-22T13:36:57.532Z] #49 42.38 go: finding github.com/fsnotify/fsnotify v1.4.7
13:36:57 [2021-04-22T13:36:57.591Z] #43 85.22   DEP      criu/cr-errno.d
13:36:57 [2021-04-22T13:36:57.591Z] #43 85.25   DEP      criu/cr-dump.d
13:36:57 [2021-04-22T13:36:57.591Z] #43 ...
13:36:57 [2021-04-22T13:36:57.591Z] 
13:36:57 [2021-04-22T13:36:57.591Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:36:57 [2021-04-22T13:36:57.591Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.04 libcap2-bin is already the newest version (1:2.25-2).
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.04 The following additional packages will be installed:
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.05   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   python3.7 python3.7-minimal vim-runtime xxd
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06 Suggested packages:
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06 Recommended packages:
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   aufs-dkms nftables build-essential python3-dev python3-keyring
13:36:57 [2021-04-22T13:36:57.591Z] #20 22.06   python3-keyrings.alt python3-xdg unzip
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.92 The following NEW packages will be installed:
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:36:57 [2021-04-22T13:36:57.591Z] #20 23.93   xz-utils zip
13:36:57 [2021-04-22T13:36:57.591Z] #20 24.24 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.24 Need to get 28.5 MB of archives.
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.24 After this operation, 116 MB of additional disk space will be used.
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.26 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.35 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.59 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.59 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.76 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.76 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.82 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.82 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.82 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.88 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.88 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.90 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.90 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.91 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.91 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:36:57 [2021-04-22T13:36:57.592Z] #20 24.92 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:36:57 [2021-04-22T13:36:57.704Z] #42 42.44 The following NEW packages will be installed:
13:36:57 [2021-04-22T13:36:57.704Z] #42 42.45   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:36:57 [2021-04-22T13:36:57.704Z] #42 42.45   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:36:57 [2021-04-22T13:36:57.704Z] #42 42.46   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:36:57 [2021-04-22T13:36:57.704Z] #42 42.46   python-six zlib1g-dev
13:36:57 [2021-04-22T13:36:57.785Z] #45 ...
13:36:57 [2021-04-22T13:36:57.785Z] 
13:36:57 [2021-04-22T13:36:57.785Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:57 [2021-04-22T13:36:57.785Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:36:57 [2021-04-22T13:36:57.785Z] #32 48.76 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
13:36:57 [2021-04-22T13:36:57.785Z] #32 49.01 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:36:57 [2021-04-22T13:36:57.785Z] #32 49.27 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:57 [2021-04-22T13:36:57.788Z] #49 ...
13:36:57 [2021-04-22T13:36:57.788Z] 
13:36:57 [2021-04-22T13:36:57.788Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:36:57 [2021-04-22T13:36:57.788Z] #67 sha256:eae7619778c4b38d8f2b0d5f4764123a3300a31671871441cfc29dbde310fe6b
13:36:57 [2021-04-22T13:36:57.788Z] #67 DONE 42.5s
13:36:57 [2021-04-22T13:36:57.788Z] 
13:36:57 [2021-04-22T13:36:57.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
13:36:57 [2021-04-22T13:36:57.788Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:57 [2021-04-22T13:36:57.788Z] #49 42.47 go: finding github.com/spf13/pflag v1.0.5
13:36:57 [2021-04-22T13:36:57.788Z] #49 42.49 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:57 [2021-04-22T13:36:57.788Z] #49 42.52 go: finding github.com/hashicorp/hcl v1.0.0
13:36:57 [2021-04-22T13:36:57.788Z] #49 ...
13:36:57 [2021-04-22T13:36:57.788Z] 
13:36:57 [2021-04-22T13:36:57.788Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:57 [2021-04-22T13:36:57.788Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:57 [2021-04-22T13:36:57.788Z] #36 31.03 Reading package lists...
13:36:57 [2021-04-22T13:36:57.788Z] #36 37.41 Building dependency tree...
13:36:57 [2021-04-22T13:36:57.788Z] #36 40.94 The following additional packages will be installed:
13:36:57 [2021-04-22T13:36:57.788Z] #36 40.95   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:36:57 [2021-04-22T13:36:57.788Z] #36 40.96 Suggested packages:
13:36:57 [2021-04-22T13:36:57.788Z] #36 40.97   cmake-doc ninja-build lrzip
13:36:57 [2021-04-22T13:36:57.788Z] #36 40.97 Recommended packages:
13:36:57 [2021-04-22T13:36:57.788Z] #36 40.97   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:36:57 [2021-04-22T13:36:57.788Z] #36 41.92 The following NEW packages will be installed:
13:36:57 [2021-04-22T13:36:57.788Z] #36 41.94   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:36:57 [2021-04-22T13:36:57.788Z] #36 41.96   vim-common xxd
13:36:57 [2021-04-22T13:36:57.788Z] #36 42.32 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:36:57 [2021-04-22T13:36:57.788Z] #36 42.32 Need to get 14.9 MB of archives.
13:36:57 [2021-04-22T13:36:57.788Z] #36 42.32 After this operation, 61.8 MB of additional disk space will be used.
13:36:57 [2021-04-22T13:36:57.788Z] #36 42.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:36:57 [2021-04-22T13:36:57.788Z] #36 42.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:36:57 [2021-04-22T13:36:57.788Z] #36 42.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:36:57 [2021-04-22T13:36:57.788Z] #36 42.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.84 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.84 Need to get 4095 kB of archives.
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.84 After this operation, 22.5 MB of additional disk space will be used.
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.85 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.86 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
13:36:57 [2021-04-22T13:36:57.964Z] #42 42.87 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
13:36:58 [2021-04-22T13:36:58.065Z] #36 ...
13:36:58 [2021-04-22T13:36:58.066Z] 
13:36:58 [2021-04-22T13:36:58.066Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:58 [2021-04-22T13:36:58.066Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:36:58 [2021-04-22T13:36:58.066Z] #49 42.66 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:58 [2021-04-22T13:36:58.066Z] #49 42.80 go: finding github.com/magiconair/properties v1.8.1
13:36:58 [2021-04-22T13:36:58.066Z] #49 42.85 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:58 [2021-04-22T13:36:58.066Z] #49 42.90 go: finding github.com/mitchellh/mapstructure v1.1.2
13:36:58 [2021-04-22T13:36:58.066Z] #49 42.95 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:58 [2021-04-22T13:36:58.165Z] #20 ...
13:36:58 [2021-04-22T13:36:58.165Z] 
13:36:58 [2021-04-22T13:36:58.165Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:36:58 [2021-04-22T13:36:58.165Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:36:58 [2021-04-22T13:36:58.165Z] #32 DONE 152.5s
13:36:58 [2021-04-22T13:36:58.165Z] 
13:36:58 [2021-04-22T13:36:58.165Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:36:58 [2021-04-22T13:36:58.165Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:36:58 [2021-04-22T13:36:58.165Z] #20 25.43 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:36:58 [2021-04-22T13:36:58.165Z] #20 25.43 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:36:58 [2021-04-22T13:36:58.165Z] #20 25.43 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:36:58 [2021-04-22T13:36:58.165Z] #20 25.44 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
13:36:58 [2021-04-22T13:36:58.165Z] #20 25.44 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
13:36:58 [2021-04-22T13:36:58.165Z] #20 25.46 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 42.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 42.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 42.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 43.06 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 43.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 43.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 43.12 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 43.13 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
13:36:58 [2021-04-22T13:36:58.224Z] #42 43.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
13:36:58 [2021-04-22T13:36:58.227Z] #29 8.797 
                                                                           0.0%
###                                                                        4.5%
#####                                                                      7.6%
#######                                                                    9.8%
#########                                                                 13.0%
############                                                              18.0%
###############                                                           21.8%
#################                                                         24.2%
###################                                                       27.1%
######################                                                    31.4%
#########################                                                 35.2%
############################                                              39.8%
###############################                                           43.6%
##################################                                        47.4%
#####################################                                     51.4%
######################################                                    54.0%
#########################################                                 57.2%
#############################################                             62.9%
##############################################                            64.9%
##################################################                        70.6%
#######################################################                   76.7%
#########################################################                 80.1%
###########################################################               83.2%
##############################################################            86.4%
##################################################################        91.7%
#####################################################################     96.9%
######################################################################## 100.0%
13:36:58 [2021-04-22T13:36:58.325Z] #49 42.96 go: finding github.com/pelletier/go-toml v1.2.0
13:36:58 [2021-04-22T13:36:58.325Z] #49 43.04 go: finding github.com/spf13/afero v1.1.2
13:36:58 [2021-04-22T13:36:58.325Z] #49 43.09 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:58 [2021-04-22T13:36:58.325Z] #49 43.12 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:58 [2021-04-22T13:36:58.325Z] #49 43.15 go: finding github.com/spf13/cast v1.3.0
13:36:58 [2021-04-22T13:36:58.325Z] #49 43.15 go: finding golang.org/x/text v0.3.2
13:36:58 [2021-04-22T13:36:58.325Z] #49 43.19 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:58 [2021-04-22T13:36:58.425Z] #20 25.72 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:36:58 [2021-04-22T13:36:58.425Z] #20 25.72 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
13:36:58 [2021-04-22T13:36:58.425Z] #20 25.77 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
13:36:58 [2021-04-22T13:36:58.425Z] #20 25.78 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:36:58 [2021-04-22T13:36:58.425Z] #20 25.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
13:36:58 [2021-04-22T13:36:58.485Z] #42 ...
13:36:58 [2021-04-22T13:36:58.485Z] 
13:36:58 [2021-04-22T13:36:58.485Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:58 [2021-04-22T13:36:58.485Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:58 [2021-04-22T13:36:58.485Z] #55 39.66 The following additional packages will be installed:
13:36:58 [2021-04-22T13:36:58.485Z] #55 39.67   libbtrfs0
13:36:58 [2021-04-22T13:36:58.485Z] #55 39.89 The following NEW packages will be installed:
13:36:58 [2021-04-22T13:36:58.485Z] #55 39.90   libbtrfs-dev libbtrfs0
13:36:58 [2021-04-22T13:36:58.485Z] #55 40.35 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:36:58 [2021-04-22T13:36:58.485Z] #55 40.35 Need to get 119 kB of archives.
13:36:58 [2021-04-22T13:36:58.485Z] #55 40.35 After this operation, 387 kB of additional disk space will be used.
13:36:58 [2021-04-22T13:36:58.485Z] #55 40.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:36:58 [2021-04-22T13:36:58.485Z] #55 40.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:36:58 [2021-04-22T13:36:58.485Z] #55 41.70 debconf: delaying package configuration, since apt-utils is not installed
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.02 Fetched 119 kB in 0s (451 kB/s)
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.34 Selecting previously unselected package libbtrfs0.
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.43 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.44 Unpacking libbtrfs0 (4.20.1-2) ...
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.52 Selecting previously unselected package libbtrfs-dev.
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.52 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.53 Unpacking libbtrfs-dev (4.20.1-2) ...
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.75 Setting up libbtrfs0 (4.20.1-2) ...
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.78 Setting up libbtrfs-dev (4.20.1-2) ...
13:36:58 [2021-04-22T13:36:58.485Z] #55 42.79 Processing triggers for libc-bin (2.28-10) ...
13:36:58 [2021-04-22T13:36:58.485Z] #55 DONE 43.2s
13:36:58 [2021-04-22T13:36:58.485Z] 
13:36:58 [2021-04-22T13:36:58.485Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:36:58 [2021-04-22T13:36:58.485Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:36:58 [2021-04-22T13:36:58.485Z] #49 37.00 go: extracting golang.org/x/text v0.3.2
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.32 go: finding github.com/fatih/color v1.7.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.35 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.38 go: finding github.com/mattn/go-colorable v0.1.4
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.44 go: finding github.com/mattn/go-isatty v0.0.8
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.51 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.53 go: finding github.com/go-lintpack/lintpack v0.5.2
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.56 go: finding github.com/go-critic/go-critic v0.4.1
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.61 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.61 go: finding github.com/pkg/errors v0.8.1
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.66 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.68 go: finding github.com/mitchellh/go-homedir v1.1.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.68 go: finding github.com/go-toolsmith/astequal v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.71 go: finding github.com/go-toolsmith/astp v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.73 go: finding github.com/sirupsen/logrus v1.4.2
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.74 go: finding github.com/spf13/viper v1.6.1
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.75 go: finding github.com/stretchr/testify v1.4.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.75 go: finding github.com/go-toolsmith/astcast v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.77 go: finding github.com/davecgh/go-spew v1.1.1
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.79 go: finding github.com/go-toolsmith/typep v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.89 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.89 go: finding github.com/pmezard/go-difflib v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.96 go: finding github.com/go-toolsmith/strparse v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.98 go: finding github.com/fsnotify/fsnotify v1.4.7
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.98 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:36:58 [2021-04-22T13:36:58.485Z] #49 42.99 go: finding github.com/stretchr/objx v0.2.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 43.05 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 43.06 go: finding gopkg.in/yaml.v2 v2.2.7
13:36:58 [2021-04-22T13:36:58.485Z] #49 43.07 go: finding github.com/spf13/cobra v0.0.5
13:36:58 [2021-04-22T13:36:58.485Z] #49 43.07 go: finding github.com/hashicorp/hcl v1.0.0
13:36:58 [2021-04-22T13:36:58.485Z] #49 43.09 go: finding github.com/gobwas/glob v0.2.3
13:36:58 [2021-04-22T13:36:58.485Z] #49 43.39 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:36:58 [2021-04-22T13:36:58.509Z] #29 12.01 
13:36:58 [2021-04-22T13:36:58.581Z] #49 43.24 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:36:58 [2021-04-22T13:36:58.581Z] #49 43.25 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:58 [2021-04-22T13:36:58.581Z] #49 43.32 go: finding github.com/subosito/gotenv v1.2.0
13:36:58 [2021-04-22T13:36:58.581Z] #49 43.38 go: finding gopkg.in/ini.v1 v1.51.0
13:36:58 [2021-04-22T13:36:58.581Z] #49 43.39 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:58 [2021-04-22T13:36:58.581Z] #49 43.43 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:58 [2021-04-22T13:36:58.686Z] #20 25.85 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
13:36:58 [2021-04-22T13:36:58.686Z] #20 25.85 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
13:36:58 [2021-04-22T13:36:58.686Z] #20 25.96 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
13:36:58 [2021-04-22T13:36:58.745Z] #49 43.44 go: finding github.com/spf13/pflag v1.0.5
13:36:58 [2021-04-22T13:36:58.745Z] #49 43.44 go: finding github.com/magiconair/properties v1.8.1
13:36:58 [2021-04-22T13:36:58.745Z] #49 43.47 go: finding github.com/mitchellh/mapstructure v1.1.2
13:36:58 [2021-04-22T13:36:58.745Z] #49 43.57 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:36:58 [2021-04-22T13:36:58.745Z] #49 43.63 go: finding github.com/pelletier/go-toml v1.2.0
13:36:58 [2021-04-22T13:36:58.745Z] #49 43.64 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:36:58 [2021-04-22T13:36:58.745Z] #49 43.70 go: finding github.com/spf13/afero v1.1.2
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.47 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.60 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.60 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.60 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.62 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.64 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.65 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.65 go: finding github.com/kisielk/gotool v1.0.0
13:36:58 [2021-04-22T13:36:58.840Z] #49 43.67 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:58 [2021-04-22T13:36:58.947Z] #20 26.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
13:36:58 [2021-04-22T13:36:58.947Z] #20 26.11 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:36:59 [2021-04-22T13:36:59.005Z] #49 43.72 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:36:59 [2021-04-22T13:36:59.005Z] #49 43.74 go: finding github.com/spf13/cast v1.3.0
13:36:59 [2021-04-22T13:36:59.005Z] #49 43.77 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:36:59 [2021-04-22T13:36:59.005Z] #49 43.85 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:36:59 [2021-04-22T13:36:59.005Z] #49 43.94 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:36:59 [2021-04-22T13:36:59.096Z] #49 43.83 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:36:59 [2021-04-22T13:36:59.096Z] #49 43.90 go: finding github.com/sourcegraph/go-diff v0.5.1
13:36:59 [2021-04-22T13:36:59.096Z] #49 43.97 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:36:59 [2021-04-22T13:36:59.096Z] #49 43.97 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:36:59 [2021-04-22T13:36:59.096Z] #49 43.98 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:36:59 [2021-04-22T13:36:59.096Z] #49 44.00 go: finding github.com/ultraware/funlen v0.0.2
13:36:59 [2021-04-22T13:36:59.096Z] #49 44.02 go: finding github.com/ultraware/whitespace v0.0.4
13:36:59 [2021-04-22T13:36:59.096Z] #49 44.03 go: finding github.com/uudashr/gocognit v1.0.1
13:36:59 [2021-04-22T13:36:59.096Z] #49 44.08 go: finding github.com/gogo/protobuf v1.2.1
13:36:59 [2021-04-22T13:36:59.176Z] #32 ...
13:36:59 [2021-04-22T13:36:59.176Z] 
13:36:59 [2021-04-22T13:36:59.176Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:36:59 [2021-04-22T13:36:59.176Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.22 The following NEW packages will be installed:
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.22   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.22   vim-common xxd
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.51 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.51 Need to get 14.9 MB of archives.
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.51 After this operation, 61.8 MB of additional disk space will be used.
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 41.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 42.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 42.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 42.55 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 42.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 42.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 42.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.01 debconf: delaying package configuration, since apt-utils is not installed
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.29 Fetched 14.9 MB in 2s (8836 kB/s)
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.36 Selecting previously unselected package xxd.
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.42 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.44 Unpacking xxd (2:8.1.0875-5) ...
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.67 Selecting previously unselected package vim-common.
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.67 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:36:59 [2021-04-22T13:36:59.176Z] #36 44.71 Unpacking vim-common (2:8.1.0875-5) ...
13:36:59 [2021-04-22T13:36:59.176Z] #36 45.08 Selecting previously unselected package cmake-data.
13:36:59 [2021-04-22T13:36:59.176Z] #36 45.08 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:36:59 [2021-04-22T13:36:59.176Z] #36 45.08 Unpacking cmake-data (3.13.4-1) ...
13:36:59 [2021-04-22T13:36:59.176Z] #36 47.86 Selecting previously unselected package libicu63:amd64.
13:36:59 [2021-04-22T13:36:59.176Z] #36 47.87 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.176Z] #36 47.89 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:36:59 [2021-04-22T13:36:59.207Z] #20 26.46 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
13:36:59 [2021-04-22T13:36:59.207Z] #20 26.52 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
13:36:59 [2021-04-22T13:36:59.207Z] #20 26.54 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
13:36:59 [2021-04-22T13:36:59.265Z] #49 44.04 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:36:59 [2021-04-22T13:36:59.265Z] #49 44.05 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:36:59 [2021-04-22T13:36:59.265Z] #49 44.07 go: finding github.com/subosito/gotenv v1.2.0
13:36:59 [2021-04-22T13:36:59.265Z] #49 44.16 go: finding gopkg.in/ini.v1 v1.51.0
13:36:59 [2021-04-22T13:36:59.265Z] #49 44.18 go: finding golang.org/x/text v0.3.2
13:36:59 [2021-04-22T13:36:59.353Z] #49 44.12 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:36:59 [2021-04-22T13:36:59.353Z] #49 44.17 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:36:59 [2021-04-22T13:36:59.353Z] #49 44.21 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:36:59 [2021-04-22T13:36:59.353Z] #49 44.22 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:36:59 [2021-04-22T13:36:59.353Z] #49 44.26 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:36:59 [2021-04-22T13:36:59.353Z] #49 44.28 go: finding github.com/BurntSushi/toml v0.3.1
13:36:59 [2021-04-22T13:36:59.438Z] #36 ...
13:36:59 [2021-04-22T13:36:59.438Z] 
13:36:59 [2021-04-22T13:36:59.438Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:36:59 [2021-04-22T13:36:59.438Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:36:59 [2021-04-22T13:36:59.438Z] #42 47.81 Selecting previously unselected package libprotoc17:amd64.
13:36:59 [2021-04-22T13:36:59.438Z] #42 47.81 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 47.81 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.35 Selecting previously unselected package protobuf-c-compiler.
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.38 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.52 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.58 Selecting previously unselected package protobuf-compiler.
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.58 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.59 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.72 Selecting previously unselected package python-pkg-resources.
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.72 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.73 Unpacking python-pkg-resources (40.8.0-1) ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.96 Selecting previously unselected package python-six.
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.98 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 48.99 Unpacking python-six (1.12.0-1) ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 49.15 Selecting previously unselected package python-protobuf.
13:36:59 [2021-04-22T13:36:59.438Z] #42 49.15 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 49.15 Unpacking python-protobuf (3.6.1.3-2) ...
13:36:59 [2021-04-22T13:36:59.438Z] #42 49.79 Setting up python-pkg-resources (40.8.0-1) ...
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.31 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.31 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.34 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.36 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.39 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.41 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.42 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.44 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.45 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:36:59 [2021-04-22T13:36:59.525Z] #49 44.47 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:36:59 [2021-04-22T13:36:59.525Z] #49 ...
13:36:59 [2021-04-22T13:36:59.525Z] 
13:36:59 [2021-04-22T13:36:59.525Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:36:59 [2021-04-22T13:36:59.525Z] #56 sha256:e1e116385be8c2e7466e977c71d4181932c461de7ebe54b832dab7cd7d58bf96
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.269 + RM_GOPATH=0
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.269 + TMP_GOPATH=
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.269 + : /build
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.269 + '[' -z '' ']'
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.269 ++ mktemp -d
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.270 + export GOPATH=/tmp/tmp.6aEBWVOAP1
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.271 + GOPATH=/tmp/tmp.6aEBWVOAP1
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.271 + RM_GOPATH=1
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.271 + case "$(go env GOARCH)" in
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.272 ++ go env GOARCH
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.304 + export GO_BUILDMODE=-buildmode=pie
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.304 + GO_BUILDMODE=-buildmode=pie
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.306 ++ dirname /tmp/install/install.sh
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.310 + dir=/tmp/install
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.313 + bin=containerd
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.313 + shift
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.314 + '[' '!' -f /tmp/install/containerd.installer ']'
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.314 + . /tmp/install/containerd.installer
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.317 ++ set -e
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.317 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.319 + install_containerd
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.319 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.322 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.322 + git clone https://github.com/containerd/containerd.git /tmp/tmp.6aEBWVOAP1/src/github.com/containerd/containerd
13:36:59 [2021-04-22T13:36:59.525Z] #56 1.330 Cloning into '/tmp/tmp.6aEBWVOAP1/src/github.com/containerd/containerd'...
13:36:59 [2021-04-22T13:36:59.526Z] Running on azwin-2-269b30 in d:\jenkins\workspace\moby_PR-42164
[Pipeline] {
[Pipeline] ws
13:36:59 [2021-04-22T13:36:59.545Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
13:36:59 [2021-04-22T13:36:59.778Z] #20 27.14 debconf: delaying package configuration, since apt-utils is not installed
13:36:59 [2021-04-22T13:36:59.778Z] #20 27.28 Fetched 28.5 MB in 3s (11.1 MB/s)
13:36:59 [2021-04-22T13:36:59.916Z] #49 ...
13:36:59 [2021-04-22T13:36:59.916Z] 
13:36:59 [2021-04-22T13:36:59.916Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:36:59 [2021-04-22T13:36:59.916Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
13:36:59 [2021-04-22T13:36:59.916Z] #55 30.98 Reading package lists...
13:36:59 [2021-04-22T13:36:59.916Z] #55 37.31 Building dependency tree...
13:36:59 [2021-04-22T13:36:59.916Z] #55 40.79 The following additional packages will be installed:
13:36:59 [2021-04-22T13:36:59.916Z] #55 40.80   libbtrfs0
13:36:59 [2021-04-22T13:36:59.916Z] #55 41.02 The following NEW packages will be installed:
13:36:59 [2021-04-22T13:36:59.916Z] #55 41.04   libbtrfs-dev libbtrfs0
13:36:59 [2021-04-22T13:36:59.916Z] #55 41.51 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:36:59 [2021-04-22T13:36:59.916Z] #55 41.51 Need to get 119 kB of archives.
13:36:59 [2021-04-22T13:36:59.916Z] #55 41.51 After this operation, 387 kB of additional disk space will be used.
13:36:59 [2021-04-22T13:36:59.916Z] #55 41.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:36:59 [2021-04-22T13:36:59.916Z] #55 41.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.12 debconf: delaying package configuration, since apt-utils is not installed
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.46 Fetched 119 kB in 0s (433 kB/s)
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.74 Selecting previously unselected package libbtrfs0.
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.82 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.87 Unpacking libbtrfs0 (4.20.1-2) ...
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.96 Selecting previously unselected package libbtrfs-dev.
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.97 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:36:59 [2021-04-22T13:36:59.916Z] #55 43.98 Unpacking libbtrfs-dev (4.20.1-2) ...
13:36:59 [2021-04-22T13:36:59.916Z] #55 44.20 Setting up libbtrfs0 (4.20.1-2) ...
13:36:59 [2021-04-22T13:36:59.916Z] #55 44.21 Setting up libbtrfs-dev (4.20.1-2) ...
13:36:59 [2021-04-22T13:36:59.916Z] #55 44.22 Processing triggers for libc-bin (2.28-10) ...
13:36:59 [2021-04-22T13:36:59.916Z] #55 DONE 44.5s
13:36:59 [2021-04-22T13:36:59.916Z] 
13:36:59 [2021-04-22T13:36:59.916Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:36:59 [2021-04-22T13:36:59.916Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:37:00 [2021-04-22T13:37:00.039Z] #20 27.34 Selecting previously unselected package pigz.
13:37:00 [2021-04-22T13:37:00.039Z] #20 27.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
13:37:00 [2021-04-22T13:37:00.039Z] #20 27.40 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
13:37:00 [2021-04-22T13:37:00.039Z] #20 27.40 Unpacking pigz (2.4-1) ...
13:37:00 [2021-04-22T13:37:00.300Z] #20 27.52 Selecting previously unselected package libpython3.7-minimal:amd64.
13:37:00 [2021-04-22T13:37:00.300Z] #20 27.52 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:37:00 [2021-04-22T13:37:00.300Z] #20 27.53 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:37:00 [2021-04-22T13:37:00.822Z] #20 27.92 Selecting previously unselected package python3.7-minimal.
13:37:00 [2021-04-22T13:37:00.822Z] #20 27.94 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:37:00 [2021-04-22T13:37:00.822Z] #20 27.95 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.214 + RM_GOPATH=0
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.214 + TMP_GOPATH=
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.214 + : /build
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.216 + '[' -z '' ']'
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.218 ++ mktemp -d
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.226 + export GOPATH=/tmp/tmp.qIWHptfyjv
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.226 + GOPATH=/tmp/tmp.qIWHptfyjv
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.226 + RM_GOPATH=1
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.226 + case "$(go env GOARCH)" in
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.226 ++ go env GOARCH
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.245 + export GO_BUILDMODE=-buildmode=pie
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.245 + GO_BUILDMODE=-buildmode=pie
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.250 ++ dirname /tmp/install/install.sh
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.255 + dir=/tmp/install
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.260 + bin=containerd
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.260 + shift
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.260 + '[' '!' -f /tmp/install/containerd.installer ']'
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.260 + . /tmp/install/containerd.installer
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.260 ++ set -e
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.260 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.262 + install_containerd
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.262 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.263 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.263 + git clone https://github.com/containerd/containerd.git /tmp/tmp.qIWHptfyjv/src/github.com/containerd/containerd
13:37:00 [2021-04-22T13:37:00.851Z] #56 1.267 Cloning into '/tmp/tmp.qIWHptfyjv/src/github.com/containerd/containerd'...
13:37:01 [2021-04-22T13:37:01.157Z] The recommended git tool is: git
13:37:01 [2021-04-22T13:37:01.764Z] #20 28.86 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:37:01 [2021-04-22T13:37:01.764Z] #20 28.89 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:37:01 [2021-04-22T13:37:01.987Z] #42 ...
13:37:01 [2021-04-22T13:37:01.987Z] 
13:37:01 [2021-04-22T13:37:01.987Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:01 [2021-04-22T13:37:01.987Z] #56 sha256:0e290af701087f3d663ae848f22b7ced6c18385ebd383e493ea85acb12a5d3c5
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.289 + RM_GOPATH=0
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.289 + TMP_GOPATH=
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.289 + : /build
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.289 + '[' -z '' ']'
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.291 ++ mktemp -d
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.293 + export GOPATH=/tmp/tmp.tzZPYOZFwp
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.297 + GOPATH=/tmp/tmp.tzZPYOZFwp
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.297 + RM_GOPATH=1
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.297 + case "$(go env GOARCH)" in
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.298 ++ go env GOARCH
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.322 + export GO_BUILDMODE=-buildmode=pie
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.323 + GO_BUILDMODE=-buildmode=pie
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.324 ++ dirname /tmp/install/install.sh
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.325 + dir=/tmp/install
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.325 + bin=containerd
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.325 + shift
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.326 + '[' '!' -f /tmp/install/containerd.installer ']'
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.326 + . /tmp/install/containerd.installer
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.326 ++ set -e
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.326 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.327 + install_containerd
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.328 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.328 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.328 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tzZPYOZFwp/src/github.com/containerd/containerd
13:37:01 [2021-04-22T13:37:01.987Z] #56 5.348 Cloning into '/tmp/tmp.tzZPYOZFwp/src/github.com/containerd/containerd'...
13:37:01 [2021-04-22T13:37:01.987Z] #56 ...
13:37:01 [2021-04-22T13:37:01.987Z] 
13:37:01 [2021-04-22T13:37:01.987Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:01 [2021-04-22T13:37:01.987Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:01 [2021-04-22T13:37:01.987Z] #42 53.96 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:37:01 [2021-04-22T13:37:01.987Z] #42 53.98 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:01 [2021-04-22T13:37:01.987Z] #42 54.01 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:37:01 [2021-04-22T13:37:01.987Z] #42 54.03 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:37:01 [2021-04-22T13:37:01.987Z] #42 54.04 Setting up python-six (1.12.0-1) ...
13:37:02 [2021-04-22T13:37:02.221Z] #56 ...
13:37:02 [2021-04-22T13:37:02.221Z] 
13:37:02 [2021-04-22T13:37:02.221Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:02 [2021-04-22T13:37:02.221Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:02 [2021-04-22T13:37:02.221Z] #42 31.12 Reading package lists...
13:37:02 [2021-04-22T13:37:02.221Z] #42 37.29 Building dependency tree...
13:37:02 [2021-04-22T13:37:02.221Z] #42 40.94 The following additional packages will be installed:
13:37:02 [2021-04-22T13:37:02.221Z] #42 40.95   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:37:02 [2021-04-22T13:37:02.221Z] #42 40.95   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:37:02 [2021-04-22T13:37:02.221Z] #42 40.96 Suggested packages:
13:37:02 [2021-04-22T13:37:02.221Z] #42 40.97   manpages-dev python-setuptools
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.23 The following NEW packages will be installed:
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.23   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.24   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.24   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.24   python-six zlib1g-dev
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.70 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.70 Need to get 4095 kB of archives.
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.70 After this operation, 22.5 MB of additional disk space will be used.
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.71 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 42.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 43.18 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 43.26 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 43.27 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 43.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 43.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 43.34 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
13:37:02 [2021-04-22T13:37:02.221Z] #42 44.78 debconf: delaying package configuration, since apt-utils is not installed
13:37:02 [2021-04-22T13:37:02.221Z] #42 45.06 Fetched 4095 kB in 1s (4319 kB/s)
13:37:02 [2021-04-22T13:37:02.221Z] #42 45.19 Selecting previously unselected package libcap-dev:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.28 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.30 Unpacking libcap-dev:amd64 (1:2.25-2) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.56 Selecting previously unselected package libnet1:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.56 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.57 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.69 Selecting previously unselected package libnet1-dev.
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.69 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.70 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.93 Selecting previously unselected package libnl-3-200:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.93 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 45.93 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.06 Selecting previously unselected package libnl-3-dev:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.09 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.10 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.38 Selecting previously unselected package libprotobuf-c1:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.39 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.40 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.48 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.49 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.50 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.61 Selecting previously unselected package zlib1g-dev:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.61 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.64 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.88 Selecting previously unselected package libprotobuf17:amd64.
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.88 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 46.89 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
13:37:02 [2021-04-22T13:37:02.222Z] #42 ...
13:37:02 [2021-04-22T13:37:02.222Z] 
13:37:02 [2021-04-22T13:37:02.222Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:02 [2021-04-22T13:37:02.222Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:37:02 [2021-04-22T13:37:02.222Z] #36 43.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
13:37:02 [2021-04-22T13:37:02.222Z] #36 43.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:37:02 [2021-04-22T13:37:02.222Z] #36 43.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:37:02 [2021-04-22T13:37:02.222Z] #36 43.71 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:37:02 [2021-04-22T13:37:02.222Z] #36 43.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:37:02 [2021-04-22T13:37:02.222Z] #36 43.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:37:02 [2021-04-22T13:37:02.222Z] #36 45.37 debconf: delaying package configuration, since apt-utils is not installed
13:37:02 [2021-04-22T13:37:02.222Z] #36 45.63 Fetched 14.9 MB in 2s (7386 kB/s)
13:37:02 [2021-04-22T13:37:02.222Z] #36 45.71 Selecting previously unselected package xxd.
13:37:02 [2021-04-22T13:37:02.222Z] #36 45.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:02 [2021-04-22T13:37:02.222Z] #36 45.93 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #36 45.95 Unpacking xxd (2:8.1.0875-5) ...
13:37:02 [2021-04-22T13:37:02.222Z] #36 46.13 Selecting previously unselected package vim-common.
13:37:02 [2021-04-22T13:37:02.222Z] #36 46.14 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #36 46.21 Unpacking vim-common (2:8.1.0875-5) ...
13:37:02 [2021-04-22T13:37:02.222Z] #36 46.51 Selecting previously unselected package cmake-data.
13:37:02 [2021-04-22T13:37:02.222Z] #36 46.51 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:37:02 [2021-04-22T13:37:02.222Z] #36 46.53 Unpacking cmake-data (3.13.4-1) ...
13:37:02 [2021-04-22T13:37:02.671Z] #29 12.34 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.7%
##                                                                         4.0%
###                                                                        4.9%
####                                                                       6.4%
#####                                                                      7.5%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.8%
########                                                                  12.2%
#########                                                                 13.5%
##########                                                                14.9%
###########                                                               16.1%
############                                                              17.3%
#############                                                             18.4%
#############                                                             19.0%
##############                                                            20.2%
################                                                          22.3%
#################                                                         24.6%
##################                                                        26.0%
###################                                                       27.1%
####################                                                      28.0%
####################                                                      28.9%
#####################                                                     30.5%
######################                                                    31.7%
#######################                                                   32.5%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.9%
###########################                                               38.5%
############################                                              39.7%
#############################                                             40.8%
13:37:02 [2021-04-22T13:37:02.671Z] #29 ...
13:37:02 [2021-04-22T13:37:02.671Z] 
13:37:02 [2021-04-22T13:37:02.671Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:02 [2021-04-22T13:37:02.671Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:37:02 [2021-04-22T13:37:02.671Z] #13 15.50 Reading package lists...
13:37:02 [2021-04-22T13:37:02.671Z] #13 20.81 Reading package lists...
13:37:02 [2021-04-22T13:37:02.671Z] #13 25.68 Building dependency tree...
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.38 The following additional packages will be installed:
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.39   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.39   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.39   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.39   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.39   mingw-w64-common mingw-w64-x86-64-dev
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.40 Suggested packages:
13:37:02 [2021-04-22T13:37:02.671Z] #13 28.40   gcc-8-locales seccomp wine64
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.50 The following NEW packages will be installed:
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.50   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.50   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.50   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.50   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.50   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.52   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.53 The following packages will be upgraded:
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.53   libseccomp2 libsystemd0 libudev1
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.94 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.94 Need to get 73.8 MB of archives.
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.94 After this operation, 472 MB of additional disk space will be used.
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u7 [314 kB]
13:37:02 [2021-04-22T13:37:02.671Z] #13 29.99 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB]
13:37:02 [2021-04-22T13:37:02.671Z] #13 30.00 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB]
13:37:02 [2021-04-22T13:37:02.671Z] #13 30.11 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u7 [146 kB]
13:37:02 [2021-04-22T13:37:02.671Z] #13 30.38 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]
13:37:02 [2021-04-22T13:37:02.671Z] #13 ...
13:37:02 [2021-04-22T13:37:02.671Z] 
13:37:02 [2021-04-22T13:37:02.671Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
13:37:02 [2021-04-22T13:37:02.671Z] #67 sha256:d2f1904bbf0674a3a05d002b9eb6b8f10e510dd165e9560dc8f4e26055c9a396
13:37:02 [2021-04-22T13:37:02.671Z] #67 DONE 34.7s
13:37:02 [2021-04-22T13:37:02.671Z] 
13:37:02 [2021-04-22T13:37:02.671Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:02 [2021-04-22T13:37:02.671Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:03 [2021-04-22T13:37:03.679Z] #20 30.88 Selecting previously unselected package python3-minimal.
13:37:03 [2021-04-22T13:37:03.680Z] #20 30.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 ... 23684 files and directories currently installed.)
13:37:03 [2021-04-22T13:37:03.680Z] #20 30.94 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
13:37:03 [2021-04-22T13:37:03.680Z] #20 30.95 Unpacking python3-minimal (3.7.3-1) ...
13:37:03 [2021-04-22T13:37:03.680Z] #20 31.02 Selecting previously unselected package libmpdec2:amd64.
13:37:03 [2021-04-22T13:37:03.680Z] #20 31.02 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
13:37:03 [2021-04-22T13:37:03.680Z] #20 31.03 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:37:03 [2021-04-22T13:37:03.680Z] #20 31.12 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:37:03 [2021-04-22T13:37:03.680Z] #20 31.12 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:37:03 [2021-04-22T13:37:03.751Z] #29 12.34 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.7%
##                                                                         4.0%
###                                                                        4.9%
####                                                                       6.4%
#####                                                                      7.5%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.8%
########                                                                  12.2%
#########                                                                 13.5%
##########                                                                14.9%
###########                                                               16.1%
############                                                              17.3%
#############                                                             18.4%
#############                                                             19.0%
##############                                                            20.2%
################                                                          22.3%
#################                                                         24.6%
##################                                                        26.0%
###################                                                       27.1%
####################                                                      28.0%
####################                                                      28.9%
#####################                                                     30.5%
######################                                                    31.7%
#######################                                                   32.5%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.9%
###########################                                               38.5%
############################                                              39.7%
#############################                                             40.8%
#############################                                             40.8%
##############################                                            42.3%
###############################                                           43.1%
###############################                                           44.4%
################################                                          45.4%
#################################                                         46.7%
##################################                                        48.1%
####################################                                      50.0%
####################################                                      50.7%
######################################                                    52.9%
13:37:03 [2021-04-22T13:37:03.751Z] #29 ...
13:37:03 [2021-04-22T13:37:03.751Z] 
13:37:03 [2021-04-22T13:37:03.751Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
13:37:03 [2021-04-22T13:37:03.751Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
13:37:03 [2021-04-22T13:37:03.751Z] #55 27.86 Building dependency tree...
13:37:03 [2021-04-22T13:37:03.751Z] #55 30.72 The following additional packages will be installed:
13:37:03 [2021-04-22T13:37:03.751Z] #55 30.72   libbtrfs0
13:37:03 [2021-04-22T13:37:03.751Z] #55 30.90 The following NEW packages will be installed:
13:37:03 [2021-04-22T13:37:03.751Z] #55 30.91   libbtrfs-dev libbtrfs0
13:37:03 [2021-04-22T13:37:03.751Z] #55 31.45 0 upgraded, 2 newly installed, 0 to remove and 29 not upgraded.
13:37:03 [2021-04-22T13:37:03.751Z] #55 31.45 Need to get 119 kB of archives.
13:37:03 [2021-04-22T13:37:03.751Z] #55 31.45 After this operation, 387 kB of additional disk space will be used.
13:37:03 [2021-04-22T13:37:03.751Z] #55 31.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
13:37:03 [2021-04-22T13:37:03.751Z] #55 31.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
13:37:03 [2021-04-22T13:37:03.751Z] #55 32.68 debconf: delaying package configuration, since apt-utils is not installed
13:37:03 [2021-04-22T13:37:03.751Z] #55 32.86 Fetched 119 kB in 0s (428 kB/s)
13:37:03 [2021-04-22T13:37:03.751Z] #55 33.19 Selecting previously unselected package libbtrfs0.
13:37:03 [2021-04-22T13:37:03.751Z] #55 33.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:37:03 [2021-04-22T13:37:03.751Z] #55 33.27 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
13:37:03 [2021-04-22T13:37:03.751Z] #55 33.28 Unpacking libbtrfs0 (4.20.1-2) ...
13:37:03 [2021-04-22T13:37:03.751Z] #55 33.42 Selecting previously unselected package libbtrfs-dev.
13:37:03 [2021-04-22T13:37:03.751Z] #55 33.42 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
13:37:03 [2021-04-22T13:37:03.751Z] #55 33.44 Unpacking libbtrfs-dev (4.20.1-2) ...
13:37:03 [2021-04-22T13:37:03.751Z] #55 34.28 Setting up libbtrfs0 (4.20.1-2) ...
13:37:03 [2021-04-22T13:37:03.751Z] #55 34.51 Setting up libbtrfs-dev (4.20.1-2) ...
13:37:03 [2021-04-22T13:37:03.751Z] #55 34.77 Processing triggers for libc-bin (2.28-10) ...
13:37:03 [2021-04-22T13:37:03.751Z] #55 DONE 35.6s
13:37:03 [2021-04-22T13:37:03.751Z] 
13:37:03 [2021-04-22T13:37:03.751Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:03 [2021-04-22T13:37:03.751Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:03 [2021-04-22T13:37:03.941Z] #20 31.13 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:37:04 [2021-04-22T13:37:04.549Z] #42 ...
13:37:04 [2021-04-22T13:37:04.549Z] 
13:37:04 [2021-04-22T13:37:04.549Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:37:04 [2021-04-22T13:37:04.549Z] #47 sha256:889431d54a1bdb85a7136871d257c2042866b1277b7216d51e3bdf1c748c7bbf
13:37:04 [2021-04-22T13:37:04.549Z] #47 DONE 56.2s
13:37:04 [2021-04-22T13:37:04.549Z] 
13:37:04 [2021-04-22T13:37:04.549Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:04 [2021-04-22T13:37:04.549Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:37:04 [2021-04-22T13:37:04.549Z] #36 54.62 Selecting previously unselected package libxml2:amd64.
13:37:04 [2021-04-22T13:37:04.549Z] #36 54.62 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 54.63 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 55.33 Selecting previously unselected package libarchive13:amd64.
13:37:04 [2021-04-22T13:37:04.549Z] #36 55.33 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 55.34 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 55.81 Selecting previously unselected package libjsoncpp1:amd64.
13:37:04 [2021-04-22T13:37:04.549Z] #36 55.83 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 55.83 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 56.23 Selecting previously unselected package librhash0:amd64.
13:37:04 [2021-04-22T13:37:04.549Z] #36 56.23 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 56.25 Unpacking librhash0:amd64 (1.3.8-1) ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 56.44 Selecting previously unselected package libuv1:amd64.
13:37:04 [2021-04-22T13:37:04.549Z] #36 56.44 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.549Z] #36 56.45 Unpacking libuv1:amd64 (1.24.1-1) ...
13:37:04 [2021-04-22T13:37:04.748Z] #36 ...
13:37:04 [2021-04-22T13:37:04.748Z] 
13:37:04 [2021-04-22T13:37:04.748Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:04 [2021-04-22T13:37:04.748Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:37:04 [2021-04-22T13:37:04.748Z] #51 49.28 internal/oserror
13:37:04 [2021-04-22T13:37:04.748Z] #51 49.30 reflect
13:37:04 [2021-04-22T13:37:04.748Z] #51 49.40 syscall
13:37:04 [2021-04-22T13:37:04.810Z] #36 56.59 Selecting previously unselected package cmake.
13:37:04 [2021-04-22T13:37:04.811Z] #36 56.62 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.811Z] #36 56.62 Unpacking cmake (3.13.4-1) ...
13:37:04 [2021-04-22T13:37:04.867Z] #56 ...
13:37:04 [2021-04-22T13:37:04.867Z] 
13:37:04 [2021-04-22T13:37:04.867Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:37:04 [2021-04-22T13:37:04.867Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:37:04 [2021-04-22T13:37:04.867Z] #32 48.55 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.
13:37:04 [2021-04-22T13:37:04.867Z] #32 49.03 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:37:04 [2021-04-22T13:37:04.867Z] #32 49.36 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:37:04 [2021-04-22T13:37:04.884Z] #20 32.10 Selecting previously unselected package python3.7.
13:37:04 [2021-04-22T13:37:04.884Z] #20 32.11 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.884Z] #20 32.11 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:37:04 [2021-04-22T13:37:04.884Z] #20 32.25 Selecting previously unselected package libpython3-stdlib:amd64.
13:37:04 [2021-04-22T13:37:04.884Z] #20 32.26 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
13:37:04 [2021-04-22T13:37:04.884Z] #20 32.27 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:37:05 [2021-04-22T13:37:05.144Z] #20 32.40 Setting up python3-minimal (3.7.3-1) ...
13:37:05 [2021-04-22T13:37:05.312Z] #51 ...
13:37:05 [2021-04-22T13:37:05.312Z] 
13:37:05 [2021-04-22T13:37:05.312Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:05 [2021-04-22T13:37:05.312Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:05 [2021-04-22T13:37:05.312Z] #13 30.28 Reading package lists...
13:37:05 [2021-04-22T13:37:05.312Z] #13 37.29 Building dependency tree...
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.32 The following additional packages will be installed:
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.32   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.32   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.32   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.32   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.32   mingw-w64-common mingw-w64-x86-64-dev
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.34 Suggested packages:
13:37:05 [2021-04-22T13:37:05.312Z] #13 41.34   gcc-8-locales seccomp wine64
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.08 The following NEW packages will be installed:
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.09   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.09   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.09   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.10   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.10   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.10   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.12 The following packages will be upgraded:
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.13   libseccomp2 libsystemd0 libudev1
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.56 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.56 Need to get 78.2 MB of archives.
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.56 After this operation, 487 MB of additional disk space will be used.
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.56 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.58 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 43.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 44.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 44.06 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 44.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 44.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 44.61 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 44.93 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:37:05 [2021-04-22T13:37:05.312Z] #13 44.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:37:05 [2021-04-22T13:37:05.395Z] #29 12.34 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.7%
##                                                                         4.0%
###                                                                        4.9%
####                                                                       6.4%
#####                                                                      7.5%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.8%
########                                                                  12.2%
#########                                                                 13.5%
##########                                                                14.9%
###########                                                               16.1%
############                                                              17.3%
#############                                                             18.4%
#############                                                             19.0%
##############                                                            20.2%
################                                                          22.3%
#################                                                         24.6%
##################                                                        26.0%
###################                                                       27.1%
####################                                                      28.0%
####################                                                      28.9%
#####################                                                     30.5%
######################                                                    31.7%
#######################                                                   32.5%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.9%
###########################                                               38.5%
############################                                              39.7%
#############################                                             40.8%
#############################                                             40.8%
##############################                                            42.3%
###############################                                           43.1%
###############################                                           44.4%
################################                                          45.4%
#################################                                         46.7%
##################################                                        48.1%
####################################                                      50.0%
####################################                                      50.7%
######################################                                    52.9%
######################################                                    53.5%
#######################################                                   55.3%
########################################                                  56.1%
########################################                                  56.6%
#########################################                                 57.7%
##########################################                                58.5%
###########################################                               59.7%
############################################                              61.8%
#############################################                             62.6%
#############################################                             62.8%
#############################################                             63.4%
##############################################                            65.2%
###############################################                           66.6%
################################################                          67.4%
13:37:05 [2021-04-22T13:37:05.395Z] #29 ...
13:37:05 [2021-04-22T13:37:05.395Z] 
13:37:05 [2021-04-22T13:37:05.395Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:37:05 [2021-04-22T13:37:05.395Z] #49 sha256:ba78342ec985deb2949dd6f74ff81a514aefd9ffcc208e48dc1b414a0fa180be
13:37:05 [2021-04-22T13:37:05.395Z] #49 27.37 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:37:05 [2021-04-22T13:37:05.395Z] #49 27.61 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:37:05 [2021-04-22T13:37:05.395Z] #49 27.63 go: downloading github.com/go-toolsmith/astequal v1.0.0
13:37:05 [2021-04-22T13:37:05.395Z] #49 27.68 go: extracting github.com/go-toolsmith/astcast v1.0.0
13:37:05 [2021-04-22T13:37:05.395Z] #49 27.82 go: downloading github.com/BurntSushi/toml v0.3.1
13:37:05 [2021-04-22T13:37:05.395Z] #49 27.91 go: extracting github.com/go-toolsmith/astequal v1.0.0
13:37:05 [2021-04-22T13:37:05.395Z] #49 27.99 go: extracting github.com/BurntSushi/toml v0.3.1
13:37:05 [2021-04-22T13:37:05.395Z] #49 28.77 go: extracting github.com/gogo/protobuf v1.2.1
13:37:05 [2021-04-22T13:37:05.395Z] #49 32.96 go: extracting golang.org/x/text v0.3.2
13:37:05 [2021-04-22T13:37:05.395Z] #49 ...
13:37:05 [2021-04-22T13:37:05.395Z] 
13:37:05 [2021-04-22T13:37:05.395Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:05 [2021-04-22T13:37:05.395Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:37:05 [2021-04-22T13:37:05.395Z] #36 26.73 Building dependency tree...
13:37:05 [2021-04-22T13:37:05.395Z] #36 28.88 The following additional packages will be installed:
13:37:05 [2021-04-22T13:37:05.395Z] #36 28.89   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:37:05 [2021-04-22T13:37:05.395Z] #36 28.90 Suggested packages:
13:37:05 [2021-04-22T13:37:05.395Z] #36 28.90   cmake-doc ninja-build lrzip
13:37:05 [2021-04-22T13:37:05.395Z] #36 28.90 Recommended packages:
13:37:05 [2021-04-22T13:37:05.395Z] #36 28.90   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:37:05 [2021-04-22T13:37:05.395Z] #36 29.63 The following NEW packages will be installed:
13:37:05 [2021-04-22T13:37:05.395Z] #36 29.64   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:37:05 [2021-04-22T13:37:05.395Z] #36 29.64   vim-common xxd
13:37:05 [2021-04-22T13:37:05.395Z] #36 30.04 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:37:05 [2021-04-22T13:37:05.395Z] #36 30.04 Need to get 14.2 MB of archives.
13:37:05 [2021-04-22T13:37:05.395Z] #36 30.04 After this operation, 60.0 MB of additional disk space will be used.
13:37:05 [2021-04-22T13:37:05.395Z] #36 30.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
13:37:05 [2021-04-22T13:37:05.395Z] #36 30.04 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
13:37:05 [2021-04-22T13:37:05.395Z] #36 30.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
13:37:05 [2021-04-22T13:37:05.395Z] #36 30.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
13:37:05 [2021-04-22T13:37:05.395Z] #36 31.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
13:37:05 [2021-04-22T13:37:05.396Z] #36 31.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
13:37:05 [2021-04-22T13:37:05.396Z] #36 31.15 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
13:37:05 [2021-04-22T13:37:05.396Z] #36 31.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
13:37:05 [2021-04-22T13:37:05.396Z] #36 31.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
13:37:05 [2021-04-22T13:37:05.396Z] #36 31.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
13:37:05 [2021-04-22T13:37:05.396Z] #36 32.30 debconf: delaying package configuration, since apt-utils is not installed
13:37:05 [2021-04-22T13:37:05.396Z] #36 32.50 Fetched 14.2 MB in 1s (9713 kB/s)
13:37:05 [2021-04-22T13:37:05.396Z] #36 32.65 Selecting previously unselected package xxd.
13:37:05 [2021-04-22T13:37:05.396Z] #36 32.65 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:37:05 [2021-04-22T13:37:05.396Z] #36 32.75 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
13:37:05 [2021-04-22T13:37:05.396Z] #36 32.76 Unpacking xxd (2:8.1.0875-5) ...
13:37:05 [2021-04-22T13:37:05.396Z] #36 33.20 Selecting previously unselected package vim-common.
13:37:05 [2021-04-22T13:37:05.396Z] #36 33.20 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:37:05 [2021-04-22T13:37:05.396Z] #36 33.24 Unpacking vim-common (2:8.1.0875-5) ...
13:37:05 [2021-04-22T13:37:05.396Z] #36 33.85 Selecting previously unselected package cmake-data.
13:37:05 [2021-04-22T13:37:05.396Z] #36 33.85 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:37:05 [2021-04-22T13:37:05.396Z] #36 33.98 Unpacking cmake-data (3.13.4-1) ...
13:37:05 [2021-04-22T13:37:05.569Z] #13 ...
13:37:05 [2021-04-22T13:37:05.569Z] 
13:37:05 [2021-04-22T13:37:05.569Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:05 [2021-04-22T13:37:05.569Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:37:05 [2021-04-22T13:37:05.569Z] #45 40.30 internal/reflectlite
13:37:05 [2021-04-22T13:37:05.569Z] #45 40.31 sync
13:37:05 [2021-04-22T13:37:05.569Z] #45 41.78 github.com/LK4D4/vndr/godl/singleflight
13:37:05 [2021-04-22T13:37:05.569Z] #45 42.15 math/rand
13:37:05 [2021-04-22T13:37:05.569Z] #45 43.89 errors
13:37:05 [2021-04-22T13:37:05.569Z] #45 43.89 sort
13:37:05 [2021-04-22T13:37:05.569Z] #45 44.32 io
13:37:05 [2021-04-22T13:37:05.569Z] #45 45.49 strconv
13:37:05 [2021-04-22T13:37:05.569Z] #45 45.83 bytes
13:37:05 [2021-04-22T13:37:05.569Z] #45 47.75 bufio
13:37:05 [2021-04-22T13:37:05.569Z] #45 48.70 reflect
13:37:05 [2021-04-22T13:37:05.569Z] #45 49.25 internal/oserror
13:37:05 [2021-04-22T13:37:05.569Z] #45 49.31 syscall
13:37:05 [2021-04-22T13:37:05.569Z] #45 ...
13:37:05 [2021-04-22T13:37:05.569Z] 
13:37:05 [2021-04-22T13:37:05.569Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:37:05 [2021-04-22T13:37:05.569Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:37:05 [2021-04-22T13:37:05.569Z] #32 47.82 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
13:37:05 [2021-04-22T13:37:05.569Z] #32 48.17 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:37:05 [2021-04-22T13:37:05.569Z] #32 48.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:37:05 [2021-04-22T13:37:05.659Z] #36 ...
13:37:05 [2021-04-22T13:37:05.659Z] 
13:37:05 [2021-04-22T13:37:05.659Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:05 [2021-04-22T13:37:05.659Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:05 [2021-04-22T13:37:05.809Z] #32 ...
13:37:05 [2021-04-22T13:37:05.809Z] 
13:37:05 [2021-04-22T13:37:05.809Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:05 [2021-04-22T13:37:05.809Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:05 [2021-04-22T13:37:05.809Z] #13 29.76 Reading package lists...
13:37:05 [2021-04-22T13:37:05.809Z] #13 36.50 Building dependency tree...
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.64 The following additional packages will be installed:
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.66   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.66   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.66   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.67   libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.69   mingw-w64-common mingw-w64-x86-64-dev
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.70 Suggested packages:
13:37:05 [2021-04-22T13:37:05.809Z] #13 40.72   gcc-8-locales seccomp wine64
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.03 The following NEW packages will be installed:
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.03   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.04   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.04   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.04   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.04   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.06   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.06 The following packages will be upgraded:
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.08   libseccomp2 libsystemd0 libudev1
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.58 3 upgraded, 25 newly installed, 0 to remove and 27 not upgraded.
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.58 Need to get 78.2 MB of archives.
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.58 After this operation, 487 MB of additional disk space will be used.
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.58 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.58 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.61 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.63 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 42.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 43.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 43.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 43.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 43.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 43.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 43.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 43.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:37:05 [2021-04-22T13:37:05.809Z] #13 ...
13:37:05 [2021-04-22T13:37:05.809Z] 
13:37:05 [2021-04-22T13:37:05.809Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:05 [2021-04-22T13:37:05.809Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:05 [2021-04-22T13:37:05.809Z] #42 44.59 debconf: delaying package configuration, since apt-utils is not installed
13:37:05 [2021-04-22T13:37:05.809Z] #42 44.77 Fetched 4095 kB in 1s (6758 kB/s)
13:37:05 [2021-04-22T13:37:05.809Z] #42 44.90 Selecting previously unselected package libcap-dev:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 44.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:05 [2021-04-22T13:37:05.810Z] #42 44.99 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 44.99 Unpacking libcap-dev:amd64 (1:2.25-2) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.18 Selecting previously unselected package libnet1:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.18 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.35 Selecting previously unselected package libnet1-dev.
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.37 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.38 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.57 Selecting previously unselected package libnl-3-200:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.57 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.58 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.74 Selecting previously unselected package libnl-3-dev:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.75 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 45.80 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.11 Selecting previously unselected package libprotobuf-c1:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.11 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.12 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.22 Selecting previously unselected package libprotobuf-c-dev:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.22 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.24 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.40 Selecting previously unselected package zlib1g-dev:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.40 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.41 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.67 Selecting previously unselected package libprotobuf17:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.67 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 46.69 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 47.37 Selecting previously unselected package libprotobuf-lite17:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 47.37 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 47.38 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 47.59 Selecting previously unselected package libprotobuf-dev:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 47.59 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 47.60 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 48.92 Selecting previously unselected package libprotoc17:amd64.
13:37:05 [2021-04-22T13:37:05.810Z] #42 48.93 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 48.94 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.49 Selecting previously unselected package protobuf-c-compiler.
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.49 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.51 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.66 Selecting previously unselected package protobuf-compiler.
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.67 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.70 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.84 Selecting previously unselected package python-pkg-resources.
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.84 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 49.85 Unpacking python-pkg-resources (40.8.0-1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 50.12 Selecting previously unselected package python-six.
13:37:05 [2021-04-22T13:37:05.810Z] #42 50.12 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 50.14 Unpacking python-six (1.12.0-1) ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 50.25 Selecting previously unselected package python-protobuf.
13:37:05 [2021-04-22T13:37:05.810Z] #42 50.26 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
13:37:05 [2021-04-22T13:37:05.810Z] #42 50.27 Unpacking python-protobuf (3.6.1.3-2) ...
13:37:05 [2021-04-22T13:37:05.923Z] #29 12.34 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.7%
##                                                                         4.0%
###                                                                        4.9%
####                                                                       6.4%
#####                                                                      7.5%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.8%
########                                                                  12.2%
#########                                                                 13.5%
##########                                                                14.9%
###########                                                               16.1%
############                                                              17.3%
#############                                                             18.4%
#############                                                             19.0%
##############                                                            20.2%
################                                                          22.3%
#################                                                         24.6%
##################                                                        26.0%
###################                                                       27.1%
####################                                                      28.0%
####################                                                      28.9%
#####################                                                     30.5%
######################                                                    31.7%
#######################                                                   32.5%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.9%
###########################                                               38.5%
############################                                              39.7%
#############################                                             40.8%
#############################                                             40.8%
##############################                                            42.3%
###############################                                           43.1%
###############################                                           44.4%
################################                                          45.4%
#################################                                         46.7%
##################################                                        48.1%
####################################                                      50.0%
####################################                                      50.7%
######################################                                    52.9%
######################################                                    53.5%
#######################################                                   55.3%
########################################                                  56.1%
########################################                                  56.6%
#########################################                                 57.7%
##########################################                                58.5%
###########################################                               59.7%
############################################                              61.8%
#############################################                             62.6%
#############################################                             62.8%
#############################################                             63.4%
##############################################                            65.2%
###############################################                           66.6%
################################################                          67.4%
#################################################                         69.4%
##################################################                        70.4%
##################################################                        70.5%
###################################################                       71.6%
###################################################                       72.1%
#################
13:37:05 [2021-04-22T13:37:05.923Z] #29 ...
13:37:05 [2021-04-22T13:37:05.923Z] 
13:37:05 [2021-04-22T13:37:05.923Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:05 [2021-04-22T13:37:05.923Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:37:05 [2021-04-22T13:37:05.923Z] #42 23.07 Reading package lists...
13:37:05 [2021-04-22T13:37:05.923Z] #42 28.32 Building dependency tree...
13:37:05 [2021-04-22T13:37:05.923Z] #42 30.96 The following additional packages will be installed:
13:37:05 [2021-04-22T13:37:05.923Z] #42 30.97   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
13:37:05 [2021-04-22T13:37:05.923Z] #42 30.97   libprotoc17 python-pkg-resources python-six zlib1g-dev
13:37:05 [2021-04-22T13:37:05.923Z] #42 30.97 Suggested packages:
13:37:05 [2021-04-22T13:37:05.923Z] #42 30.97   manpages-dev python-setuptools
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.16 The following NEW packages will be installed:
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.16   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.17   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.17   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.17   python-six zlib1g-dev
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.77 0 upgraded, 17 newly installed, 0 to remove and 29 not upgraded.
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.77 Need to get 3798 kB of archives.
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.77 After this operation, 21.6 MB of additional disk space will be used.
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 32.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 33.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 33.57 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 33.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 33.60 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 33.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 33.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 33.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
13:37:05 [2021-04-22T13:37:05.923Z] #42 34.96 debconf: delaying package configuration, since apt-utils is not installed
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.22 Fetched 3798 kB in 1s (2705 kB/s)
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.32 Selecting previously unselected package libcap-dev:arm64.
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.32 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.57 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.62 Unpacking libcap-dev:arm64 (1:2.25-2) ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.94 Selecting previously unselected package libnet1:arm64.
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.94 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 35.98 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.35 Selecting previously unselected package libnet1-dev.
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.35 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.35 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.59 Selecting previously unselected package libnl-3-200:arm64.
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.59 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.61 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.81 Selecting previously unselected package libnl-3-dev:arm64.
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.81 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 36.88 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 37.84 Selecting previously unselected package libprotobuf-c1:arm64.
13:37:05 [2021-04-22T13:37:05.923Z] #42 37.86 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 37.89 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:37:05 [2021-04-22T13:37:05.923Z] #42 38.09 Selecting previously unselected package libprotobuf-c-dev:arm64.
13:37:05 [2021-04-22T13:37:05.923Z] #42 38.10 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
13:37:06 [2021-04-22T13:37:06.070Z] #42 50.85 Setting up python-pkg-resources (40.8.0-1) ...
13:37:06 [2021-04-22T13:37:06.085Z] #20 33.28 Selecting previously unselected package python3.
13:37:06 [2021-04-22T13:37:06.085Z] #20 33.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
13:37:06 [2021-04-22T13:37:06.085Z] #20 33.32 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.085Z] #20 33.33 Unpacking python3 (3.7.3-1) ...
13:37:06 [2021-04-22T13:37:06.085Z] #20 33.41 Selecting previously unselected package libip4tc0:amd64.
13:37:06 [2021-04-22T13:37:06.085Z] #20 33.42 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.085Z] #20 33.43 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:37:06 [2021-04-22T13:37:06.195Z] #42 38.11 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
13:37:06 [2021-04-22T13:37:06.195Z] #42 ...
13:37:06 [2021-04-22T13:37:06.195Z] 
13:37:06 [2021-04-22T13:37:06.195Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:06 [2021-04-22T13:37:06.195Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:06 [2021-04-22T13:37:06.345Z] #20 33.54 Selecting previously unselected package libip6tc0:amd64.
13:37:06 [2021-04-22T13:37:06.345Z] #20 33.54 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.345Z] #20 33.55 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:37:06 [2021-04-22T13:37:06.345Z] #20 33.65 Selecting previously unselected package libiptc0:amd64.
13:37:06 [2021-04-22T13:37:06.345Z] #20 33.66 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.345Z] #20 33.67 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:37:06 [2021-04-22T13:37:06.467Z] #29 12.34 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.7%
##                                                                         4.0%
###                                                                        4.9%
####                                                                       6.4%
#####                                                                      7.5%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.8%
########                                                                  12.2%
#########                                                                 13.5%
##########                                                                14.9%
###########                                                               16.1%
############                                                              17.3%
#############                                                             18.4%
#############                                                             19.0%
##############                                                            20.2%
################                                                          22.3%
#################                                                         24.6%
##################                                                        26.0%
###################                                                       27.1%
####################                                                      28.0%
####################                                                      28.9%
#####################                                                     30.5%
######################                                                    31.7%
#######################                                                   32.5%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.9%
###########################                                               38.5%
############################                                              39.7%
#############################                                             40.8%
#############################                                             40.8%
##############################                                            42.3%
###############################                                           43.1%
###############################                                           44.4%
################################                                          45.4%
#################################                                         46.7%
##################################                                        48.1%
####################################                                      50.0%
####################################                                      50.7%
######################################                                    52.9%
######################################                                    53.5%
#######################################                                   55.3%
########################################                                  56.1%
########################################                                  56.6%
#########################################                                 57.7%
##########################################                                58.5%
###########################################                               59.7%
############################################                              61.8%
#############################################                             62.6%
#############################################                             62.8%
#############################################                             63.4%
##############################################                            65.2%
###############################################                           66.6%
################################################                          67.4%
#################################################                         69.4%
##################################################                        70.4%
##################################################                        70.5%
###################################################                       71.6%
###################################################                       72.1%
####################################################                      73.1%
#####################################################                     74.2%
######################################################                    75.8%
####
13:37:06 [2021-04-22T13:37:06.467Z] #29 ...
13:37:06 [2021-04-22T13:37:06.467Z] 
13:37:06 [2021-04-22T13:37:06.467Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:06 [2021-04-22T13:37:06.467Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:37:06 [2021-04-22T13:37:06.467Z] #45 28.32 internal/reflectlite
13:37:06 [2021-04-22T13:37:06.467Z] #45 28.33 sync
13:37:06 [2021-04-22T13:37:06.467Z] #45 29.71 github.com/LK4D4/vndr/godl/singleflight
13:37:06 [2021-04-22T13:37:06.467Z] #45 29.72 math/rand
13:37:06 [2021-04-22T13:37:06.467Z] #45 29.74 internal/singleflight
13:37:06 [2021-04-22T13:37:06.467Z] #45 31.54 errors
13:37:06 [2021-04-22T13:37:06.467Z] #45 31.56 sort
13:37:06 [2021-04-22T13:37:06.467Z] #45 31.98 io
13:37:06 [2021-04-22T13:37:06.467Z] #45 31.99 internal/oserror
13:37:06 [2021-04-22T13:37:06.467Z] #45 32.01 strconv
13:37:06 [2021-04-22T13:37:06.467Z] #45 32.35 syscall
13:37:06 [2021-04-22T13:37:06.467Z] #45 33.43 vendor/golang.org/x/net/dns/dnsmessage
13:37:06 [2021-04-22T13:37:06.467Z] #45 34.32 bytes
13:37:06 [2021-04-22T13:37:06.467Z] #45 37.82 bufio
13:37:06 [2021-04-22T13:37:06.467Z] #45 38.27 reflect
13:37:06 [2021-04-22T13:37:06.467Z] #45 ...
13:37:06 [2021-04-22T13:37:06.467Z] 
13:37:06 [2021-04-22T13:37:06.467Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:06 [2021-04-22T13:37:06.467Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.75 Selecting previously unselected package libnfnetlink0:amd64.
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.75 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.76 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.81 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.83 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.84 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.93 Selecting previously unselected package libnftnl11:amd64.
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.94 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.606Z] #20 33.94 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:37:06 [2021-04-22T13:37:06.867Z] #20 34.04 Selecting previously unselected package iptables.
13:37:06 [2021-04-22T13:37:06.867Z] #20 34.05 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
13:37:06 [2021-04-22T13:37:06.867Z] #20 34.06 Unpacking iptables (1.8.2-4) ...
13:37:07 [2021-04-22T13:37:07.011Z] #42 ...
13:37:07 [2021-04-22T13:37:07.011Z] 
13:37:07 [2021-04-22T13:37:07.011Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:07 [2021-04-22T13:37:07.011Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:37:07 [2021-04-22T13:37:07.011Z] #36 41.92 The following additional packages will be installed:
13:37:07 [2021-04-22T13:37:07.011Z] #36 41.92   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:37:07 [2021-04-22T13:37:07.011Z] #36 41.92 Suggested packages:
13:37:07 [2021-04-22T13:37:07.011Z] #36 41.92   cmake-doc ninja-build lrzip
13:37:07 [2021-04-22T13:37:07.011Z] #36 41.92 Recommended packages:
13:37:07 [2021-04-22T13:37:07.011Z] #36 41.92   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:37:07 [2021-04-22T13:37:07.011Z] #36 42.87 The following NEW packages will be installed:
13:37:07 [2021-04-22T13:37:07.011Z] #36 42.89   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:37:07 [2021-04-22T13:37:07.011Z] #36 42.89   vim-common xxd
13:37:07 [2021-04-22T13:37:07.011Z] #36 43.29 0 upgraded, 10 newly installed, 0 to remove and 29 not upgraded.
13:37:07 [2021-04-22T13:37:07.011Z] #36 43.29 Need to get 14.9 MB of archives.
13:37:07 [2021-04-22T13:37:07.011Z] #36 43.29 After this operation, 61.8 MB of additional disk space will be used.
13:37:07 [2021-04-22T13:37:07.011Z] #36 43.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 43.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 43.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 43.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 44.39 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 44.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 44.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 44.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 44.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 44.52 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:37:07 [2021-04-22T13:37:07.011Z] #36 45.98 debconf: delaying package configuration, since apt-utils is not installed
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.18 Fetched 14.9 MB in 2s (8273 kB/s)
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.25 Selecting previously unselected package xxd.
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.37 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.40 Unpacking xxd (2:8.1.0875-5) ...
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.58 Selecting previously unselected package vim-common.
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.58 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.64 Unpacking vim-common (2:8.1.0875-5) ...
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.98 Selecting previously unselected package cmake-data.
13:37:07 [2021-04-22T13:37:07.011Z] #36 46.98 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:37:07 [2021-04-22T13:37:07.011Z] #36 47.00 Unpacking cmake-data (3.13.4-1) ...
13:37:07 [2021-04-22T13:37:07.011Z] #36 49.70 Selecting previously unselected package libicu63:amd64.
13:37:07 [2021-04-22T13:37:07.011Z] #36 49.71 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:37:07 [2021-04-22T13:37:07.011Z] #36 49.72 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:37:07 [2021-04-22T13:37:07.127Z] #20 34.44 Selecting previously unselected package xxd.
13:37:07 [2021-04-22T13:37:07.127Z] #20 34.45 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
13:37:07 [2021-04-22T13:37:07.127Z] #20 34.46 Unpacking xxd (2:8.1.0875-5) ...
13:37:07 [2021-04-22T13:37:07.388Z] #20 34.59 Selecting previously unselected package vim-common.
13:37:07 [2021-04-22T13:37:07.388Z] #20 34.60 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:37:07 [2021-04-22T13:37:07.388Z] #20 34.62 Unpacking vim-common (2:8.1.0875-5) ...
13:37:07 [2021-04-22T13:37:07.388Z] #20 34.77 Selecting previously unselected package bash-completion.
13:37:07 [2021-04-22T13:37:07.388Z] #20 34.78 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:37:07 [2021-04-22T13:37:07.442Z] #36 ...
13:37:07 [2021-04-22T13:37:07.442Z] 
13:37:07 [2021-04-22T13:37:07.442Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:07 [2021-04-22T13:37:07.443Z] #51 sha256:51e4ce420da2153ac0feec33750b2f5784d24a3161e74e5e970b94a3365da196
13:37:07 [2021-04-22T13:37:07.443Z] #51 48.90 syscall
13:37:07 [2021-04-22T13:37:07.443Z] #51 48.98 reflect
13:37:07 [2021-04-22T13:37:07.443Z] #51 56.67 time
13:37:07 [2021-04-22T13:37:07.443Z] #51 ...
13:37:07 [2021-04-22T13:37:07.443Z] 
13:37:07 [2021-04-22T13:37:07.443Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:07 [2021-04-22T13:37:07.443Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:07 [2021-04-22T13:37:07.443Z] #13 49.09 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.53 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.56 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.56 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.62 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.65 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.73 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.83 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 51.83 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
13:37:07 [2021-04-22T13:37:07.443Z] #13 52.90 debconf: delaying package configuration, since apt-utils is not installed
13:37:07 [2021-04-22T13:37:07.443Z] #13 53.11 Fetched 78.2 MB in 8s (9552 kB/s)
13:37:07 [2021-04-22T13:37:07.443Z] #13 53.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:07 [2021-04-22T13:37:07.443Z] #13 53.31 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 53.39 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 53.78 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 53.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:07 [2021-04-22T13:37:07.443Z] #13 54.01 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 54.02 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 54.27 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 54.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.)
13:37:07 [2021-04-22T13:37:07.443Z] #13 54.58 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 54.61 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 54.96 Setting up libudev1:amd64 (241-7~deb10u7) ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 55.02 Selecting previously unselected package binutils-mingw-w64-i686.
13:37:07 [2021-04-22T13:37:07.443Z] #13 55.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:07 [2021-04-22T13:37:07.443Z] #13 55.13 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:37:07 [2021-04-22T13:37:07.443Z] #13 55.13 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:37:07 [2021-04-22T13:37:07.530Z] #29 12.34 #=#=#                                                                         

                                                                           0.0%
                                                                           1.2%
#                                                                          2.7%
##                                                                         4.0%
###                                                                        4.9%
####                                                                       6.4%
#####                                                                      7.5%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.8%
########                                                                  12.2%
#########                                                                 13.5%
##########                                                                14.9%
###########                                                               16.1%
############                                                              17.3%
#############                                                             18.4%
#############                                                             19.0%
##############                                                            20.2%
################                                                          22.3%
#################                                                         24.6%
##################                                                        26.0%
###################                                                       27.1%
####################                                                      28.0%
####################                                                      28.9%
#####################                                                     30.5%
######################                                                    31.7%
#######################                                                   32.5%
########################                                                  33.8%
#########################                                                 35.5%
##########################                                                36.9%
###########################                                               38.5%
############################                                              39.7%
#############################                                             40.8%
#############################                                             40.8%
##############################                                            42.3%
###############################                                           43.1%
###############################                                           44.4%
################################                                          45.4%
#################################                                         46.7%
##################################                                        48.1%
####################################                                      50.0%
####################################                                      50.7%
######################################                                    52.9%
######################################                                    53.5%
#######################################                                   55.3%
########################################                                  56.1%
########################################                                  56.6%
#########################################                                 57.7%
##########################################                                58.5%
###########################################                               59.7%
############################################                              61.8%
#############################################                             62.6%
#############################################                             62.8%
#############################################                             63.4%
##############################################                            65.2%
###############################################                           66.6%
################################################                          67.4%
#################################################                         69.4%
##################################################                        70.4%
##################################################                        70.5%
###################################################                       71.6%
###################################################                       72.1%
####################################################                      73.1%
#####################################################                     74.2%
######################################################                    75.8%
#######################################################                   77.5%
#########################################################                 79.3%
##########################################################                81.2%
###########################################################               82.3%
############################################################              84.1%
##############################################################            86.7%
################################################################          88.9%
#################################################################         91.0%
###################################################################       93.4%
#####################################################################     95.9%
######################################################################    98.2%
#######################################################################   99.8%
######################################################################## 100.0%
13:37:07 [2021-04-22T13:37:07.530Z] #29 21.08 
13:37:07 [2021-04-22T13:37:07.703Z] #13 ...
13:37:07 [2021-04-22T13:37:07.703Z] 
13:37:07 [2021-04-22T13:37:07.703Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:07 [2021-04-22T13:37:07.703Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:37:07 [2021-04-22T13:37:07.703Z] #36 59.79 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:37:07 [2021-04-22T13:37:07.703Z] #36 59.85 Setting up xxd (2:8.1.0875-5) ...
13:37:07 [2021-04-22T13:37:07.703Z] #36 59.86 Setting up libuv1:amd64 (1.24.1-1) ...
13:37:07 [2021-04-22T13:37:07.952Z] #36 ...
13:37:07 [2021-04-22T13:37:07.952Z] 
13:37:07 [2021-04-22T13:37:07.952Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:07 [2021-04-22T13:37:07.952Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:37:07 [2021-04-22T13:37:07.952Z] #45 42.64 sync
13:37:07 [2021-04-22T13:37:07.952Z] #45 42.69 internal/reflectlite
13:37:07 [2021-04-22T13:37:07.952Z] #45 44.72 github.com/LK4D4/vndr/godl/singleflight
13:37:07 [2021-04-22T13:37:07.952Z] #45 45.15 math/rand
13:37:07 [2021-04-22T13:37:07.952Z] #45 46.19 internal/singleflight
13:37:07 [2021-04-22T13:37:07.952Z] #45 46.46 errors
13:37:07 [2021-04-22T13:37:07.952Z] #45 46.48 sort
13:37:07 [2021-04-22T13:37:07.952Z] #45 46.95 io
13:37:07 [2021-04-22T13:37:07.952Z] #45 47.74 strconv
13:37:07 [2021-04-22T13:37:07.952Z] #45 48.08 bytes
13:37:07 [2021-04-22T13:37:07.952Z] #45 50.10 bufio
13:37:07 [2021-04-22T13:37:07.952Z] #45 50.77 reflect
13:37:07 [2021-04-22T13:37:07.952Z] #45 51.99 syscall
13:37:07 [2021-04-22T13:37:07.952Z] #45 ...
13:37:07 [2021-04-22T13:37:07.952Z] 
13:37:07 [2021-04-22T13:37:07.952Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:37:07 [2021-04-22T13:37:07.952Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.58 go: finding github.com/kisielk/gotool v1.0.0
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.58 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.61 go: finding github.com/sourcegraph/go-diff v0.5.1
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.66 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.66 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.69 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.70 go: finding github.com/ultraware/funlen v0.0.2
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.71 go: finding github.com/ultraware/whitespace v0.0.4
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.73 go: finding github.com/uudashr/gocognit v1.0.1
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.77 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:37:07 [2021-04-22T13:37:07.952Z] #49 44.80 go: finding github.com/gogo/protobuf v1.2.1
13:37:07 [2021-04-22T13:37:07.952Z] #49 45.13 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:37:07 [2021-04-22T13:37:07.952Z] #49 45.20 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:37:07 [2021-04-22T13:37:07.952Z] #49 45.21 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:37:07 [2021-04-22T13:37:07.952Z] #49 45.36 go: finding github.com/BurntSushi/toml v0.3.1
13:37:07 [2021-04-22T13:37:07.952Z] #49 45.37 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:37:07 [2021-04-22T13:37:07.959Z] #20 ...
13:37:07 [2021-04-22T13:37:07.959Z] 
13:37:07 [2021-04-22T13:37:07.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
13:37:07 [2021-04-22T13:37:07.959Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:07 [2021-04-22T13:37:07.959Z] #43 85.48   DEP      criu/cr-dedup.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 85.69   DEP      criu/cr-check.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 85.95   DEP      criu/config.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 86.13   DEP      criu/clone-noasan.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 86.35   DEP      criu/cgroup.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 86.59   DEP      criu/cgroup-props.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 86.78   DEP      criu/bitmap.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 86.79   DEP      criu/bfd.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 86.86   DEP      criu/autofs.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 87.03   DEP      criu/aio.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 87.15   DEP      criu/action-scripts.d
13:37:07 [2021-04-22T13:37:07.959Z] #43 87.40   CC       criu/action-scripts.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 87.85   CC       criu/aio.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 88.38   CC       criu/autofs.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 89.69   CC       criu/bfd.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 90.16   CC       criu/bitmap.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 90.33   CC       criu/cgroup-props.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 91.09   CC       criu/cgroup.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 93.61   CC       criu/clone-noasan.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 93.84   CC       criu/config.o
13:37:07 [2021-04-22T13:37:07.959Z] #43 95.08   CC       criu/cr-check.o
13:37:07 [2021-04-22T13:37:07.965Z] #36 59.88 Setting up vim-common (2:8.1.0875-5) ...
13:37:07 [2021-04-22T13:37:07.965Z] #36 59.92 Setting up librhash0:amd64 (1.3.8-1) ...
13:37:07 [2021-04-22T13:37:07.965Z] #36 59.94 Setting up cmake-data (3.13.4-1) ...
13:37:07 [2021-04-22T13:37:07.965Z] #36 59.97 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:07 [2021-04-22T13:37:07.965Z] #36 59.99 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:37:07 [2021-04-22T13:37:07.965Z] #36 60.00 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:37:07 [2021-04-22T13:37:07.965Z] #36 60.02 Setting up cmake (3.13.4-1) ...
13:37:07 [2021-04-22T13:37:07.965Z] #36 60.04 Processing triggers for libc-bin (2.28-10) ...
13:37:08 [2021-04-22T13:37:08.229Z] #36 60.13 Processing triggers for mime-support (3.62) ...
13:37:08 [2021-04-22T13:37:08.900Z] #43 96.66   CC       criu/cr-dedup.o
13:37:08 [2021-04-22T13:37:08.933Z] #29 22.25 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
13:37:09 [2021-04-22T13:37:09.173Z] #36 DONE 60.9s
13:37:09 [2021-04-22T13:37:09.173Z] 
13:37:09 [2021-04-22T13:37:09.173Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:09 [2021-04-22T13:37:09.173Z] #37 sha256:8374c7b9a55f04a2fae916972dc8f627239208abe2a39d0580167edf812c2b15
13:37:09 [2021-04-22T13:37:09.196Z] #29 22.59 
13:37:09 [2021-04-22T13:37:09.334Z] #49 ...
13:37:09 [2021-04-22T13:37:09.334Z] 
13:37:09 [2021-04-22T13:37:09.334Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:09 [2021-04-22T13:37:09.334Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:09 [2021-04-22T13:37:09.334Z] #13 47.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.56 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.57 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.58 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.60 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.62 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.66 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.71 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.73 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:37:09 [2021-04-22T13:37:09.334Z] #13 49.74 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
13:37:09 [2021-04-22T13:37:09.461Z] #29 22.84 
#                                                                          2.0%
######################################################################## 100.0%
13:37:09 [2021-04-22T13:37:09.461Z] #29 22.97 
13:37:09 [2021-04-22T13:37:09.471Z] #43 97.01   CC       criu/cr-dump.o
13:37:10 [2021-04-22T13:37:10.042Z] #43 ...
13:37:10 [2021-04-22T13:37:10.042Z] 
13:37:10 [2021-04-22T13:37:10.043Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:37:10 [2021-04-22T13:37:10.043Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:37:10 [2021-04-22T13:37:10.304Z] #20 37.41 Unpacking bash-completion (1:2.8-6) ...
13:37:10 [2021-04-22T13:37:10.565Z] #20 37.81 Selecting previously unselected package bzip2.
13:37:10 [2021-04-22T13:37:10.565Z] #20 37.81 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:37:10 [2021-04-22T13:37:10.565Z] #20 37.82 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:37:10 [2021-04-22T13:37:10.565Z] #20 37.91 Selecting previously unselected package xz-utils.
13:37:10 [2021-04-22T13:37:10.565Z] #20 37.91 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
13:37:10 [2021-04-22T13:37:10.565Z] #20 37.92 Unpacking xz-utils (5.2.4-1) ...
13:37:10 [2021-04-22T13:37:10.715Z] #13 50.88 debconf: delaying package configuration, since apt-utils is not installed
13:37:10 [2021-04-22T13:37:10.715Z] #13 51.05 Fetched 78.2 MB in 7s (10.5 MB/s)
13:37:10 [2021-04-22T13:37:10.825Z] #32 ...
13:37:10 [2021-04-22T13:37:10.825Z] 
13:37:10 [2021-04-22T13:37:10.825Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:10 [2021-04-22T13:37:10.825Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:10 [2021-04-22T13:37:10.825Z] #13 48.66 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.25 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.27 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.28 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.28 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.30 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.33 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.36 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.37 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.40 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.45 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.48 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 51.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB]
13:37:10 [2021-04-22T13:37:10.825Z] #13 52.64 debconf: delaying package configuration, since apt-utils is not installed
13:37:10 [2021-04-22T13:37:10.826Z] #20 38.09 Selecting previously unselected package apparmor.
13:37:10 [2021-04-22T13:37:10.826Z] #20 38.10 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
13:37:10 [2021-04-22T13:37:10.826Z] #20 38.18 Unpacking apparmor (2.13.2-10) ...
13:37:10 [2021-04-22T13:37:10.855Z] #29 24.02 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
13:37:10 [2021-04-22T13:37:10.855Z] #29 24.34 
13:37:10 [2021-04-22T13:37:10.975Z] #13 51.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:10 [2021-04-22T13:37:10.975Z] #13 51.23 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
13:37:10 [2021-04-22T13:37:10.975Z] #13 51.25 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:11 [2021-04-22T13:37:11.082Z] #13 52.89 Fetched 78.2 MB in 8s (9514 kB/s)
13:37:11 [2021-04-22T13:37:11.120Z] #29 24.61 
                                                                           0.7%
######################################################################## 100.0%
13:37:11 [2021-04-22T13:37:11.383Z] #29 24.76 
13:37:11 [2021-04-22T13:37:11.398Z] #20 38.53 Selecting previously unselected package aufs-tools.
13:37:11 [2021-04-22T13:37:11.398Z] #20 38.54 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.398Z] #20 38.55 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:37:11 [2021-04-22T13:37:11.398Z] #20 38.69 Selecting previously unselected package libonig5:amd64.
13:37:11 [2021-04-22T13:37:11.398Z] #20 38.70 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.398Z] #20 38.71 Unpacking libonig5:amd64 (6.9.1-1) ...
13:37:11 [2021-04-22T13:37:11.548Z] #13 ...
13:37:11 [2021-04-22T13:37:11.548Z] 
13:37:11 [2021-04-22T13:37:11.548Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:37:11 [2021-04-22T13:37:11.548Z] #47 sha256:381713ab78f4eab9226f0c4a8ce807e5034c1437a8ba0ed3edd1f9fc37e96e48
13:37:11 [2021-04-22T13:37:11.548Z] #47 DONE 56.3s
13:37:11 [2021-04-22T13:37:11.548Z] 
13:37:11 [2021-04-22T13:37:11.548Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:11 [2021-04-22T13:37:11.548Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:11 [2021-04-22T13:37:11.548Z] #13 51.82 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
13:37:11 [2021-04-22T13:37:11.648Z] #29 ...
13:37:11 [2021-04-22T13:37:11.648Z] 
13:37:11 [2021-04-22T13:37:11.648Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:37:11 [2021-04-22T13:37:11.648Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
13:37:11 [2021-04-22T13:37:11.648Z] #32 33.50 Checking out files:  92% (1403/1521)   
Checking out files:  93% (1415/1521)   
Checking out files:  94% (1430/1521)   
Checking out files:  95% (1445/1521)   
Checking out files:  96% (1461/1521)   
Checking out files:  97% (1476/1521)   
Checking out files:  98% (1491/1521)   
Checking out files:  99% (1506/1521)   
Checking out files: 100% (1521/1521)   
Checking out files: 100% (1521/1521), done.
13:37:11 [2021-04-22T13:37:11.648Z] #32 33.67 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
13:37:11 [2021-04-22T13:37:11.648Z] #32 34.29 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:37:11 [2021-04-22T13:37:11.654Z] #13 53.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.)
13:37:11 [2021-04-22T13:37:11.654Z] #13 53.26 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.659Z] #20 38.84 Selecting previously unselected package libjq1:amd64.
13:37:11 [2021-04-22T13:37:11.659Z] #20 38.85 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.659Z] #20 38.85 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:37:11 [2021-04-22T13:37:11.659Z] #20 38.97 Selecting previously unselected package jq.
13:37:11 [2021-04-22T13:37:11.659Z] #20 39.00 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.659Z] #20 39.00 Unpacking jq (1.5+dfsg-2+b1) ...
13:37:11 [2021-04-22T13:37:11.726Z] #37 ...
13:37:11 [2021-04-22T13:37:11.726Z] 
13:37:11 [2021-04-22T13:37:11.726Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:11 [2021-04-22T13:37:11.726Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.30 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.31 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.34 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.37 Setting up libcap-dev:amd64 (1:2.25-2) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.39 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.40 Setting up protobuf-compiler (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.42 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.43 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.45 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 57.46 Setting up python-protobuf (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 62.99 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 63.01 Processing triggers for libc-bin (2.28-10) ...
13:37:11 [2021-04-22T13:37:11.726Z] #42 DONE 63.6s
13:37:11 [2021-04-22T13:37:11.726Z] 
13:37:11 [2021-04-22T13:37:11.726Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:11 [2021-04-22T13:37:11.726Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:11 [2021-04-22T13:37:11.808Z] #13 52.02 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:11 [2021-04-22T13:37:11.808Z] #13 52.15 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #13 ...
13:37:11 [2021-04-22T13:37:11.912Z] 
13:37:11 [2021-04-22T13:37:11.912Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:37:11 [2021-04-22T13:37:11.912Z] #47 sha256:35eaaa443d055bf8baab7e4f416676a455e25b56871cd13e6f0ba368e3bdc9f6
13:37:11 [2021-04-22T13:37:11.912Z] #47 DONE 56.8s
13:37:11 [2021-04-22T13:37:11.912Z] 
13:37:11 [2021-04-22T13:37:11.912Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:11 [2021-04-22T13:37:11.912Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:11 [2021-04-22T13:37:11.912Z] #13 53.66 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:11 [2021-04-22T13:37:11.912Z] #13 ...
13:37:11 [2021-04-22T13:37:11.912Z] 
13:37:11 [2021-04-22T13:37:11.912Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:11 [2021-04-22T13:37:11.912Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:11 [2021-04-22T13:37:11.912Z] #42 47.61 Selecting previously unselected package libprotobuf-lite17:amd64.
13:37:11 [2021-04-22T13:37:11.912Z] #42 47.61 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 47.62 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 47.84 Selecting previously unselected package libprotobuf-dev:amd64.
13:37:11 [2021-04-22T13:37:11.912Z] #42 47.84 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 47.85 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.00 Selecting previously unselected package libprotoc17:amd64.
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.00 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.00 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.78 Selecting previously unselected package protobuf-c-compiler.
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.79 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.80 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.92 Selecting previously unselected package protobuf-compiler.
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.93 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 49.93 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.10 Selecting previously unselected package python-pkg-resources.
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.12 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.13 Unpacking python-pkg-resources (40.8.0-1) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.37 Selecting previously unselected package python-six.
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.37 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.38 Unpacking python-six (1.12.0-1) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.51 Selecting previously unselected package python-protobuf.
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.51 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 50.52 Unpacking python-protobuf (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 51.21 Setting up python-pkg-resources (40.8.0-1) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 55.75 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 55.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 55.79 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 55.82 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:37:11 [2021-04-22T13:37:11.912Z] #42 55.83 Setting up python-six (1.12.0-1) ...
13:37:11 [2021-04-22T13:37:11.913Z] #32 ...
13:37:11 [2021-04-22T13:37:11.913Z] 
13:37:11 [2021-04-22T13:37:11.913Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:37:11 [2021-04-22T13:37:11.913Z] #49 sha256:ba78342ec985deb2949dd6f74ff81a514aefd9ffcc208e48dc1b414a0fa180be
13:37:11 [2021-04-22T13:37:11.913Z] #49 37.85 go: finding github.com/fatih/color v1.7.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 37.90 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
13:37:11 [2021-04-22T13:37:11.913Z] #49 37.97 go: finding github.com/mattn/go-colorable v0.1.4
13:37:11 [2021-04-22T13:37:11.913Z] #49 37.98 go: finding github.com/mattn/go-isatty v0.0.8
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.17 go: finding github.com/go-lintpack/lintpack v0.5.2
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.20 go: finding github.com/pkg/errors v0.8.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.20 go: finding github.com/go-critic/go-critic v0.4.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.27 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.29 go: finding github.com/mitchellh/go-homedir v1.1.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.31 go: finding github.com/go-toolsmith/astequal v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.34 go: finding github.com/go-toolsmith/astp v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.34 go: finding github.com/go-toolsmith/astfmt v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.34 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.35 go: finding github.com/spf13/viper v1.6.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.37 go: finding github.com/sirupsen/logrus v1.4.2
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.43 go: finding github.com/go-toolsmith/astcast v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.43 go: finding github.com/go-toolsmith/typep v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.45 go: finding github.com/stretchr/testify v1.4.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.45 go: finding github.com/go-toolsmith/astcopy v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.57 go: finding github.com/davecgh/go-spew v1.1.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.59 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.62 go: finding github.com/bombsimon/wsl/v2 v2.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.62 go: finding github.com/go-toolsmith/strparse v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.64 go: finding github.com/pmezard/go-difflib v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.68 go: finding github.com/spf13/cobra v0.0.5
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.69 go: finding github.com/fsnotify/fsnotify v1.4.7
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.69 go: finding github.com/stretchr/objx v0.2.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.73 go: finding github.com/gobwas/glob v0.2.3
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.79 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.80 go: finding github.com/hashicorp/hcl v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.88 go: finding gopkg.in/yaml.v2 v2.2.7
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.88 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.88 go: finding github.com/spf13/pflag v1.0.5
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.91 go: finding github.com/magiconair/properties v1.8.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 38.93 go: finding github.com/mitchellh/mapstructure v1.1.2
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.03 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.10 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.16 go: finding github.com/spf13/afero v1.1.2
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.21 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.25 go: finding github.com/spf13/cast v1.3.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.26 go: finding github.com/pelletier/go-toml v1.2.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.26 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.28 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.29 go: finding github.com/spf13/jwalterweatherman v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.32 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.46 go: finding github.com/subosito/gotenv v1.2.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.58 go: finding gopkg.in/ini.v1 v1.51.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.76 go: finding golang.org/x/text v0.3.2
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.80 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.85 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.87 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.88 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.89 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.90 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.91 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.94 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
13:37:11 [2021-04-22T13:37:11.913Z] #49 39.97 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.13 go: finding github.com/kisielk/gotool v1.0.0
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.14 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.18 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.20 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.24 go: finding github.com/tommy-muehle/go-mnd v1.1.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.25 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.26 go: finding github.com/sourcegraph/go-diff v0.5.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.28 go: finding github.com/ultraware/funlen v0.0.2
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.29 go: finding github.com/ultraware/whitespace v0.0.4
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.50 go: finding github.com/uudashr/gocognit v1.0.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.55 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.60 go: finding github.com/gogo/protobuf v1.2.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.72 go: finding honnef.co/go/tools v0.0.1-2019.2.3
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.74 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.75 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.80 go: finding github.com/BurntSushi/toml v0.3.1
13:37:11 [2021-04-22T13:37:11.913Z] #49 40.82 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
13:37:11 [2021-04-22T13:37:11.920Z] #20 39.10 Selecting previously unselected package libaio1:amd64.
13:37:11 [2021-04-22T13:37:11.920Z] #20 39.10 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.920Z] #20 39.11 Unpacking libaio1:amd64 (0.3.112-3) ...
13:37:11 [2021-04-22T13:37:11.920Z] #20 39.17 Selecting previously unselected package libgpm2:amd64.
13:37:11 [2021-04-22T13:37:11.921Z] #20 39.18 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
13:37:11 [2021-04-22T13:37:11.921Z] #20 39.18 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:37:11 [2021-04-22T13:37:11.921Z] #20 39.30 Selecting previously unselected package libicu63:amd64.
13:37:12 [2021-04-22T13:37:12.068Z] #13 52.25 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:37:12 [2021-04-22T13:37:12.182Z] #20 39.31 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
13:37:12 [2021-04-22T13:37:12.182Z] #20 39.31 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:37:12 [2021-04-22T13:37:12.328Z] #13 52.66 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
13:37:12 [2021-04-22T13:37:12.843Z] #42 ...
13:37:12 [2021-04-22T13:37:12.843Z] 
13:37:12 [2021-04-22T13:37:12.843Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:12 [2021-04-22T13:37:12.843Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:12 [2021-04-22T13:37:12.843Z] #13 54.40 Setting up libsystemd0:amd64 (241-7~deb10u7) ...
13:37:12 [2021-04-22T13:37:12.850Z] #13 53.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:12 [2021-04-22T13:37:12.850Z] #13 53.16 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
13:37:12 [2021-04-22T13:37:12.850Z] #13 53.26 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:12 [2021-04-22T13:37:12.863Z] #49 ...
13:37:12 [2021-04-22T13:37:12.863Z] 
13:37:12 [2021-04-22T13:37:12.863Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:12 [2021-04-22T13:37:12.863Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:37:12 [2021-04-22T13:37:12.863Z] #13 30.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 31.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 31.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 31.38 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 31.39 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 32.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 32.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 32.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 35.65 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.43 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.43 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.43 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.45 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.48 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.49 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.49 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.50 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.51 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.52 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.57 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.72 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.72 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 37.73 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB]
13:37:12 [2021-04-22T13:37:12.863Z] #13 38.85 debconf: delaying package configuration, since apt-utils is not installed
13:37:12 [2021-04-22T13:37:12.863Z] #13 38.95 Fetched 73.8 MB in 8s (9135 kB/s)
13:37:12 [2021-04-22T13:37:12.863Z] #13 39.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:37:12 [2021-04-22T13:37:12.863Z] #13 39.12 Preparing to unpack .../libsystemd0_241-7~deb10u7_arm64.deb ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 39.16 Unpacking libsystemd0:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 39.65 Setting up libsystemd0:arm64 (241-7~deb10u7) ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 39.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 ... 15383 files and directories currently installed.)
13:37:12 [2021-04-22T13:37:12.863Z] #13 39.92 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 39.96 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 40.25 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 40.48 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:37:12 [2021-04-22T13:37:12.863Z] #13 40.58 Preparing to unpack .../libudev1_241-7~deb10u7_arm64.deb ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 40.63 Unpacking libudev1:arm64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 40.84 Setting up libudev1:arm64 (241-7~deb10u7) ...
13:37:12 [2021-04-22T13:37:12.863Z] #13 40.96 Selecting previously unselected package binutils-mingw-w64-i686.
13:37:13 [2021-04-22T13:37:13.101Z] #13 54.61 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:13 [2021-04-22T13:37:13.101Z] #13 54.71 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
13:37:13 [2021-04-22T13:37:13.101Z] #13 54.72 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
13:37:13 [2021-04-22T13:37:13.110Z] #13 53.40 Setting up libudev1:amd64 (241-7~deb10u7) ...
13:37:13 [2021-04-22T13:37:13.110Z] #13 53.55 Selecting previously unselected package binutils-mingw-w64-i686.
13:37:13 [2021-04-22T13:37:13.127Z] #13 40.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
13:37:13 [2021-04-22T13:37:13.128Z] #13 41.01 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
13:37:13 [2021-04-22T13:37:13.128Z] #13 41.02 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:37:13 [2021-04-22T13:37:13.358Z] #13 55.09 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
13:37:13 [2021-04-22T13:37:13.369Z] #13 53.55 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:13 [2021-04-22T13:37:13.369Z] #13 53.64 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:37:13 [2021-04-22T13:37:13.369Z] #13 53.67 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:37:13 [2021-04-22T13:37:13.392Z] #13 ...
13:37:13 [2021-04-22T13:37:13.392Z] 
13:37:13 [2021-04-22T13:37:13.392Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:13 [2021-04-22T13:37:13.392Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:13 [2021-04-22T13:37:13.392Z] #29 26.14 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
13:37:13 [2021-04-22T13:37:13.392Z] #29 26.50 
13:37:13 [2021-04-22T13:37:13.616Z] #13 55.24 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:13 [2021-04-22T13:37:13.616Z] #13 55.32 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ...
13:37:13 [2021-04-22T13:37:13.616Z] #13 55.34 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ...
13:37:13 [2021-04-22T13:37:13.644Z] #43 ...
13:37:13 [2021-04-22T13:37:13.644Z] 
13:37:13 [2021-04-22T13:37:13.644Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:13 [2021-04-22T13:37:13.644Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:37:13 [2021-04-22T13:37:13.644Z] #45 55.46 time
13:37:13 [2021-04-22T13:37:13.644Z] #45 59.96 internal/fmtsort
13:37:13 [2021-04-22T13:37:13.644Z] #45 60.26 internal/poll
13:37:13 [2021-04-22T13:37:13.644Z] #45 60.54 internal/syscall/execenv
13:37:13 [2021-04-22T13:37:13.644Z] #45 60.73 internal/syscall/unix
13:37:13 [2021-04-22T13:37:13.644Z] #45 61.18 strings
13:37:13 [2021-04-22T13:37:13.644Z] #45 62.48 os
13:37:13 [2021-04-22T13:37:13.644Z] #45 63.56 regexp/syntax
13:37:13 [2021-04-22T13:37:13.644Z] #45 65.73 fmt
13:37:13 [2021-04-22T13:37:13.644Z] #45 ...
13:37:13 [2021-04-22T13:37:13.644Z] 
13:37:13 [2021-04-22T13:37:13.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
13:37:13 [2021-04-22T13:37:13.644Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:13 [2021-04-22T13:37:13.644Z] #13 57.69 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:37:13 [2021-04-22T13:37:13.644Z] #13 57.69 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 57.69 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.35 Selecting previously unselected package binutils-mingw-w64.
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.35 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.36 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.47 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.47 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.69 Selecting previously unselected package dmsetup.
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.69 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.69 Unpacking dmsetup (2:1.02.155-3) ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.83 Selecting previously unselected package mingw-w64-common.
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.83 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:37:13 [2021-04-22T13:37:13.644Z] #13 60.84 Unpacking mingw-w64-common (6.0.0-3) ...
13:37:13 [2021-04-22T13:37:13.656Z] #29 26.70 
                                                                           0.0%
####                                                                       6.8%
########                                                                  11.7%
###########                                                               15.6%
13:37:13 [2021-04-22T13:37:13.656Z] #29 ...
13:37:13 [2021-04-22T13:37:13.656Z] 
13:37:13 [2021-04-22T13:37:13.656Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:13 [2021-04-22T13:37:13.656Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.825 + RM_GOPATH=0
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.825 + TMP_GOPATH=
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.825 + : /build
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.825 + '[' -z '' ']'
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.831 ++ mktemp -d
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.912 + export GOPATH=/tmp/tmp.3WUCjpWz1h
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.912 + GOPATH=/tmp/tmp.3WUCjpWz1h
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.912 + RM_GOPATH=1
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.912 + case "$(go env GOARCH)" in
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.912 ++ go env GOARCH
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.978 + export GO_BUILDMODE=-buildmode=pie
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.978 + GO_BUILDMODE=-buildmode=pie
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.979 ++ dirname /tmp/install/install.sh
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.981 + dir=/tmp/install
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.981 + bin=containerd
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.981 + shift
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.981 + '[' '!' -f /tmp/install/containerd.installer ']'
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.981 + . /tmp/install/containerd.installer
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.987 ++ set -e
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.987 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.988 + install_containerd
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.988 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e'
13:37:13 [2021-04-22T13:37:13.656Z] #56 1.989 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:13 [2021-04-22T13:37:13.656Z] #56 2.000 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3WUCjpWz1h/src/github.com/containerd/containerd
13:37:13 [2021-04-22T13:37:13.656Z] #56 2.097 Cloning into '/tmp/tmp.3WUCjpWz1h/src/github.com/containerd/containerd'...
13:37:13 [2021-04-22T13:37:13.656Z] #56 ...
13:37:13 [2021-04-22T13:37:13.656Z] 
13:37:13 [2021-04-22T13:37:13.656Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:13 [2021-04-22T13:37:13.656Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:13 [2021-04-22T13:37:13.874Z] #13 55.58 Setting up libudev1:amd64 (241-7~deb10u7) ...
13:37:14 [2021-04-22T13:37:14.131Z] #13 55.76 Selecting previously unselected package binutils-mingw-w64-i686.
13:37:14 [2021-04-22T13:37:14.131Z] #13 55.76 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:37:14 [2021-04-22T13:37:14.131Z] #13 55.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.131Z] #13 55.83 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:37:14 [2021-04-22T13:37:14.591Z] #13 ...
13:37:14 [2021-04-22T13:37:14.591Z] 
13:37:14 [2021-04-22T13:37:14.591Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:14 [2021-04-22T13:37:14.591Z] #37 sha256:8374c7b9a55f04a2fae916972dc8f627239208abe2a39d0580167edf812c2b15
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.532 + RM_GOPATH=0
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.532 + TMP_GOPATH=
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.532 + : /build
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.532 + '[' -z '' ']'
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.533 ++ mktemp -d
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.538 + export GOPATH=/tmp/tmp.c4oz4kU19E
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.538 + GOPATH=/tmp/tmp.c4oz4kU19E
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.538 + RM_GOPATH=1
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.538 + case "$(go env GOARCH)" in
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.538 ++ go env GOARCH
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.560 + export GO_BUILDMODE=-buildmode=pie
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.560 + GO_BUILDMODE=-buildmode=pie
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.561 ++ dirname /tmp/install/install.sh
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.565 + dir=/tmp/install
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.565 + bin=tini
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.565 + shift
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.565 + '[' '!' -f /tmp/install/tini.installer ']'
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.565 + . /tmp/install/tini.installer
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.566 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.569 + install_tini
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.570 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.570 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.570 + git clone https://github.com/krallin/tini.git /tmp/tmp.c4oz4kU19E/tini
13:37:14 [2021-04-22T13:37:14.591Z] #37 5.579 Cloning into '/tmp/tmp.c4oz4kU19E/tini'...
13:37:14 [2021-04-22T13:37:14.694Z] #13 ...
13:37:14 [2021-04-22T13:37:14.694Z] 
13:37:14 [2021-04-22T13:37:14.694Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:14 [2021-04-22T13:37:14.694Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:37:14 [2021-04-22T13:37:14.694Z] #36 49.51 Selecting previously unselected package libicu63:amd64.
13:37:14 [2021-04-22T13:37:14.694Z] #36 49.55 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.694Z] #36 49.57 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:37:14 [2021-04-22T13:37:14.694Z] #36 56.87 Selecting previously unselected package libxml2:amd64.
13:37:14 [2021-04-22T13:37:14.695Z] #36 56.87 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 56.87 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 57.72 Selecting previously unselected package libarchive13:amd64.
13:37:14 [2021-04-22T13:37:14.695Z] #36 57.72 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 57.73 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.28 Selecting previously unselected package libjsoncpp1:amd64.
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.29 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.30 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.45 Selecting previously unselected package librhash0:amd64.
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.46 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.46 Unpacking librhash0:amd64 (1.3.8-1) ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.65 Selecting previously unselected package libuv1:amd64.
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.66 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.67 Unpacking libuv1:amd64 (1.24.1-1) ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.83 Selecting previously unselected package cmake.
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.83 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 58.83 Unpacking cmake (3.13.4-1) ...
13:37:14 [2021-04-22T13:37:14.695Z] #36 ...
13:37:14 [2021-04-22T13:37:14.695Z] 
13:37:14 [2021-04-22T13:37:14.695Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:14 [2021-04-22T13:37:14.695Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:14 [2021-04-22T13:37:14.695Z] #42 59.51 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:37:14 [2021-04-22T13:37:14.695Z] #42 59.53 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:37:14 [2021-04-22T13:37:14.695Z] #42 59.57 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
13:37:14 [2021-04-22T13:37:14.695Z] #42 59.60 Setting up libcap-dev:amd64 (1:2.25-2) ...
13:37:14 [2021-04-22T13:37:14.695Z] #42 59.62 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
13:37:14 [2021-04-22T13:37:14.709Z] #29 26.70 
                                                                           0.0%
####                                                                       6.8%
########                                                                  11.7%
###########                                                               15.6%
#############                                                             19.4%
#################                                                         23.7%
##################                                                        26.2%
#####################                                                     30.3%
########################                                                  33.6%
###########################                                               38.7%
##############################                                            43.0%
################################                                          45.4%
###################################                                       48.7%
#####################################                                     51.6%
#######################################                                   54.6%
13:37:14 [2021-04-22T13:37:14.709Z] #29 ...
13:37:14 [2021-04-22T13:37:14.709Z] 
13:37:14 [2021-04-22T13:37:14.709Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:14 [2021-04-22T13:37:14.709Z] #51 sha256:51cfab1875bf3a38f540879ec136e910ec94768fc3e071aefb6f041a16654af1
13:37:14 [2021-04-22T13:37:14.709Z] #51 36.79 bytes
13:37:14 [2021-04-22T13:37:14.709Z] #51 36.79 strconv
13:37:14 [2021-04-22T13:37:14.709Z] #51 36.80 syscall
13:37:14 [2021-04-22T13:37:14.709Z] #51 36.83 strings
13:37:14 [2021-04-22T13:37:14.709Z] #51 40.32 bufio
13:37:14 [2021-04-22T13:37:14.709Z] #51 40.99 text/tabwriter
13:37:14 [2021-04-22T13:37:14.709Z] #51 41.19 reflect
13:37:14 [2021-04-22T13:37:14.709Z] #51 42.16 regexp/syntax
13:37:14 [2021-04-22T13:37:14.709Z] #51 46.49 time
13:37:14 [2021-04-22T13:37:14.749Z] #13 ...
13:37:14 [2021-04-22T13:37:14.749Z] 
13:37:14 [2021-04-22T13:37:14.749Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:14 [2021-04-22T13:37:14.749Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:37:14 [2021-04-22T13:37:14.749Z] #51 49.24 internal/oserror
13:37:14 [2021-04-22T13:37:14.749Z] #51 49.25 bytes
13:37:14 [2021-04-22T13:37:14.749Z] #51 49.38 syscall
13:37:14 [2021-04-22T13:37:14.749Z] #51 51.89 reflect
13:37:14 [2021-04-22T13:37:14.749Z] #51 57.25 time
13:37:14 [2021-04-22T13:37:14.749Z] #51 ...
13:37:14 [2021-04-22T13:37:14.749Z] 
13:37:14 [2021-04-22T13:37:14.749Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:14 [2021-04-22T13:37:14.749Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:37:14 [2021-04-22T13:37:14.749Z] #36 56.93 Selecting previously unselected package libxml2:amd64.
13:37:14 [2021-04-22T13:37:14.749Z] #36 56.93 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 56.93 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 57.83 Selecting previously unselected package libarchive13:amd64.
13:37:14 [2021-04-22T13:37:14.749Z] #36 57.85 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 57.86 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.18 Selecting previously unselected package libjsoncpp1:amd64.
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.18 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.21 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.37 Selecting previously unselected package librhash0:amd64.
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.37 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.38 Unpacking librhash0:amd64 (1.3.8-1) ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.56 Selecting previously unselected package libuv1:amd64.
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.56 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.57 Unpacking libuv1:amd64 (1.24.1-1) ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.68 Selecting previously unselected package cmake.
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.70 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:37:14 [2021-04-22T13:37:14.749Z] #36 58.71 Unpacking cmake (3.13.4-1) ...
13:37:14 [2021-04-22T13:37:14.952Z] #42 59.63 Setting up protobuf-compiler (3.6.1.3-2) ...
13:37:14 [2021-04-22T13:37:14.952Z] #42 59.68 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:37:14 [2021-04-22T13:37:14.952Z] #42 59.70 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:37:14 [2021-04-22T13:37:14.952Z] #42 59.72 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:37:14 [2021-04-22T13:37:14.952Z] #42 59.74 Setting up python-protobuf (3.6.1.3-2) ...
13:37:14 [2021-04-22T13:37:14.977Z] #51 ...
13:37:14 [2021-04-22T13:37:14.977Z] 
13:37:14 [2021-04-22T13:37:14.977Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:14 [2021-04-22T13:37:14.977Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:15 [2021-04-22T13:37:15.164Z] #37 6.334 + cd /tmp/tmp.c4oz4kU19E/tini
13:37:15 [2021-04-22T13:37:15.164Z] #37 6.334 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:37:15 [2021-04-22T13:37:15.164Z] #37 6.340 + cmake .
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.62 Selecting previously unselected package libnet1:amd64.
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.63 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.65 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.73 Selecting previously unselected package libnl-3-200:amd64.
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.74 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.75 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.82 Selecting previously unselected package libprotobuf-c1:amd64.
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.83 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:37:15 [2021-04-22T13:37:15.484Z] #20 42.83 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:37:15 [2021-04-22T13:37:15.739Z] #37 6.857 -- The C compiler identification is GNU 8.3.0
13:37:15 [2021-04-22T13:37:15.739Z] #37 6.892 -- Check for working C compiler: /usr/bin/cc
13:37:15 [2021-04-22T13:37:15.745Z] #20 42.89 Selecting previously unselected package libreadline5:amd64.
13:37:15 [2021-04-22T13:37:15.745Z] #20 42.90 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
13:37:15 [2021-04-22T13:37:15.745Z] #20 42.90 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:37:15 [2021-04-22T13:37:15.745Z] #20 43.04 Selecting previously unselected package net-tools.
13:37:15 [2021-04-22T13:37:15.745Z] #20 43.06 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
13:37:15 [2021-04-22T13:37:15.745Z] #20 43.06 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:37:15 [2021-04-22T13:37:15.770Z] #29 26.70 
                                                                           0.0%
####                                                                       6.8%
########                                                                  11.7%
###########                                                               15.6%
#############                                                             19.4%
#################                                                         23.7%
##################                                                        26.2%
#####################                                                     30.3%
########################                                                  33.6%
###########################                                               38.7%
##############################                                            43.0%
################################                                          45.4%
###################################                                       48.7%
#####################################                                     51.6%
#######################################                                   54.6%
############################################                              61.3%
##############################################                            64.6%
################################################                          67.9%
###################################################                       72.2%
#####################################################                     74.4%
##########################################################                80.6%
############################################################              84.6%
##################################################################        92.4%
######################################################################## 100.0%
13:37:15 [2021-04-22T13:37:15.770Z] #29 29.26 
13:37:16 [2021-04-22T13:37:16.006Z] #20 43.26 Selecting previously unselected package python-pip-whl.
13:37:16 [2021-04-22T13:37:16.006Z] #20 43.26 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:37:16 [2021-04-22T13:37:16.006Z] #20 43.27 Unpacking python-pip-whl (18.1-5) ...
13:37:16 [2021-04-22T13:37:16.312Z] #37 7.395 -- Check for working C compiler: /usr/bin/cc -- works
13:37:16 [2021-04-22T13:37:16.312Z] #37 7.398 -- Detecting C compiler ABI info
13:37:16 [2021-04-22T13:37:16.348Z] #29 ...
13:37:16 [2021-04-22T13:37:16.348Z] 
13:37:16 [2021-04-22T13:37:16.348Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:16 [2021-04-22T13:37:16.348Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:37:16 [2021-04-22T13:37:16.348Z] #36 38.27 Selecting previously unselected package libicu63:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #36 38.29 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 38.31 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.01 Selecting previously unselected package libxml2:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.01 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.03 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.64 Selecting previously unselected package libarchive13:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.65 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.66 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.92 Selecting previously unselected package libjsoncpp1:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 43.93 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.09 Selecting previously unselected package librhash0:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.09 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.10 Unpacking librhash0:arm64 (1.3.8-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.36 Selecting previously unselected package libuv1:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.36 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.37 Unpacking libuv1:arm64 (1.24.1-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.55 Selecting previously unselected package cmake.
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.55 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 44.57 Unpacking cmake (3.13.4-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.65 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.68 Setting up xxd (2:8.1.0875-5) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.70 Setting up libuv1:arm64 (1.24.1-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.71 Setting up vim-common (2:8.1.0875-5) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.76 Setting up librhash0:arm64 (1.3.8-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.78 Setting up cmake-data (3.13.4-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.80 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.84 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.86 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.88 Setting up cmake (3.13.4-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 46.91 Processing triggers for libc-bin (2.28-10) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 47.07 Processing triggers for mime-support (3.62) ...
13:37:16 [2021-04-22T13:37:16.348Z] #36 ...
13:37:16 [2021-04-22T13:37:16.348Z] 
13:37:16 [2021-04-22T13:37:16.348Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:16 [2021-04-22T13:37:16.348Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:37:16 [2021-04-22T13:37:16.348Z] #42 38.26 Selecting previously unselected package zlib1g-dev:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #42 38.26 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 38.29 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 38.60 Selecting previously unselected package libprotobuf17:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #42 38.60 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 38.63 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 39.30 Selecting previously unselected package libprotobuf-lite17:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #42 39.30 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 39.32 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 39.53 Selecting previously unselected package libprotobuf-dev:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #42 39.53 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 39.55 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 40.75 Selecting previously unselected package libprotoc17:arm64.
13:37:16 [2021-04-22T13:37:16.348Z] #42 40.77 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 40.78 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.28 Selecting previously unselected package protobuf-c-compiler.
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.28 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.29 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.42 Selecting previously unselected package protobuf-compiler.
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.42 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.43 Unpacking protobuf-compiler (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.66 Selecting previously unselected package python-pkg-resources.
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.66 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.68 Unpacking python-pkg-resources (40.8.0-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.97 Selecting previously unselected package python-six.
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.97 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 41.98 Unpacking python-six (1.12.0-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 42.10 Selecting previously unselected package python-protobuf.
13:37:16 [2021-04-22T13:37:16.348Z] #42 42.10 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 42.13 Unpacking python-protobuf (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 42.67 Setting up python-pkg-resources (40.8.0-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 44.91 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 44.93 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 44.95 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 44.98 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 45.01 Setting up python-six (1.12.0-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 46.98 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 46.99 Setting up libnl-3-200:arm64 (3.4.0-1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 47.02 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 47.05 Setting up libcap-dev:arm64 (1:2.25-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 47.06 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 47.08 Setting up protobuf-compiler (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 47.14 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 47.16 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
13:37:16 [2021-04-22T13:37:16.348Z] #42 47.23 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:37:16 [2021-04-22T13:37:16.579Z] #20 43.82 Selecting previously unselected package python3-lib2to3.
13:37:16 [2021-04-22T13:37:16.579Z] #20 43.83 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:37:16 [2021-04-22T13:37:16.579Z] #20 43.84 Unpacking python3-lib2to3 (3.7.3-1) ...
13:37:16 [2021-04-22T13:37:16.579Z] #20 43.94 Selecting previously unselected package python3-distutils.
13:37:16 [2021-04-22T13:37:16.579Z] #20 43.95 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:37:16 [2021-04-22T13:37:16.579Z] #20 43.96 Unpacking python3-distutils (3.7.3-1) ...
13:37:16 [2021-04-22T13:37:16.612Z] #42 ...
13:37:16 [2021-04-22T13:37:16.612Z] 
13:37:16 [2021-04-22T13:37:16.612Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:16 [2021-04-22T13:37:16.612Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:16 [2021-04-22T13:37:16.612Z] #29 30.13 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
13:37:16 [2021-04-22T13:37:16.660Z] #36 61.40 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.42 Setting up xxd (2:8.1.0875-5) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.43 Setting up libuv1:amd64 (1.24.1-1) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.44 Setting up vim-common (2:8.1.0875-5) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.47 Setting up librhash0:amd64 (1.3.8-1) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.48 Setting up cmake-data (3.13.4-1) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.50 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.53 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.54 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.57 Setting up cmake (3.13.4-1) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.58 Processing triggers for libc-bin (2.28-10) ...
13:37:16 [2021-04-22T13:37:16.661Z] #36 61.63 Processing triggers for mime-support (3.62) ...
13:37:16 [2021-04-22T13:37:16.841Z] #20 44.13 Selecting previously unselected package python3-pip.
13:37:16 [2021-04-22T13:37:16.841Z] #20 44.15 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:37:16 [2021-04-22T13:37:16.841Z] #20 44.16 Unpacking python3-pip (18.1-5) ...
13:37:16 [2021-04-22T13:37:16.886Z] #37 8.125 -- Detecting C compiler ABI info - done
13:37:16 [2021-04-22T13:37:16.886Z] #37 8.170 -- Detecting C compile features
13:37:17 [2021-04-22T13:37:17.101Z] #20 44.34 Selecting previously unselected package python3-pkg-resources.
13:37:17 [2021-04-22T13:37:17.102Z] #20 44.34 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:37:17 [2021-04-22T13:37:17.102Z] #20 44.35 Unpacking python3-pkg-resources (40.8.0-1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #36 DONE 62.3s
13:37:17 [2021-04-22T13:37:17.231Z] 
13:37:17 [2021-04-22T13:37:17.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
13:37:17 [2021-04-22T13:37:17.231Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:17 [2021-04-22T13:37:17.231Z] #42 55.38 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 55.45 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 55.52 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 55.54 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 55.55 Setting up python-six (1.12.0-1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.45 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.47 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.51 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.53 Setting up libcap-dev:amd64 (1:2.25-2) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.54 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.57 Setting up protobuf-compiler (3.6.1.3-2) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.59 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.61 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.62 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
13:37:17 [2021-04-22T13:37:17.231Z] #42 59.63 Setting up python-protobuf (3.6.1.3-2) ...
13:37:17 [2021-04-22T13:37:17.327Z] #29 30.44 
13:37:17 [2021-04-22T13:37:17.362Z] #20 44.49 Selecting previously unselected package python3-setuptools.
13:37:17 [2021-04-22T13:37:17.362Z] #20 44.51 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:37:17 [2021-04-22T13:37:17.362Z] #20 44.52 Unpacking python3-setuptools (40.8.0-1) ...
13:37:17 [2021-04-22T13:37:17.362Z] #20 44.75 Selecting previously unselected package python3-wheel.
13:37:17 [2021-04-22T13:37:17.362Z] #20 44.75 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:37:17 [2021-04-22T13:37:17.362Z] #20 44.76 Unpacking python3-wheel (0.32.3-2) ...
13:37:17 [2021-04-22T13:37:17.362Z] #20 44.86 Selecting previously unselected package sudo.
13:37:17 [2021-04-22T13:37:17.592Z] #29 30.64 
######################################################################## 100.0%
13:37:17 [2021-04-22T13:37:17.592Z] #29 30.77 
13:37:17 [2021-04-22T13:37:17.622Z] #20 44.86 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
13:37:17 [2021-04-22T13:37:17.623Z] #20 44.87 Unpacking sudo (1.8.27-1+deb10u3) ...
13:37:17 [2021-04-22T13:37:17.808Z] #42 ...
13:37:17 [2021-04-22T13:37:17.808Z] 
13:37:17 [2021-04-22T13:37:17.808Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:17 [2021-04-22T13:37:17.808Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:37:17 [2021-04-22T13:37:17.808Z] #51 62.64 context
13:37:18 [2021-04-22T13:37:18.193Z] #20 45.39 Selecting previously unselected package thin-provisioning-tools.
13:37:18 [2021-04-22T13:37:18.194Z] #20 45.41 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
13:37:18 [2021-04-22T13:37:18.194Z] #20 45.42 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #42 ...
13:37:18 [2021-04-22T13:37:18.226Z] 
13:37:18 [2021-04-22T13:37:18.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
13:37:18 [2021-04-22T13:37:18.226Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.83 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.85 Setting up xxd (2:8.1.0875-5) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.86 Setting up libuv1:amd64 (1.24.1-1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.88 Setting up vim-common (2:8.1.0875-5) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.92 Setting up librhash0:amd64 (1.3.8-1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.93 Setting up cmake-data (3.13.4-1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.96 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.98 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 61.99 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 62.00 Setting up cmake (3.13.4-1) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 62.02 Processing triggers for libc-bin (2.28-10) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 62.11 Processing triggers for mime-support (3.62) ...
13:37:18 [2021-04-22T13:37:18.226Z] #36 DONE 62.8s
13:37:18 [2021-04-22T13:37:18.226Z] 
13:37:18 [2021-04-22T13:37:18.226Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:18 [2021-04-22T13:37:18.226Z] #37 sha256:4d3dd0c878990af7141b978bf9b6134e3e216d4c85b6877d0047b993012f456f
13:37:18 [2021-04-22T13:37:18.273Z] #37 ...
13:37:18 [2021-04-22T13:37:18.273Z] 
13:37:18 [2021-04-22T13:37:18.273Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:18 [2021-04-22T13:37:18.273Z] #51 sha256:51e4ce420da2153ac0feec33750b2f5784d24a3161e74e5e970b94a3365da196
13:37:18 [2021-04-22T13:37:18.273Z] #51 60.34 encoding/binary
13:37:18 [2021-04-22T13:37:18.273Z] #51 62.14 encoding/base64
13:37:18 [2021-04-22T13:37:18.273Z] #51 62.93 strings
13:37:18 [2021-04-22T13:37:18.273Z] #51 62.97 context
13:37:18 [2021-04-22T13:37:18.273Z] #51 63.79 os
13:37:18 [2021-04-22T13:37:18.273Z] #51 65.50 golang.org/x/sys/unix
13:37:18 [2021-04-22T13:37:18.273Z] #51 66.81 fmt
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.67 Selecting previously unselected package uidmap.
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.69 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.69 Unpacking uidmap (1:4.5-1.1) ...
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.80 Selecting previously unselected package vim-runtime.
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.81 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.86 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.88 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:37:18 [2021-04-22T13:37:18.454Z] #20 45.89 Unpacking vim-runtime (2:8.1.0875-5) ...
13:37:18 [2021-04-22T13:37:18.534Z] #51 ...
13:37:18 [2021-04-22T13:37:18.534Z] 
13:37:18 [2021-04-22T13:37:18.534Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:18 [2021-04-22T13:37:18.534Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:18 [2021-04-22T13:37:18.534Z] #13 66.40 Selecting previously unselected package mingw-w64-x86-64-dev.
13:37:18 [2021-04-22T13:37:18.534Z] #13 66.43 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:37:18 [2021-04-22T13:37:18.534Z] #13 66.44 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:37:18 [2021-04-22T13:37:18.553Z] #29 31.75 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
13:37:18 [2021-04-22T13:37:18.553Z] #29 32.06 
13:37:18 [2021-04-22T13:37:18.750Z] #51 63.62 internal/poll
13:37:18 [2021-04-22T13:37:18.816Z] #29 ...
13:37:18 [2021-04-22T13:37:18.816Z] 
13:37:18 [2021-04-22T13:37:18.816Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:18 [2021-04-22T13:37:18.816Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:37:18 [2021-04-22T13:37:18.816Z] #45 40.79 strings
13:37:18 [2021-04-22T13:37:18.816Z] #45 42.38 hash/crc32
13:37:18 [2021-04-22T13:37:18.816Z] #45 43.09 time
13:37:18 [2021-04-22T13:37:18.816Z] #45 43.23 internal/syscall/execenv
13:37:18 [2021-04-22T13:37:18.816Z] #45 43.49 internal/syscall/unix
13:37:18 [2021-04-22T13:37:18.816Z] #45 44.08 vendor/golang.org/x/text/transform
13:37:18 [2021-04-22T13:37:18.816Z] #45 44.68 regexp/syntax
13:37:18 [2021-04-22T13:37:18.816Z] #45 45.25 path
13:37:18 [2021-04-22T13:37:18.816Z] #45 49.09 context
13:37:18 [2021-04-22T13:37:18.816Z] #45 49.13 internal/poll
13:37:18 [2021-04-22T13:37:18.817Z] #45 50.50 github.com/LK4D4/vndr/versioned
13:37:18 [2021-04-22T13:37:18.817Z] #45 50.54 os
13:37:18 [2021-04-22T13:37:18.817Z] #45 ...
13:37:18 [2021-04-22T13:37:18.817Z] 
13:37:18 [2021-04-22T13:37:18.817Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
13:37:18 [2021-04-22T13:37:18.817Z] #29 sha256:92057949340ae8e6929d4f086e0d5b80b2a50ef2d83d21ee06d6c0edd36b6fbc
13:37:18 [2021-04-22T13:37:18.817Z] #29 32.25 
######################################################################## 100.0%
13:37:18 [2021-04-22T13:37:18.817Z] #29 32.35 
13:37:19 [2021-04-22T13:37:19.080Z] #29 32.43 Download of images into '/build' complete.
13:37:19 [2021-04-22T13:37:19.080Z] #29 32.43 Use something like the following to load the result into a Docker daemon:
13:37:19 [2021-04-22T13:37:19.080Z] #29 32.43   tar -cC '/build' . | docker load
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.101 + RM_GOPATH=0
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.101 + TMP_GOPATH=
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.101 + : /build
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.101 + '[' -z '' ']'
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.101 ++ mktemp -d
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.110 + export GOPATH=/tmp/tmp.Pa9rfaWkgB
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.111 + GOPATH=/tmp/tmp.Pa9rfaWkgB
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.111 + RM_GOPATH=1
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.111 + case "$(go env GOARCH)" in
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.112 ++ go env GOARCH
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.129 + export GO_BUILDMODE=-buildmode=pie
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.129 + GO_BUILDMODE=-buildmode=pie
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.132 ++ dirname /tmp/install/install.sh
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.133 + dir=/tmp/install
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.133 + bin=tini
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.133 + shift
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.134 + '[' '!' -f /tmp/install/tini.installer ']'
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.134 + . /tmp/install/tini.installer
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.134 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.135 + install_tini
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.135 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.136 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.136 + git clone https://github.com/krallin/tini.git /tmp/tmp.Pa9rfaWkgB/tini
13:37:19 [2021-04-22T13:37:19.156Z] #37 1.151 Cloning into '/tmp/tmp.Pa9rfaWkgB/tini'...
13:37:19 [2021-04-22T13:37:19.720Z] #37 1.837 + cd /tmp/tmp.Pa9rfaWkgB/tini
13:37:19 [2021-04-22T13:37:19.720Z] #37 1.838 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:37:19 [2021-04-22T13:37:19.720Z] #37 1.860 + cmake .
13:37:20 [2021-04-22T13:37:20.284Z] #37 2.445 -- The C compiler identification is GNU 8.3.0
13:37:20 [2021-04-22T13:37:20.284Z] #37 2.487 -- Check for working C compiler: /usr/bin/cc
13:37:20 [2021-04-22T13:37:20.658Z] #51 65.27 encoding/binary
13:37:20 [2021-04-22T13:37:20.926Z] #51 65.80 os
13:37:20 [2021-04-22T13:37:20.926Z] #51 ...
13:37:20 [2021-04-22T13:37:20.926Z] 
13:37:20 [2021-04-22T13:37:20.926Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:20 [2021-04-22T13:37:20.926Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:20 [2021-04-22T13:37:20.926Z] #42 65.38 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
13:37:20 [2021-04-22T13:37:20.926Z] #42 65.40 Processing triggers for libc-bin (2.28-10) ...
13:37:20 [2021-04-22T13:37:20.926Z] #42 DONE 65.8s
13:37:21 [2021-04-22T13:37:21.186Z] 
13:37:21 [2021-04-22T13:37:21.186Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:21 [2021-04-22T13:37:21.186Z] #37 sha256:89196e69b908c89ee47cf47174c74742aeeaa61e9b63fc0f258b11025f220ca2
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.193 + RM_GOPATH=0
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.193 + TMP_GOPATH=
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.193 + : /build
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.194 + '[' -z '' ']'
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.196 ++ mktemp -d
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.201 + export GOPATH=/tmp/tmp.hmkI20Sv70
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.203 + GOPATH=/tmp/tmp.hmkI20Sv70
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.203 + RM_GOPATH=1
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.204 + case "$(go env GOARCH)" in
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.205 ++ go env GOARCH
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.253 + export GO_BUILDMODE=-buildmode=pie
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.253 + GO_BUILDMODE=-buildmode=pie
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.254 ++ dirname /tmp/install/install.sh
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.257 + dir=/tmp/install
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.257 + bin=tini
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.257 + shift
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.258 + '[' '!' -f /tmp/install/tini.installer ']'
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.258 + . /tmp/install/tini.installer
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.258 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.259 + install_tini
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.259 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.260 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.260 + git clone https://github.com/krallin/tini.git /tmp/tmp.hmkI20Sv70/tini
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.263 Cloning into '/tmp/tmp.hmkI20Sv70/tini'...
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.878 + cd /tmp/tmp.hmkI20Sv70/tini
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.892 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:37:21 [2021-04-22T13:37:21.186Z] #37 1.899 + cmake .
13:37:21 [2021-04-22T13:37:21.186Z] #37 2.475 -- The C compiler identification is GNU 8.3.0
13:37:21 [2021-04-22T13:37:21.186Z] #37 2.532 -- Check for working C compiler: /usr/bin/cc
13:37:21 [2021-04-22T13:37:21.186Z] #37 3.399 -- Check for working C compiler: /usr/bin/cc -- works
13:37:21 [2021-04-22T13:37:21.186Z] #37 3.402 -- Detecting C compiler ABI info
13:37:21 [2021-04-22T13:37:21.216Z] #37 3.204 -- Check for working C compiler: /usr/bin/cc -- works
13:37:21 [2021-04-22T13:37:21.216Z] #37 3.206 -- Detecting C compiler ABI info
13:37:21 [2021-04-22T13:37:21.473Z] #37 ...
13:37:21 [2021-04-22T13:37:21.473Z] 
13:37:21 [2021-04-22T13:37:21.473Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:21 [2021-04-22T13:37:21.473Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
13:37:21 [2021-04-22T13:37:21.473Z] #42 65.78 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
13:37:21 [2021-04-22T13:37:21.473Z] #42 65.79 Processing triggers for libc-bin (2.28-10) ...
13:37:21 [2021-04-22T13:37:21.473Z] #42 DONE 66.2s
13:37:21 [2021-04-22T13:37:21.473Z] 
13:37:21 [2021-04-22T13:37:21.473Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:21 [2021-04-22T13:37:21.473Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:37:21 [2021-04-22T13:37:21.473Z] #45 56.42 time
13:37:21 [2021-04-22T13:37:21.473Z] #45 61.44 internal/fmtsort
13:37:21 [2021-04-22T13:37:21.473Z] #45 61.82 internal/poll
13:37:21 [2021-04-22T13:37:21.473Z] #45 61.98 internal/syscall/execenv
13:37:21 [2021-04-22T13:37:21.473Z] #45 62.21 internal/syscall/unix
13:37:21 [2021-04-22T13:37:21.473Z] #45 62.49 strings
13:37:21 [2021-04-22T13:37:21.473Z] #45 64.28 os
13:37:21 [2021-04-22T13:37:21.473Z] #45 65.47 regexp/syntax
13:37:21 [2021-04-22T13:37:21.732Z] #45 ...
13:37:21 [2021-04-22T13:37:21.732Z] 
13:37:21 [2021-04-22T13:37:21.732Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:21 [2021-04-22T13:37:21.732Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:37:21 [2021-04-22T13:37:21.732Z] #51 56.39 time
13:37:21 [2021-04-22T13:37:21.732Z] #51 62.08 encoding/binary
13:37:21 [2021-04-22T13:37:21.732Z] #51 62.15 context
13:37:21 [2021-04-22T13:37:21.732Z] #51 63.47 internal/poll
13:37:21 [2021-04-22T13:37:21.732Z] #51 64.48 encoding/base64
13:37:21 [2021-04-22T13:37:21.732Z] #51 65.35 strings
13:37:21 [2021-04-22T13:37:21.732Z] #51 65.61 os
13:37:21 [2021-04-22T13:37:21.753Z] #20 48.83 Selecting previously unselected package vim.
13:37:21 [2021-04-22T13:37:21.753Z] #20 48.84 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
13:37:21 [2021-04-22T13:37:21.753Z] #20 48.86 Unpacking vim (2:8.1.0875-5) ...
13:37:21 [2021-04-22T13:37:21.753Z] #20 ...
13:37:21 [2021-04-22T13:37:21.753Z] 
13:37:21 [2021-04-22T13:37:21.753Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:21 [2021-04-22T13:37:21.753Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:21 [2021-04-22T13:37:21.753Z] #43 99.19   CC       criu/cr-errno.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 99.27   CC       criu/cr-restore.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 103.7   CC       criu/cr-service.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 105.4   CC       criu/crtools.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 106.0   CC       criu/eventfd.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 106.3   CC       criu/eventpoll.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 107.1   CC       criu/external.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 107.5   CC       criu/fault-injection.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 107.6   CC       criu/fdstore.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 108.0   CC       criu/fifo.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 108.4   CC       criu/file-ids.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 108.7   CC       criu/file-lock.o
13:37:21 [2021-04-22T13:37:21.753Z] #43 ...
13:37:21 [2021-04-22T13:37:21.753Z] 
13:37:21 [2021-04-22T13:37:21.753Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:37:21 [2021-04-22T13:37:21.753Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:37:21 [2021-04-22T13:37:21.753Z] #20 48.86 Unpacking vim (2:8.1.0875-5) ...
13:37:21 [2021-04-22T13:37:21.756Z] #37 4.324 -- Detecting C compiler ABI info - done
13:37:21 [2021-04-22T13:37:21.756Z] #37 4.360 -- Detecting C compile features
13:37:21 [2021-04-22T13:37:21.991Z] #51 ...
13:37:21 [2021-04-22T13:37:21.991Z] 
13:37:21 [2021-04-22T13:37:21.991Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:21 [2021-04-22T13:37:21.991Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:21 [2021-04-22T13:37:21.992Z] #13 58.10 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:37:21 [2021-04-22T13:37:21.992Z] #13 58.10 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 58.12 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 60.84 Selecting previously unselected package binutils-mingw-w64.
13:37:21 [2021-04-22T13:37:21.992Z] #13 60.86 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 60.89 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.01 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.01 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.21 Selecting previously unselected package dmsetup.
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.21 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.22 Unpacking dmsetup (2:1.02.155-3) ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.40 Selecting previously unselected package mingw-w64-common.
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.40 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 61.41 Unpacking mingw-w64-common (6.0.0-3) ...
13:37:21 [2021-04-22T13:37:21.992Z] #13 ...
13:37:21 [2021-04-22T13:37:21.992Z] 
13:37:21 [2021-04-22T13:37:21.992Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:21 [2021-04-22T13:37:21.992Z] #37 sha256:4d3dd0c878990af7141b978bf9b6134e3e216d4c85b6877d0047b993012f456f
13:37:21 [2021-04-22T13:37:21.992Z] #37 4.026 -- Detecting C compiler ABI info - done
13:37:21 [2021-04-22T13:37:21.992Z] #37 4.073 -- Detecting C compile features
13:37:22 [2021-04-22T13:37:22.014Z] #20 49.39 Selecting previously unselected package xfsprogs.
13:37:22 [2021-04-22T13:37:22.014Z] #20 49.40 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
13:37:22 [2021-04-22T13:37:22.274Z] #20 49.41 Unpacking xfsprogs (4.20.0-1) ...
13:37:22 [2021-04-22T13:37:22.405Z] #29 DONE 35.5s
13:37:22 [2021-04-22T13:37:22.405Z] 
13:37:22 [2021-04-22T13:37:22.405Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh gotestsum
13:37:22 [2021-04-22T13:37:22.405Z] #47 sha256:6696c708d5129c06053b2cb1d1b82a1a53401a251481eb78e8ce428c1f934cb8
13:37:22 [2021-04-22T13:37:22.405Z] #47 DONE 54.1s
13:37:22 [2021-04-22T13:37:22.405Z] 
13:37:22 [2021-04-22T13:37:22.405Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
13:37:22 [2021-04-22T13:37:22.405Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
13:37:22 [2021-04-22T13:37:22.405Z] #36 DONE 54.1s
13:37:22 [2021-04-22T13:37:22.405Z] 
13:37:22 [2021-04-22T13:37:22.405Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:22 [2021-04-22T13:37:22.405Z] #37 sha256:94db82a50255c923290ec695375322d8cd4eeb0a5ddde2726ef5320864f8d945
13:37:22 [2021-04-22T13:37:22.535Z] #20 49.85 Selecting previously unselected package zip.
13:37:22 [2021-04-22T13:37:22.536Z] #20 49.86 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
13:37:22 [2021-04-22T13:37:22.536Z] #20 49.86 Unpacking zip (3.0-11+b1) ...
13:37:22 [2021-04-22T13:37:22.634Z] using credential docker-jenkins-github-credentials
13:37:22 [2021-04-22T13:37:22.709Z] Cloning the remote Git repository
13:37:22 [2021-04-22T13:37:22.709Z] Cloning with configured refspecs honoured and without tags
13:37:22 [2021-04-22T13:37:22.743Z] #13 ...
13:37:22 [2021-04-22T13:37:22.743Z] 
13:37:22 [2021-04-22T13:37:22.744Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:22 [2021-04-22T13:37:22.744Z] #37 sha256:8374c7b9a55f04a2fae916972dc8f627239208abe2a39d0580167edf812c2b15
13:37:22 [2021-04-22T13:37:22.744Z] #37 10.36 -- Detecting C compile features - done
13:37:22 [2021-04-22T13:37:22.744Z] #37 10.40 -- Performing Test HAS_BUILTIN_FORTIFY
13:37:22 [2021-04-22T13:37:22.744Z] #37 10.67 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:37:22 [2021-04-22T13:37:22.744Z] #37 10.78 -- Configuring done
13:37:22 [2021-04-22T13:37:22.744Z] #37 10.79 -- Generating done
13:37:22 [2021-04-22T13:37:22.744Z] #37 10.79 -- Build files have been written to: /tmp/tmp.c4oz4kU19E/tini
13:37:22 [2021-04-22T13:37:22.744Z] #37 10.80 + make tini-static
13:37:22 [2021-04-22T13:37:22.744Z] #37 11.18 Scanning dependencies of target tini-static
13:37:22 [2021-04-22T13:37:22.744Z] #37 11.33 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:37:22 [2021-04-22T13:37:22.744Z] #37 12.53 [100%] Linking C executable tini-static
13:37:22 [2021-04-22T13:37:22.744Z] #37 13.11 [100%] Built target tini-static
13:37:22 [2021-04-22T13:37:22.744Z] #37 13.16 + mkdir -p /build
13:37:22 [2021-04-22T13:37:22.744Z] #37 13.16 + cp tini-static /build/docker-init
13:37:22 [2021-04-22T13:37:22.744Z] #37 DONE 13.9s
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.09 Setting up aufs-tools (1:4.14+20190211-1) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.11 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.12 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.13 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.14 Setting up libgpm2:amd64 (1.20.7-5) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.15 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.17 Setting up uidmap (1:4.5-1.1) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.18 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:37:22 [2021-04-22T13:37:22.798Z] #20 50.19 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:37:23 [2021-04-22T13:37:23.005Z] 
13:37:23 [2021-04-22T13:37:23.005Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:23 [2021-04-22T13:37:23.005Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:23 [2021-04-22T13:37:23.005Z] #43 4.724 Note: Building without setproctitle() and strlcpy() support.
13:37:23 [2021-04-22T13:37:23.005Z] #43 4.725       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:37:23 [2021-04-22T13:37:23.005Z] #43 4.733 Note: Building without GnuTLS support
13:37:23 [2021-04-22T13:37:23.005Z] #43 4.743 Makefile.config:39: Warn: you have no libnftables installed
13:37:23 [2021-04-22T13:37:23.005Z] #43 4.743 Makefile.config:40: Warn: Building without nftables support
13:37:23 [2021-04-22T13:37:23.005Z] #43 6.269 fatal: not a git repository (or any of the parent directories): .git
13:37:23 [2021-04-22T13:37:23.005Z] #43 6.323   GEN      .gitid
13:37:23 [2021-04-22T13:37:23.005Z] #43 6.345   GEN      criu/include/version.h
13:37:23 [2021-04-22T13:37:23.005Z] #43 6.385   GEN      include/common/asm
13:37:23 [2021-04-22T13:37:23.005Z] #43 7.809   PBCC     images/timens.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 7.853   DEP      images/timens.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 7.929   PBCC     images/fown.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 7.937   PBCC     images/google/protobuf/descriptor.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.003   PBCC     images/opts.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.062   PBCC     images/memfd.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.103   DEP      images/fown.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.141   DEP      images/google/protobuf/descriptor.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.210   DEP      images/opts.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.301   DEP      images/memfd.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.361   PBCC     images/sit.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.407   DEP      images/sit.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.446   PBCC     images/macvlan.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.499   DEP      images/macvlan.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.561   PBCC     images/autofs.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.599   DEP      images/autofs.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.649   PBCC     images/sysctl.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.668   DEP      images/sysctl.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.715   PBCC     images/time.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.757   DEP      images/time.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.802   PBCC     images/binfmt-misc.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.809   DEP      images/binfmt-misc.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.862   PBCC     images/seccomp.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.891   DEP      images/seccomp.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 8.977   PBCC     images/userns.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.002   DEP      images/userns.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.065   PBCC     images/cgroup.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.102   DEP      images/cgroup.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.161   PBCC     images/ext-file.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.181   DEP      images/ext-file.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.253   PBCC     images/rpc.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.325   DEP      images/rpc.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.382   PBCC     images/siginfo.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.427   DEP      images/siginfo.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.490   PBCC     images/pagemap.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.553   DEP      images/pagemap.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.625   PBCC     images/rlimit.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.673   DEP      images/rlimit.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.737   PBCC     images/file-lock.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.773   DEP      images/file-lock.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.842   PBCC     images/tty.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.902   DEP      images/tty.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 9.997   PBCC     images/tun.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.05   PBCC     images/netdev.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.13   DEP      images/tun.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.19   DEP      images/netdev.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.24   PBCC     images/vma.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.33   DEP      images/vma.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.38   PBCC     images/creds.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.40   DEP      images/creds.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.48   PBCC     images/utsns.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.51   DEP      images/utsns.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.57   PBCC     images/ipc-desc.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.60   PBCC     images/ipc-sem.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.62   DEP      images/ipc-desc.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.67   DEP      images/ipc-sem.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.73   PBCC     images/ipc-msg.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.75   DEP      images/ipc-msg.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.79   PBCC     images/ipc-shm.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.82   DEP      images/ipc-shm.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.88   PBCC     images/ipc-var.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.90   DEP      images/ipc-var.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.95   PBCC     images/sk-opts.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 10.97   PBCC     images/packet-sock.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 11.03   DEP      images/sk-opts.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 11.07   DEP      images/packet-sock.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 11.12   PBCC     images/sk-netlink.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 11.16   DEP      images/sk-netlink.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 11.21   PBCC     images/sk-inet.pb-c.c
13:37:23 [2021-04-22T13:37:23.005Z] #43 11.32   DEP      images/sk-inet.pb-c.d
13:37:23 [2021-04-22T13:37:23.005Z] #43 11.37   PBCC     images/sk-unix.pb-c.c
13:37:23 [2021-04-22T13:37:23.006Z] #43 11.39   DEP      images/sk-unix.pb-c.d
13:37:23 [2021-04-22T13:37:23.006Z] #43 11.45   PBCC     images/mm.pb-c.c
13:37:23 [2021-04-22T13:37:23.006Z] #43 11.53   DEP      images/mm.pb-c.d
13:37:23 [2021-04-22T13:37:23.006Z] #43 11.59   PBCC     images/timerfd.pb-c.c
13:37:23 [2021-04-22T13:37:23.059Z] #20 50.20 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:37:23 [2021-04-22T13:37:23.059Z] #20 50.21 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:37:23 [2021-04-22T13:37:23.059Z] #20 50.22 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:37:23 [2021-04-22T13:37:23.059Z] #20 50.23 Setting up xxd (2:8.1.0875-5) ...
13:37:23 [2021-04-22T13:37:23.059Z] #20 50.24 Setting up zip (3.0-11+b1) ...
13:37:23 [2021-04-22T13:37:23.059Z] #20 50.26 Setting up vim-common (2:8.1.0875-5) ...
13:37:23 [2021-04-22T13:37:23.059Z] #20 50.29 Setting up bash-completion (1:2.8-6) ...
13:37:23 [2021-04-22T13:37:23.267Z] #43 11.66   DEP      images/timerfd.pb-c.d
13:37:23 [2021-04-22T13:37:23.267Z] #43 11.73   PBCC     images/timer.pb-c.c
13:37:23 [2021-04-22T13:37:23.267Z] #43 11.76   DEP      images/timer.pb-c.d
13:37:23 [2021-04-22T13:37:23.267Z] #43 11.79   PBCC     images/sa.pb-c.c
13:37:23 [2021-04-22T13:37:23.267Z] #43 11.86   DEP      images/sa.pb-c.d
13:37:23 [2021-04-22T13:37:23.530Z] #43 11.94   PBCC     images/pipe-data.pb-c.c
13:37:23 [2021-04-22T13:37:23.530Z] #43 11.94   DEP      images/pipe-data.pb-c.d
13:37:23 [2021-04-22T13:37:23.530Z] #43 12.00   PBCC     images/mnt.pb-c.c
13:37:23 [2021-04-22T13:37:23.530Z] #43 12.05   DEP      images/mnt.pb-c.d
13:37:23 [2021-04-22T13:37:23.530Z] #43 12.12   PBCC     images/sk-packet.pb-c.c
13:37:23 [2021-04-22T13:37:23.668Z] #37 6.263 -- Detecting C compile features - done
13:37:23 [2021-04-22T13:37:23.668Z] #37 6.324 -- Performing Test HAS_BUILTIN_FORTIFY
13:37:23 [2021-04-22T13:37:23.791Z] #43 12.16   DEP      images/sk-packet.pb-c.d
13:37:23 [2021-04-22T13:37:23.791Z] #43 12.23   PBCC     images/tcp-stream.pb-c.c
13:37:23 [2021-04-22T13:37:23.791Z] #43 12.28   DEP      images/tcp-stream.pb-c.d
13:37:23 [2021-04-22T13:37:23.791Z] #43 12.35   PBCC     images/pipe.pb-c.c
13:37:23 [2021-04-22T13:37:23.803Z] #37 ...
13:37:23 [2021-04-22T13:37:23.803Z] 
13:37:23 [2021-04-22T13:37:23.803Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
13:37:23 [2021-04-22T13:37:23.803Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
13:37:23 [2021-04-22T13:37:23.803Z] #42 50.38 Setting up python-protobuf (3.6.1.3-2) ...
13:37:23 [2021-04-22T13:37:23.803Z] #42 54.60 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
13:37:23 [2021-04-22T13:37:23.803Z] #42 54.62 Processing triggers for libc-bin (2.28-10) ...
13:37:23 [2021-04-22T13:37:23.803Z] #42 DONE 55.7s
13:37:23 [2021-04-22T13:37:23.803Z] 
13:37:23 [2021-04-22T13:37:23.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
13:37:23 [2021-04-22T13:37:23.803Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:23 [2021-04-22T13:37:23.886Z] #37 6.011 -- Detecting C compile features - done
13:37:23 [2021-04-22T13:37:23.928Z] #37 6.510 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:37:23 [2021-04-22T13:37:23.928Z] #37 6.600 -- Configuring done
13:37:23 [2021-04-22T13:37:23.928Z] #37 6.630 -- Generating done
13:37:24 [2021-04-22T13:37:24.101Z] #43 12.41   DEP      images/pipe.pb-c.d
13:37:24 [2021-04-22T13:37:24.101Z] #43 12.46   PBCC     images/pstree.pb-c.c
13:37:24 [2021-04-22T13:37:24.101Z] #43 12.48   DEP      images/pstree.pb-c.d
13:37:24 [2021-04-22T13:37:24.143Z] #37 6.078 -- Performing Test HAS_BUILTIN_FORTIFY
13:37:24 [2021-04-22T13:37:24.143Z] #37 6.277 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:37:24 [2021-04-22T13:37:24.188Z] #37 6.641 -- Build files have been written to: /tmp/tmp.hmkI20Sv70/tini
13:37:24 [2021-04-22T13:37:24.188Z] #37 6.665 + make tini-static
13:37:24 [2021-04-22T13:37:24.188Z] #37 ...
13:37:24 [2021-04-22T13:37:24.188Z] 
13:37:24 [2021-04-22T13:37:24.188Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:24 [2021-04-22T13:37:24.188Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:37:24 [2021-04-22T13:37:24.188Z] #45 59.09 time
13:37:24 [2021-04-22T13:37:24.188Z] #45 63.89 internal/fmtsort
13:37:24 [2021-04-22T13:37:24.188Z] #45 64.63 internal/poll
13:37:24 [2021-04-22T13:37:24.188Z] #45 64.79 internal/syscall/execenv
13:37:24 [2021-04-22T13:37:24.188Z] #45 64.99 internal/syscall/unix
13:37:24 [2021-04-22T13:37:24.188Z] #45 65.38 strings
13:37:24 [2021-04-22T13:37:24.188Z] #45 67.06 os
13:37:24 [2021-04-22T13:37:24.188Z] #45 68.38 regexp/syntax
13:37:24 [2021-04-22T13:37:24.363Z] #43 12.62   PBCC     images/fs.pb-c.c
13:37:24 [2021-04-22T13:37:24.363Z] #43 12.62   DEP      images/fs.pb-c.d
13:37:24 [2021-04-22T13:37:24.363Z] #43 12.62   PBCC     images/signalfd.pb-c.c
13:37:24 [2021-04-22T13:37:24.363Z] #43 12.70   DEP      images/signalfd.pb-c.d
13:37:24 [2021-04-22T13:37:24.363Z] #43 ...
13:37:24 [2021-04-22T13:37:24.363Z] 
13:37:24 [2021-04-22T13:37:24.363Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:24 [2021-04-22T13:37:24.363Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:24 [2021-04-22T13:37:24.363Z] #13 72.53 Selecting previously unselected package gcc-mingw-w64-base.
13:37:24 [2021-04-22T13:37:24.363Z] #13 72.63 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:24 [2021-04-22T13:37:24.363Z] #13 72.63 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:37:24 [2021-04-22T13:37:24.363Z] #13 72.77 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:37:24 [2021-04-22T13:37:24.363Z] #13 72.77 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:24 [2021-04-22T13:37:24.363Z] #13 72.79 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:37:24 [2021-04-22T13:37:24.400Z] #37 6.360 -- Configuring done
13:37:24 [2021-04-22T13:37:24.401Z] #37 6.376 -- Generating done
13:37:24 [2021-04-22T13:37:24.401Z] #37 6.386 -- Build files have been written to: /tmp/tmp.Pa9rfaWkgB/tini
13:37:24 [2021-04-22T13:37:24.401Z] #37 6.396 + make tini-static
13:37:24 [2021-04-22T13:37:24.447Z] #45 ...
13:37:24 [2021-04-22T13:37:24.448Z] 
13:37:24 [2021-04-22T13:37:24.448Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:24 [2021-04-22T13:37:24.448Z] #37 sha256:89196e69b908c89ee47cf47174c74742aeeaa61e9b63fc0f258b11025f220ca2
13:37:24 [2021-04-22T13:37:24.448Z] #37 7.063 Scanning dependencies of target tini-static
13:37:24 [2021-04-22T13:37:24.657Z] #37 6.810 Scanning dependencies of target tini-static
13:37:24 [2021-04-22T13:37:24.707Z] #37 7.176 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:37:22 [2021-04-22T13:37:22.923Z] Cloning repository https://github.com/moby/moby.git
13:37:23 [2021-04-22T13:37:23.317Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
13:37:24 [2021-04-22T13:37:24.426Z] Fetching upstream changes from https://github.com/moby/moby.git
13:37:24 [2021-04-22T13:37:24.427Z]  > git --version # timeout=10
13:37:24 [2021-04-22T13:37:24.467Z]  > git --version # 'git version 2.24.1.windows.2'
13:37:24 [2021-04-22T13:37:24.467Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:37:24 [2021-04-22T13:37:24.469Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:37:24 [2021-04-22T13:37:24.915Z] #37 6.957 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:37:25 [2021-04-22T13:37:25.603Z] #20 53.00 Setting up libiptc0:amd64 (1.8.2-4) ...
13:37:25 [2021-04-22T13:37:25.603Z] #20 53.01 Setting up xz-utils (5.2.4-1) ...
13:37:25 [2021-04-22T13:37:25.603Z] #20 53.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:37:25 [2021-04-22T13:37:25.603Z] #20 53.04 Setting up sudo (1.8.27-1+deb10u3) ...
13:37:25 [2021-04-22T13:37:25.603Z] #20 53.10 invoke-rc.d: could not determine current runlevel
13:37:25 [2021-04-22T13:37:25.646Z] #37 ...
13:37:25 [2021-04-22T13:37:25.646Z] 
13:37:25 [2021-04-22T13:37:25.646Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:25 [2021-04-22T13:37:25.646Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:25 [2021-04-22T13:37:25.646Z] #13 55.86 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:37:25 [2021-04-22T13:37:25.646Z] #13 55.86 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 55.87 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 58.87 Selecting previously unselected package binutils-mingw-w64.
13:37:25 [2021-04-22T13:37:25.646Z] #13 58.88 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 58.89 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.03 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.25 Selecting previously unselected package dmsetup.
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.26 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.27 Unpacking dmsetup (2:1.02.155-3) ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.46 Selecting previously unselected package mingw-w64-common.
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.46 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 59.48 Unpacking mingw-w64-common (6.0.0-3) ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 64.90 Selecting previously unselected package mingw-w64-x86-64-dev.
13:37:25 [2021-04-22T13:37:25.646Z] #13 64.90 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:37:25 [2021-04-22T13:37:25.646Z] #13 64.91 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:37:25 [2021-04-22T13:37:25.864Z] #20 53.11 invoke-rc.d: policy-rc.d denied execution of start.
13:37:25 [2021-04-22T13:37:25.864Z] #20 53.13 Setting up pigz (2.4-1) ...
13:37:25 [2021-04-22T13:37:25.864Z] #20 53.15 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:37:25 [2021-04-22T13:37:25.864Z] #20 53.16 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:37:25 [2021-04-22T13:37:25.864Z] #20 53.18 Setting up python-pip-whl (18.1-5) ...
13:37:25 [2021-04-22T13:37:25.864Z] #20 53.19 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:37:25 [2021-04-22T13:37:25.906Z] #13 ...
13:37:25 [2021-04-22T13:37:25.906Z] 
13:37:25 [2021-04-22T13:37:25.906Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:25 [2021-04-22T13:37:25.906Z] #37 sha256:89196e69b908c89ee47cf47174c74742aeeaa61e9b63fc0f258b11025f220ca2
13:37:25 [2021-04-22T13:37:25.906Z] #37 8.530 [100%] Linking C executable tini-static
13:37:26 [2021-04-22T13:37:26.125Z] #20 53.31 Setting up vim-runtime (2:8.1.0875-5) ...
13:37:26 [2021-04-22T13:37:26.280Z] #13 ...
13:37:26 [2021-04-22T13:37:26.280Z] 
13:37:26 [2021-04-22T13:37:26.280Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:26 [2021-04-22T13:37:26.280Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:37:26 [2021-04-22T13:37:26.280Z] #45 68.10 path/filepath
13:37:26 [2021-04-22T13:37:26.280Z] #45 69.20 regexp
13:37:26 [2021-04-22T13:37:26.280Z] #45 70.13 flag
13:37:26 [2021-04-22T13:37:26.280Z] #45 71.53 go/token
13:37:26 [2021-04-22T13:37:26.280Z] #45 72.41 go/scanner
13:37:26 [2021-04-22T13:37:26.280Z] #45 72.89 internal/lazyregexp
13:37:26 [2021-04-22T13:37:26.280Z] #45 73.22 path
13:37:26 [2021-04-22T13:37:26.280Z] #45 73.63 go/ast
13:37:26 [2021-04-22T13:37:26.280Z] #45 73.71 io/ioutil
13:37:26 [2021-04-22T13:37:26.280Z] #45 74.27 net/url
13:37:26 [2021-04-22T13:37:26.280Z] #45 75.65 text/template/parse
13:37:26 [2021-04-22T13:37:26.280Z] #45 ...
13:37:26 [2021-04-22T13:37:26.280Z] 
13:37:26 [2021-04-22T13:37:26.280Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:26 [2021-04-22T13:37:26.280Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:26 [2021-04-22T13:37:26.280Z] #43 12.77   PBCC     images/fh.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 12.86   PBCC     images/fsnotify.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 12.94   DEP      images/fh.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.03   DEP      images/fsnotify.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.07   PBCC     images/eventpoll.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.17   DEP      images/eventpoll.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.23   PBCC     images/eventfd.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.30   DEP      images/eventfd.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.30   PBCC     images/remap-file-path.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.33   DEP      images/remap-file-path.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.40   PBCC     images/fifo.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.49   DEP      images/fifo.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.49   PBCC     images/ghost-file.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.49   DEP      images/ghost-file.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.62   PBCC     images/regfile.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.62   DEP      images/regfile.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.70   PBCC     images/ns.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.70   DEP      images/ns.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.74   PBCC     images/fdinfo.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.83   DEP      images/fdinfo.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.88   PBCC     images/core-aarch64.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 13.96   PBCC     images/core-arm.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.00   PBCC     images/core-ppc64.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.06   PBCC     images/core-s390.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.11   PBCC     images/core-x86.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.20   PBCC     images/core.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.34   PBCC     images/inventory.pb-c.c
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.41   DEP      images/core-aarch64.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.49   DEP      images/core-arm.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.54   DEP      images/core-ppc64.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.60   DEP      images/core-s390.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.63   DEP      images/core-x86.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.70   DEP      images/core.pb-c.d
13:37:26 [2021-04-22T13:37:26.280Z] #43 14.76   DEP      images/inventory.pb-c.d
13:37:26 [2021-04-22T13:37:26.284Z] #37 8.154 [100%] Linking C executable tini-static
13:37:26 [2021-04-22T13:37:26.374Z] #43 ...
13:37:26 [2021-04-22T13:37:26.374Z] 
13:37:26 [2021-04-22T13:37:26.374Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:26 [2021-04-22T13:37:26.374Z] #51 sha256:51cfab1875bf3a38f540879ec136e910ec94768fc3e071aefb6f041a16654af1
13:37:26 [2021-04-22T13:37:26.374Z] #51 47.88 regexp
13:37:26 [2021-04-22T13:37:26.374Z] #51 50.66 os
13:37:26 [2021-04-22T13:37:26.374Z] #51 52.84 mvdan.cc/sh/v3/fileutil
13:37:26 [2021-04-22T13:37:26.374Z] #51 52.86 path/filepath
13:37:26 [2021-04-22T13:37:26.374Z] #51 52.89 encoding/binary
13:37:26 [2021-04-22T13:37:26.374Z] #51 52.91 internal/fmtsort
13:37:26 [2021-04-22T13:37:26.374Z] #51 53.74 fmt
13:37:26 [2021-04-22T13:37:26.374Z] #51 53.93 io/ioutil
13:37:26 [2021-04-22T13:37:26.374Z] #51 54.76 encoding/base64
13:37:26 [2021-04-22T13:37:26.374Z] #51 54.80 golang.org/x/sys/unix
13:37:26 [2021-04-22T13:37:26.374Z] #51 ...
13:37:26 [2021-04-22T13:37:26.374Z] 
13:37:26 [2021-04-22T13:37:26.374Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:26 [2021-04-22T13:37:26.374Z] #37 sha256:94db82a50255c923290ec695375322d8cd4eeb0a5ddde2726ef5320864f8d945
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.741 + RM_GOPATH=0
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.741 + TMP_GOPATH=
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.741 + : /build
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.741 + '[' -z '' ']'
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.741 ++ mktemp -d
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.747 + export GOPATH=/tmp/tmp.wc7PoUMHsH
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.747 + GOPATH=/tmp/tmp.wc7PoUMHsH
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.747 + RM_GOPATH=1
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.747 + case "$(go env GOARCH)" in
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.748 ++ go env GOARCH
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + export GO_BUILDMODE=-buildmode=pie
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + GO_BUILDMODE=-buildmode=pie
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 ++ dirname /tmp/install/install.sh
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + dir=/tmp/install
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + bin=tini
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + shift
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + '[' '!' -f /tmp/install/tini.installer ']'
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + . /tmp/install/tini.installer
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + install_tini
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.787 + git clone https://github.com/krallin/tini.git /tmp/tmp.wc7PoUMHsH/tini
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.791 Cloning into '/tmp/tmp.wc7PoUMHsH/tini'...
13:37:26 [2021-04-22T13:37:26.374Z] #37 2.792 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:37:26 [2021-04-22T13:37:26.374Z] #37 3.583 + cd /tmp/tmp.wc7PoUMHsH/tini
13:37:26 [2021-04-22T13:37:26.374Z] #37 3.583 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:37:26 [2021-04-22T13:37:26.374Z] #37 3.596 + cmake .
13:37:26 [2021-04-22T13:37:26.374Z] #37 4.398 -- The C compiler identification is GNU 8.3.0
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.75 Setting up libaio1:amd64 (0.3.112-3) ...
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.76 Setting up libonig5:amd64 (6.9.1-1) ...
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.77 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.78 Setting up vim (2:8.1.0875-5) ...
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:37:26 [2021-04-22T13:37:26.385Z] #20 53.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:37:26 [2021-04-22T13:37:26.476Z] #37 9.097 [100%] Built target tini-static
13:37:26 [2021-04-22T13:37:26.476Z] #37 9.198 + mkdir -p /build
13:37:26 [2021-04-22T13:37:26.541Z] #37 8.642 [100%] Built target tini-static
13:37:26 [2021-04-22T13:37:26.541Z] #37 8.729 + mkdir -p /build
13:37:26 [2021-04-22T13:37:26.542Z] #43 14.85   PBCC     images/cpuinfo.pb-c.c
13:37:26 [2021-04-22T13:37:26.542Z] #43 14.87   DEP      images/cpuinfo.pb-c.d
13:37:26 [2021-04-22T13:37:26.542Z] #43 14.94   PBCC     images/stats.pb-c.c
13:37:26 [2021-04-22T13:37:26.542Z] #43 14.98   DEP      images/stats.pb-c.d
13:37:26 [2021-04-22T13:37:26.638Z] #37 4.496 -- Check for working C compiler: /usr/bin/cc
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.91 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.93 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.94 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.96 Setting up jq (1.5+dfsg-2+b1) ...
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.97 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:37:26 [2021-04-22T13:37:26.687Z] #20 53.99 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:37:26 [2021-04-22T13:37:26.736Z] #37 9.209 + cp tini-static /build/docker-init
13:37:26 [2021-04-22T13:37:26.799Z] #37 8.733 + cp tini-static /build/docker-init
13:37:26 [2021-04-22T13:37:26.995Z] #37 DONE 9.6s
13:37:26 [2021-04-22T13:37:26.995Z] 
13:37:26 [2021-04-22T13:37:26.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
13:37:26 [2021-04-22T13:37:26.995Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:26 [2021-04-22T13:37:26.995Z] #43 2.280 Note: Building without setproctitle() and strlcpy() support.
13:37:26 [2021-04-22T13:37:26.995Z] #43 2.282       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:37:26 [2021-04-22T13:37:26.995Z] #43 2.304 Note: Building without GnuTLS support
13:37:26 [2021-04-22T13:37:26.995Z] #43 2.314 Makefile.config:39: Warn: you have no libnftables installed
13:37:26 [2021-04-22T13:37:26.995Z] #43 2.314 Makefile.config:40: Warn: Building without nftables support
13:37:26 [2021-04-22T13:37:26.995Z] #43 4.311 fatal: not a git repository (or any of the parent directories): .git
13:37:26 [2021-04-22T13:37:26.995Z] #43 4.377   GEN      .gitid
13:37:26 [2021-04-22T13:37:26.995Z] #43 4.414   GEN      criu/include/version.h
13:37:26 [2021-04-22T13:37:26.995Z] #43 4.494   GEN      include/common/asm
13:37:26 [2021-04-22T13:37:26.995Z] #43 6.223   PBCC     images/timens.pb-c.c
13:37:27 [2021-04-22T13:37:27.057Z] #37 DONE 9.1s
13:37:27 [2021-04-22T13:37:27.057Z] 
13:37:27 [2021-04-22T13:37:27.057Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:27 [2021-04-22T13:37:27.057Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:27 [2021-04-22T13:37:27.057Z] #13 66.98 Selecting previously unselected package mingw-w64-x86-64-dev.
13:37:27 [2021-04-22T13:37:27.057Z] #13 66.99 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:37:27 [2021-04-22T13:37:27.057Z] #13 67.00 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:37:27 [2021-04-22T13:37:27.257Z] #43 6.265   DEP      images/timens.pb-c.d
13:37:27 [2021-04-22T13:37:27.257Z] #43 6.367   PBCC     images/fown.pb-c.c
13:37:27 [2021-04-22T13:37:27.517Z] #43 6.401   PBCC     images/google/protobuf/descriptor.pb-c.c
13:37:27 [2021-04-22T13:37:27.517Z] #43 6.558   PBCC     images/opts.pb-c.c
13:37:27 [2021-04-22T13:37:27.517Z] #43 6.622   PBCC     images/memfd.pb-c.c
13:37:27 [2021-04-22T13:37:27.517Z] #43 6.663   DEP      images/fown.pb-c.d
13:37:27 [2021-04-22T13:37:27.517Z] #43 6.748   DEP      images/google/protobuf/descriptor.pb-c.d
13:37:27 [2021-04-22T13:37:27.600Z] #37 5.402 -- Check for working C compiler: /usr/bin/cc -- works
13:37:27 [2021-04-22T13:37:27.600Z] #37 5.413 -- Detecting C compiler ABI info
13:37:27 [2021-04-22T13:37:27.777Z] #43 6.817   DEP      images/opts.pb-c.d
13:37:27 [2021-04-22T13:37:27.777Z] #43 6.880   DEP      images/memfd.pb-c.d
13:37:27 [2021-04-22T13:37:27.777Z] #43 6.993   PBCC     images/sit.pb-c.c
13:37:28 [2021-04-22T13:37:28.037Z] #43 7.056   DEP      images/sit.pb-c.d
13:37:28 [2021-04-22T13:37:28.037Z] #43 7.129   PBCC     images/macvlan.pb-c.c
13:37:28 [2021-04-22T13:37:28.297Z] #43 7.208   DEP      images/macvlan.pb-c.d
13:37:28 [2021-04-22T13:37:28.297Z] #43 7.318   PBCC     images/autofs.pb-c.c
13:37:28 [2021-04-22T13:37:28.297Z] #43 7.345   DEP      images/autofs.pb-c.d
13:37:28 [2021-04-22T13:37:28.297Z] #43 7.392   PBCC     images/sysctl.pb-c.c
13:37:28 [2021-04-22T13:37:28.297Z] #43 7.429   DEP      images/sysctl.pb-c.d
13:37:28 [2021-04-22T13:37:28.297Z] #43 7.502   PBCC     images/time.pb-c.c
13:37:28 [2021-04-22T13:37:28.460Z] #43 16.52 make[1]: Nothing to be done for 'all'.
13:37:28 [2021-04-22T13:37:28.550Z] #37 6.366 -- Detecting C compiler ABI info - done
13:37:28 [2021-04-22T13:37:28.550Z] #37 6.403 -- Detecting C compile features
13:37:28 [2021-04-22T13:37:28.550Z] #37 ...
13:37:28 [2021-04-22T13:37:28.550Z] 
13:37:28 [2021-04-22T13:37:28.550Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:28 [2021-04-22T13:37:28.550Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:37:28 [2021-04-22T13:37:28.550Z] #13 46.36 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:37:28 [2021-04-22T13:37:28.550Z] #13 46.36 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 46.40 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 49.38 Selecting previously unselected package binutils-mingw-w64.
13:37:28 [2021-04-22T13:37:28.550Z] #13 49.39 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 49.60 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.03 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.05 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.06 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.49 Selecting previously unselected package dmsetup.
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.54 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.54 Unpacking dmsetup (2:1.02.155-3) ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.91 Selecting previously unselected package mingw-w64-common.
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.91 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:37:28 [2021-04-22T13:37:28.550Z] #13 50.91 Unpacking mingw-w64-common (6.0.0-3) ...
13:37:28 [2021-04-22T13:37:28.557Z] #43 7.533   DEP      images/time.pb-c.d
13:37:28 [2021-04-22T13:37:28.557Z] #43 7.591   PBCC     images/binfmt-misc.pb-c.c
13:37:28 [2021-04-22T13:37:28.557Z] #43 7.621   DEP      images/binfmt-misc.pb-c.d
13:37:28 [2021-04-22T13:37:28.557Z] #43 7.665   PBCC     images/seccomp.pb-c.c
13:37:28 [2021-04-22T13:37:28.557Z] #43 7.722   DEP      images/seccomp.pb-c.d
13:37:28 [2021-04-22T13:37:28.815Z] #13 ...
13:37:28 [2021-04-22T13:37:28.815Z] 
13:37:28 [2021-04-22T13:37:28.815Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:28 [2021-04-22T13:37:28.815Z] #51 sha256:51cfab1875bf3a38f540879ec136e910ec94768fc3e071aefb6f041a16654af1
13:37:28 [2021-04-22T13:37:28.815Z] #51 59.54 flag
13:37:28 [2021-04-22T13:37:28.815Z] #51 59.55 encoding/json
13:37:28 [2021-04-22T13:37:28.815Z] #51 59.64 github.com/pkg/diff
13:37:28 [2021-04-22T13:37:28.816Z] #43 7.764   PBCC     images/userns.pb-c.c
13:37:28 [2021-04-22T13:37:28.816Z] #43 7.789   DEP      images/userns.pb-c.d
13:37:28 [2021-04-22T13:37:28.816Z] #43 7.836   PBCC     images/cgroup.pb-c.c
13:37:28 [2021-04-22T13:37:28.816Z] #43 7.897   DEP      images/cgroup.pb-c.d
13:37:28 [2021-04-22T13:37:28.816Z] #43 7.973   PBCC     images/ext-file.pb-c.c
13:37:29 [2021-04-22T13:37:29.033Z] #43 ...
13:37:29 [2021-04-22T13:37:29.033Z] 
13:37:29 [2021-04-22T13:37:29.033Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:29 [2021-04-22T13:37:29.033Z] #51 sha256:51e4ce420da2153ac0feec33750b2f5784d24a3161e74e5e970b94a3365da196
13:37:29 [2021-04-22T13:37:29.033Z] #51 71.06 encoding/json
13:37:29 [2021-04-22T13:37:29.033Z] #51 73.65 github.com/pkg/diff
13:37:29 [2021-04-22T13:37:29.033Z] #51 74.67 go/ast
13:37:29 [2021-04-22T13:37:29.033Z] #51 76.48 golang.org/x/crypto/ssh/terminal
13:37:29 [2021-04-22T13:37:29.033Z] #51 77.87 mvdan.cc/editorconfig
13:37:29 [2021-04-22T13:37:29.033Z] #51 79.17 mvdan.cc/sh/v3/fileutil
13:37:29 [2021-04-22T13:37:29.033Z] #51 79.34 text/tabwriter
13:37:29 [2021-04-22T13:37:29.033Z] #51 79.90 mvdan.cc/sh/v3/syntax
13:37:29 [2021-04-22T13:37:29.076Z] #43 8.013   DEP      images/ext-file.pb-c.d
13:37:29 [2021-04-22T13:37:29.076Z] #43 8.069   PBCC     images/rpc.pb-c.c
13:37:29 [2021-04-22T13:37:29.076Z] #43 8.115   DEP      images/rpc.pb-c.d
13:37:29 [2021-04-22T13:37:29.076Z] #43 8.159   PBCC     images/siginfo.pb-c.c
13:37:29 [2021-04-22T13:37:29.076Z] #43 8.194   DEP      images/siginfo.pb-c.d
13:37:29 [2021-04-22T13:37:29.076Z] #43 8.237   PBCC     images/pagemap.pb-c.c
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.273   DEP      images/pagemap.pb-c.d
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.304   PBCC     images/rlimit.pb-c.c
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.323   DEP      images/rlimit.pb-c.d
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.350   PBCC     images/file-lock.pb-c.c
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.377   DEP      images/file-lock.pb-c.d
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.451   PBCC     images/tty.pb-c.c
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.486   DEP      images/tty.pb-c.d
13:37:29 [2021-04-22T13:37:29.335Z] #43 8.562   PBCC     images/tun.pb-c.c
13:37:29 [2021-04-22T13:37:29.595Z] #43 8.616   PBCC     images/netdev.pb-c.c
13:37:29 [2021-04-22T13:37:29.595Z] #43 8.684   DEP      images/tun.pb-c.d
13:37:29 [2021-04-22T13:37:29.595Z] #43 8.744   DEP      images/netdev.pb-c.d
13:37:29 [2021-04-22T13:37:29.595Z] #43 8.805   PBCC     images/vma.pb-c.c
13:37:29 [2021-04-22T13:37:29.606Z] #51 ...
13:37:29 [2021-04-22T13:37:29.606Z] 
13:37:29 [2021-04-22T13:37:29.606Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:29 [2021-04-22T13:37:29.606Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:29 [2021-04-22T13:37:29.606Z] #43 17.90   CC       images/stats.o
13:37:29 [2021-04-22T13:37:29.855Z] #43 8.820   DEP      images/vma.pb-c.d
13:37:29 [2021-04-22T13:37:29.855Z] #43 8.885   PBCC     images/creds.pb-c.c
13:37:29 [2021-04-22T13:37:29.855Z] #43 8.912   DEP      images/creds.pb-c.d
13:37:29 [2021-04-22T13:37:29.855Z] #43 8.977   PBCC     images/utsns.pb-c.c
13:37:29 [2021-04-22T13:37:29.855Z] #43 9.005   DEP      images/utsns.pb-c.d
13:37:29 [2021-04-22T13:37:29.855Z] #43 9.050   PBCC     images/ipc-desc.pb-c.c
13:37:29 [2021-04-22T13:37:29.867Z] #43 18.24   CC       images/core.o
13:37:30 [2021-04-22T13:37:30.011Z] #20 56.96 Setting up iptables (1.8.2-4) ...
13:37:30 [2021-04-22T13:37:30.011Z] #20 56.99 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:37:30 [2021-04-22T13:37:30.011Z] #20 56.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:37:30 [2021-04-22T13:37:30.011Z] #20 57.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:37:30 [2021-04-22T13:37:30.011Z] #20 57.01 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:37:30 [2021-04-22T13:37:30.011Z] #20 57.01 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:37:30 [2021-04-22T13:37:30.011Z] #20 57.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:37:30 [2021-04-22T13:37:30.011Z] #20 57.02 Setting up python3 (3.7.3-1) ...
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.065   PBCC     images/ipc-sem.pb-c.c
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.099   DEP      images/ipc-desc.pb-c.d
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.132   DEP      images/ipc-sem.pb-c.d
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.166   PBCC     images/ipc-msg.pb-c.c
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.189   DEP      images/ipc-msg.pb-c.d
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.223   PBCC     images/ipc-shm.pb-c.c
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.237   DEP      images/ipc-shm.pb-c.d
13:37:30 [2021-04-22T13:37:30.115Z] #43 9.273   PBCC     images/ipc-var.pb-c.c
13:37:30 [2021-04-22T13:37:30.233Z] #51 62.06 go/token
13:37:30 [2021-04-22T13:37:30.233Z] #51 62.21 golang.org/x/crypto/ssh/terminal
13:37:30 [2021-04-22T13:37:30.272Z] #20 57.42 Setting up python3-wheel (0.32.3-2) ...
13:37:30 [2021-04-22T13:37:30.375Z] #43 9.295   DEP      images/ipc-var.pb-c.d
13:37:30 [2021-04-22T13:37:30.375Z] #43 9.377   PBCC     images/sk-opts.pb-c.c
13:37:30 [2021-04-22T13:37:30.375Z] #43 9.401   PBCC     images/packet-sock.pb-c.c
13:37:30 [2021-04-22T13:37:30.375Z] #43 9.453   DEP      images/sk-opts.pb-c.d
13:37:30 [2021-04-22T13:37:30.375Z] #43 9.488   DEP      images/packet-sock.pb-c.d
13:37:30 [2021-04-22T13:37:30.375Z] #43 9.537   PBCC     images/sk-netlink.pb-c.c
13:37:30 [2021-04-22T13:37:30.375Z] #43 9.596   DEP      images/sk-netlink.pb-c.d
13:37:30 [2021-04-22T13:37:30.446Z] #43 18.89   CC       images/core-x86.o
13:37:30 [2021-04-22T13:37:30.496Z] #51 62.59 mvdan.cc/editorconfig
13:37:30 [2021-04-22T13:37:30.634Z] #43 9.637   PBCC     images/sk-inet.pb-c.c
13:37:30 [2021-04-22T13:37:30.634Z] #43 9.737   DEP      images/sk-inet.pb-c.d
13:37:30 [2021-04-22T13:37:30.634Z] #43 9.791   PBCC     images/sk-unix.pb-c.c
13:37:30 [2021-04-22T13:37:30.634Z] #43 9.866   DEP      images/sk-unix.pb-c.d
13:37:30 [2021-04-22T13:37:30.760Z] #51 ...
13:37:30 [2021-04-22T13:37:30.760Z] 
13:37:30 [2021-04-22T13:37:30.760Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:30 [2021-04-22T13:37:30.760Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:37:30 [2021-04-22T13:37:30.760Z] #45 52.85 path/filepath
13:37:30 [2021-04-22T13:37:30.760Z] #45 52.85 internal/lazyregexp
13:37:30 [2021-04-22T13:37:30.760Z] #45 52.88 net
13:37:30 [2021-04-22T13:37:30.760Z] #45 52.99 internal/fmtsort
13:37:30 [2021-04-22T13:37:30.760Z] #45 53.26 encoding/binary
13:37:30 [2021-04-22T13:37:30.760Z] #45 53.62 fmt
13:37:30 [2021-04-22T13:37:30.760Z] #45 54.04 io/ioutil
13:37:30 [2021-04-22T13:37:30.760Z] #45 55.11 os/exec
13:37:30 [2021-04-22T13:37:30.760Z] #45 57.52 crypto/cipher
13:37:30 [2021-04-22T13:37:30.760Z] #45 58.44 crypto/sha512
13:37:30 [2021-04-22T13:37:30.760Z] #45 59.45 crypto/ed25519/internal/edwards25519
13:37:30 [2021-04-22T13:37:30.760Z] #45 59.92 crypto/aes
13:37:30 [2021-04-22T13:37:30.760Z] #45 61.30 flag
13:37:30 [2021-04-22T13:37:30.760Z] #45 62.21 go/token
13:37:30 [2021-04-22T13:37:30.760Z] #45 62.40 net/url
13:37:30 [2021-04-22T13:37:30.844Z] #20 58.13 Setting up apparmor (2.13.2-10) ...
13:37:30 [2021-04-22T13:37:30.844Z] #20 ...
13:37:30 [2021-04-22T13:37:30.844Z] 
13:37:30 [2021-04-22T13:37:30.844Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:37:30 [2021-04-22T13:37:30.844Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:37:30 [2021-04-22T13:37:30.895Z] #43 9.932   PBCC     images/mm.pb-c.c
13:37:30 [2021-04-22T13:37:30.895Z] #43 10.00   DEP      images/mm.pb-c.d
13:37:30 [2021-04-22T13:37:30.895Z] #43 ...
13:37:30 [2021-04-22T13:37:30.895Z] 
13:37:30 [2021-04-22T13:37:30.895Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:30 [2021-04-22T13:37:30.895Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:30 [2021-04-22T13:37:30.895Z] #13 71.16 Selecting previously unselected package gcc-mingw-w64-base.
13:37:30 [2021-04-22T13:37:30.895Z] #13 71.16 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:30 [2021-04-22T13:37:30.895Z] #13 71.17 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:37:30 [2021-04-22T13:37:30.895Z] #13 71.31 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:37:30 [2021-04-22T13:37:30.895Z] #13 71.31 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:30 [2021-04-22T13:37:30.895Z] #13 71.31 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:37:31 [2021-04-22T13:37:31.020Z] #43 19.42   CC       images/core-arm.o
13:37:31 [2021-04-22T13:37:31.023Z] #45 ...
13:37:31 [2021-04-22T13:37:31.023Z] 
13:37:31 [2021-04-22T13:37:31.023Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:31 [2021-04-22T13:37:31.023Z] #37 sha256:94db82a50255c923290ec695375322d8cd4eeb0a5ddde2726ef5320864f8d945
13:37:31 [2021-04-22T13:37:31.023Z] #37 8.738 -- Detecting C compile features - done
13:37:31 [2021-04-22T13:37:31.023Z] #37 8.801 -- Performing Test HAS_BUILTIN_FORTIFY
13:37:31 [2021-04-22T13:37:31.104Z] #40 185.5 + dpkg --print-architecture
13:37:31 [2021-04-22T13:37:31.104Z] #40 185.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
13:37:31 [2021-04-22T13:37:31.233Z] #13 ...
13:37:31 [2021-04-22T13:37:31.233Z] 
13:37:31 [2021-04-22T13:37:31.233Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:31 [2021-04-22T13:37:31.233Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:31 [2021-04-22T13:37:31.233Z] #43 2.417 Note: Building without setproctitle() and strlcpy() support.
13:37:31 [2021-04-22T13:37:31.233Z] #43 2.417       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:37:31 [2021-04-22T13:37:31.233Z] #43 2.440 Note: Building without GnuTLS support
13:37:31 [2021-04-22T13:37:31.233Z] #43 2.453 Makefile.config:39: Warn: you have no libnftables installed
13:37:31 [2021-04-22T13:37:31.233Z] #43 2.453 Makefile.config:40: Warn: Building without nftables support
13:37:31 [2021-04-22T13:37:31.233Z] #43 4.296 fatal: not a git repository (or any of the parent directories): .git
13:37:31 [2021-04-22T13:37:31.233Z] #43 4.344   GEN      .gitid
13:37:31 [2021-04-22T13:37:31.233Z] #43 4.373   GEN      criu/include/version.h
13:37:31 [2021-04-22T13:37:31.233Z] #43 4.461   GEN      include/common/asm
13:37:31 [2021-04-22T13:37:31.233Z] #43 6.702   PBCC     images/timens.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 6.732   DEP      images/timens.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 6.896   PBCC     images/fown.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 6.973   PBCC     images/google/protobuf/descriptor.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.058   PBCC     images/opts.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.121   PBCC     images/memfd.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.166   DEP      images/fown.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.205   DEP      images/google/protobuf/descriptor.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.239   DEP      images/opts.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.265   DEP      images/memfd.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.290   PBCC     images/sit.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.349   DEP      images/sit.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.408   PBCC     images/macvlan.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.439   DEP      images/macvlan.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.486   PBCC     images/autofs.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.511   DEP      images/autofs.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.569   PBCC     images/sysctl.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.580   DEP      images/sysctl.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.614   PBCC     images/time.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.646   DEP      images/time.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.697   PBCC     images/binfmt-misc.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.720   DEP      images/binfmt-misc.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.760   PBCC     images/seccomp.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.774   DEP      images/seccomp.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.812   PBCC     images/userns.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.852   DEP      images/userns.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.913   PBCC     images/cgroup.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 7.959   DEP      images/cgroup.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.013   PBCC     images/ext-file.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.041   DEP      images/ext-file.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.088   PBCC     images/rpc.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.129   DEP      images/rpc.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.206   PBCC     images/siginfo.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.237   DEP      images/siginfo.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.277   PBCC     images/pagemap.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.320   DEP      images/pagemap.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.406   PBCC     images/rlimit.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.417   DEP      images/rlimit.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.464   PBCC     images/file-lock.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.513   DEP      images/file-lock.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.568   PBCC     images/tty.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.597   DEP      images/tty.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.645   PBCC     images/tun.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.681   PBCC     images/netdev.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.719   DEP      images/tun.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.804   DEP      images/netdev.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.831   PBCC     images/vma.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.889   DEP      images/vma.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.952   PBCC     images/creds.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 8.982   DEP      images/creds.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.030   PBCC     images/utsns.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.067   DEP      images/utsns.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.147   PBCC     images/ipc-desc.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.194   PBCC     images/ipc-sem.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.213   DEP      images/ipc-desc.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.266   DEP      images/ipc-sem.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.338   PBCC     images/ipc-msg.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.385   DEP      images/ipc-msg.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.453   PBCC     images/ipc-shm.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.475   DEP      images/ipc-shm.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.519   PBCC     images/ipc-var.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.541   DEP      images/ipc-var.pb-c.d
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.670   PBCC     images/sk-opts.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 9.704   PBCC     images/packet-sock.pb-c.c
13:37:31 [2021-04-22T13:37:31.233Z] #43 ...
13:37:31 [2021-04-22T13:37:31.233Z] 
13:37:31 [2021-04-22T13:37:31.233Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:31 [2021-04-22T13:37:31.233Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:31 [2021-04-22T13:37:31.233Z] #13 72.77 Selecting previously unselected package gcc-mingw-w64-base.
13:37:31 [2021-04-22T13:37:31.233Z] #13 72.78 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:31 [2021-04-22T13:37:31.233Z] #13 72.79 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:37:31 [2021-04-22T13:37:31.233Z] #13 72.91 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:37:31 [2021-04-22T13:37:31.233Z] #13 72.95 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:31 [2021-04-22T13:37:31.233Z] #13 72.96 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:37:31 [2021-04-22T13:37:31.282Z] #43 19.74   CC       images/core-aarch64.o
13:37:31 [2021-04-22T13:37:31.291Z] #37 9.180 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:37:31 [2021-04-22T13:37:31.291Z] #37 9.308 -- Configuring done
13:37:31 [2021-04-22T13:37:31.291Z] #37 9.336 -- Generating done
13:37:31 [2021-04-22T13:37:31.291Z] #37 9.339 -- Build files have been written to: /tmp/tmp.wc7PoUMHsH/tini
13:37:31 [2021-04-22T13:37:31.291Z] #37 9.343 + make tini-static
13:37:31 [2021-04-22T13:37:31.365Z] #40 186.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:37:31 [2021-04-22T13:37:31.545Z] #43 20.16   CC       images/core-ppc64.o
13:37:31 [2021-04-22T13:37:31.625Z] #40 186.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:37:31 [2021-04-22T13:37:31.870Z] #37 9.893 Scanning dependencies of target tini-static
13:37:32 [2021-04-22T13:37:32.119Z] #43 20.72   CC       images/core-s390.o
13:37:32 [2021-04-22T13:37:32.133Z] #37 10.00 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:37:32 [2021-04-22T13:37:32.196Z] #40 ...
13:37:32 [2021-04-22T13:37:32.196Z] 
13:37:32 [2021-04-22T13:37:32.196Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:32 [2021-04-22T13:37:32.196Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:32 [2021-04-22T13:37:32.196Z] #43 109.7   CC       criu/files-ext.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 110.1   CC       criu/files-reg.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 112.0   CC       criu/files.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 114.1   CC       criu/filesystems.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 114.9   CC       criu/fsnotify.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 116.2   CC       criu/image-desc.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 116.4   CC       criu/image.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 117.3   CC       criu/ipc_ns.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 118.5   CC       criu/irmap.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 119.2   CC       criu/kcmp-ids.o
13:37:32 [2021-04-22T13:37:32.196Z] #43 119.6   CC       criu/kerndat.o
13:37:32 [2021-04-22T13:37:32.457Z] #43 ...
13:37:32 [2021-04-22T13:37:32.457Z] 
13:37:32 [2021-04-22T13:37:32.457Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:37:32 [2021-04-22T13:37:32.457Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:37:32 [2021-04-22T13:37:32.717Z] #20 59.85 Setting up xfsprogs (4.20.0-1) ...
13:37:32 [2021-04-22T13:37:32.717Z] #20 59.86 Setting up python3-lib2to3 (3.7.3-1) ...
13:37:32 [2021-04-22T13:37:32.808Z] #13 ...
13:37:32 [2021-04-22T13:37:32.808Z] 
13:37:32 [2021-04-22T13:37:32.808Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:32 [2021-04-22T13:37:32.808Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:37:32 [2021-04-22T13:37:32.808Z] #51 67.65 encoding/base64
13:37:32 [2021-04-22T13:37:32.808Z] #51 68.36 strings
13:37:32 [2021-04-22T13:37:32.808Z] #51 69.53 fmt
13:37:32 [2021-04-22T13:37:32.808Z] #51 70.80 path/filepath
13:37:32 [2021-04-22T13:37:32.808Z] #51 72.22 golang.org/x/sys/unix
13:37:32 [2021-04-22T13:37:32.808Z] #51 74.59 encoding/json
13:37:32 [2021-04-22T13:37:32.808Z] #51 ...
13:37:32 [2021-04-22T13:37:32.808Z] 
13:37:32 [2021-04-22T13:37:32.808Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:32 [2021-04-22T13:37:32.808Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.06   PBCC     images/timerfd.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.10   DEP      images/timerfd.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.16   PBCC     images/timer.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.21   DEP      images/timer.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.25   PBCC     images/sa.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.30   DEP      images/sa.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.35   PBCC     images/pipe-data.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.38   DEP      images/pipe-data.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.45   PBCC     images/mnt.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.49   DEP      images/mnt.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.54   PBCC     images/sk-packet.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.57   DEP      images/sk-packet.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.62   PBCC     images/tcp-stream.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.69   DEP      images/tcp-stream.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.73   PBCC     images/pipe.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.80   DEP      images/pipe.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.86   PBCC     images/pstree.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.90   DEP      images/pstree.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.95   PBCC     images/fs.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 10.96   DEP      images/fs.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.04   PBCC     images/signalfd.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.11   DEP      images/signalfd.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.24   PBCC     images/fh.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.28   PBCC     images/fsnotify.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.33   DEP      images/fh.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.40   DEP      images/fsnotify.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.45   PBCC     images/eventpoll.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.51   DEP      images/eventpoll.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.57   PBCC     images/eventfd.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.60   DEP      images/eventfd.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.63   PBCC     images/remap-file-path.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.65   DEP      images/remap-file-path.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.74   PBCC     images/fifo.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.75   DEP      images/fifo.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.81   PBCC     images/ghost-file.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.83   DEP      images/ghost-file.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.87   PBCC     images/regfile.pb-c.c
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.92   DEP      images/regfile.pb-c.d
13:37:32 [2021-04-22T13:37:32.808Z] #43 11.98   PBCC     images/ns.pb-c.c
13:37:32 [2021-04-22T13:37:32.978Z] #20 60.31 Setting up python3-pkg-resources (40.8.0-1) ...
13:37:33 [2021-04-22T13:37:33.065Z] #43 21.39   CC       images/cpuinfo.o
13:37:33 [2021-04-22T13:37:33.067Z] #43 12.03   DEP      images/ns.pb-c.d
13:37:33 [2021-04-22T13:37:33.068Z] #43 12.08   PBCC     images/fdinfo.pb-c.c
13:37:33 [2021-04-22T13:37:33.068Z] #43 12.17   DEP      images/fdinfo.pb-c.d
13:37:33 [2021-04-22T13:37:33.068Z] #43 12.25   PBCC     images/core-aarch64.pb-c.c
13:37:33 [2021-04-22T13:37:33.327Z] #43 12.33   PBCC     images/core-arm.pb-c.c
13:37:33 [2021-04-22T13:37:33.327Z] #43 12.37   PBCC     images/core-ppc64.pb-c.c
13:37:33 [2021-04-22T13:37:33.327Z] #43 12.47   PBCC     images/core-s390.pb-c.c
13:37:33 [2021-04-22T13:37:33.528Z] #37 11.42 [100%] Linking C executable tini-static
13:37:33 [2021-04-22T13:37:33.587Z] #43 12.53   PBCC     images/core-x86.pb-c.c
13:37:33 [2021-04-22T13:37:33.587Z] #43 12.59   PBCC     images/core.pb-c.c
13:37:33 [2021-04-22T13:37:33.587Z] #43 12.67   PBCC     images/inventory.pb-c.c
13:37:33 [2021-04-22T13:37:33.587Z] #43 12.72   DEP      images/core-aarch64.pb-c.d
13:37:33 [2021-04-22T13:37:33.587Z] #43 12.78   DEP      images/core-arm.pb-c.d
13:37:33 [2021-04-22T13:37:33.638Z] #43 21.86   CC       images/inventory.o
13:37:33 [2021-04-22T13:37:33.638Z] #43 22.08   CC       images/fdinfo.o
13:37:33 [2021-04-22T13:37:33.755Z] #13 ...
13:37:33 [2021-04-22T13:37:33.755Z] 
13:37:33 [2021-04-22T13:37:33.755Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:33 [2021-04-22T13:37:33.755Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:37:33 [2021-04-22T13:37:33.755Z] #45 68.10 fmt
13:37:33 [2021-04-22T13:37:33.755Z] #45 70.39 path/filepath
13:37:33 [2021-04-22T13:37:33.755Z] #45 71.66 regexp
13:37:33 [2021-04-22T13:37:33.755Z] #45 73.00 flag
13:37:33 [2021-04-22T13:37:33.755Z] #45 74.50 go/token
13:37:33 [2021-04-22T13:37:33.755Z] #45 75.34 internal/lazyregexp
13:37:33 [2021-04-22T13:37:33.755Z] #45 75.51 go/scanner
13:37:33 [2021-04-22T13:37:33.755Z] #45 75.62 path
13:37:33 [2021-04-22T13:37:33.755Z] #45 76.15 io/ioutil
13:37:33 [2021-04-22T13:37:33.755Z] #45 76.62 go/ast
13:37:33 [2021-04-22T13:37:33.755Z] #45 76.64 net/url
13:37:33 [2021-04-22T13:37:33.755Z] #45 78.24 text/template/parse
13:37:33 [2021-04-22T13:37:33.755Z] #45 ...
13:37:33 [2021-04-22T13:37:33.755Z] 
13:37:33 [2021-04-22T13:37:33.755Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:33 [2021-04-22T13:37:33.755Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:33 [2021-04-22T13:37:33.755Z] #43 9.808   DEP      images/sk-opts.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 9.847   DEP      images/packet-sock.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 9.921   PBCC     images/sk-netlink.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 9.947   DEP      images/sk-netlink.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.01   PBCC     images/sk-inet.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.10   DEP      images/sk-inet.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.18   PBCC     images/sk-unix.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.21   DEP      images/sk-unix.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.26   PBCC     images/mm.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.33   DEP      images/mm.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.38   PBCC     images/timerfd.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.43   DEP      images/timerfd.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.48   PBCC     images/timer.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.50   DEP      images/timer.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.57   PBCC     images/sa.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.65   DEP      images/sa.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.70   PBCC     images/pipe-data.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.72   DEP      images/pipe-data.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.77   PBCC     images/mnt.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.83   DEP      images/mnt.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.91   PBCC     images/sk-packet.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.93   DEP      images/sk-packet.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 10.98   PBCC     images/tcp-stream.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.02   DEP      images/tcp-stream.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.10   PBCC     images/pipe.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.15   DEP      images/pipe.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.21   PBCC     images/pstree.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.25   DEP      images/pstree.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.30   PBCC     images/fs.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.33   DEP      images/fs.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.40   PBCC     images/signalfd.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.41   DEP      images/signalfd.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.47   PBCC     images/fh.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.49   PBCC     images/fsnotify.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.54   DEP      images/fh.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.58   DEP      images/fsnotify.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.67   PBCC     images/eventpoll.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.69   DEP      images/eventpoll.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.79   PBCC     images/eventfd.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.81   DEP      images/eventfd.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.84   PBCC     images/remap-file-path.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.87   DEP      images/remap-file-path.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.93   PBCC     images/fifo.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 11.96   DEP      images/fifo.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 12.02   PBCC     images/ghost-file.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 12.07   DEP      images/ghost-file.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 12.12   PBCC     images/regfile.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 12.18   DEP      images/regfile.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 12.25   PBCC     images/ns.pb-c.c
13:37:33 [2021-04-22T13:37:33.755Z] #43 12.30   DEP      images/ns.pb-c.d
13:37:33 [2021-04-22T13:37:33.755Z] #43 ...
13:37:33 [2021-04-22T13:37:33.755Z] 
13:37:33 [2021-04-22T13:37:33.755Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:33 [2021-04-22T13:37:33.755Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:37:33 [2021-04-22T13:37:33.755Z] #51 68.50 golang.org/x/sys/unix
13:37:33 [2021-04-22T13:37:33.755Z] #51 69.52 fmt
13:37:33 [2021-04-22T13:37:33.755Z] #51 74.39 encoding/json
13:37:33 [2021-04-22T13:37:33.755Z] #51 77.35 github.com/pkg/diff
13:37:33 [2021-04-22T13:37:33.755Z] #51 78.60 go/ast
13:37:33 [2021-04-22T13:37:33.755Z] #51 ...
13:37:33 [2021-04-22T13:37:33.755Z] 
13:37:33 [2021-04-22T13:37:33.755Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:33 [2021-04-22T13:37:33.755Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:33 [2021-04-22T13:37:33.755Z] #43 12.37   PBCC     images/fdinfo.pb-c.c
13:37:33 [2021-04-22T13:37:33.847Z] #43 12.84   DEP      images/core-ppc64.pb-c.d
13:37:33 [2021-04-22T13:37:33.847Z] #43 12.90   DEP      images/core-s390.pb-c.d
13:37:33 [2021-04-22T13:37:33.847Z] #43 12.93   DEP      images/core-x86.pb-c.d
13:37:33 [2021-04-22T13:37:33.847Z] #43 12.99   DEP      images/core.pb-c.d
13:37:33 [2021-04-22T13:37:33.920Z] #20 61.15 Setting up python3-distutils (3.7.3-1) ...
13:37:34 [2021-04-22T13:37:34.013Z] #43 12.46   DEP      images/fdinfo.pb-c.d
13:37:34 [2021-04-22T13:37:34.013Z] #43 12.52   PBCC     images/core-aarch64.pb-c.c
13:37:34 [2021-04-22T13:37:34.013Z] #43 12.59   PBCC     images/core-arm.pb-c.c
13:37:34 [2021-04-22T13:37:34.013Z] #43 12.64   PBCC     images/core-ppc64.pb-c.c
13:37:34 [2021-04-22T13:37:34.013Z] #43 12.70   PBCC     images/core-s390.pb-c.c
13:37:34 [2021-04-22T13:37:34.107Z] #43 13.08   DEP      images/inventory.pb-c.d
13:37:34 [2021-04-22T13:37:34.107Z] #43 13.14   PBCC     images/cpuinfo.pb-c.c
13:37:34 [2021-04-22T13:37:34.107Z] #43 13.17   DEP      images/cpuinfo.pb-c.d
13:37:34 [2021-04-22T13:37:34.107Z] #43 13.22   PBCC     images/stats.pb-c.c
13:37:34 [2021-04-22T13:37:34.107Z] #43 13.26   DEP      images/stats.pb-c.d
13:37:34 [2021-04-22T13:37:34.210Z] #43 22.51   CC       images/fown.o
13:37:34 [2021-04-22T13:37:34.210Z] #43 22.71   CC       images/ns.o
13:37:34 [2021-04-22T13:37:34.270Z] #43 12.75   PBCC     images/core-x86.pb-c.c
13:37:34 [2021-04-22T13:37:34.270Z] #43 12.82   PBCC     images/core.pb-c.c
13:37:34 [2021-04-22T13:37:34.270Z] #43 12.89   PBCC     images/inventory.pb-c.c
13:37:34 [2021-04-22T13:37:34.472Z] #43 22.95   CC       images/regfile.o
13:37:34 [2021-04-22T13:37:34.478Z] #37 12.17 [100%] Built target tini-static
13:37:34 [2021-04-22T13:37:34.478Z] #37 12.28 + mkdir -p /build
13:37:34 [2021-04-22T13:37:34.478Z] #37 12.28 + cp tini-static /build/docker-init
13:37:34 [2021-04-22T13:37:34.490Z] #20 61.65 Setting up python3-setuptools (40.8.0-1) ...
13:37:34 [2021-04-22T13:37:34.526Z] #43 12.97   DEP      images/core-aarch64.pb-c.d
13:37:34 [2021-04-22T13:37:34.526Z] #43 13.01   DEP      images/core-arm.pb-c.d
13:37:34 [2021-04-22T13:37:34.526Z] #43 13.07   DEP      images/core-ppc64.pb-c.d
13:37:34 [2021-04-22T13:37:34.526Z] #43 13.11   DEP      images/core-s390.pb-c.d
13:37:34 [2021-04-22T13:37:34.526Z] #43 13.17   DEP      images/core-x86.pb-c.d
13:37:34 [2021-04-22T13:37:34.733Z] #43 23.24   CC       images/ghost-file.o
13:37:34 [2021-04-22T13:37:34.784Z] #43 13.23   DEP      images/core.pb-c.d
13:37:34 [2021-04-22T13:37:34.784Z] #43 13.32   DEP      images/inventory.pb-c.d
13:37:34 [2021-04-22T13:37:34.784Z] #43 13.37   PBCC     images/cpuinfo.pb-c.c
13:37:34 [2021-04-22T13:37:34.784Z] #43 13.40   DEP      images/cpuinfo.pb-c.d
13:37:34 [2021-04-22T13:37:34.784Z] #43 13.46   PBCC     images/stats.pb-c.c
13:37:34 [2021-04-22T13:37:34.995Z] #43 23.51   CC       images/fifo.o
13:37:35 [2021-04-22T13:37:35.041Z] #43 13.49   DEP      images/stats.pb-c.d
13:37:35 [2021-04-22T13:37:35.257Z] #43 23.72   CC       images/remap-file-path.o
13:37:35 [2021-04-22T13:37:35.431Z] #20 62.83 Setting up python3-pip (18.1-5) ...
13:37:35 [2021-04-22T13:37:35.486Z] #43 ...
13:37:35 [2021-04-22T13:37:35.486Z] 
13:37:35 [2021-04-22T13:37:35.486Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:35 [2021-04-22T13:37:35.486Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:37:35 [2021-04-22T13:37:35.486Z] #45 70.28 fmt
13:37:35 [2021-04-22T13:37:35.486Z] #45 73.39 regexp
13:37:35 [2021-04-22T13:37:35.486Z] #45 74.75 flag
13:37:35 [2021-04-22T13:37:35.486Z] #45 76.11 go/token
13:37:35 [2021-04-22T13:37:35.486Z] #45 76.71 internal/lazyregexp
13:37:35 [2021-04-22T13:37:35.486Z] #45 77.00 path
13:37:35 [2021-04-22T13:37:35.486Z] #45 77.03 go/scanner
13:37:35 [2021-04-22T13:37:35.486Z] #45 77.46 io/ioutil
13:37:35 [2021-04-22T13:37:35.486Z] #45 78.08 net/url
13:37:35 [2021-04-22T13:37:35.486Z] #45 78.15 go/ast
13:37:35 [2021-04-22T13:37:35.486Z] #45 79.83 text/template/parse
13:37:35 [2021-04-22T13:37:35.486Z] #45 ...
13:37:35 [2021-04-22T13:37:35.486Z] 
13:37:35 [2021-04-22T13:37:35.486Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:35 [2021-04-22T13:37:35.486Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:37:35 [2021-04-22T13:37:35.486Z] #51 79.58 github.com/pkg/diff
13:37:35 [2021-04-22T13:37:35.486Z] #51 80.42 go/ast
13:37:35 [2021-04-22T13:37:35.518Z] #43 23.96   CC       images/eventfd.o
13:37:35 [2021-04-22T13:37:35.518Z] #43 ...
13:37:35 [2021-04-22T13:37:35.518Z] 
13:37:35 [2021-04-22T13:37:35.518Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:35 [2021-04-22T13:37:35.518Z] #56 sha256:0e290af701087f3d663ae848f22b7ced6c18385ebd383e493ea85acb12a5d3c5
13:37:36 [2021-04-22T13:37:36.056Z] #51 80.75 golang.org/x/crypto/ssh/terminal
13:37:36 [2021-04-22T13:37:36.412Z] #43 14.97 make[1]: Nothing to be done for 'all'.
13:37:36 [2021-04-22T13:37:36.564Z] #56 43.91 Checking out files:  50% (1978/3901)   
Checking out files:  51% (1990/3901)   
Checking out files:  52% (2029/3901)   
Checking out files:  53% (2068/3901)   
Checking out files:  54% (2107/3901)   
Checking out files:  55% (2146/3901)   
Checking out files:  56% (2185/3901)   
Checking out files:  57% (2224/3901)   
Checking out files:  58% (2263/3901)   
Checking out files:  59% (2302/3901)   
Checking out files:  60% (2341/3901)   
Checking out files:  61% (2380/3901)   
Checking out files:  62% (2419/3901)   
Checking out files:  63% (2458/3901)   
Checking out files:  64% (2497/3901)   
Checking out files:  65% (2536/3901)   
Checking out files:  66% (2575/3901)   
Checking out files:  67% (2614/3901)   
Checking out files:  68% (2653/3901)   
Checking out files:  69% (2692/3901)   
Checking out files:  70% (2731/3901)   
Checking out files:  71% (2770/3901)   
Checking out files:  72% (2809/3901)   
Checking out files:  73% (2848/3901)   
Checking out files:  74% (2887/3901)   
Checking out files:  75% (2926/3901)   
Checking out files:  76% (2965/3901)   
Checking out files:  77% (3004/3901)   
Checking out files:  78% (3043/3901)   
Checking out files:  79% (3082/3901)   
Checking out files:  80% (3121/3901)   
Checking out files:  81% (3160/3901)   
Checking out files:  82% (3199/3901)   
Checking out files:  83% (3238/3901)   
Checking out files:  84% (3277/3901)   
Checking out files:  85% (3316/3901)   
Checking out files:  86% (3355/3901)   
Checking out files:  87% (3394/3901)   
Checking out files:  88% (3433/3901)   
Checking out files:  89% (3472/3901)   
Checking out files:  89% (3502/3901)   
Checking out files:  90% (3511/3901)   
Checking out files:  91% (3550/3901)   
Checking out files:  92% (3589/3901)   
13:37:36 [2021-04-22T13:37:36.564Z] #56 ...
13:37:36 [2021-04-22T13:37:36.564Z] 
13:37:36 [2021-04-22T13:37:36.564Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:36 [2021-04-22T13:37:36.564Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:37:36 [2021-04-22T13:37:36.564Z] #45 78.58 go/parser
13:37:36 [2021-04-22T13:37:36.564Z] #45 79.88 text/template
13:37:36 [2021-04-22T13:37:36.564Z] #45 82.04 log
13:37:36 [2021-04-22T13:37:36.564Z] #45 82.72 encoding/xml
13:37:36 [2021-04-22T13:37:36.564Z] #45 84.55 go/doc
13:37:36 [2021-04-22T13:37:36.564Z] #45 87.86 github.com/LK4D4/vndr/build
13:37:36 [2021-04-22T13:37:36.564Z] #45 87.91 github.com/LK4D4/vndr/versioned
13:37:36 [2021-04-22T13:37:36.564Z] #45 88.07 compress/flate
13:37:36 [2021-04-22T13:37:36.564Z] #45 ...
13:37:36 [2021-04-22T13:37:36.564Z] 
13:37:36 [2021-04-22T13:37:36.564Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:36 [2021-04-22T13:37:36.564Z] #56 sha256:0e290af701087f3d663ae848f22b7ced6c18385ebd383e493ea85acb12a5d3c5
13:37:36 [2021-04-22T13:37:36.815Z] #20 63.91 Processing triggers for libc-bin (2.28-10) ...
13:37:36 [2021-04-22T13:37:36.815Z] #20 63.95 Processing triggers for mime-support (3.62) ...
13:37:36 [2021-04-22T13:37:36.825Z] #56 43.91 Checking out files:  50% (1978/3901)   
Checking out files:  51% (1990/3901)   
Checking out files:  52% (2029/3901)   
Checking out files:  53% (2068/3901)   
Checking out files:  54% (2107/3901)   
Checking out files:  55% (2146/3901)   
Checking out files:  56% (2185/3901)   
Checking out files:  57% (2224/3901)   
Checking out files:  58% (2263/3901)   
Checking out files:  59% (2302/3901)   
Checking out files:  60% (2341/3901)   
Checking out files:  61% (2380/3901)   
Checking out files:  62% (2419/3901)   
Checking out files:  63% (2458/3901)   
Checking out files:  64% (2497/3901)   
Checking out files:  65% (2536/3901)   
Checking out files:  66% (2575/3901)   
Checking out files:  67% (2614/3901)   
Checking out files:  68% (2653/3901)   
Checking out files:  69% (2692/3901)   
Checking out files:  70% (2731/3901)   
Checking out files:  71% (2770/3901)   
Checking out files:  72% (2809/3901)   
Checking out files:  73% (2848/3901)   
Checking out files:  74% (2887/3901)   
Checking out files:  75% (2926/3901)   
Checking out files:  76% (2965/3901)   
Checking out files:  77% (3004/3901)   
Checking out files:  78% (3043/3901)   
Checking out files:  79% (3082/3901)   
Checking out files:  80% (3121/3901)   
Checking out files:  81% (3160/3901)   
Checking out files:  82% (3199/3901)   
Checking out files:  83% (3238/3901)   
Checking out files:  84% (3277/3901)   
Checking out files:  85% (3316/3901)   
Checking out files:  86% (3355/3901)   
Checking out files:  87% (3394/3901)   
Checking out files:  88% (3433/3901)   
Checking out files:  89% (3472/3901)   
Checking out files:  89% (3502/3901)   
Checking out files:  90% (3511/3901)   
Checking out files:  91% (3550/3901)   
Checking out files:  92% (3589/3901)   
Checking out files:  93% (3628/3901)   
Checking out files:  94% (3667/3901)   
Checking out files:  95% (3706/3901)   
Checking out files:  96% (3745/3901)   
Checking out files:  97% (3784/3901)   
Checking out files:  98% (3823/3901)   
Checking out files:  99% (3862/3901)   
Checking out files: 100% (3901/3901)   
Checking out files: 100% (3901/3901), done.
13:37:36 [2021-04-22T13:37:36.825Z] #56 45.35 + cd /tmp/tmp.tzZPYOZFwp/src/github.com/containerd/containerd
13:37:36 [2021-04-22T13:37:36.825Z] #56 45.35 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:37 [2021-04-22T13:37:37.036Z] #37 ...
13:37:37 [2021-04-22T13:37:37.036Z] 
13:37:37 [2021-04-22T13:37:37.036Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:37 [2021-04-22T13:37:37.036Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:37 [2021-04-22T13:37:37.036Z] #43 3.346 Note: Building without setproctitle() and strlcpy() support.
13:37:37 [2021-04-22T13:37:37.036Z] #43 3.346       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:37:37 [2021-04-22T13:37:37.036Z] #43 3.362 Note: Building without GnuTLS support
13:37:37 [2021-04-22T13:37:37.036Z] #43 3.377 Makefile.config:39: Warn: you have no libnftables installed
13:37:37 [2021-04-22T13:37:37.036Z] #43 3.383 Makefile.config:40: Warn: Building without nftables support
13:37:37 [2021-04-22T13:37:37.036Z] #43 5.447 fatal: not a git repository (or any of the parent directories): .git
13:37:37 [2021-04-22T13:37:37.036Z] #43 5.518   GEN      .gitid
13:37:37 [2021-04-22T13:37:37.036Z] #43 5.581   GEN      criu/include/version.h
13:37:37 [2021-04-22T13:37:37.036Z] #43 5.674   GEN      include/common/asm
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.401   PBCC     images/timens.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.456   DEP      images/timens.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.536   PBCC     images/fown.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.577   PBCC     images/google/protobuf/descriptor.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.668   PBCC     images/opts.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.740   PBCC     images/memfd.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.796   DEP      images/fown.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.867   DEP      images/google/protobuf/descriptor.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 7.937   DEP      images/opts.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.021   DEP      images/memfd.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.103   PBCC     images/sit.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.156   DEP      images/sit.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.198   PBCC     images/macvlan.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.216   DEP      images/macvlan.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.263   PBCC     images/autofs.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.309   DEP      images/autofs.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.349   PBCC     images/sysctl.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.364   DEP      images/sysctl.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.528   PBCC     images/time.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.568   DEP      images/time.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.632   PBCC     images/binfmt-misc.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.645   DEP      images/binfmt-misc.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.689   PBCC     images/seccomp.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.700   DEP      images/seccomp.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.782   PBCC     images/userns.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.812   DEP      images/userns.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.944   PBCC     images/cgroup.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 8.980   DEP      images/cgroup.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.040   PBCC     images/ext-file.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.083   DEP      images/ext-file.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.137   PBCC     images/rpc.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.201   DEP      images/rpc.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.299   PBCC     images/siginfo.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.308   DEP      images/siginfo.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.376   PBCC     images/pagemap.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.432   DEP      images/pagemap.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.528   PBCC     images/rlimit.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.580   DEP      images/rlimit.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.636   PBCC     images/file-lock.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.656   DEP      images/file-lock.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.701   PBCC     images/tty.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.757   DEP      images/tty.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.809   PBCC     images/tun.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.858   PBCC     images/netdev.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 9.976   DEP      images/tun.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.05   DEP      images/netdev.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.18   PBCC     images/vma.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.25   DEP      images/vma.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.39   PBCC     images/creds.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.42   DEP      images/creds.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.46   PBCC     images/utsns.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.48   DEP      images/utsns.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.54   PBCC     images/ipc-desc.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.57   PBCC     images/ipc-sem.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.60   DEP      images/ipc-desc.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.64   DEP      images/ipc-sem.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.73   PBCC     images/ipc-msg.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.77   DEP      images/ipc-msg.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.82   PBCC     images/ipc-shm.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.84   DEP      images/ipc-shm.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.87   PBCC     images/ipc-var.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.88   DEP      images/ipc-var.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.93   PBCC     images/sk-opts.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 10.94   PBCC     images/packet-sock.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.01   DEP      images/sk-opts.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.06   DEP      images/packet-sock.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.14   PBCC     images/sk-netlink.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.16   DEP      images/sk-netlink.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.22   PBCC     images/sk-inet.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.26   DEP      images/sk-inet.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.30   PBCC     images/sk-unix.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.34   DEP      images/sk-unix.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.39   PBCC     images/mm.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.45   DEP      images/mm.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.51   PBCC     images/timerfd.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.55   DEP      images/timerfd.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.64   PBCC     images/timer.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.69   DEP      images/timer.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.73   PBCC     images/sa.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.81   DEP      images/sa.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.91   PBCC     images/pipe-data.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 11.94   DEP      images/pipe-data.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.01   PBCC     images/mnt.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.07   DEP      images/mnt.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.12   PBCC     images/sk-packet.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.17   DEP      images/sk-packet.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.23   PBCC     images/tcp-stream.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.26   DEP      images/tcp-stream.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.37   PBCC     images/pipe.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.48   DEP      images/pipe.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.58   PBCC     images/pstree.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.60   DEP      images/pstree.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.63   PBCC     images/fs.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.66   DEP      images/fs.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.69   PBCC     images/signalfd.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.73   DEP      images/signalfd.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.77   PBCC     images/fh.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.80   PBCC     images/fsnotify.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.84   DEP      images/fh.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.88   DEP      images/fsnotify.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.94   PBCC     images/eventpoll.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 12.97   DEP      images/eventpoll.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 ...
13:37:37 [2021-04-22T13:37:37.036Z] 
13:37:37 [2021-04-22T13:37:37.036Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
13:37:37 [2021-04-22T13:37:37.036Z] #37 sha256:94db82a50255c923290ec695375322d8cd4eeb0a5ddde2726ef5320864f8d945
13:37:37 [2021-04-22T13:37:37.036Z] #37 DONE 14.6s
13:37:37 [2021-04-22T13:37:37.036Z] 
13:37:37 [2021-04-22T13:37:37.036Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:37 [2021-04-22T13:37:37.036Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:37 [2021-04-22T13:37:37.036Z] #43 13.02   PBCC     images/eventfd.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 13.06   DEP      images/eventfd.pb-c.d
13:37:37 [2021-04-22T13:37:37.036Z] #43 13.11   PBCC     images/remap-file-path.pb-c.c
13:37:37 [2021-04-22T13:37:37.036Z] #43 ...
13:37:37 [2021-04-22T13:37:37.036Z] 
13:37:37 [2021-04-22T13:37:37.036Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:37 [2021-04-22T13:37:37.036Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:37:37 [2021-04-22T13:37:37.036Z] #13 56.97 Selecting previously unselected package mingw-w64-x86-64-dev.
13:37:37 [2021-04-22T13:37:37.036Z] #13 56.98 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:37:37 [2021-04-22T13:37:37.036Z] #13 56.99 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:37:37 [2021-04-22T13:37:37.036Z] #13 61.86 Selecting previously unselected package gcc-mingw-w64-base.
13:37:37 [2021-04-22T13:37:37.036Z] #13 61.86 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
13:37:37 [2021-04-22T13:37:37.036Z] #13 61.87 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:37:37 [2021-04-22T13:37:37.036Z] #13 61.97 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:37:37 [2021-04-22T13:37:37.036Z] #13 61.98 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
13:37:37 [2021-04-22T13:37:37.036Z] #13 61.99 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:37:37 [2021-04-22T13:37:37.036Z] #13 ...
13:37:37 [2021-04-22T13:37:37.036Z] 
13:37:37 [2021-04-22T13:37:37.036Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:37 [2021-04-22T13:37:37.036Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:37 [2021-04-22T13:37:37.036Z] #43 13.16   DEP      images/remap-file-path.pb-c.d
13:37:37 [2021-04-22T13:37:37.437Z] #51 82.13 mvdan.cc/editorconfig
13:37:37 [2021-04-22T13:37:37.758Z] #20 DONE 64.9s
13:37:37 [2021-04-22T13:37:37.758Z] 
13:37:37 [2021-04-22T13:37:37.758Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:37:37 [2021-04-22T13:37:37.758Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:37:37 [2021-04-22T13:37:37.782Z] #43 16.45   CC       images/stats.o
13:37:38 [2021-04-22T13:37:38.347Z] #43 16.89   CC       images/core.o
13:37:38 [2021-04-22T13:37:38.377Z] #51 83.41 mvdan.cc/sh/v3/fileutil
13:37:38 [2021-04-22T13:37:38.702Z] #21 1.071 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:37:38 [2021-04-22T13:37:38.702Z] #21 1.075 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:37:38 [2021-04-22T13:37:38.702Z] #21 1.089 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:37:38 [2021-04-22T13:37:38.702Z] #21 DONE 1.1s
13:37:38 [2021-04-22T13:37:38.702Z] 
13:37:38 [2021-04-22T13:37:38.702Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:38 [2021-04-22T13:37:38.702Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:38 [2021-04-22T13:37:38.702Z] #43 120.6   CC       criu/libnetlink.o
13:37:38 [2021-04-22T13:37:38.702Z] #43 121.1   CC       criu/log.o
13:37:38 [2021-04-22T13:37:38.702Z] #43 121.6   CC       criu/lsm.o
13:37:38 [2021-04-22T13:37:38.702Z] #43 122.0   CC       criu/mem.o
13:37:38 [2021-04-22T13:37:38.702Z] #43 123.8   CC       criu/memfd.o
13:37:38 [2021-04-22T13:37:38.702Z] #43 124.4   CC       criu/mount.o
13:37:38 [2021-04-22T13:37:38.702Z] #43 ...
13:37:38 [2021-04-22T13:37:38.702Z] 
13:37:38 [2021-04-22T13:37:38.702Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:37:38 [2021-04-22T13:37:38.702Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:37:38 [2021-04-22T13:37:38.911Z] #43 17.49   CC       images/core-x86.o
13:37:38 [2021-04-22T13:37:38.946Z] #51 83.57 text/tabwriter
13:37:38 [2021-04-22T13:37:38.961Z] #43 14.92   PBCC     images/fifo.pb-c.c
13:37:38 [2021-04-22T13:37:38.961Z] #43 14.94   DEP      images/fifo.pb-c.d
13:37:38 [2021-04-22T13:37:38.961Z] #43 14.97   PBCC     images/ghost-file.pb-c.c
13:37:38 [2021-04-22T13:37:38.961Z] #43 15.07   DEP      images/ghost-file.pb-c.d
13:37:38 [2021-04-22T13:37:38.961Z] #43 15.13   PBCC     images/regfile.pb-c.c
13:37:38 [2021-04-22T13:37:38.961Z] #43 15.21   DEP      images/regfile.pb-c.d
13:37:38 [2021-04-22T13:37:38.962Z] #43 15.27   PBCC     images/ns.pb-c.c
13:37:38 [2021-04-22T13:37:38.962Z] #43 15.28   DEP      images/ns.pb-c.d
13:37:38 [2021-04-22T13:37:38.962Z] #43 15.35   PBCC     images/fdinfo.pb-c.c
13:37:39 [2021-04-22T13:37:39.206Z] #51 84.11 mvdan.cc/sh/v3/syntax
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.42   DEP      images/fdinfo.pb-c.d
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.48   PBCC     images/core-aarch64.pb-c.c
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.52   PBCC     images/core-arm.pb-c.c
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.54   PBCC     images/core-ppc64.pb-c.c
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.59   PBCC     images/core-s390.pb-c.c
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.63   PBCC     images/core-x86.pb-c.c
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.66   PBCC     images/core.pb-c.c
13:37:39 [2021-04-22T13:37:39.224Z] #43 15.71   PBCC     images/inventory.pb-c.c
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + export 'BUILDTAGS=netgo osusergo static_build'
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + BUILDTAGS='netgo osusergo static_build'
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + export EXTRA_FLAGS=-buildmode=pie
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + EXTRA_FLAGS=-buildmode=pie
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + '[' '' = dynamic ']'
13:37:39 [2021-04-22T13:37:39.372Z] #56 47.65 + make
13:37:39 [2021-04-22T13:37:39.476Z] #43 17.99   CC       images/core-arm.o
13:37:39 [2021-04-22T13:37:39.487Z] #43 15.80   DEP      images/core-aarch64.pb-c.d
13:37:39 [2021-04-22T13:37:39.732Z] #43 18.35   CC       images/core-aarch64.o
13:37:39 [2021-04-22T13:37:39.750Z] #43 15.89   DEP      images/core-arm.pb-c.d
13:37:39 [2021-04-22T13:37:39.750Z] #43 16.02   DEP      images/core-ppc64.pb-c.d
13:37:39 [2021-04-22T13:37:39.750Z] #43 16.14   DEP      images/core-s390.pb-c.d
13:37:39 [2021-04-22T13:37:39.945Z] #56 ...
13:37:39 [2021-04-22T13:37:39.945Z] 
13:37:39 [2021-04-22T13:37:39.945Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:39 [2021-04-22T13:37:39.945Z] #51 sha256:51e4ce420da2153ac0feec33750b2f5784d24a3161e74e5e970b94a3365da196
13:37:39 [2021-04-22T13:37:39.945Z] #51 85.85 mvdan.cc/sh/v3/cmd/shfmt
13:37:39 [2021-04-22T13:37:39.945Z] #51 DONE 91.8s
13:37:39 [2021-04-22T13:37:39.945Z] 
13:37:39 [2021-04-22T13:37:39.945Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:39 [2021-04-22T13:37:39.945Z] #56 sha256:0e290af701087f3d663ae848f22b7ced6c18385ebd383e493ea85acb12a5d3c5
13:37:39 [2021-04-22T13:37:39.945Z] #56 48.24 + bin/ctr
13:37:40 [2021-04-22T13:37:40.066Z] #43 16.21   DEP      images/core-x86.pb-c.d
13:37:40 [2021-04-22T13:37:40.066Z] #43 16.31   DEP      images/core.pb-c.d
13:37:40 [2021-04-22T13:37:40.066Z] #43 16.45   DEP      images/inventory.pb-c.d
13:37:40 [2021-04-22T13:37:40.066Z] #43 16.57   PBCC     images/cpuinfo.pb-c.c
13:37:40 [2021-04-22T13:37:40.128Z] Running on azwin-2-4ba620 in d:\jenkins\workspace\moby_PR-42164
[Pipeline] {
13:37:40 [2021-04-22T13:37:40.145Z] #51 ...
13:37:40 [2021-04-22T13:37:40.145Z] 
13:37:40 [2021-04-22T13:37:40.145Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:40 [2021-04-22T13:37:40.145Z] #56 sha256:e1e116385be8c2e7466e977c71d4181932c461de7ebe54b832dab7cd7d58bf96
[Pipeline] ws
13:37:40 [2021-04-22T13:37:40.149Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
13:37:40 [2021-04-22T13:37:40.296Z] #43 18.74   CC       images/core-ppc64.o
13:37:40 [2021-04-22T13:37:40.353Z] #43 16.65   DEP      images/cpuinfo.pb-c.d
13:37:40 [2021-04-22T13:37:40.706Z] #43 16.73   PBCC     images/stats.pb-c.c
13:37:40 [2021-04-22T13:37:40.706Z] #43 16.74   DEP      images/stats.pb-c.d
13:37:40 [2021-04-22T13:37:40.859Z] #43 19.36   CC       images/core-s390.o
13:37:41 [2021-04-22T13:37:41.117Z] #43 ...
13:37:41 [2021-04-22T13:37:41.117Z] 
13:37:41 [2021-04-22T13:37:41.117Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:41 [2021-04-22T13:37:41.117Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:37:41 [2021-04-22T13:37:41.452Z] #56 41.63 Checking out files:  44% (1728/3901)   
Checking out files:  45% (1756/3901)   
Checking out files:  46% (1795/3901)   
Checking out files:  47% (1834/3901)   
Checking out files:  48% (1873/3901)   
Checking out files:  49% (1912/3901)   
Checking out files:  50% (1951/3901)   
Checking out files:  51% (1990/3901)   
Checking out files:  52% (2029/3901)   
Checking out files:  53% (2068/3901)   
Checking out files:  54% (2107/3901)   
Checking out files:  55% (2146/3901)   
Checking out files:  56% (2185/3901)   
Checking out files:  57% (2224/3901)   
Checking out files:  58% (2263/3901)   
Checking out files:  59% (2302/3901)   
Checking out files:  60% (2341/3901)   
Checking out files:  61% (2380/3901)   
Checking out files:  62% (2419/3901)   
Checking out files:  63% (2458/3901)   
Checking out files:  64% (2497/3901)   
Checking out files:  65% (2536/3901)   
Checking out files:  66% (2575/3901)   
Checking out files:  67% (2614/3901)   
Checking out files:  68% (2653/3901)   
Checking out files:  69% (2692/3901)   
Checking out files:  70% (2731/3901)   
Checking out files:  71% (2770/3901)   
Checking out files:  72% (2809/3901)   
Checking out files:  73% (2848/3901)   
Checking out files:  74% (2887/3901)   
Checking out files:  75% (2926/3901)   
Checking out files:  76% (2965/3901)   
Checking out files:  77% (3004/3901)   
Checking out files:  78% (3043/3901)   
Checking out files:  79% (3082/3901)   
Checking out files:  80% (3121/3901)   
Checking out files:  81% (3160/3901)   
Checking out files:  82% (3199/3901)   
Checking out files:  83% (3238/3901)   
Checking out files:  83% (3250/3901)   
Checking out files:  84% (3277/3901)   
Checking out files:  85% (3316/3901)   
Checking out files:  86% (3355/3901)   
Checking out files:  87% (3394/3901)   
Checking out files:  88% (3433/3901)   
Checking out files:  89% (3472/3901)   
Checking out files:  90% (3511/3901)   
Checking out files:  91% (3550/3901)   
Checking out files:  92% (3589/3901)   
Checking out files:  93% (3628/3901)   
Checking out files:  94% (3667/3901)   
Checking out files:  95% (3706/3901)   
Checking out files:  96% (3745/3901)   
Checking out files:  97% (3784/3901)   
Checking out files:  98% (3823/3901)   
Checking out files:  99% (3862/3901)   
Checking out files: 100% (3901/3901)   
Checking out files: 100% (3901/3901), done.
13:37:41 [2021-04-22T13:37:41.452Z] #56 43.28 + cd /tmp/tmp.6aEBWVOAP1/src/github.com/containerd/containerd
13:37:41 [2021-04-22T13:37:41.694Z] #43 ...
13:37:41 [2021-04-22T13:37:41.694Z] 
13:37:41 [2021-04-22T13:37:41.694Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:41 [2021-04-22T13:37:41.694Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:37:41 [2021-04-22T13:37:41.694Z] #45 63.64 text/template/parse
13:37:41 [2021-04-22T13:37:41.694Z] #45 63.71 go/scanner
13:37:41 [2021-04-22T13:37:41.694Z] #45 64.89 log
13:37:41 [2021-04-22T13:37:41.694Z] #45 65.60 encoding/json
13:37:41 [2021-04-22T13:37:41.694Z] #45 65.86 go/ast
13:37:41 [2021-04-22T13:37:41.694Z] #45 70.00 text/template
13:37:41 [2021-04-22T13:37:41.694Z] #45 72.75 go/parser
13:37:41 [2021-04-22T13:37:41.694Z] #45 73.67 encoding/xml
13:37:41 [2021-04-22T13:37:41.694Z] #45 ...
13:37:41 [2021-04-22T13:37:41.694Z] 
13:37:41 [2021-04-22T13:37:41.694Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:41 [2021-04-22T13:37:41.694Z] #51 sha256:51cfab1875bf3a38f540879ec136e910ec94768fc3e071aefb6f041a16654af1
13:37:41 [2021-04-22T13:37:41.694Z] #51 63.75 go/scanner
13:37:41 [2021-04-22T13:37:41.694Z] #51 64.42 mvdan.cc/sh/v3/syntax
13:37:41 [2021-04-22T13:37:41.694Z] #51 65.42 go/ast
13:37:41 [2021-04-22T13:37:41.694Z] #51 73.00 mvdan.cc/sh/v3/cmd/shfmt
13:37:41 [2021-04-22T13:37:41.712Z] #56 43.28 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:41 [2021-04-22T13:37:41.860Z] #56 ...
13:37:41 [2021-04-22T13:37:41.860Z] 
13:37:41 [2021-04-22T13:37:41.860Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:41 [2021-04-22T13:37:41.860Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:41 [2021-04-22T13:37:41.860Z] #43 24.22   CC       images/eventpoll.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 24.44   CC       images/fh.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 24.73   CC       images/fsnotify.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 25.31   CC       images/signalfd.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 25.56   CC       images/fs.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 25.83   CC       images/pstree.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 26.00   CC       images/pipe.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 26.28   CC       images/tcp-stream.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 26.51   CC       images/sk-packet.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 26.78   CC       images/mnt.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 27.03   CC       images/pipe-data.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 27.27   CC       images/sa.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 27.54   CC       images/timer.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 27.89   CC       images/timerfd.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 28.15   CC       images/mm.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 28.57   CC       images/sk-opts.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 28.80   CC       images/sk-unix.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 29.09   CC       images/sk-inet.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 29.45   CC       images/tun.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 29.74   CC       images/sk-netlink.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 30.00   CC       images/packet-sock.o
13:37:41 [2021-04-22T13:37:41.860Z] #43 30.36   CC       images/ipc-var.o
13:37:42 [2021-04-22T13:37:42.084Z] The recommended git tool is: git
13:37:42 [2021-04-22T13:37:42.121Z] #43 30.57   CC       images/ipc-desc.o
13:37:42 [2021-04-22T13:37:42.269Z] #51 ...
13:37:42 [2021-04-22T13:37:42.269Z] 
13:37:42 [2021-04-22T13:37:42.269Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:42 [2021-04-22T13:37:42.269Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:42 [2021-04-22T13:37:42.269Z] #43 18.37 make[1]: Nothing to be done for 'all'.
13:37:42 [2021-04-22T13:37:42.383Z] #43 30.76   CC       images/ipc-shm.o
13:37:42 [2021-04-22T13:37:42.402Z] #56 41.22 Checking out files:  48% (1878/3901)   
Checking out files:  49% (1912/3901)   
Checking out files:  50% (1951/3901)   
Checking out files:  51% (1990/3901)   
Checking out files:  52% (2029/3901)   
Checking out files:  53% (2068/3901)   
Checking out files:  54% (2107/3901)   
Checking out files:  55% (2146/3901)   
Checking out files:  56% (2185/3901)   
Checking out files:  57% (2224/3901)   
Checking out files:  58% (2263/3901)   
Checking out files:  59% (2302/3901)   
Checking out files:  60% (2341/3901)   
Checking out files:  61% (2380/3901)   
Checking out files:  62% (2419/3901)   
Checking out files:  63% (2458/3901)   
Checking out files:  64% (2497/3901)   
Checking out files:  65% (2536/3901)   
Checking out files:  66% (2575/3901)   
Checking out files:  67% (2614/3901)   
Checking out files:  68% (2653/3901)   
Checking out files:  69% (2692/3901)   
Checking out files:  70% (2731/3901)   
Checking out files:  71% (2770/3901)   
Checking out files:  72% (2809/3901)   
Checking out files:  73% (2848/3901)   
Checking out files:  74% (2887/3901)   
Checking out files:  75% (2926/3901)   
Checking out files:  76% (2965/3901)   
Checking out files:  77% (3004/3901)   
Checking out files:  78% (3043/3901)   
Checking out files:  79% (3082/3901)   
Checking out files:  80% (3121/3901)   
Checking out files:  81% (3160/3901)   
Checking out files:  82% (3199/3901)   
Checking out files:  83% (3238/3901)   
Checking out files:  84% (3277/3901)   
Checking out files:  85% (3316/3901)   
Checking out files:  86% (3355/3901)   
Checking out files:  86% (3357/3901)   
Checking out files:  87% (3394/3901)   
Checking out files:  88% (3433/3901)   
Checking out files:  89% (3472/3901)   
Checking out files:  90% (3511/3901)   
Checking out files:  91% (3550/3901)   
Checking out files:  92% (3589/3901)   
Checking out files:  93% (3628/3901)   
Checking out files:  94% (3667/3901)   
Checking out files:  95% (3706/3901)   
Checking out files:  96% (3745/3901)   
Checking out files:  97% (3784/3901)   
Checking out files:  98% (3823/3901)   
Checking out files:  99% (3862/3901)   
Checking out files: 100% (3901/3901)   
Checking out files: 100% (3901/3901), done.
13:37:42 [2021-04-22T13:37:42.402Z] #56 42.74 + cd /tmp/tmp.qIWHptfyjv/src/github.com/containerd/containerd
13:37:42 [2021-04-22T13:37:42.402Z] #56 42.74 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:42 [2021-04-22T13:37:42.645Z] #43 30.97   CC       images/ipc-msg.o
13:37:42 [2021-04-22T13:37:42.906Z] #43 31.24   CC       images/ipc-sem.o
13:37:43 [2021-04-22T13:37:43.092Z] Fetching without tags
13:37:43 [2021-04-22T13:37:43.168Z] #43 31.50   CC       images/utsns.o
13:37:43 [2021-04-22T13:37:43.430Z] #43 31.76   CC       images/creds.o
13:37:43 [2021-04-22T13:37:43.430Z] #43 32.04   CC       images/vma.o
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + export 'BUILDTAGS=netgo osusergo static_build'
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + BUILDTAGS='netgo osusergo static_build'
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + export EXTRA_FLAGS=-buildmode=pie
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + EXTRA_FLAGS=-buildmode=pie
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + '[' '' = dynamic ']'
13:37:43 [2021-04-22T13:37:43.619Z] #56 45.24 + make
13:37:43 [2021-04-22T13:37:43.664Z] #43 20.02   CC       images/stats.o
13:37:44 [2021-04-22T13:37:44.002Z] #43 32.21   CC       images/netdev.o
13:37:44 [2021-04-22T13:37:44.014Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:37:44 [2021-04-22T13:37:44.239Z] #43 20.46   CC       images/core.o
13:37:44 [2021-04-22T13:37:44.264Z] #43 32.65   CC       images/tty.o
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + export 'BUILDTAGS=netgo osusergo static_build'
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + BUILDTAGS='netgo osusergo static_build'
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + export EXTRA_FLAGS=-buildmode=pie
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + EXTRA_FLAGS=-buildmode=pie
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + '[' '' = dynamic ']'
13:37:44 [2021-04-22T13:37:44.295Z] #56 44.43 + make
13:37:44 [2021-04-22T13:37:44.552Z] #56 ...
13:37:44 [2021-04-22T13:37:44.552Z] 
13:37:44 [2021-04-22T13:37:44.552Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:44 [2021-04-22T13:37:44.552Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:37:44 [2021-04-22T13:37:44.552Z] #51 79.47 golang.org/x/crypto/ssh/terminal
13:37:44 [2021-04-22T13:37:44.552Z] #51 80.52 mvdan.cc/editorconfig
13:37:44 [2021-04-22T13:37:44.552Z] #51 81.86 mvdan.cc/sh/v3/fileutil
13:37:44 [2021-04-22T13:37:44.552Z] #51 82.00 text/tabwriter
13:37:44 [2021-04-22T13:37:44.552Z] #51 82.44 mvdan.cc/sh/v3/syntax
13:37:44 [2021-04-22T13:37:44.552Z] #51 88.76 mvdan.cc/sh/v3/cmd/shfmt
13:37:44 [2021-04-22T13:37:44.558Z] #56 46.27 + bin/ctr
13:37:42 [2021-04-22T13:37:42.791Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:37:42 [2021-04-22T13:37:42.854Z]  > git config --add remote.origin.fetch +refs/pull/42164/head:refs/remotes/origin/PR-42164 # timeout=10
13:37:42 [2021-04-22T13:37:42.898Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:37:43 [2021-04-22T13:37:43.012Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:37:43 [2021-04-22T13:37:43.129Z] Fetching upstream changes from https://github.com/moby/moby.git
13:37:43 [2021-04-22T13:37:43.129Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:37:43 [2021-04-22T13:37:43.131Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:37:44 [2021-04-22T13:37:44.123Z]  > git config core.sparsecheckout # timeout=10
13:37:44 [2021-04-22T13:37:44.168Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:37:44 [2021-04-22T13:37:44.809Z] #51 ...
13:37:44 [2021-04-22T13:37:44.809Z] 
13:37:44 [2021-04-22T13:37:44.809Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:44 [2021-04-22T13:37:44.809Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:44 [2021-04-22T13:37:44.809Z] #43 20.06   CC       images/cpuinfo.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 20.50   CC       images/inventory.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 20.78   CC       images/fdinfo.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 21.15   CC       images/fown.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 21.39   CC       images/ns.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 21.62   CC       images/regfile.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 21.95   CC       images/ghost-file.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 22.32   CC       images/fifo.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 22.57   CC       images/remap-file-path.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 22.81   CC       images/eventfd.o
13:37:44 [2021-04-22T13:37:44.809Z] #43 23.11   CC       images/eventpoll.o
13:37:44 [2021-04-22T13:37:44.836Z] #43 33.26   CC       images/file-lock.o
13:37:45 [2021-04-22T13:37:45.067Z] #43 23.48   CC       images/fh.o
13:37:45 [2021-04-22T13:37:45.097Z] #43 33.46   CC       images/rlimit.o
13:37:45 [2021-04-22T13:37:45.189Z] #43 21.34   CC       images/core-x86.o
13:37:45 [2021-04-22T13:37:45.286Z] #22 5.547 Collecting yamllint==1.26.1
13:37:45 [2021-04-22T13:37:45.324Z] #43 23.88   CC       images/fsnotify.o
13:37:45 [2021-04-22T13:37:45.370Z] #43 33.70   CC       images/pagemap.o
13:37:45 [2021-04-22T13:37:45.452Z] #43 21.89   CC       images/core-arm.o
13:37:45 [2021-04-22T13:37:45.497Z] #56 ...
13:37:45 [2021-04-22T13:37:45.497Z] 
13:37:45 [2021-04-22T13:37:45.497Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:45 [2021-04-22T13:37:45.497Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:37:45 [2021-04-22T13:37:45.497Z] #51 90.43 mvdan.cc/sh/v3/cmd/shfmt
13:37:45 [2021-04-22T13:37:45.631Z] #43 ...
13:37:45 [2021-04-22T13:37:45.631Z] 
13:37:45 [2021-04-22T13:37:45.631Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:45 [2021-04-22T13:37:45.631Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:45 [2021-04-22T13:37:45.631Z] #13 93.88 Selecting previously unselected package g++-mingw-w64-x86-64.
13:37:45 [2021-04-22T13:37:45.631Z] #13 93.88 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:45 [2021-04-22T13:37:45.631Z] #13 93.89 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:37:45 [2021-04-22T13:37:45.757Z] #51 ...
13:37:45 [2021-04-22T13:37:45.757Z] 
13:37:45 [2021-04-22T13:37:45.757Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:45 [2021-04-22T13:37:45.757Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:45 [2021-04-22T13:37:45.757Z] #43 14.77 make[1]: Nothing to be done for 'all'.
13:37:45 [2021-04-22T13:37:45.757Z] #43 16.20   CC       images/stats.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 16.59   CC       images/core.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 17.20   CC       images/core-x86.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 17.75   CC       images/core-arm.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 18.25   CC       images/core-aarch64.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 18.64   CC       images/core-ppc64.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 19.35   CC       images/core-s390.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 20.11   CC       images/cpuinfo.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 20.68   CC       images/inventory.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 20.97   CC       images/fdinfo.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 21.40   CC       images/fown.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 21.62   CC       images/ns.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 21.85   CC       images/regfile.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 22.04   CC       images/ghost-file.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 22.47   CC       images/fifo.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 22.66   CC       images/remap-file-path.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 22.90   CC       images/eventfd.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 23.14   CC       images/eventpoll.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 23.41   CC       images/fh.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 23.75   CC       images/fsnotify.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 24.36   CC       images/signalfd.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 24.62   CC       images/fs.o
13:37:45 [2021-04-22T13:37:45.757Z] #43 24.83   CC       images/pstree.o
13:37:45 [2021-04-22T13:37:45.887Z] #43 24.55   CC       images/signalfd.o
13:37:46 [2021-04-22T13:37:46.017Z] #43 25.07   CC       images/pipe.o
13:37:46 [2021-04-22T13:37:46.276Z] #43 25.25   CC       images/tcp-stream.o
13:37:46 [2021-04-22T13:37:46.401Z] #43 22.43   CC       images/core-aarch64.o
13:37:46 [2021-04-22T13:37:46.451Z] #43 24.82   CC       images/fs.o
13:37:46 [2021-04-22T13:37:46.451Z] #43 ...
13:37:46 [2021-04-22T13:37:46.451Z] 
13:37:46 [2021-04-22T13:37:46.451Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:46 [2021-04-22T13:37:46.451Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:37:46 [2021-04-22T13:37:46.451Z] #45 81.18 go/parser
13:37:46 [2021-04-22T13:37:46.451Z] #45 81.81 text/template
13:37:46 [2021-04-22T13:37:46.451Z] #45 85.00 log
13:37:46 [2021-04-22T13:37:46.451Z] #45 85.60 encoding/xml
13:37:46 [2021-04-22T13:37:46.451Z] #45 86.20 go/doc
13:37:46 [2021-04-22T13:37:46.451Z] #45 89.50 github.com/LK4D4/vndr/build
13:37:46 [2021-04-22T13:37:46.451Z] #45 91.42 github.com/LK4D4/vndr/versioned
13:37:46 [2021-04-22T13:37:46.451Z] #45 ...
13:37:46 [2021-04-22T13:37:46.451Z] 
13:37:46 [2021-04-22T13:37:46.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
13:37:46 [2021-04-22T13:37:46.451Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:46 [2021-04-22T13:37:46.451Z] #43 25.10   CC       images/pstree.o
13:37:46 [2021-04-22T13:37:46.537Z] #43 25.45   CC       images/sk-packet.o
13:37:46 [2021-04-22T13:37:46.664Z] #43 ...
13:37:46 [2021-04-22T13:37:46.664Z] 
13:37:46 [2021-04-22T13:37:46.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
13:37:46 [2021-04-22T13:37:46.664Z] #51 sha256:51cfab1875bf3a38f540879ec136e910ec94768fc3e071aefb6f041a16654af1
13:37:46 [2021-04-22T13:37:46.664Z] #51 DONE 78.6s
13:37:46 [2021-04-22T13:37:46.664Z] 
13:37:46 [2021-04-22T13:37:46.664Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:46 [2021-04-22T13:37:46.664Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:46 [2021-04-22T13:37:46.664Z] #43 22.94   CC       images/core-ppc64.o
13:37:46 [2021-04-22T13:37:46.670Z] #22 ...
13:37:46 [2021-04-22T13:37:46.670Z] 
13:37:46 [2021-04-22T13:37:46.670Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:46 [2021-04-22T13:37:46.670Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:46 [2021-04-22T13:37:46.670Z] #43 129.6   CC       criu/namespaces.o
13:37:46 [2021-04-22T13:37:46.670Z] #43 131.5   CC       criu/net.o
13:37:46 [2021-04-22T13:37:46.670Z] #43 134.5   CC       criu/netfilter.o
13:37:46 [2021-04-22T13:37:46.708Z] #43 25.33   CC       images/pipe.o
13:37:46 [2021-04-22T13:37:46.796Z] #43 25.79   CC       images/mnt.o
13:37:46 [2021-04-22T13:37:46.964Z] #43 25.52   CC       images/tcp-stream.o
13:37:47 [2021-04-22T13:37:47.056Z] #43 26.11   CC       images/pipe-data.o
13:37:47 [2021-04-22T13:37:47.108Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:37:47 [2021-04-22T13:37:47.109Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:37:47 [2021-04-22T13:37:47.221Z] #43 25.78   CC       images/sk-packet.o
13:37:47 [2021-04-22T13:37:47.240Z] #43 ...
13:37:47 [2021-04-22T13:37:47.240Z] 
13:37:47 [2021-04-22T13:37:47.240Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:47 [2021-04-22T13:37:47.240Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:37:47 [2021-04-22T13:37:47.240Z] #56 38.70 Checking out files:  35% (1386/3901)   
Checking out files:  36% (1405/3901)   
Checking out files:  37% (1444/3901)   
Checking out files:  38% (1483/3901)   
Checking out files:  39% (1522/3901)   
Checking out files:  40% (1561/3901)   
Checking out files:  41% (1600/3901)   
Checking out files:  42% (1639/3901)   
Checking out files:  43% (1678/3901)   
Checking out files:  44% (1717/3901)   
Checking out files:  45% (1756/3901)   
Checking out files:  46% (1795/3901)   
Checking out files:  47% (1834/3901)   
Checking out files:  48% (1873/3901)   
Checking out files:  49% (1912/3901)   
Checking out files:  50% (1951/3901)   
Checking out files:  51% (1990/3901)   
Checking out files:  52% (2029/3901)   
Checking out files:  53% (2068/3901)   
Checking out files:  54% (2107/3901)   
Checking out files:  55% (2146/3901)   
Checking out files:  56% (2185/3901)   
Checking out files:  57% (2224/3901)   
Checking out files:  58% (2263/3901)   
Checking out files:  59% (2302/3901)   
Checking out files:  60% (2341/3901)   
Checking out files:  61% (2380/3901)   
Checking out files:  62% (2419/3901)   
Checking out files:  63% (2458/3901)   
Checking out files:  64% (2497/3901)   
Checking out files:  65% (2536/3901)   
Checking out files:  66% (2575/3901)   
Checking out files:  67% (2614/3901)   
Checking out files:  68% (2653/3901)   
Checking out files:  69% (2692/3901)   
Checking out files:  70% (2731/3901)   
Checking out files:  71% (2770/3901)   
Checking out files:  72% (2809/3901)   
Checking out files:  73% (2848/3901)   
Checking out files:  74% (2887/3901)   
Checking out files:  75% (2926/3901)   
Checking out files:  76% (2965/3901)   
Checking out files:  77% (3004/3901)   
Checking out files:  78% (3043/3901)   
Checking out files:  79% (3082/3901)   
Checking out files:  80% (3121/3901)   
Checking out files:  81% (3160/3901)   
Checking out files:  81% (3169/3901)   
Checking out files:  82% (3199/3901)   
Checking out files:  83% (3238/3901)   
Checking out files:  84% (3277/3901)   
Checking out files:  85% (3316/3901)   
Checking out files:  86% (3355/3901)   
Checking out files:  87% (3394/3901)   
Checking out files:  88% (3433/3901)   
Checking out files:  89% (3472/3901)   
Checking out files:  90% (3511/3901)   
Checking out files:  91% (3550/3901)   
Checking out files:  92% (3589/3901)   
Checking out files:  93% (3628/3901)   
Checking out files:  94% (3667/3901)   
Checking out files:  95% (3706/3901)   
Checking out files:  96% (3745/3901)   
Checking out files:  97% (3784/3901)   
Checking out files:  98% (3823/3901)   
Checking out files:  99% (3862/3901)   
Checking out files: 100% (3901/3901)   
Checking out files: 100% (3901/3901), done.
13:37:47 [2021-04-22T13:37:47.240Z] #56 40.27 + cd /tmp/tmp.3WUCjpWz1h/src/github.com/containerd/containerd
13:37:47 [2021-04-22T13:37:47.240Z] #56 40.27 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + export 'BUILDTAGS=netgo osusergo static_build'
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + BUILDTAGS='netgo osusergo static_build'
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + export EXTRA_FLAGS=-buildmode=pie
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + EXTRA_FLAGS=-buildmode=pie
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + '[' '' = dynamic ']'
13:37:47 [2021-04-22T13:37:47.240Z] #56 42.38 + make
13:37:47 [2021-04-22T13:37:47.240Z] #56 43.74 + bin/ctr
13:37:47 [2021-04-22T13:37:47.240Z] #56 ...
13:37:47 [2021-04-22T13:37:47.240Z] 
13:37:47 [2021-04-22T13:37:47.240Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:47 [2021-04-22T13:37:47.240Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:47 [2021-04-22T13:37:47.240Z] #43 23.75   CC       images/core-s390.o
13:37:47 [2021-04-22T13:37:47.242Z] #43 134.8   CC       criu/page-pipe.o
13:37:47 [2021-04-22T13:37:47.317Z] #43 26.39   CC       images/sa.o
13:37:47 [2021-04-22T13:37:47.478Z] #43 26.12   CC       images/mnt.o
13:37:47 [2021-04-22T13:37:47.577Z] #43 26.61   CC       images/timer.o
13:37:46 [2021-04-22T13:37:46.780Z]  > git remote # timeout=10
13:37:46 [2021-04-22T13:37:46.849Z]  > git config --get remote.origin.url # timeout=10
13:37:46 [2021-04-22T13:37:46.893Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:37:46 [2021-04-22T13:37:46.896Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:37:47 [2021-04-22T13:37:47.027Z]  > git rev-parse "HEAD^{commit}" # timeout=10
13:37:47 [2021-04-22T13:37:47.144Z]  > git config core.sparsecheckout # timeout=10
13:37:47 [2021-04-22T13:37:47.190Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:37:47 [2021-04-22T13:37:47.735Z] #43 26.33   CC       images/pipe-data.o
13:37:47 [2021-04-22T13:37:47.814Z] #43 135.5   CC       criu/page-xfer.o
13:37:47 [2021-04-22T13:37:47.840Z] #43 26.98   CC       images/timerfd.o
13:37:47 [2021-04-22T13:37:47.840Z] #43 ...
13:37:47 [2021-04-22T13:37:47.840Z] 
13:37:47 [2021-04-22T13:37:47.840Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:47 [2021-04-22T13:37:47.840Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:37:47 [2021-04-22T13:37:47.840Z] #45 82.69 go/parser
13:37:47 [2021-04-22T13:37:47.840Z] #45 83.78 text/template
13:37:47 [2021-04-22T13:37:47.840Z] #45 85.84 log
13:37:47 [2021-04-22T13:37:47.840Z] #45 86.35 encoding/xml
13:37:47 [2021-04-22T13:37:47.840Z] #45 89.13 go/doc
13:37:47 [2021-04-22T13:37:47.840Z] #45 92.15 github.com/LK4D4/vndr/versioned
13:37:47 [2021-04-22T13:37:47.840Z] #45 92.25 compress/flate
13:37:47 [2021-04-22T13:37:47.840Z] #45 92.68 github.com/LK4D4/vndr/build
13:37:47 [2021-04-22T13:37:47.992Z] #43 26.56   CC       images/sa.o
13:37:48 [2021-04-22T13:37:48.106Z] #45 ...
13:37:48 [2021-04-22T13:37:48.106Z] 
13:37:48 [2021-04-22T13:37:48.106Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:48 [2021-04-22T13:37:48.106Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:48 [2021-04-22T13:37:48.106Z] #43 27.25   CC       images/mm.o
13:37:48 [2021-04-22T13:37:48.189Z] #43 24.53   CC       images/cpuinfo.o
13:37:48 [2021-04-22T13:37:48.249Z] #43 26.89   CC       images/timer.o
13:37:48 [2021-04-22T13:37:48.677Z] #43 27.64   CC       images/sk-opts.o
13:37:48 [2021-04-22T13:37:48.765Z] #43 25.08   CC       images/inventory.o
13:37:48 [2021-04-22T13:37:48.813Z] #43 27.30   CC       images/timerfd.o
13:37:48 [2021-04-22T13:37:48.937Z] #43 27.86   CC       images/sk-unix.o
13:37:48 [2021-04-22T13:37:48.937Z] #13 ...
13:37:48 [2021-04-22T13:37:48.937Z] 
13:37:48 [2021-04-22T13:37:48.937Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:48 [2021-04-22T13:37:48.937Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:37:48 [2021-04-22T13:37:48.937Z] #45 90.66 hash/crc32
13:37:48 [2021-04-22T13:37:48.937Z] #45 91.13 net
13:37:48 [2021-04-22T13:37:48.937Z] #45 91.49 compress/gzip
13:37:48 [2021-04-22T13:37:48.937Z] #45 92.09 vendor/golang.org/x/sys/cpu
13:37:48 [2021-04-22T13:37:48.937Z] #45 92.37 vendor/golang.org/x/crypto/chacha20poly1305
13:37:48 [2021-04-22T13:37:48.937Z] #45 93.58 vendor/golang.org/x/crypto/hkdf
13:37:48 [2021-04-22T13:37:48.937Z] #45 93.81 vendor/golang.org/x/text/transform
13:37:48 [2021-04-22T13:37:48.937Z] #45 94.57 vendor/golang.org/x/text/unicode/bidi
13:37:48 [2021-04-22T13:37:48.937Z] #45 96.38 vendor/golang.org/x/text/secure/bidirule
13:37:48 [2021-04-22T13:37:48.937Z] #45 96.58 vendor/golang.org/x/text/unicode/norm
13:37:48 [2021-04-22T13:37:48.937Z] #45 100.6 vendor/golang.org/x/net/idna
13:37:48 [2021-04-22T13:37:48.937Z] #45 ...
13:37:48 [2021-04-22T13:37:48.937Z] 
13:37:48 [2021-04-22T13:37:48.937Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:48 [2021-04-22T13:37:48.937Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:48 [2021-04-22T13:37:48.937Z] #43 34.01   CC       images/siginfo.o
13:37:48 [2021-04-22T13:37:48.937Z] #43 34.25   CC       images/rpc.o
13:37:48 [2021-04-22T13:37:48.937Z] #43 35.37   CC       images/ext-file.o
13:37:48 [2021-04-22T13:37:48.937Z] #43 35.61   CC       images/cgroup.o
13:37:48 [2021-04-22T13:37:48.937Z] #43 36.14   CC       images/userns.o
13:37:48 [2021-04-22T13:37:48.937Z] #43 36.38   CC       images/google/protobuf/descriptor.o
13:37:49 [2021-04-22T13:37:49.028Z] #43 25.37   CC       images/fdinfo.o
13:37:49 [2021-04-22T13:37:49.070Z] #43 27.59   CC       images/mm.o
13:37:49 [2021-04-22T13:37:49.197Z] #43 28.20   CC       images/sk-inet.o
13:37:49 [2021-04-22T13:37:49.200Z] #43 136.9   CC       criu/pagemap-cache.o
13:37:49 [2021-04-22T13:37:49.456Z] #43 28.56   CC       images/tun.o
13:37:49 [2021-04-22T13:37:49.461Z] #43 137.3   CC       criu/pagemap.o
13:37:49 [2021-04-22T13:37:49.510Z] #43 37.94   CC       images/opts.o
13:37:49 [2021-04-22T13:37:49.605Z] #43 25.70   CC       images/fown.o
13:37:49 [2021-04-22T13:37:49.605Z] #43 25.86   CC       images/ns.o
13:37:49 [2021-04-22T13:37:49.605Z] #43 26.02   CC       images/regfile.o
13:37:49 [2021-04-22T13:37:49.633Z] #43 28.04   CC       images/sk-opts.o
13:37:49 [2021-04-22T13:37:49.633Z] #43 28.23   CC       images/sk-unix.o
13:37:49 [2021-04-22T13:37:49.722Z] #43 ...
13:37:49 [2021-04-22T13:37:49.722Z] 
13:37:49 [2021-04-22T13:37:49.722Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:37:49 [2021-04-22T13:37:49.722Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:37:49 [2021-04-22T13:37:49.722Z] #22 10.94   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:37:49 [2021-04-22T13:37:49.771Z] #43 38.14   CC       images/seccomp.o
13:37:49 [2021-04-22T13:37:49.869Z] #43 26.20   CC       images/ghost-file.o
13:37:49 [2021-04-22T13:37:49.890Z] #43 28.58   CC       images/sk-inet.o
13:37:50 [2021-04-22T13:37:50.033Z] #43 38.40   CC       images/binfmt-misc.o
13:37:50 [2021-04-22T13:37:50.038Z] #43 28.91   CC       images/sk-netlink.o
13:37:50 [2021-04-22T13:37:50.134Z] #43 26.40   CC       images/fifo.o
13:37:50 [2021-04-22T13:37:50.294Z] #43 38.63   CC       images/time.o
13:37:50 [2021-04-22T13:37:50.298Z] #43 29.16   CC       images/packet-sock.o
13:37:50 [2021-04-22T13:37:50.397Z] #43 26.66   CC       images/remap-file-path.o
13:37:50 [2021-04-22T13:37:50.453Z] #43 28.97   CC       images/tun.o
13:37:50 [2021-04-22T13:37:50.556Z] #43 38.89   CC       images/sysctl.o
13:37:50 [2021-04-22T13:37:50.556Z] #43 39.09   CC       images/autofs.o
13:37:50 [2021-04-22T13:37:50.557Z] #43 29.53   CC       images/ipc-var.o
13:37:50 [2021-04-22T13:37:50.558Z] #43 29.75   CC       images/ipc-desc.o
13:37:50 [2021-04-22T13:37:50.667Z] #43 27.01   CC       images/eventfd.o
13:37:50 [2021-04-22T13:37:50.710Z] #43 ...
13:37:50 [2021-04-22T13:37:50.710Z] 
13:37:50 [2021-04-22T13:37:50.710Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:50 [2021-04-22T13:37:50.710Z] #51 sha256:574b2d1b431a371fd9db39b9983cc0f396ddcbf73be0ecdc856a5d13f9884902
13:37:50 [2021-04-22T13:37:50.710Z] #51 DONE 95.6s
13:37:50 [2021-04-22T13:37:50.710Z] 
13:37:50 [2021-04-22T13:37:50.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
13:37:50 [2021-04-22T13:37:50.710Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:50 [2021-04-22T13:37:50.710Z] #43 29.28   CC       images/sk-netlink.o
13:37:50 [2021-04-22T13:37:50.817Z] #43 30.02   CC       images/ipc-shm.o
13:37:50 [2021-04-22T13:37:50.929Z] #43 27.19   CC       images/eventpoll.o
13:37:51 [2021-04-22T13:37:51.108Z] #22 12.12 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:37:51 [2021-04-22T13:37:51.109Z] #22 12.20   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:37:51 [2021-04-22T13:37:51.109Z] #22 12.27 Collecting pyyaml (from yamllint==1.26.1)
13:37:51 [2021-04-22T13:37:51.128Z] #43 39.34   CC       images/macvlan.o
13:37:51 [2021-04-22T13:37:51.128Z] #43 39.58   CC       images/sit.o
13:37:51 [2021-04-22T13:37:51.370Z] #22 12.52   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
13:37:51 [2021-04-22T13:37:51.387Z] #43 30.19   CC       images/ipc-msg.o
13:37:51 [2021-04-22T13:37:51.387Z] #43 30.49   CC       images/ipc-sem.o
13:37:51 [2021-04-22T13:37:51.395Z] #43 39.76   CC       images/memfd.o
13:37:51 [2021-04-22T13:37:51.423Z] #43 29.86   CC       images/packet-sock.o
13:37:51 [2021-04-22T13:37:51.505Z] #43 27.59   CC       images/fh.o
13:37:51 [2021-04-22T13:37:51.505Z] #43 27.92   CC       images/fsnotify.o
13:37:51 [2021-04-22T13:37:51.631Z] #22 12.83 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:37:51 [2021-04-22T13:37:51.631Z] #22 12.84 Building wheels for collected packages: yamllint
13:37:51 [2021-04-22T13:37:51.631Z] #22 12.84   Running setup.py bdist_wheel for yamllint: started
13:37:51 [2021-04-22T13:37:51.647Z] #43 30.67   CC       images/utsns.o
13:37:51 [2021-04-22T13:37:51.658Z] #43 40.03   CC       images/timens.o
13:37:51 [2021-04-22T13:37:51.907Z] #43 30.94   CC       images/creds.o
13:37:51 [2021-04-22T13:37:51.920Z] #43 40.34   LINK     images/built-in.o
13:37:51 [2021-04-22T13:37:51.920Z] #43 40.46   GEN      compel/include/asm
13:37:51 [2021-04-22T13:37:51.993Z] #43 30.66   CC       images/ipc-var.o
13:37:52 [2021-04-22T13:37:52.167Z] #43 ...
13:37:52 [2021-04-22T13:37:52.167Z] 
13:37:52 [2021-04-22T13:37:52.167Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
13:37:52 [2021-04-22T13:37:52.167Z] #51 sha256:cf621d5fdcfc606fef3a586fc54f17f8d5763a8bfa296c08e0399bac0f904f42
13:37:52 [2021-04-22T13:37:52.167Z] #51 DONE 97.0s
13:37:52 [2021-04-22T13:37:52.167Z] 
13:37:52 [2021-04-22T13:37:52.167Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:52 [2021-04-22T13:37:52.167Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:52 [2021-04-22T13:37:52.167Z] #43 31.17   CC       images/vma.o
13:37:52 [2021-04-22T13:37:52.181Z] #43 40.50   GEN      compel/include/version.h
13:37:52 [2021-04-22T13:37:52.181Z] #43 40.52 touch .config
13:37:52 [2021-04-22T13:37:52.181Z] #43 40.56   GEN      include/common/config.h
13:37:52 [2021-04-22T13:37:52.181Z] #43 40.65   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
13:37:52 [2021-04-22T13:37:52.181Z] #43 40.68   GEN      compel/plugins/include/uapi/std/syscall-64.h
13:37:52 [2021-04-22T13:37:52.181Z] #43 40.70   GEN      compel/arch/x86/plugins/std/syscalls-64.S
13:37:52 [2021-04-22T13:37:52.181Z] #43 40.72   DEP      compel/arch/x86/plugins/std/syscalls-64.d
13:37:52 [2021-04-22T13:37:52.250Z] #43 30.86   CC       images/ipc-desc.o
13:37:52 [2021-04-22T13:37:52.427Z] #43 31.47   CC       images/netdev.o
13:37:52 [2021-04-22T13:37:52.442Z] #43 40.76   DEP      compel/arch/x86/plugins/std/memcpy.d
13:37:52 [2021-04-22T13:37:52.442Z] #43 40.79   DEP      compel/arch/x86/plugins/std/parasite-head.d
13:37:52 [2021-04-22T13:37:52.442Z] #43 40.80   GEN      compel/plugins/include/uapi/std/syscall.h
13:37:52 [2021-04-22T13:37:52.442Z] #43 40.83   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
13:37:52 [2021-04-22T13:37:52.442Z] #43 40.84   GEN      compel/plugins/include/uapi/std/syscall-codes.h
13:37:52 [2021-04-22T13:37:52.442Z] #43 40.87   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:37:52 [2021-04-22T13:37:52.442Z] #43 40.87   DEP      compel/plugins/std/infect.d
13:37:52 [2021-04-22T13:37:52.453Z] #43 28.55   CC       images/signalfd.o
13:37:52 [2021-04-22T13:37:52.453Z] #43 28.70   CC       images/fs.o
13:37:52 [2021-04-22T13:37:52.453Z] #43 28.87   CC       images/pstree.o
13:37:52 [2021-04-22T13:37:52.507Z] #43 31.13   CC       images/ipc-shm.o
13:37:52 [2021-04-22T13:37:52.574Z] #22 13.94   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:37:52 [2021-04-22T13:37:52.703Z] #43 41.01   DEP      compel/plugins/std/string.d
13:37:52 [2021-04-22T13:37:52.703Z] #43 41.13   DEP      compel/plugins/std/log.d
13:37:52 [2021-04-22T13:37:52.703Z] #43 41.20   DEP      compel/plugins/std/fds.d
13:37:52 [2021-04-22T13:37:52.767Z] #43 31.33   CC       images/ipc-msg.o
13:37:52 [2021-04-22T13:37:52.836Z] #22 13.94   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:37:52 [2021-04-22T13:37:52.836Z] #22 14.00 Successfully built yamllint
13:37:52 [2021-04-22T13:37:52.836Z] #22 14.02 Installing collected packages: pathspec, pyyaml, yamllint
13:37:53 [2021-04-22T13:37:53.024Z] #43 31.61   CC       images/ipc-sem.o
13:37:53 [2021-04-22T13:37:53.028Z] #43 29.20   CC       images/pipe.o
13:37:53 [2021-04-22T13:37:53.028Z] #43 29.45   CC       images/tcp-stream.o
13:37:53 [2021-04-22T13:37:53.028Z] #43 41.29   DEP      compel/plugins/std/std.d
13:37:53 [2021-04-22T13:37:53.028Z] #43 41.38   DEP      compel/plugins/shmem/shmem.d
13:37:53 [2021-04-22T13:37:53.028Z] #43 41.48   DEP      compel/plugins/fds/fds.d
13:37:53 [2021-04-22T13:37:53.031Z] #43 31.99   CC       images/tty.o
13:37:53 [2021-04-22T13:37:53.097Z] #22 14.38 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:37:53 [2021-04-22T13:37:53.281Z] #43 31.75   CC       images/utsns.o
13:37:53 [2021-04-22T13:37:53.281Z] #43 31.98   CC       images/creds.o
13:37:53 [2021-04-22T13:37:53.291Z] #43 29.72   CC       images/sk-packet.o
13:37:53 [2021-04-22T13:37:53.311Z] #43 41.73   CC       compel/plugins/std/std.o
13:37:53 [2021-04-22T13:37:53.357Z] #22 DONE 14.8s
13:37:53 [2021-04-22T13:37:53.357Z] 
13:37:53 [2021-04-22T13:37:53.357Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:53 [2021-04-22T13:37:53.357Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:53 [2021-04-22T13:37:53.357Z] #43 138.3   CC       criu/parasite-syscall.o
13:37:53 [2021-04-22T13:37:53.357Z] #43 139.4   CC       criu/path.o
13:37:53 [2021-04-22T13:37:53.357Z] #43 139.8   CC       criu/pie-util-vdso-elf32.o
13:37:53 [2021-04-22T13:37:53.357Z] #43 140.3   CC       criu/pie-util-vdso.o
13:37:53 [2021-04-22T13:37:53.357Z] #43 140.8   CC       criu/pie-util.o
13:37:53 [2021-04-22T13:37:53.357Z] #43 141.0   CC       criu/pipes.o
13:37:53 [2021-04-22T13:37:53.538Z] #43 32.15   CC       images/vma.o
13:37:53 [2021-04-22T13:37:53.555Z] #43 29.97   CC       images/mnt.o
13:37:53 [2021-04-22T13:37:53.607Z] #43 42.13   CC       compel/plugins/std/fds.o
13:37:53 [2021-04-22T13:37:53.796Z] #43 32.36   CC       images/netdev.o
13:37:53 [2021-04-22T13:37:53.817Z] #43 30.22   CC       images/pipe-data.o
13:37:53 [2021-04-22T13:37:53.929Z] #43 ...
13:37:53 [2021-04-22T13:37:53.929Z] 
13:37:53 [2021-04-22T13:37:53.929Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:37:53 [2021-04-22T13:37:53.929Z] #25 sha256:c9cb2faa57e974aa37ff721e711f2eea3b0e34418fa0450995e262a0d0b749a5
13:37:53 [2021-04-22T13:37:53.929Z] #25 DONE 0.3s
13:37:53 [2021-04-22T13:37:53.929Z] 
13:37:53 [2021-04-22T13:37:53.929Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:37:53 [2021-04-22T13:37:53.929Z] #30 sha256:e3a979bad4be2ca389cbb2be9a648fc5f70296aff43da1c2cb1d9d3ad9d16226
13:37:54 [2021-04-22T13:37:54.043Z] #43 32.98   CC       images/file-lock.o
13:37:54 [2021-04-22T13:37:54.053Z] #43 32.71   CC       images/tty.o
13:37:54 [2021-04-22T13:37:54.195Z] #43 42.53   CC       compel/plugins/std/log.o
13:37:54 [2021-04-22T13:37:54.309Z] #43 33.24   CC       images/rlimit.o
13:37:54 [2021-04-22T13:37:54.309Z] #43 33.46   CC       images/pagemap.o
13:37:54 [2021-04-22T13:37:54.393Z] #43 30.53   CC       images/sa.o
13:37:54 [2021-04-22T13:37:54.568Z] #43 33.80   CC       images/siginfo.o
13:37:54 [2021-04-22T13:37:54.656Z] #43 30.80   CC       images/timer.o
13:37:54 [2021-04-22T13:37:54.940Z] #43 31.09   CC       images/timerfd.o
13:37:54 [2021-04-22T13:37:54.984Z] #43 33.31   CC       images/file-lock.o
13:37:54 [2021-04-22T13:37:54.984Z] #43 33.50   CC       images/rlimit.o
13:37:55 [2021-04-22T13:37:55.136Z] #43 43.38   CC       compel/plugins/std/string.o
13:37:55 [2021-04-22T13:37:55.142Z] #43 34.09   CC       images/rpc.o
13:37:55 [2021-04-22T13:37:55.206Z] #43 31.45   CC       images/mm.o
13:37:55 [2021-04-22T13:37:55.241Z] #43 33.73   CC       images/pagemap.o
13:37:55 [2021-04-22T13:37:55.469Z] #43 31.85   CC       images/sk-opts.o
13:37:55 [2021-04-22T13:37:55.469Z] #43 ...
13:37:55 [2021-04-22T13:37:55.469Z] 
13:37:55 [2021-04-22T13:37:55.469Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:55 [2021-04-22T13:37:55.469Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:37:55 [2021-04-22T13:37:55.469Z] #45 77.52 crypto/elliptic
13:37:55 [2021-04-22T13:37:55.469Z] #45 77.72 go/doc
13:37:55 [2021-04-22T13:37:55.469Z] #45 81.38 vendor/golang.org/x/crypto/cryptobyte
13:37:55 [2021-04-22T13:37:55.469Z] #45 81.45 vendor/golang.org/x/text/unicode/bidi
13:37:55 [2021-04-22T13:37:55.469Z] #45 82.29 github.com/LK4D4/vndr/build
13:37:55 [2021-04-22T13:37:55.469Z] #45 84.08 vendor/golang.org/x/text/secure/bidirule
13:37:55 [2021-04-22T13:37:55.469Z] #45 84.61 vendor/golang.org/x/text/unicode/norm
13:37:55 [2021-04-22T13:37:55.469Z] #45 84.71 mime
13:37:55 [2021-04-22T13:37:55.498Z] #43 33.96   CC       images/siginfo.o
13:37:55 [2021-04-22T13:37:55.498Z] #43 ...
13:37:55 [2021-04-22T13:37:55.498Z] 
13:37:55 [2021-04-22T13:37:55.498Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:37:55 [2021-04-22T13:37:55.498Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:37:55 [2021-04-22T13:37:55.498Z] #56 45.67 + bin/ctr
13:37:55 [2021-04-22T13:37:55.498Z] #56 ...
13:37:55 [2021-04-22T13:37:55.498Z] 
13:37:55 [2021-04-22T13:37:55.498Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:55 [2021-04-22T13:37:55.498Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:37:55 [2021-04-22T13:37:55.498Z] #13 95.39 Selecting previously unselected package g++-mingw-w64-x86-64.
13:37:55 [2021-04-22T13:37:55.498Z] #13 95.40 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:37:55 [2021-04-22T13:37:55.498Z] #13 95.41 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:37:55 [2021-04-22T13:37:55.707Z] #43 44.10   CC       compel/plugins/std/infect.o
13:37:55 [2021-04-22T13:37:55.732Z] #45 ...
13:37:55 [2021-04-22T13:37:55.732Z] 
13:37:55 [2021-04-22T13:37:55.732Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:55 [2021-04-22T13:37:55.732Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:37:55 [2021-04-22T13:37:55.732Z] #43 32.07   CC       images/sk-unix.o
13:37:55 [2021-04-22T13:37:55.995Z] #43 32.48   CC       images/sk-inet.o
13:37:56 [2021-04-22T13:37:56.079Z] #43 35.25   CC       images/ext-file.o
13:37:56 [2021-04-22T13:37:56.280Z] #43 44.58   CC       compel/arch/x86/plugins/std/parasite-head.o
13:37:56 [2021-04-22T13:37:56.280Z] #43 44.63   CC       compel/arch/x86/plugins/std/memcpy.o
13:37:56 [2021-04-22T13:37:56.280Z] #43 44.69   CC       compel/arch/x86/plugins/std/syscalls-64.o
13:37:56 [2021-04-22T13:37:56.280Z] #43 44.78   AR       compel/plugins/std.lib.a
13:37:56 [2021-04-22T13:37:56.337Z] #43 35.52   CC       images/cgroup.o
13:37:56 [2021-04-22T13:37:56.541Z] #43 44.84   CC       compel/plugins/fds/fds.o
13:37:56 [2021-04-22T13:37:56.541Z] #43 45.06   AR       compel/plugins/fds.lib.a
13:37:56 [2021-04-22T13:37:56.573Z] #43 32.96   CC       images/tun.o
13:37:56 [2021-04-22T13:37:56.802Z] #43 45.11   HOSTDEP  compel/src/lib/log-host.d
13:37:56 [2021-04-22T13:37:56.802Z] #43 45.19   HOSTDEP  compel/src/lib/handle-elf-host.d
13:37:56 [2021-04-22T13:37:56.802Z] #43 45.33   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
13:37:56 [2021-04-22T13:37:56.835Z] #43 33.32   CC       images/sk-netlink.o
13:37:56 [2021-04-22T13:37:56.867Z] #13 ...
13:37:56 [2021-04-22T13:37:56.867Z] 
13:37:56 [2021-04-22T13:37:56.867Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:56 [2021-04-22T13:37:56.867Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:37:56 [2021-04-22T13:37:56.867Z] #45 91.50 compress/flate
13:37:56 [2021-04-22T13:37:56.867Z] #45 92.74 hash/crc32
13:37:56 [2021-04-22T13:37:56.867Z] #45 93.43 net
13:37:56 [2021-04-22T13:37:56.867Z] #45 93.75 compress/gzip
13:37:56 [2021-04-22T13:37:56.867Z] #45 94.33 vendor/golang.org/x/crypto/chacha20poly1305
13:37:56 [2021-04-22T13:37:56.867Z] #45 95.53 vendor/golang.org/x/crypto/hkdf
13:37:56 [2021-04-22T13:37:56.867Z] #45 95.76 vendor/golang.org/x/text/transform
13:37:56 [2021-04-22T13:37:56.867Z] #45 97.16 vendor/golang.org/x/text/unicode/bidi
13:37:56 [2021-04-22T13:37:56.867Z] #45 99.03 vendor/golang.org/x/text/secure/bidirule
13:37:56 [2021-04-22T13:37:56.867Z] #45 99.38 vendor/golang.org/x/text/unicode/norm
13:37:57 [2021-04-22T13:37:57.064Z] #43 45.39   HOSTDEP  compel/src/main-host.d
13:37:57 [2021-04-22T13:37:57.064Z] #43 45.50   DEP      compel/src/lib/ptrace.d
13:37:57 [2021-04-22T13:37:57.064Z] #43 45.60   DEP      compel/src/lib/infect.d
13:37:57 [2021-04-22T13:37:57.124Z] #45 ...
13:37:57 [2021-04-22T13:37:57.124Z] 
13:37:57 [2021-04-22T13:37:57.124Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:37:57 [2021-04-22T13:37:57.124Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:37:57 [2021-04-22T13:37:57.124Z] #43 34.21   CC       images/rpc.o
13:37:57 [2021-04-22T13:37:57.124Z] #43 35.53   CC       images/ext-file.o
13:37:57 [2021-04-22T13:37:57.124Z] #43 35.72   CC       images/cgroup.o
13:37:57 [2021-04-22T13:37:57.272Z] #43 36.14   CC       images/userns.o
13:37:57 [2021-04-22T13:37:57.272Z] #43 36.39   CC       images/google/protobuf/descriptor.o
13:37:57 [2021-04-22T13:37:57.325Z] #43 45.74   DEP      compel/src/lib/infect-util.d
13:37:57 [2021-04-22T13:37:57.325Z] #43 45.85   DEP      compel/src/lib/infect-rpc.d
13:37:57 [2021-04-22T13:37:57.411Z] #43 33.51   CC       images/packet-sock.o
13:37:57 [2021-04-22T13:37:57.587Z] #43 45.95   DEP      compel/arch/x86/src/lib/infect.d
13:37:57 [2021-04-22T13:37:57.587Z] #43 46.06   DEP      compel/arch/x86/src/lib/cpu.d
13:37:57 [2021-04-22T13:37:57.587Z] #43 46.12   DEP      compel/src/lib/log.d
13:37:57 [2021-04-22T13:37:57.673Z] #43 33.94   CC       images/ipc-var.o
13:37:57 [2021-04-22T13:37:57.687Z] #43 36.30   CC       images/userns.o
13:37:57 [2021-04-22T13:37:57.848Z] #43 46.25   DEP      compel/src/main.d
13:37:57 [2021-04-22T13:37:57.936Z] #43 34.23   CC       images/ipc-desc.o
13:37:57 [2021-04-22T13:37:57.944Z] #43 36.52   CC       images/google/protobuf/descriptor.o
13:37:58 [2021-04-22T13:37:58.109Z] #43 46.41   DEP      compel/src/lib/handle-elf.d
13:37:58 [2021-04-22T13:37:58.109Z] #43 46.52   DEP      compel/arch/x86/src/lib/handle-elf.d
13:37:58 [2021-04-22T13:37:58.109Z] #43 46.62   CC       compel/src/lib/log.o
13:37:58 [2021-04-22T13:37:58.199Z] #43 34.56   CC       images/ipc-shm.o
13:37:58 [2021-04-22T13:37:58.369Z] #43 ...
13:37:58 [2021-04-22T13:37:58.369Z] 
13:37:58 [2021-04-22T13:37:58.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
13:37:58 [2021-04-22T13:37:58.369Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:37:58 [2021-04-22T13:37:58.369Z] #58 110.5 + for f in rootlesskit rootlesskit-docker-proxy
13:37:58 [2021-04-22T13:37:58.369Z] #58 110.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:37:58 [2021-04-22T13:37:58.462Z] #43 34.74   CC       images/ipc-msg.o
13:37:58 [2021-04-22T13:37:58.725Z] #43 34.98   CC       images/ipc-sem.o
13:37:58 [2021-04-22T13:37:58.891Z] Commit message: "Prepare tests for Windows containerd support"
13:37:58 [2021-04-22T13:37:58.989Z] #43 35.19   CC       images/utsns.o
13:37:59 [2021-04-22T13:37:59.177Z] #43 38.14   CC       images/opts.o
13:37:59 [2021-04-22T13:37:59.252Z] #43 35.54   CC       images/creds.o
13:37:59 [2021-04-22T13:37:59.312Z] #43 37.96   CC       images/opts.o
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:37:59 [2021-04-22T13:37:59.437Z] #43 38.32   CC       images/seccomp.o
13:37:59 [2021-04-22T13:37:59.517Z] #43 35.80   CC       images/vma.o
13:37:59 [2021-04-22T13:37:59.518Z] #43 ...
13:37:59 [2021-04-22T13:37:59.518Z] 
13:37:59 [2021-04-22T13:37:59.518Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:37:59 [2021-04-22T13:37:59.518Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:37:59 [2021-04-22T13:37:59.518Z] #13 77.46 Selecting previously unselected package g++-mingw-w64-x86-64.
13:37:59 [2021-04-22T13:37:59.518Z] #13 77.46 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
13:37:59 [2021-04-22T13:37:59.518Z] #13 77.46 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.19 Selecting previously unselected package libapparmor1:arm64.
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.20 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.21 Unpacking libapparmor1:arm64 (2.13.2-10) ...
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.37 Selecting previously unselected package libapparmor-dev:arm64.
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.37 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.40 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.58 Selecting previously unselected package libbtrfs0.
13:37:59 [2021-04-22T13:37:59.518Z] #13 87.60 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
13:37:59 [2021-04-22T13:37:59.518Z] #13 ...
13:37:59 [2021-04-22T13:37:59.518Z] 
13:37:59 [2021-04-22T13:37:59.518Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:37:59 [2021-04-22T13:37:59.518Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:37:59 [2021-04-22T13:37:59.518Z] #45 88.89 vendor/golang.org/x/net/idna
13:37:59 [2021-04-22T13:37:59.518Z] #45 89.40 crypto/x509
13:37:59 [2021-04-22T13:37:59.518Z] #45 89.42 net/textproto
13:37:59 [2021-04-22T13:37:59.518Z] #45 90.73 mime/multipart
13:37:59 [2021-04-22T13:37:59.518Z] #45 91.35 vendor/golang.org/x/net/http/httpguts
13:37:59 [2021-04-22T13:37:59.518Z] #45 91.35 vendor/golang.org/x/net/http/httpproxy
13:37:59 [2021-04-22T13:37:59.569Z] #43 38.15   CC       images/seccomp.o
13:37:59 [2021-04-22T13:37:59.696Z] #43 38.62   CC       images/binfmt-misc.o
13:37:59 [2021-04-22T13:37:59.826Z] #43 38.41   CC       images/binfmt-misc.o
13:37:59 [2021-04-22T13:37:59.956Z] #43 38.91   CC       images/time.o
13:38:00 [2021-04-22T13:38:00.084Z] #43 38.68   CC       images/time.o
13:38:00 [2021-04-22T13:38:00.215Z] #43 39.14   CC       images/sysctl.o
13:38:00 [2021-04-22T13:38:00.215Z] #43 ...
13:38:00 [2021-04-22T13:38:00.215Z] 
13:38:00 [2021-04-22T13:38:00.215Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:00 [2021-04-22T13:38:00.215Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:38:00 [2021-04-22T13:38:00.215Z] #45 94.97 hash/crc32
13:38:00 [2021-04-22T13:38:00.215Z] #45 95.58 compress/gzip
13:38:00 [2021-04-22T13:38:00.215Z] #45 96.31 vendor/golang.org/x/crypto/chacha20poly1305
13:38:00 [2021-04-22T13:38:00.215Z] #45 96.33 net
13:38:00 [2021-04-22T13:38:00.215Z] #45 98.14 vendor/golang.org/x/crypto/hkdf
13:38:00 [2021-04-22T13:38:00.215Z] #45 98.51 vendor/golang.org/x/text/transform
13:38:00 [2021-04-22T13:38:00.215Z] #45 99.19 vendor/golang.org/x/text/unicode/bidi
13:38:00 [2021-04-22T13:38:00.215Z] #45 100.7 vendor/golang.org/x/text/secure/bidirule
13:38:00 [2021-04-22T13:38:00.215Z] #45 101.0 vendor/golang.org/x/text/unicode/norm
13:38:00 [2021-04-22T13:38:00.215Z] #45 104.9 vendor/golang.org/x/net/idna
13:38:00 [2021-04-22T13:38:00.215Z] #45 ...
13:38:00 [2021-04-22T13:38:00.215Z] 
13:38:00 [2021-04-22T13:38:00.215Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:00 [2021-04-22T13:38:00.215Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:00 [2021-04-22T13:38:00.215Z] #43 39.33   CC       images/autofs.o
13:38:00 [2021-04-22T13:38:00.342Z] #43 38.86   CC       images/sysctl.o
13:38:00 [2021-04-22T13:38:00.474Z] #43 39.48   CC       images/macvlan.o
13:38:00 [2021-04-22T13:38:00.523Z] #30 DONE 5.6s
13:38:00 [2021-04-22T13:38:00.523Z] 
13:38:00 [2021-04-22T13:38:00.523Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:38:00 [2021-04-22T13:38:00.523Z] #33 sha256:8071083162ce3c6aa660ffbc0cf39dcbd73a521ed6290431151d1926d79fba29
13:38:00 [2021-04-22T13:38:00.523Z] #33 DONE 0.3s
13:38:00 [2021-04-22T13:38:00.523Z] 
13:38:00 [2021-04-22T13:38:00.523Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:00 [2021-04-22T13:38:00.523Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:00 [2021-04-22T13:38:00.523Z] #43 142.1   CC       criu/plugin.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 142.5   CC       criu/proc_parse.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 144.8   CC       criu/protobuf-desc.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 145.4   CC       criu/protobuf.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 145.7   CC       criu/pstree.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 146.7   CC       criu/rbtree.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 147.0   CC       criu/rst-malloc.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 147.4   CC       criu/seccomp.o
13:38:00 [2021-04-22T13:38:00.523Z] #43 ...
13:38:00 [2021-04-22T13:38:00.523Z] 
13:38:00 [2021-04-22T13:38:00.523Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:38:00 [2021-04-22T13:38:00.523Z] #35 sha256:f3484fb9bbe362ce7ad6508b686295e7e4523ebf049008cb5a6b5e5ab4c18e9b
13:38:00 [2021-04-22T13:38:00.523Z] #35 DONE 0.1s
13:38:00 [2021-04-22T13:38:00.523Z] 
13:38:00 [2021-04-22T13:38:00.523Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:38:00 [2021-04-22T13:38:00.523Z] #38 sha256:0845918b660fafc992dca9e6a58db54df043e7593492c238010229632771c5c7
13:38:00 [2021-04-22T13:38:00.523Z] #38 DONE 0.1s
13:38:00 [2021-04-22T13:38:00.523Z] 
13:38:00 [2021-04-22T13:38:00.523Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:00 [2021-04-22T13:38:00.523Z] #53 sha256:a7bf3ff3ad09a4e1587bf295dbf8bd1eb14fefecf7e26cdda92fe350098272bc
13:38:00 [2021-04-22T13:38:00.523Z] #53 ...
13:38:00 [2021-04-22T13:38:00.523Z] 
13:38:00 [2021-04-22T13:38:00.523Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:00 [2021-04-22T13:38:00.523Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:00 [2021-04-22T13:38:00.523Z] #43 148.1   CC       criu/seize.o
13:38:00 [2021-04-22T13:38:00.598Z] #43 39.04   CC       images/autofs.o
13:38:00 [2021-04-22T13:38:00.599Z] #43 39.24   CC       images/macvlan.o
13:38:00 [2021-04-22T13:38:00.734Z] #43 39.71   CC       images/sit.o
13:38:00 [2021-04-22T13:38:00.856Z] #43 39.50   CC       images/sit.o
13:38:00 [2021-04-22T13:38:00.935Z] #58 ...
13:38:00 [2021-04-22T13:38:00.935Z] 
13:38:00 [2021-04-22T13:38:00.935Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:00 [2021-04-22T13:38:00.935Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:38:00 [2021-04-22T13:38:00.935Z] #45 102.7 vendor/golang.org/x/net/http2/hpack
13:38:00 [2021-04-22T13:38:00.935Z] #45 103.5 mime
13:38:00 [2021-04-22T13:38:00.935Z] #45 105.4 mime/quotedprintable
13:38:00 [2021-04-22T13:38:00.935Z] #45 105.7 net/http/internal
13:38:00 [2021-04-22T13:38:00.935Z] #45 108.8 crypto/tls
13:38:00 [2021-04-22T13:38:00.935Z] #45 ...
13:38:00 [2021-04-22T13:38:00.935Z] 
13:38:00 [2021-04-22T13:38:00.935Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:38:00 [2021-04-22T13:38:00.935Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:38:00 [2021-04-22T13:38:00.935Z] #13 108.5 Selecting previously unselected package libapparmor1:amd64.
13:38:00 [2021-04-22T13:38:00.935Z] #13 108.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 108.6 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 108.7 Selecting previously unselected package libapparmor-dev:amd64.
13:38:00 [2021-04-22T13:38:00.935Z] #13 108.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 108.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.2 Selecting previously unselected package libbtrfs0.
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.2 Unpacking libbtrfs0 (4.20.1-2) ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.3 Selecting previously unselected package libbtrfs-dev.
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.3 Unpacking libbtrfs-dev (4.20.1-2) ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.5 Selecting previously unselected package libudev-dev:amd64.
13:38:00 [2021-04-22T13:38:00.935Z] #13 109.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
13:38:00 [2021-04-22T13:38:00.994Z] #43 40.00   CC       images/memfd.o
13:38:01 [2021-04-22T13:38:01.113Z] #43 39.75   CC       images/memfd.o
13:38:01 [2021-04-22T13:38:01.196Z] #13 109.5 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
13:38:01 [2021-04-22T13:38:01.253Z] #43 40.27   CC       images/timens.o
13:38:01 [2021-04-22T13:38:01.370Z] #43 40.08   CC       images/timens.o
13:38:01 [2021-04-22T13:38:01.453Z] #45 93.18 crypto/tls
13:38:01 [2021-04-22T13:38:01.456Z] #13 109.7 Selecting previously unselected package libsepol1-dev:amd64.
13:38:01 [2021-04-22T13:38:01.456Z] #13 109.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:38:01 [2021-04-22T13:38:01.456Z] #13 109.8 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:38:01 [2021-04-22T13:38:01.465Z] #43 148.9   CC       criu/servicefd.o
13:38:01 [2021-04-22T13:38:01.512Z] #43 40.60   LINK     images/built-in.o
13:38:01 [2021-04-22T13:38:01.629Z] #43 40.36   LINK     images/built-in.o
13:38:01 [2021-04-22T13:38:01.717Z] #13 110.0 Selecting previously unselected package libpcre16-3:amd64.
13:38:01 [2021-04-22T13:38:01.717Z] #13 110.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:38:01 [2021-04-22T13:38:01.717Z] #13 110.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:38:01 [2021-04-22T13:38:01.717Z] #13 110.2 Selecting previously unselected package libpcre32-3:amd64.
13:38:01 [2021-04-22T13:38:01.728Z] #43 ...
13:38:01 [2021-04-22T13:38:01.728Z] 
13:38:01 [2021-04-22T13:38:01.728Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:38:01 [2021-04-22T13:38:01.728Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:38:01 [2021-04-22T13:38:01.728Z] #40 DONE 216.2s
13:38:01 [2021-04-22T13:38:01.728Z] 
13:38:01 [2021-04-22T13:38:01.728Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:01 [2021-04-22T13:38:01.728Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:01 [2021-04-22T13:38:01.728Z] #43 149.4   CC       criu/shmem.o
13:38:01 [2021-04-22T13:38:01.772Z] #43 40.76   GEN      compel/include/asm
13:38:01 [2021-04-22T13:38:01.772Z] #43 40.78   GEN      compel/include/version.h
13:38:01 [2021-04-22T13:38:01.772Z] #43 40.81 touch .config
13:38:01 [2021-04-22T13:38:01.772Z] #43 40.87   GEN      include/common/config.h
13:38:01 [2021-04-22T13:38:01.886Z] #43 40.47   GEN      compel/include/asm
13:38:01 [2021-04-22T13:38:01.886Z] #43 40.49   GEN      compel/include/version.h
13:38:01 [2021-04-22T13:38:01.886Z] #43 40.51 touch .config
13:38:01 [2021-04-22T13:38:01.886Z] #43 40.56   GEN      include/common/config.h
13:38:01 [2021-04-22T13:38:01.978Z] #13 110.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:38:01 [2021-04-22T13:38:01.978Z] #13 110.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:38:01 [2021-04-22T13:38:01.978Z] #13 110.4 Selecting previously unselected package libpcrecpp0v5:amd64.
13:38:01 [2021-04-22T13:38:01.978Z] #13 110.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:38:01 [2021-04-22T13:38:01.978Z] #13 110.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:02 [2021-04-22T13:38:02.031Z] #43 40.95   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
13:38:02 [2021-04-22T13:38:02.031Z] #43 40.98   GEN      compel/plugins/include/uapi/std/syscall-64.h
13:38:02 [2021-04-22T13:38:02.031Z] #43 40.99   GEN      compel/arch/x86/plugins/std/syscalls-64.S
13:38:02 [2021-04-22T13:38:02.031Z] #43 41.01   DEP      compel/arch/x86/plugins/std/syscalls-64.d
13:38:02 [2021-04-22T13:38:02.031Z] #43 41.05   DEP      compel/arch/x86/plugins/std/memcpy.d
13:38:02 [2021-04-22T13:38:02.031Z] #43 41.07   DEP      compel/arch/x86/plugins/std/parasite-head.d
13:38:02 [2021-04-22T13:38:02.031Z] #43 41.09   GEN      compel/plugins/include/uapi/std/syscall.h
13:38:02 [2021-04-22T13:38:02.031Z] #43 41.14   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
13:38:02 [2021-04-22T13:38:02.031Z] #43 41.17   GEN      compel/plugins/include/uapi/std/syscall-codes.h
13:38:02 [2021-04-22T13:38:02.075Z] + docker version
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.64   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.68   GEN      compel/plugins/include/uapi/std/syscall-64.h
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.71   GEN      compel/arch/x86/plugins/std/syscalls-64.S
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.72   DEP      compel/arch/x86/plugins/std/syscalls-64.d
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.75   DEP      compel/arch/x86/plugins/std/memcpy.d
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.78   DEP      compel/arch/x86/plugins/std/parasite-head.d
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.81   GEN      compel/plugins/include/uapi/std/syscall.h
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.84   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.85   GEN      compel/plugins/include/uapi/std/syscall-codes.h
13:38:02 [2021-04-22T13:38:02.143Z] #43 40.89   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:38:02 [2021-04-22T13:38:02.242Z] #13 110.5 Selecting previously unselected package libpcre3-dev:amd64.
13:38:02 [2021-04-22T13:38:02.242Z] #13 110.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:38:02 [2021-04-22T13:38:02.242Z] #13 110.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:38:02 [2021-04-22T13:38:02.291Z] #43 41.18   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:38:02 [2021-04-22T13:38:02.291Z] #43 41.18   DEP      compel/plugins/std/infect.d
13:38:02 [2021-04-22T13:38:02.291Z] #43 41.30   DEP      compel/plugins/std/string.d
13:38:02 [2021-04-22T13:38:02.291Z] #43 41.42   DEP      compel/plugins/std/log.d
13:38:02 [2021-04-22T13:38:02.291Z] #43 41.52   DEP      compel/plugins/std/fds.d
13:38:02 [2021-04-22T13:38:02.400Z] #43 40.89   DEP      compel/plugins/std/infect.d
13:38:02 [2021-04-22T13:38:02.400Z] #43 41.00   DEP      compel/plugins/std/string.d
13:38:02 [2021-04-22T13:38:02.400Z] #43 41.09   DEP      compel/plugins/std/log.d
13:38:02 [2021-04-22T13:38:02.403Z] #45 ...
13:38:02 [2021-04-22T13:38:02.403Z] 
13:38:02 [2021-04-22T13:38:02.403Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:38:02 [2021-04-22T13:38:02.403Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.60 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.62 Unpacking libbtrfs0 (4.20.1-2) ...
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.71 Selecting previously unselected package libbtrfs-dev.
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.71 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.77 Unpacking libbtrfs-dev (4.20.1-2) ...
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.93 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.93 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.403Z] #13 87.97 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.07 Selecting previously unselected package libudev-dev:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.07 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.10 Unpacking libudev-dev:arm64 (241-7~deb10u7) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.24 Selecting previously unselected package libsepol1-dev:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.24 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.25 Unpacking libsepol1-dev:arm64 (2.8-1) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.62 Selecting previously unselected package libpcre16-3:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.62 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.64 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.79 Selecting previously unselected package libpcre32-3:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.79 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.80 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.97 Selecting previously unselected package libpcrecpp0v5:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.98 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 88.99 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.10 Selecting previously unselected package libpcre3-dev:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.11 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.17 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.56 Selecting previously unselected package libselinux1-dev:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.56 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.58 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.92 Selecting previously unselected package libdevmapper-dev:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.94 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 89.95 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 90.06 Selecting previously unselected package libseccomp-dev:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 90.06 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 90.07 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 90.22 Selecting previously unselected package libsystemd-dev:arm64.
13:38:02 [2021-04-22T13:38:02.404Z] #13 90.24 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ...
13:38:02 [2021-04-22T13:38:02.404Z] #13 90.25 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ...
13:38:02 [2021-04-22T13:38:02.550Z] #43 41.63   DEP      compel/plugins/std/std.d
13:38:02 [2021-04-22T13:38:02.550Z] #43 41.71   DEP      compel/plugins/shmem/shmem.d
13:38:02 [2021-04-22T13:38:02.658Z] #43 41.23   DEP      compel/plugins/std/fds.d
13:38:02 [2021-04-22T13:38:02.810Z] #43 41.78   DEP      compel/plugins/fds/fds.d
13:38:02 [2021-04-22T13:38:02.810Z] #43 41.89   CC       compel/plugins/std/std.o
13:38:02 [2021-04-22T13:38:02.827Z] #13 111.0 Selecting previously unselected package libselinux1-dev:amd64.
13:38:02 [2021-04-22T13:38:02.827Z] #13 111.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:38:02 [2021-04-22T13:38:02.827Z] #13 111.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:02 [2021-04-22T13:38:02.915Z] #43 41.32   DEP      compel/plugins/std/std.d
13:38:02 [2021-04-22T13:38:02.915Z] #43 41.46   DEP      compel/plugins/shmem/shmem.d
13:38:02 [2021-04-22T13:38:02.915Z] #43 41.59   DEP      compel/plugins/fds/fds.d
13:38:03 [2021-04-22T13:38:03.070Z] #43 42.17   CC       compel/plugins/std/fds.o
13:38:03 [2021-04-22T13:38:03.089Z] #13 111.3 Selecting previously unselected package libdevmapper-dev:amd64.
13:38:03 [2021-04-22T13:38:03.089Z] #13 111.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:38:03 [2021-04-22T13:38:03.089Z] #13 111.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:03 [2021-04-22T13:38:03.089Z] #13 111.5 Selecting previously unselected package libseccomp-dev:amd64.
13:38:03 [2021-04-22T13:38:03.089Z] #13 111.5 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
13:38:03 [2021-04-22T13:38:03.089Z] #13 111.5 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:38:03 [2021-04-22T13:38:03.114Z] #43 150.6   CC       criu/sigframe.o
13:38:03 [2021-04-22T13:38:03.114Z] #43 150.9   CC       criu/signalfd.o
13:38:03 [2021-04-22T13:38:03.172Z] #43 41.79   CC       compel/plugins/std/std.o
13:38:03 [2021-04-22T13:38:03.330Z] #43 ...
13:38:03 [2021-04-22T13:38:03.330Z] 
13:38:03 [2021-04-22T13:38:03.330Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:38:03 [2021-04-22T13:38:03.330Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:38:03 [2021-04-22T13:38:03.330Z] #13 93.57 Selecting previously unselected package g++-mingw-w64-x86-64.
13:38:03 [2021-04-22T13:38:03.330Z] #13 93.57 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:38:03 [2021-04-22T13:38:03.330Z] #13 93.59 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:03 [2021-04-22T13:38:03.330Z] #13 ...
13:38:03 [2021-04-22T13:38:03.330Z] 
13:38:03 [2021-04-22T13:38:03.330Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:03 [2021-04-22T13:38:03.330Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:38:03 [2021-04-22T13:38:03.330Z] #45 106.8 vendor/golang.org/x/net/http2/hpack
13:38:03 [2021-04-22T13:38:03.330Z] #45 107.9 mime
13:38:03 [2021-04-22T13:38:03.350Z] #13 111.6 Selecting previously unselected package libsystemd-dev:amd64.
13:38:03 [2021-04-22T13:38:03.350Z] #13 111.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
13:38:03 [2021-04-22T13:38:03.350Z] #13 111.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.11 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.14 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.17 Setting up libapparmor1:arm64 (2.13.2-10) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.21 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.23 Setting up libpcre16-3:arm64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.24 Setting up libsepol1-dev:arm64 (2.8-1) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.27 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.28 Setting up libbtrfs0 (4.20.1-2) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.34 Setting up libpcre32-3:arm64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.36 Setting up libudev-dev:arm64 (241-7~deb10u7) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.39 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.41 Setting up libbtrfs-dev (4.20.1-2) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.42 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.44 Setting up mingw-w64-common (6.0.0-3) ...
13:38:03 [2021-04-22T13:38:03.353Z] #13 91.45 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ...
13:38:03 [2021-04-22T13:38:03.375Z] #43 151.1   CC       criu/sk-inet.o
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.46 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.48 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.49 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.52 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.53 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.54 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.56 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.56 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.57 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.59 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.61 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.63 Setting up dmsetup (2:1.02.155-3) ...
13:38:03 [2021-04-22T13:38:03.616Z] #13 91.65 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
13:38:03 [2021-04-22T13:38:03.735Z] #43 42.17   CC       compel/plugins/std/fds.o
13:38:03 [2021-04-22T13:38:03.832Z] using credential docker-jenkins-github-credentials
13:38:03 [2021-04-22T13:38:03.879Z] #13 91.67 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
13:38:03 [2021-04-22T13:38:03.879Z] #13 91.69 Processing triggers for libc-bin (2.28-10) ...
13:38:03 [2021-04-22T13:38:03.908Z] Cloning the remote Git repository
13:38:03 [2021-04-22T13:38:03.908Z] Cloning with configured refspecs honoured and without tags
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.2 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.2 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.2 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.3 Setting up libbtrfs0 (4.20.1-2) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.3 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.3 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.4 Setting up libbtrfs-dev (4.20.1-2) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.4 Setting up mingw-w64-common (6.0.0-3) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.4 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:38:03 [2021-04-22T13:38:03.923Z] #13 112.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:03 [2021-04-22T13:38:03.947Z] #43 ...
13:38:03 [2021-04-22T13:38:03.947Z] 
13:38:03 [2021-04-22T13:38:03.947Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:38:03 [2021-04-22T13:38:03.947Z] #41 sha256:d59d065da326eb4c6f3e0224647e1db32cc142cc3473c3aa3ca5115160c60341
13:38:03 [2021-04-22T13:38:03.947Z] #41 DONE 0.6s
13:38:03 [2021-04-22T13:38:03.947Z] 
13:38:03 [2021-04-22T13:38:03.947Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:38:03 [2021-04-22T13:38:03.947Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:38:03 [2021-04-22T13:38:03.992Z] #43 42.66   CC       compel/plugins/std/log.o
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.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
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.5 Setting up dmsetup (2:1.02.155-3) ...
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.6 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:04 [2021-04-22T13:38:04.186Z] #13 112.6 Processing triggers for libc-bin (2.28-10) ...
13:38:04 [2021-04-22T13:38:04.208Z] #56 ...
13:38:04 [2021-04-22T13:38:04.208Z] 
13:38:04 [2021-04-22T13:38:04.208Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:04 [2021-04-22T13:38:04.208Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:04 [2021-04-22T13:38:04.208Z] #43 152.0   CC       criu/sk-netlink.o
13:38:04 [2021-04-22T13:38:04.273Z] #45 109.3 mime/quotedprintable
13:38:04 [2021-04-22T13:38:04.468Z] #43 152.3   CC       criu/sk-packet.o
13:38:04 [2021-04-22T13:38:04.841Z] #45 109.6 net/http/internal
13:38:04 [2021-04-22T13:38:04.921Z] #43 43.51   CC       compel/plugins/std/string.o
13:38:05 [2021-04-22T13:38:05.040Z] #43 152.7   CC       criu/sk-queue.o
13:38:05 [2021-04-22T13:38:05.486Z] #43 44.21   CC       compel/plugins/std/infect.o
13:38:05 [2021-04-22T13:38:05.576Z] #13 DONE 113.9s
13:38:05 [2021-04-22T13:38:05.576Z] 
13:38:05 [2021-04-22T13:38:05.576Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:05 [2021-04-22T13:38:05.576Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:05 [2021-04-22T13:38:05.576Z] #43 46.89   CC       compel/arch/x86/src/lib/cpu.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 47.62   CC       compel/arch/x86/src/lib/infect.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 48.37   CC       compel/src/lib/infect-rpc.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 48.77   CC       compel/src/lib/infect-util.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 49.11   CC       compel/src/lib/infect.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 51.33   CC       compel/src/lib/ptrace.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 51.68   AR       compel/libcompel.a
13:38:05 [2021-04-22T13:38:05.576Z] #43 51.76   HOSTCC   compel/src/main-host.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 52.14   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 52.33   HOSTCC   compel/src/lib/handle-elf-host.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 52.65   HOSTCC   compel/src/lib/log-host.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 52.81   HOSTLINK compel/compel-host-bin
13:38:05 [2021-04-22T13:38:05.576Z] #43 53.03   DEP      soccr/soccr.d
13:38:05 [2021-04-22T13:38:05.576Z] #43 53.16   CC       soccr/soccr.o
13:38:05 [2021-04-22T13:38:05.576Z] #43 ...
13:38:05 [2021-04-22T13:38:05.576Z] 
13:38:05 [2021-04-22T13:38:05.576Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:38:05 [2021-04-22T13:38:05.576Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:38:05 [2021-04-22T13:38:05.611Z] #43 153.2   CC       criu/sk-tcp.o
13:38:05 [2021-04-22T13:38:05.872Z] #43 153.6   CC       criu/sk-unix.o
13:38:04 [2021-04-22T13:38:04.103Z] Cloning repository https://github.com/moby/moby.git
13:38:04 [2021-04-22T13:38:04.500Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
13:38:05 [2021-04-22T13:38:05.422Z] Fetching upstream changes from https://github.com/moby/moby.git
13:38:05 [2021-04-22T13:38:05.422Z]  > git --version # timeout=10
13:38:05 [2021-04-22T13:38:05.469Z]  > git --version # 'git version 2.24.1.windows.2'
13:38:05 [2021-04-22T13:38:05.470Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:38:05 [2021-04-22T13:38:05.472Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:06 [2021-04-22T13:38:06.050Z] #43 44.62   CC       compel/arch/x86/plugins/std/parasite-head.o
13:38:06 [2021-04-22T13:38:06.050Z] #43 44.68   CC       compel/arch/x86/plugins/std/memcpy.o
13:38:06 [2021-04-22T13:38:06.050Z] #43 44.72   CC       compel/arch/x86/plugins/std/syscalls-64.o
13:38:06 [2021-04-22T13:38:06.307Z] #43 44.79   AR       compel/plugins/std.lib.a
13:38:06 [2021-04-22T13:38:06.307Z] #43 44.90   CC       compel/plugins/fds/fds.o
13:38:06 [2021-04-22T13:38:06.440Z] #13 DONE 94.0s
13:38:06 [2021-04-22T13:38:06.440Z] 
13:38:06 [2021-04-22T13:38:06.440Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:06 [2021-04-22T13:38:06.440Z] #53 sha256:0905fd3a2594cea8f2296982be07c8d17716c56b00ebbdee61b2e534562e34ff
13:38:06 [2021-04-22T13:38:06.519Z] #14 ...
13:38:06 [2021-04-22T13:38:06.520Z] 
13:38:06 [2021-04-22T13:38:06.520Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:38:06 [2021-04-22T13:38:06.520Z] #58 sha256:8a68abd100662686561d917569240c59430274b4bccb0a6af752b851ea4a5a28
13:38:06 [2021-04-22T13:38:06.520Z] #58 DONE 118.2s
13:38:06 [2021-04-22T13:38:06.520Z] 
13:38:06 [2021-04-22T13:38:06.520Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:38:06 [2021-04-22T13:38:06.520Z] #59 sha256:422e2cce99849759db103b385bdba26dbbaf6146bcf173c6ba7d245c19bbfeef
13:38:06 [2021-04-22T13:38:06.520Z] #59 DONE 0.1s
13:38:06 [2021-04-22T13:38:06.520Z] 
13:38:06 [2021-04-22T13:38:06.520Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:38:06 [2021-04-22T13:38:06.520Z] #60 sha256:6c25195a388f58308917e36e07ef3ed13fd5388483882f68f9c4763c59126227
13:38:06 [2021-04-22T13:38:06.520Z] #60 DONE 0.2s
13:38:06 [2021-04-22T13:38:06.520Z] 
13:38:06 [2021-04-22T13:38:06.520Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:06 [2021-04-22T13:38:06.520Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:06 [2021-04-22T13:38:06.520Z] #43 54.62   AR       soccr/libsoccr.a
13:38:06 [2021-04-22T13:38:06.520Z] #43 54.66 make[1]: 'soccr/libsoccr.a' is up to date.
13:38:06 [2021-04-22T13:38:06.520Z] #43 55.05   DEP      criu/arch/x86/sigframe.d
13:38:06 [2021-04-22T13:38:06.564Z] #43 45.23   AR       compel/plugins/fds.lib.a
13:38:06 [2021-04-22T13:38:06.565Z] #43 45.29   HOSTDEP  compel/src/lib/log-host.d
13:38:06 [2021-04-22T13:38:06.712Z] #53 ...
13:38:06 [2021-04-22T13:38:06.712Z] 
13:38:06 [2021-04-22T13:38:06.712Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:38:06 [2021-04-22T13:38:06.712Z] #58 sha256:d00360c497b6ba4cff53d11962527d1afe2fe753cdd717f567150b77557ecb79
13:38:06 [2021-04-22T13:38:06.712Z] #58 91.74 + for f in rootlesskit rootlesskit-docker-proxy
13:38:06 [2021-04-22T13:38:06.712Z] #58 91.74 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:38:06 [2021-04-22T13:38:06.712Z] #58 DONE 98.7s
13:38:06 [2021-04-22T13:38:06.712Z] 
13:38:06 [2021-04-22T13:38:06.712Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:38:06 [2021-04-22T13:38:06.712Z] #59 sha256:5dc9d766aba65b19034fea95a58f42fd4dcdbe260b8d1d0ecdf2972055f04298
13:38:06 [2021-04-22T13:38:06.712Z] #59 DONE 0.1s
13:38:06 [2021-04-22T13:38:06.713Z] 
13:38:06 [2021-04-22T13:38:06.713Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:38:06 [2021-04-22T13:38:06.713Z] #60 sha256:1ab77c8c097fedeca175f9bddfd2ea8981b08e628e43d7788edf884748bcd5b8
13:38:06 [2021-04-22T13:38:06.780Z] #43 55.15   DEP      criu/arch/x86/sigaction_compat.d
13:38:06 [2021-04-22T13:38:06.780Z] #43 55.19   DEP      criu/arch/x86/kerndat.d
13:38:06 [2021-04-22T13:38:06.815Z] #43 ...
13:38:06 [2021-04-22T13:38:06.815Z] 
13:38:06 [2021-04-22T13:38:06.815Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:38:06 [2021-04-22T13:38:06.815Z] #49 sha256:fc5ecb1fced066156811d50d9fc68e0d78859db9b451516bbfb81685e2550968
13:38:06 [2021-04-22T13:38:06.815Z] #49 222.2 + /build/golangci-lint --version
13:38:06 [2021-04-22T13:38:06.815Z] #49 222.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:38:06 [2021-04-22T13:38:06.815Z] #49 DONE 222.8s
13:38:06 [2021-04-22T13:38:06.815Z] 
13:38:06 [2021-04-22T13:38:06.815Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:38:06 [2021-04-22T13:38:06.815Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:38:06 [2021-04-22T13:38:06.821Z] #43 45.35   HOSTDEP  compel/src/lib/handle-elf-host.d
13:38:06 [2021-04-22T13:38:06.821Z] #43 45.48   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
13:38:06 [2021-04-22T13:38:06.821Z] #43 45.58   HOSTDEP  compel/src/main-host.d
13:38:06 [2021-04-22T13:38:06.976Z] #60 DONE 0.1s
13:38:06 [2021-04-22T13:38:06.976Z] 
13:38:06 [2021-04-22T13:38:06.976Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:06 [2021-04-22T13:38:06.976Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:06 [2021-04-22T13:38:06.976Z] #43 36.09   CC       images/netdev.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 36.52   CC       images/tty.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 37.12   CC       images/file-lock.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 37.37   CC       images/rlimit.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 37.68   CC       images/pagemap.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 38.02   CC       images/siginfo.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 38.40   CC       images/rpc.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 39.31   CC       images/ext-file.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 39.63   CC       images/cgroup.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 40.45   CC       images/userns.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 40.74   CC       images/google/protobuf/descriptor.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 42.25   CC       images/opts.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 42.51   CC       images/seccomp.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 42.77   CC       images/binfmt-misc.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 43.11   CC       images/time.o
13:38:06 [2021-04-22T13:38:06.976Z] #43 43.27   CC       images/sysctl.o
13:38:07 [2021-04-22T13:38:07.041Z] #43 55.38   DEP      criu/arch/x86/crtools.d
13:38:07 [2021-04-22T13:38:07.041Z] #43 55.55   DEP      criu/arch/x86/cpu.d
13:38:07 [2021-04-22T13:38:07.080Z] #43 45.71   DEP      compel/src/lib/ptrace.d
13:38:07 [2021-04-22T13:38:07.080Z] #43 45.83   DEP      compel/src/lib/infect.d
13:38:07 [2021-04-22T13:38:07.240Z] #43 43.41   CC       images/autofs.o
13:38:07 [2021-04-22T13:38:07.301Z] #43 55.73   CC       criu/arch/x86/cpu.o
13:38:07 [2021-04-22T13:38:07.503Z] #43 43.69   CC       images/macvlan.o
13:38:07 [2021-04-22T13:38:07.503Z] #43 43.93   CC       images/sit.o
13:38:07 [2021-04-22T13:38:07.650Z] #43 46.00   DEP      compel/src/lib/infect-util.d
13:38:07 [2021-04-22T13:38:07.650Z] #43 46.13   DEP      compel/src/lib/infect-rpc.d
13:38:07 [2021-04-22T13:38:07.650Z] #43 46.23   DEP      compel/arch/x86/src/lib/infect.d
13:38:07 [2021-04-22T13:38:07.767Z] #43 44.09   CC       images/memfd.o
13:38:07 [2021-04-22T13:38:07.874Z] #43 56.24   CC       criu/arch/x86/crtools.o
13:38:07 [2021-04-22T13:38:07.894Z] Client: Docker Engine - Enterprise
13:38:07 [2021-04-22T13:38:07.894Z]  Version:           19.03.12
13:38:07 [2021-04-22T13:38:07.894Z]  API version:       1.40
13:38:07 [2021-04-22T13:38:07.894Z]  Go version:        go1.13.13
13:38:07 [2021-04-22T13:38:07.894Z]  Git commit:        4306744
13:38:07 [2021-04-22T13:38:07.894Z]  Built:             08/05/2020 19:27:53
13:38:07 [2021-04-22T13:38:07.894Z]  OS/Arch:           windows/amd64
13:38:07 [2021-04-22T13:38:07.894Z]  Experimental:      false
13:38:07 [2021-04-22T13:38:07.894Z] 
13:38:07 [2021-04-22T13:38:07.894Z] Server: Docker Engine - Enterprise
13:38:07 [2021-04-22T13:38:07.894Z]  Engine:
13:38:07 [2021-04-22T13:38:07.894Z]   Version:          19.03.12
13:38:07 [2021-04-22T13:38:07.894Z]   API version:      1.40 (minimum version 1.24)
13:38:07 [2021-04-22T13:38:07.894Z]   Go version:       go1.13.13
13:38:07 [2021-04-22T13:38:07.894Z]   Git commit:       f295753ffd
13:38:07 [2021-04-22T13:38:07.894Z]   Built:            08/05/2020 19:26:41
13:38:07 [2021-04-22T13:38:07.894Z]   OS/Arch:          windows/amd64
13:38:07 [2021-04-22T13:38:07.894Z]   Experimental:     true
13:38:07 [2021-04-22T13:38:07.908Z] #43 46.39   DEP      compel/arch/x86/src/lib/cpu.d
13:38:07 [2021-04-22T13:38:07.908Z] #43 46.46   DEP      compel/src/lib/log.d
13:38:07 [2021-04-22T13:38:07.908Z] #43 46.51   DEP      compel/src/main.d
13:38:07 [2021-04-22T13:38:07.908Z] #43 46.60   DEP      compel/src/lib/handle-elf.d
13:38:08 [2021-04-22T13:38:08.030Z] #43 44.46   CC       images/timens.o
13:38:08 [2021-04-22T13:38:08.130Z] #45 ...
13:38:08 [2021-04-22T13:38:08.130Z] 
13:38:08 [2021-04-22T13:38:08.130Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:08 [2021-04-22T13:38:08.130Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:08 [2021-04-22T13:38:08.130Z] #43 42.74   CC       compel/plugins/std/log.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 43.65   CC       compel/plugins/std/string.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 44.23   CC       compel/plugins/std/infect.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 44.75   CC       compel/arch/x86/plugins/std/parasite-head.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 44.81   CC       compel/arch/x86/plugins/std/memcpy.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 44.86   CC       compel/arch/x86/plugins/std/syscalls-64.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 44.91   AR       compel/plugins/std.lib.a
13:38:08 [2021-04-22T13:38:08.130Z] #43 44.98   CC       compel/plugins/fds/fds.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.19   AR       compel/plugins/fds.lib.a
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.25   HOSTDEP  compel/src/lib/log-host.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.31   HOSTDEP  compel/src/lib/handle-elf-host.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.40   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.49   HOSTDEP  compel/src/main-host.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.61   DEP      compel/src/lib/ptrace.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.79   DEP      compel/src/lib/infect.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 45.95   DEP      compel/src/lib/infect-util.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.05   DEP      compel/src/lib/infect-rpc.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.20   DEP      compel/arch/x86/src/lib/infect.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.32   DEP      compel/arch/x86/src/lib/cpu.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.38   DEP      compel/src/lib/log.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.47   DEP      compel/src/main.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.54   DEP      compel/src/lib/handle-elf.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.70   DEP      compel/arch/x86/src/lib/handle-elf.d
13:38:08 [2021-04-22T13:38:08.130Z] #43 46.87   CC       compel/src/lib/log.o
13:38:08 [2021-04-22T13:38:08.130Z] #43 47.10   CC       compel/arch/x86/src/lib/cpu.o
13:38:08 [2021-04-22T13:38:08.165Z] #43 46.69   DEP      compel/arch/x86/src/lib/handle-elf.d
13:38:08 [2021-04-22T13:38:08.201Z] #56 ...
13:38:08 [2021-04-22T13:38:08.201Z] 
13:38:08 [2021-04-22T13:38:08.201Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:08 [2021-04-22T13:38:08.201Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:08 [2021-04-22T13:38:08.201Z] #43 155.7   CC       criu/sockets.o
13:38:08 [2021-04-22T13:38:08.294Z] #43 ...
13:38:08 [2021-04-22T13:38:08.294Z] 
13:38:08 [2021-04-22T13:38:08.294Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:08 [2021-04-22T13:38:08.294Z] #53 sha256:0905fd3a2594cea8f2296982be07c8d17716c56b00ebbdee61b2e534562e34ff
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + RM_GOPATH=0
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + TMP_GOPATH=
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + : /build
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + '[' -z '' ']'
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 ++ mktemp -d
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + export GOPATH=/tmp/tmp.4V1b0WK3BD
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + GOPATH=/tmp/tmp.4V1b0WK3BD
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + RM_GOPATH=1
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.210 + case "$(go env GOARCH)" in
13:38:08 [2021-04-22T13:38:08.294Z] #53 2.244 ++ go env GOARCH
13:38:08 [2021-04-22T13:38:08.423Z] #43 46.81   CC       compel/src/lib/log.o
13:38:08 [2021-04-22T13:38:08.423Z] #43 ...
13:38:08 [2021-04-22T13:38:08.423Z] 
13:38:08 [2021-04-22T13:38:08.423Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:08 [2021-04-22T13:38:08.423Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:38:08 [2021-04-22T13:38:08.423Z] #45 103.2 vendor/golang.org/x/net/idna
13:38:08 [2021-04-22T13:38:08.423Z] #45 105.5 vendor/golang.org/x/net/http2/hpack
13:38:08 [2021-04-22T13:38:08.423Z] #45 106.6 mime
13:38:08 [2021-04-22T13:38:08.423Z] #45 108.2 mime/quotedprintable
13:38:08 [2021-04-22T13:38:08.423Z] #45 108.5 net/http/internal
13:38:08 [2021-04-22T13:38:08.423Z] #45 111.7 crypto/tls
[Pipeline] sh
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.288 + export GO_BUILDMODE=-buildmode=pie
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.288 + GO_BUILDMODE=-buildmode=pie
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.288 ++ dirname /tmp/install/install.sh
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.291 + dir=/tmp/install
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.291 + bin=runc
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.291 + shift
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.291 + '[' '!' -f /tmp/install/runc.installer ']'
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.291 + . /tmp/install/runc.installer
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.292 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.292 + install_runc
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.300 + uname -r
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.304 + grep -q '^3\.10\.0.*\.el7\.'
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.317 + RUNC_BUILDTAGS='seccomp '
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.317 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.317 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.317 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4V1b0WK3BD/src/github.com/opencontainers/runc
13:38:08 [2021-04-22T13:38:08.557Z] #53 2.320 Cloning into '/tmp/tmp.4V1b0WK3BD/src/github.com/opencontainers/runc'...
13:38:08 [2021-04-22T13:38:08.557Z] #53 ...
13:38:08 [2021-04-22T13:38:08.557Z] 
13:38:08 [2021-04-22T13:38:08.557Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:38:08 [2021-04-22T13:38:08.557Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c
13:38:08 [2021-04-22T13:38:08.557Z] #14 DONE 2.4s
13:38:08 [2021-04-22T13:38:08.680Z] #45 ...
13:38:08 [2021-04-22T13:38:08.680Z] 
13:38:08 [2021-04-22T13:38:08.680Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:08 [2021-04-22T13:38:08.680Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:08 [2021-04-22T13:38:08.680Z] #43 47.14   CC       compel/arch/x86/src/lib/cpu.o
13:38:08 [2021-04-22T13:38:08.699Z] #43 47.83   CC       compel/arch/x86/src/lib/infect.o
13:38:08 [2021-04-22T13:38:08.774Z] #43 156.5   CC       criu/stats.o
13:38:08 [2021-04-22T13:38:08.820Z] 
13:38:08 [2021-04-22T13:38:08.820Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:08 [2021-04-22T13:38:08.820Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:08 [2021-04-22T13:38:08.820Z] #43 44.88   LINK     images/built-in.o
13:38:08 [2021-04-22T13:38:08.820Z] #43 45.11   GEN      compel/include/asm
13:38:08 [2021-04-22T13:38:08.820Z] #43 45.24   GEN      compel/include/version.h
13:38:09 [2021-04-22T13:38:09.035Z] #43 156.7   CC       criu/string.o
13:38:09 [2021-04-22T13:38:09.035Z] #43 156.8   CC       criu/sysctl.o
13:38:09 [2021-04-22T13:38:09.084Z] #43 45.30 touch .config
13:38:09 [2021-04-22T13:38:09.084Z] #43 45.41   GEN      include/common/config.h
13:38:09 [2021-04-22T13:38:09.244Z] #43 47.85   CC       compel/arch/x86/src/lib/infect.o
13:38:09 [2021-04-22T13:38:09.265Z] #43 57.39   CC       criu/arch/x86/kerndat.o
13:38:09 [2021-04-22T13:38:09.296Z] #43 157.2   CC       criu/sysfs_parse.o
13:38:09 [2021-04-22T13:38:09.347Z] #43 45.63   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
13:38:09 [2021-04-22T13:38:09.347Z] #43 45.68   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
13:38:09 [2021-04-22T13:38:09.347Z] #43 45.75   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
13:38:09 [2021-04-22T13:38:09.347Z] #43 45.80   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
13:38:09 [2021-04-22T13:38:09.449Z] + docker info
13:38:09 [2021-04-22T13:38:09.527Z] #43 57.86   CC       criu/arch/x86/sigaction_compat.o
13:38:09 [2021-04-22T13:38:09.610Z] #43 45.82   DEP      compel/plugins/std/infect.d
13:38:09 [2021-04-22T13:38:09.610Z] #43 46.07   DEP      compel/plugins/std/string.d
13:38:09 [2021-04-22T13:38:09.639Z] #43 48.58   CC       compel/src/lib/infect-rpc.o
13:38:09 [2021-04-22T13:38:09.639Z] #43 ...
13:38:09 [2021-04-22T13:38:09.639Z] 
13:38:09 [2021-04-22T13:38:09.639Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:38:09 [2021-04-22T13:38:09.639Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.5 Selecting previously unselected package libapparmor1:amd64.
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.5 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.6 Selecting previously unselected package libapparmor-dev:amd64.
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.7 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.7 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.8 Selecting previously unselected package libbtrfs0.
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.8 Unpacking libbtrfs0 (4.20.1-2) ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.9 Selecting previously unselected package libbtrfs-dev.
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 108.9 Unpacking libbtrfs-dev (4.20.1-2) ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 109.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:38:09 [2021-04-22T13:38:09.639Z] #13 109.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.639Z] #13 109.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.2 Selecting previously unselected package libudev-dev:amd64.
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.2 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.4 Selecting previously unselected package libsepol1-dev:amd64.
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.4 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.7 Selecting previously unselected package libpcre16-3:amd64.
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 109.8 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 110.0 Selecting previously unselected package libpcre32-3:amd64.
13:38:09 [2021-04-22T13:38:09.640Z] #13 110.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.640Z] #13 110.0 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:38:09 [2021-04-22T13:38:09.788Z] #43 58.15   CC       criu/arch/x86/sigframe.o
13:38:09 [2021-04-22T13:38:09.788Z] #43 58.35   LINK     criu/arch/x86/crtools.built-in.o
13:38:09 [2021-04-22T13:38:09.867Z] #43 157.5   CC       criu/timens.o
13:38:09 [2021-04-22T13:38:09.867Z] #43 157.7   CC       criu/timerfd.o
13:38:09 [2021-04-22T13:38:09.873Z] #43 46.19   DEP      compel/plugins/std/log.d
13:38:09 [2021-04-22T13:38:09.899Z] #13 110.2 Selecting previously unselected package libpcrecpp0v5:amd64.
13:38:09 [2021-04-22T13:38:09.899Z] #13 110.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.899Z] #13 110.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:09 [2021-04-22T13:38:09.899Z] #13 110.3 Selecting previously unselected package libpcre3-dev:amd64.
13:38:09 [2021-04-22T13:38:09.899Z] #13 110.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:38:09 [2021-04-22T13:38:09.899Z] #13 110.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:38:10 [2021-04-22T13:38:10.051Z] #43 58.41   DEP      criu/pie/util-vdso-elf32.d
13:38:10 [2021-04-22T13:38:10.051Z] #43 58.52   DEP      criu/pie/util-vdso.d
13:38:10 [2021-04-22T13:38:10.051Z] #43 58.65   DEP      criu/pie/util.d
13:38:10 [2021-04-22T13:38:10.136Z] #43 46.47   DEP      compel/plugins/std/fds.d
13:38:10 [2021-04-22T13:38:10.174Z] #43 48.67   CC       compel/src/lib/infect-rpc.o
13:38:10 [2021-04-22T13:38:10.313Z] #43 58.80   CC       criu/pie/util.o
13:38:10 [2021-04-22T13:38:10.400Z] #43 46.71   DEP      compel/plugins/std/std.d
13:38:10 [2021-04-22T13:38:10.431Z] #43 48.95   CC       compel/src/lib/infect-util.o
13:38:10 [2021-04-22T13:38:10.440Z] #43 157.9   CC       criu/tty.o
13:38:10 [2021-04-22T13:38:10.468Z] #13 110.7 Selecting previously unselected package libselinux1-dev:amd64.
13:38:10 [2021-04-22T13:38:10.468Z] #13 110.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:38:10 [2021-04-22T13:38:10.468Z] #13 110.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:10 [2021-04-22T13:38:10.664Z] #43 ...
13:38:10 [2021-04-22T13:38:10.664Z] 
13:38:10 [2021-04-22T13:38:10.664Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:38:10 [2021-04-22T13:38:10.664Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f
13:38:10 [2021-04-22T13:38:10.664Z] #15 DONE 1.9s
13:38:10 [2021-04-22T13:38:10.664Z] 
13:38:10 [2021-04-22T13:38:10.664Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:10 [2021-04-22T13:38:10.664Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:10 [2021-04-22T13:38:10.664Z] #43 46.86   DEP      compel/plugins/shmem/shmem.d
13:38:10 [2021-04-22T13:38:10.664Z] #43 46.94   DEP      compel/plugins/fds/fds.d
13:38:10 [2021-04-22T13:38:10.698Z] #43 49.24   CC       compel/src/lib/infect.o
13:38:10 [2021-04-22T13:38:10.728Z] #13 111.0 Selecting previously unselected package libdevmapper-dev:amd64.
13:38:10 [2021-04-22T13:38:10.728Z] #13 111.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:38:10 [2021-04-22T13:38:10.728Z] #13 111.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:10 [2021-04-22T13:38:10.728Z] #13 111.1 Selecting previously unselected package libseccomp-dev:amd64.
13:38:10 [2021-04-22T13:38:10.893Z] #43 59.16   CC       criu/pie/util-vdso.o
13:38:10 [2021-04-22T13:38:10.893Z] #43 ...
13:38:10 [2021-04-22T13:38:10.893Z] 
13:38:10 [2021-04-22T13:38:10.893Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:38:10 [2021-04-22T13:38:10.893Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:38:10 [2021-04-22T13:38:10.893Z] #14 DONE 5.4s
13:38:10 [2021-04-22T13:38:10.927Z] #43 47.16   CC       compel/plugins/std/std.o
13:38:10 [2021-04-22T13:38:10.987Z] #13 111.1 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
13:38:10 [2021-04-22T13:38:10.987Z] #13 111.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:38:10 [2021-04-22T13:38:10.987Z] #13 111.3 Selecting previously unselected package libsystemd-dev:amd64.
13:38:10 [2021-04-22T13:38:10.987Z] #13 111.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
13:38:10 [2021-04-22T13:38:10.987Z] #13 111.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
13:38:11 [2021-04-22T13:38:11.155Z] 
13:38:11 [2021-04-22T13:38:11.155Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:38:11 [2021-04-22T13:38:11.155Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:38:11 [2021-04-22T13:38:11.190Z] #43 47.49   CC       compel/plugins/std/fds.o
13:38:11 [2021-04-22T13:38:11.383Z] #43 159.0   CC       criu/tun.o
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up libbtrfs0 (4.20.1-2) ...
13:38:11 [2021-04-22T13:38:11.556Z] #13 111.9 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:38:11 [2021-04-22T13:38:11.557Z] #13 112.0 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
13:38:11 [2021-04-22T13:38:11.557Z] #13 112.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:38:11 [2021-04-22T13:38:11.644Z] #43 159.4   CC       criu/uffd.o
13:38:11 [2021-04-22T13:38:11.766Z] #43 48.10   CC       compel/plugins/std/log.o
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.0 Setting up libbtrfs-dev (4.20.1-2) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.0 Setting up mingw-w64-common (6.0.0-3) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:11 [2021-04-22T13:38:11.816Z] #13 112.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:38:12 [2021-04-22T13:38:12.028Z] #43 ...
13:38:12 [2021-04-22T13:38:12.028Z] 
13:38:12 [2021-04-22T13:38:12.028Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:38:12 [2021-04-22T13:38:12.028Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1
13:38:12 [2021-04-22T13:38:12.028Z] #16 1.348 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:38:12 [2021-04-22T13:38:12.028Z] #16 DONE 1.7s
13:38:12 [2021-04-22T13:38:12.077Z] #13 112.2 Setting up dmsetup (2:1.02.155-3) ...
13:38:12 [2021-04-22T13:38:12.077Z] #13 112.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:12 [2021-04-22T13:38:12.077Z] #13 112.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:12 [2021-04-22T13:38:12.077Z] #13 112.2 Processing triggers for libc-bin (2.28-10) ...
13:38:12 [2021-04-22T13:38:12.292Z] 
13:38:12 [2021-04-22T13:38:12.292Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:38:12 [2021-04-22T13:38:12.292Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997
13:38:12 [2021-04-22T13:38:12.587Z] #43 160.1   CC       criu/util.o
13:38:13 [2021-04-22T13:38:13.074Z] #15 ...
13:38:13 [2021-04-22T13:38:13.074Z] 
13:38:13 [2021-04-22T13:38:13.074Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:13 [2021-04-22T13:38:13.074Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:38:13 [2021-04-22T13:38:13.074Z] #45 115.2 net/http/httptrace
13:38:13 [2021-04-22T13:38:13.074Z] #45 115.5 net/http
13:38:13 [2021-04-22T13:38:13.219Z] #43 51.46   CC       compel/src/lib/ptrace.o
13:38:13 [2021-04-22T13:38:13.219Z] #43 51.88   AR       compel/libcompel.a
13:38:13 [2021-04-22T13:38:13.336Z] #45 ...
13:38:13 [2021-04-22T13:38:13.336Z] 
13:38:13 [2021-04-22T13:38:13.336Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:13 [2021-04-22T13:38:13.336Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:13 [2021-04-22T13:38:13.336Z] #43 60.08   CC       criu/pie/util-vdso-elf32.o
13:38:13 [2021-04-22T13:38:13.336Z] #43 60.78   AR       criu/pie/pie.lib.a
13:38:13 [2021-04-22T13:38:13.336Z] #43 60.82   DEP      criu/pie/restorer.d
13:38:13 [2021-04-22T13:38:13.336Z] #43 61.03   DEP      criu/arch/x86/sigaction_compat_pie.d
13:38:13 [2021-04-22T13:38:13.336Z] #43 61.12   DEP      criu/arch/x86/restorer_unmap.d
13:38:13 [2021-04-22T13:38:13.336Z] #43 61.18   DEP      criu/arch/x86/restorer.d
13:38:13 [2021-04-22T13:38:13.336Z] #43 61.35   DEP      criu/arch/x86/vdso-pie.d
13:38:13 [2021-04-22T13:38:13.336Z] #43 61.44   DEP      criu/pie/parasite-vdso.d
13:38:13 [2021-04-22T13:38:13.336Z] #43 61.68   DEP      criu/pie/parasite.d
13:38:13 [2021-04-22T13:38:13.457Z] #13 DONE 113.8s
13:38:13 [2021-04-22T13:38:13.457Z] 
13:38:13 [2021-04-22T13:38:13.457Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:13 [2021-04-22T13:38:13.457Z] #53 sha256:744198fb84c3cd36db1098d78659843c26dbf948fa207ffa5a90dcd5ef4b4819
13:38:13 [2021-04-22T13:38:13.476Z] #43 51.96   HOSTCC   compel/src/main-host.o
13:38:13 [2021-04-22T13:38:13.530Z] #43 161.0   CC       criu/uts_ns.o
13:38:13 [2021-04-22T13:38:13.530Z] #43 161.2   CC       criu/vdso-compat.o
13:38:13 [2021-04-22T13:38:13.597Z] #43 62.00   CC       criu/pie/parasite.o
13:38:13 [2021-04-22T13:38:13.685Z] #17 DONE 1.5s
13:38:13 [2021-04-22T13:38:13.685Z] 
13:38:13 [2021-04-22T13:38:13.685Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:38:13 [2021-04-22T13:38:13.685Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22
13:38:13 [2021-04-22T13:38:13.733Z] #43 52.21   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
13:38:13 [2021-04-22T13:38:13.733Z] #43 52.44   HOSTCC   compel/src/lib/handle-elf-host.o
13:38:13 [2021-04-22T13:38:13.791Z] #43 161.3   CC       criu/vdso.o
13:38:13 [2021-04-22T13:38:13.991Z] #43 ...
13:38:13 [2021-04-22T13:38:13.991Z] 
13:38:13 [2021-04-22T13:38:13.991Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev/buster-backports             libsystemd-dev             libudev-dev
13:38:13 [2021-04-22T13:38:13.991Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b
13:38:13 [2021-04-22T13:38:13.991Z] #13 110.6 Selecting previously unselected package libapparmor1:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 110.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 110.7 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 110.9 Selecting previously unselected package libapparmor-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 110.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 110.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.1 Selecting previously unselected package libbtrfs0.
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.1 Unpacking libbtrfs0 (4.20.1-2) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.2 Selecting previously unselected package libbtrfs-dev.
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.2 Unpacking libbtrfs-dev (4.20.1-2) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.4 Selecting previously unselected package libudev-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.4 Unpacking libudev-dev:amd64 (241-7~deb10u7) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.6 Selecting previously unselected package libsepol1-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 111.6 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.0 Selecting previously unselected package libpcre16-3:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.2 Selecting previously unselected package libpcre32-3:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.4 Selecting previously unselected package libpcrecpp0v5:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.6 Selecting previously unselected package libpcre3-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 112.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.1 Selecting previously unselected package libselinux1-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.4 Selecting previously unselected package libdevmapper-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.5 Selecting previously unselected package libseccomp-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.5 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.5 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.6 Selecting previously unselected package libsystemd-dev:amd64.
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 113.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.2 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up libbtrfs0 (4.20.1-2) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up libudev-dev:amd64 (241-7~deb10u7) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 Setting up libbtrfs-dev (4.20.1-2) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 Setting up mingw-w64-common (6.0.0-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.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
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 Setting up dmsetup (2:1.02.155-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:13 [2021-04-22T13:38:13.991Z] #13 114.6 Processing triggers for libc-bin (2.28-10) ...
13:38:14 [2021-04-22T13:38:14.052Z] #43 161.8   LINK     criu/built-in.o
13:38:14 [2021-04-22T13:38:14.052Z] #43 161.8   LINK     criu/criu
13:38:14 [2021-04-22T13:38:14.313Z] #43 162.1   DEP      lib/c/criu.d
13:38:14 [2021-04-22T13:38:14.313Z] #43 162.2   CC       images/rpc.pb-c.o
13:38:14 [2021-04-22T13:38:14.555Z] #13 DONE 116.1s
13:38:14 [2021-04-22T13:38:14.555Z] 
13:38:14 [2021-04-22T13:38:14.555Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:14 [2021-04-22T13:38:14.555Z] #53 sha256:5401e4fc59f8fef15ee1f77cda124d0aa6c17e51e1f3abad7e175e1bcec529de
13:38:14 [2021-04-22T13:38:14.885Z] #43 162.6   CC       lib/c/criu.o
13:38:14 [2021-04-22T13:38:14.990Z] #43 63.29   LINK     criu/pie/parasite.built-in.o
13:38:14 [2021-04-22T13:38:14.990Z] #43 63.32   GEN      criu/pie/parasite-blob.h
13:38:14 [2021-04-22T13:38:14.990Z] #43 63.36   CC       criu/pie/parasite-vdso.o
13:38:15 [2021-04-22T13:38:15.084Z] #18 DONE 1.5s
13:38:15 [2021-04-22T13:38:15.084Z] 
13:38:15 [2021-04-22T13:38:15.084Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:15 [2021-04-22T13:38:15.084Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:15 [2021-04-22T13:38:15.084Z] #43 49.01   CC       compel/plugins/std/string.o
13:38:15 [2021-04-22T13:38:15.084Z] #43 49.73   CC       compel/plugins/std/infect.o
13:38:15 [2021-04-22T13:38:15.084Z] #43 50.15   CC       compel/arch/aarch64/plugins/std/parasite-head.o
13:38:15 [2021-04-22T13:38:15.084Z] #43 50.23   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
13:38:15 [2021-04-22T13:38:15.085Z] #43 50.36   AR       compel/plugins/std.lib.a
13:38:15 [2021-04-22T13:38:15.085Z] #43 50.50   CC       compel/plugins/fds/fds.o
13:38:15 [2021-04-22T13:38:15.085Z] #43 50.80   AR       compel/plugins/fds.lib.a
13:38:15 [2021-04-22T13:38:15.085Z] #43 50.88   HOSTDEP  compel/src/lib/log-host.d
13:38:15 [2021-04-22T13:38:15.085Z] #43 51.03   HOSTDEP  compel/src/lib/handle-elf-host.d
13:38:15 [2021-04-22T13:38:15.085Z] #43 51.11   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
13:38:15 [2021-04-22T13:38:15.085Z] #43 51.19   HOSTDEP  compel/src/main-host.d
13:38:15 [2021-04-22T13:38:15.085Z] #43 51.26   DEP      compel/src/lib/ptrace.d
13:38:15 [2021-04-22T13:38:15.085Z] #43 51.37   DEP      compel/src/lib/infect.d
13:38:15 [2021-04-22T13:38:15.348Z] #43 51.63   DEP      compel/src/lib/infect-util.d
13:38:15 [2021-04-22T13:38:15.365Z] #53 ...
13:38:15 [2021-04-22T13:38:15.365Z] 
13:38:15 [2021-04-22T13:38:15.365Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:38:15 [2021-04-22T13:38:15.365Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:38:15 [2021-04-22T13:38:15.365Z] #14 DONE 1.7s
13:38:15 [2021-04-22T13:38:15.365Z] 
13:38:15 [2021-04-22T13:38:15.365Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:15 [2021-04-22T13:38:15.365Z] #53 sha256:744198fb84c3cd36db1098d78659843c26dbf948fa207ffa5a90dcd5ef4b4819
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.755 + RM_GOPATH=0
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.755 + TMP_GOPATH=
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.755 + : /build
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.757 + '[' -z '' ']'
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.758 ++ mktemp -d
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.759 + export GOPATH=/tmp/tmp.UsfNNeUzrM
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.759 + GOPATH=/tmp/tmp.UsfNNeUzrM
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.759 + RM_GOPATH=1
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.759 + case "$(go env GOARCH)" in
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.759 ++ go env GOARCH
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.809 + export GO_BUILDMODE=-buildmode=pie
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.809 + GO_BUILDMODE=-buildmode=pie
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.848 ++ dirname /tmp/install/install.sh
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.848 + dir=/tmp/install
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.848 + bin=runc
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.848 + shift
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.850 + '[' '!' -f /tmp/install/runc.installer ']'
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.851 + . /tmp/install/runc.installer
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.852 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.860 + install_runc
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.860 + grep -q '^3\.10\.0.*\.el7\.'
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.860 + uname -r
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.875 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.878 + RUNC_BUILDTAGS='seccomp '
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.878 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.878 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UsfNNeUzrM/src/github.com/opencontainers/runc
13:38:15 [2021-04-22T13:38:15.365Z] #53 1.878 Cloning into '/tmp/tmp.UsfNNeUzrM/src/github.com/opencontainers/runc'...
13:38:15 [2021-04-22T13:38:15.457Z] #43 163.3   LINK     lib/c/built-in.o
13:38:15 [2021-04-22T13:38:15.457Z] #43 163.3   LINK     lib/c/libcriu.so
13:38:15 [2021-04-22T13:38:15.457Z] #43 163.3   LINK     lib/c/libcriu.a
13:38:15 [2021-04-22T13:38:15.563Z] #43 ...
13:38:15 [2021-04-22T13:38:15.563Z] 
13:38:15 [2021-04-22T13:38:15.563Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:15 [2021-04-22T13:38:15.563Z] #53 sha256:e62ca1950dba74c9085497f67cb2acc985d6a6529efa1083a5abf245c4694b24
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + RM_GOPATH=0
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + TMP_GOPATH=
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + : /build
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + '[' -z '' ']'
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 ++ mktemp -d
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + export GOPATH=/tmp/tmp.NzpBsl2xDz
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + GOPATH=/tmp/tmp.NzpBsl2xDz
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + RM_GOPATH=1
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 + case "$(go env GOARCH)" in
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.517 ++ go env GOARCH
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + export GO_BUILDMODE=-buildmode=pie
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + GO_BUILDMODE=-buildmode=pie
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 ++ dirname /tmp/install/install.sh
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + dir=/tmp/install
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + bin=runc
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + shift
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + '[' '!' -f /tmp/install/runc.installer ']'
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + . /tmp/install/runc.installer
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + install_runc
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + uname -r
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + grep -q '^3\.10\.0.*\.el7\.'
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + RUNC_BUILDTAGS='seccomp '
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NzpBsl2xDz/src/github.com/opencontainers/runc
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.582 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:38:15 [2021-04-22T13:38:15.563Z] #53 5.584 Cloning into '/tmp/tmp.NzpBsl2xDz/src/github.com/opencontainers/runc'...
13:38:15 [2021-04-22T13:38:15.563Z] #53 ...
13:38:15 [2021-04-22T13:38:15.563Z] 
13:38:15 [2021-04-22T13:38:15.563Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:38:15 [2021-04-22T13:38:15.563Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:38:15 [2021-04-22T13:38:15.563Z] #15 DONE 4.7s
13:38:15 [2021-04-22T13:38:15.563Z] 
13:38:15 [2021-04-22T13:38:15.563Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:15 [2021-04-22T13:38:15.563Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:38:15 [2021-04-22T13:38:15.563Z] #45 127.5 github.com/LK4D4/vndr/godl
13:38:15 [2021-04-22T13:38:15.610Z] #43 51.74   DEP      compel/src/lib/infect-rpc.d
13:38:15 [2021-04-22T13:38:15.610Z] #43 51.88   DEP      compel/arch/aarch64/src/lib/infect.d
13:38:15 [2021-04-22T13:38:15.610Z] #43 ...
13:38:15 [2021-04-22T13:38:15.610Z] 
13:38:15 [2021-04-22T13:38:15.610Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:15 [2021-04-22T13:38:15.610Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:38:15 [2021-04-22T13:38:15.610Z] #45 97.52 net/http/httptrace
13:38:15 [2021-04-22T13:38:15.610Z] #45 97.72 net/http
13:38:15 [2021-04-22T13:38:15.610Z] #45 ...
13:38:15 [2021-04-22T13:38:15.610Z] 
13:38:15 [2021-04-22T13:38:15.610Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:38:15 [2021-04-22T13:38:15.610Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6
13:38:15 [2021-04-22T13:38:15.741Z] #43 163.4   GEN      magic.py
13:38:15 [2021-04-22T13:38:15.741Z] #43 163.5 Note: Building without setproctitle() and strlcpy() support.
13:38:15 [2021-04-22T13:38:15.741Z] #43 163.5       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:38:15 [2021-04-22T13:38:15.741Z] #43 163.5 Note: Building without GnuTLS support
13:38:15 [2021-04-22T13:38:15.741Z] #43 163.5 Makefile.config:39: Warn: you have no libnftables installed
13:38:15 [2021-04-22T13:38:15.741Z] #43 163.5 Makefile.config:40: Warn: Building without nftables support
13:38:16 [2021-04-22T13:38:16.451Z] #53 ...
13:38:16 [2021-04-22T13:38:16.451Z] 
13:38:16 [2021-04-22T13:38:16.451Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
13:38:16 [2021-04-22T13:38:16.451Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815
13:38:16 [2021-04-22T13:38:16.451Z] #14 DONE 1.7s
13:38:16 [2021-04-22T13:38:16.451Z] 
13:38:16 [2021-04-22T13:38:16.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
13:38:16 [2021-04-22T13:38:16.451Z] #53 sha256:5401e4fc59f8fef15ee1f77cda124d0aa6c17e51e1f3abad7e175e1bcec529de
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.646 + RM_GOPATH=0
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.646 + TMP_GOPATH=
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.646 + : /build
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.647 + '[' -z '' ']'
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.657 ++ mktemp -d
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.662 + export GOPATH=/tmp/tmp.4HZPMoSXEL
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.662 + GOPATH=/tmp/tmp.4HZPMoSXEL
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.662 + RM_GOPATH=1
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.662 + case "$(go env GOARCH)" in
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.662 ++ go env GOARCH
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.689 + export GO_BUILDMODE=-buildmode=pie
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.689 + GO_BUILDMODE=-buildmode=pie
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.689 ++ dirname /tmp/install/install.sh
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.689 + dir=/tmp/install
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.690 + bin=runc
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.690 + shift
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.691 + '[' '!' -f /tmp/install/runc.installer ']'
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.692 + . /tmp/install/runc.installer
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.693 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.709 + install_runc
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.709 + grep -q '^3\.10\.0.*\.el7\.'
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.727 + uname -r
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.731 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.731 + RUNC_BUILDTAGS='seccomp '
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.731 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.731 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4HZPMoSXEL/src/github.com/opencontainers/runc
13:38:16 [2021-04-22T13:38:16.451Z] #53 1.731 Cloning into '/tmp/tmp.4HZPMoSXEL/src/github.com/opencontainers/runc'...
13:38:16 [2021-04-22T13:38:16.512Z] #45 128.5 github.com/LK4D4/vndr
13:38:16 [2021-04-22T13:38:16.562Z] #19 DONE 1.4s
13:38:16 [2021-04-22T13:38:16.562Z] 
13:38:16 [2021-04-22T13:38:16.562Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:16 [2021-04-22T13:38:16.562Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:38:16 [2021-04-22T13:38:16.709Z] #43 164.2 fatal: not a git repository (or any of the parent directories): .git
13:38:16 [2021-04-22T13:38:16.742Z] #53 ...
13:38:16 [2021-04-22T13:38:16.742Z] 
13:38:16 [2021-04-22T13:38:16.742Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:38:16 [2021-04-22T13:38:16.742Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:38:16 [2021-04-22T13:38:16.742Z] #15 DONE 1.4s
13:38:16 [2021-04-22T13:38:16.742Z] 
13:38:16 [2021-04-22T13:38:16.742Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:38:16 [2021-04-22T13:38:16.742Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:38:16 [2021-04-22T13:38:16.974Z] #43 164.7 make[1]: Nothing to be done for 'all'.
13:38:17 [2021-04-22T13:38:17.382Z] #53 ...
13:38:17 [2021-04-22T13:38:17.382Z] 
13:38:17 [2021-04-22T13:38:17.382Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
13:38:17 [2021-04-22T13:38:17.382Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6
13:38:17 [2021-04-22T13:38:17.382Z] #15 DONE 1.3s
13:38:17 [2021-04-22T13:38:17.382Z] 
13:38:17 [2021-04-22T13:38:17.382Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:38:17 [2021-04-22T13:38:17.382Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:38:17 [2021-04-22T13:38:17.547Z] #43 165.3 make[1]: 'images/built-in.o' is up to date.
13:38:17 [2021-04-22T13:38:17.547Z] #43 165.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:38:17 [2021-04-22T13:38:17.547Z] #43 165.3 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:38:17 [2021-04-22T13:38:17.547Z] #43 165.4 make[1]: 'compel/libcompel.a' is up to date.
13:38:17 [2021-04-22T13:38:17.678Z] #16 1.115 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:38:17 [2021-04-22T13:38:17.808Z] #43 165.4 make[1]: 'compel/compel-host-bin' is up to date.
13:38:17 [2021-04-22T13:38:17.808Z] #43 165.4 make[1]: Nothing to be done for 'all'.
13:38:17 [2021-04-22T13:38:17.808Z] #43 165.4 make[1]: 'soccr/libsoccr.a' is up to date.
13:38:17 [2021-04-22T13:38:17.808Z] #43 165.6 make[2]: Nothing to be done for 'all'.
13:38:17 [2021-04-22T13:38:17.808Z] #43 165.6 make[2]: Nothing to be done for 'all'.
13:38:17 [2021-04-22T13:38:17.938Z] #16 DONE 1.2s
13:38:17 [2021-04-22T13:38:17.938Z] 
13:38:17 [2021-04-22T13:38:17.938Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:38:17 [2021-04-22T13:38:17.938Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:38:18 [2021-04-22T13:38:18.071Z] #43 165.7 make[2]: Nothing to be done for 'all'.
13:38:18 [2021-04-22T13:38:18.071Z] #43 165.7 make[2]: Nothing to be done for 'all'.
13:38:18 [2021-04-22T13:38:18.071Z] #43 165.8 make[2]: Nothing to be done for 'all'.
13:38:18 [2021-04-22T13:38:18.071Z] #43 165.8 make[2]: Nothing to be done for 'all'.
13:38:18 [2021-04-22T13:38:18.071Z] #43 165.8 make[2]: Nothing to be done for 'all'.
13:38:18 [2021-04-22T13:38:18.332Z] #43 165.9 make[2]: Nothing to be done for 'all'.
13:38:18 [2021-04-22T13:38:18.332Z] #43 165.9   INSTALL  criu/criu
13:38:18 [2021-04-22T13:38:18.571Z] #20 1.703 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:38:18 [2021-04-22T13:38:18.571Z] #20 1.792 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:38:18 [2021-04-22T13:38:18.571Z] #20 1.913 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:38:18 [2021-04-22T13:38:18.571Z] #20 2.009 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:38:18 [2021-04-22T13:38:18.592Z] #43 DONE 166.2s
13:38:18 [2021-04-22T13:38:18.592Z] 
13:38:18 [2021-04-22T13:38:18.592Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:38:18 [2021-04-22T13:38:18.592Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:38:18 [2021-04-22T13:38:18.751Z] #16 1.069 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:38:18 [2021-04-22T13:38:18.751Z] #16 DONE 1.2s
13:38:18 [2021-04-22T13:38:18.751Z] 
13:38:18 [2021-04-22T13:38:18.751Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:38:18 [2021-04-22T13:38:18.751Z] #58 sha256:1b7fbf1c63760f4a6b34091a0142e5227b7e707945aa0276d8bfbb792888a232
13:38:18 [2021-04-22T13:38:18.751Z] #58 114.8 + for f in rootlesskit rootlesskit-docker-proxy
13:38:18 [2021-04-22T13:38:18.751Z] #58 114.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:38:18 [2021-04-22T13:38:18.751Z] #58 DONE 123.5s
13:38:18 [2021-04-22T13:38:18.751Z] 
13:38:18 [2021-04-22T13:38:18.751Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:38:18 [2021-04-22T13:38:18.751Z] #59 sha256:0bbe615255d75d4360e138082607fdce2034ae1bb288cdc611a7124e4033e074
13:38:18 [2021-04-22T13:38:18.751Z] #59 DONE 0.2s
13:38:18 [2021-04-22T13:38:18.751Z] 
13:38:18 [2021-04-22T13:38:18.751Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:38:18 [2021-04-22T13:38:18.751Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:38:18 [2021-04-22T13:38:18.873Z] #17 ...
13:38:18 [2021-04-22T13:38:18.873Z] 
13:38:18 [2021-04-22T13:38:18.873Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:18 [2021-04-22T13:38:18.873Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:38:18 [2021-04-22T13:38:18.873Z] #45 113.5 crypto/tls
13:38:18 [2021-04-22T13:38:18.873Z] #45 121.3 net/http/httptrace
13:38:18 [2021-04-22T13:38:18.873Z] #45 121.6 net/http
13:38:18 [2021-04-22T13:38:18.873Z] #45 ...
13:38:18 [2021-04-22T13:38:18.873Z] 
13:38:18 [2021-04-22T13:38:18.873Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:18 [2021-04-22T13:38:18.873Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:18 [2021-04-22T13:38:18.873Z] #43 48.90   CC       compel/src/lib/infect-util.o
13:38:18 [2021-04-22T13:38:18.873Z] #43 49.23   CC       compel/src/lib/infect.o
13:38:18 [2021-04-22T13:38:18.873Z] #43 51.56   CC       compel/src/lib/ptrace.o
13:38:18 [2021-04-22T13:38:18.873Z] #43 51.85   AR       compel/libcompel.a
13:38:18 [2021-04-22T13:38:18.873Z] #43 51.93   HOSTCC   compel/src/main-host.o
13:38:18 [2021-04-22T13:38:18.874Z] #43 52.12   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
13:38:18 [2021-04-22T13:38:18.874Z] #43 52.30   HOSTCC   compel/src/lib/handle-elf-host.o
13:38:18 [2021-04-22T13:38:18.874Z] #43 52.69   HOSTCC   compel/src/lib/log-host.o
13:38:18 [2021-04-22T13:38:18.874Z] #43 52.97   HOSTLINK compel/compel-host-bin
13:38:18 [2021-04-22T13:38:18.874Z] #43 53.30   DEP      soccr/soccr.d
13:38:18 [2021-04-22T13:38:18.874Z] #43 53.60   CC       soccr/soccr.o
13:38:18 [2021-04-22T13:38:18.874Z] #43 56.07   AR       soccr/libsoccr.a
13:38:18 [2021-04-22T13:38:18.874Z] #43 56.19 make[1]: 'soccr/libsoccr.a' is up to date.
13:38:18 [2021-04-22T13:38:18.874Z] #43 56.59   DEP      criu/arch/x86/sigframe.d
13:38:18 [2021-04-22T13:38:18.874Z] #43 56.77   DEP      criu/arch/x86/sigaction_compat.d
13:38:18 [2021-04-22T13:38:18.874Z] #43 56.89   DEP      criu/arch/x86/kerndat.d
13:38:18 [2021-04-22T13:38:18.874Z] #43 57.14   DEP      criu/arch/x86/crtools.d
13:38:18 [2021-04-22T13:38:18.874Z] #43 57.32   DEP      criu/arch/x86/cpu.d
13:38:18 [2021-04-22T13:38:18.874Z] #43 57.70   CC       criu/arch/x86/cpu.o
13:38:18 [2021-04-22T13:38:18.874Z] #43 ...
13:38:18 [2021-04-22T13:38:18.874Z] 
13:38:18 [2021-04-22T13:38:18.874Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:38:18 [2021-04-22T13:38:18.874Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:38:18 [2021-04-22T13:38:18.874Z] #17 DONE 1.2s
13:38:18 [2021-04-22T13:38:18.874Z] 
13:38:18 [2021-04-22T13:38:18.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
13:38:18 [2021-04-22T13:38:18.874Z] #58 sha256:97c15f9201276137eb7dec16253c27e6e108f757661c9efdb903e3e337d75224
13:38:18 [2021-04-22T13:38:18.874Z] #58 115.7 + for f in rootlesskit rootlesskit-docker-proxy
13:38:18 [2021-04-22T13:38:18.874Z] #58 115.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:38:19 [2021-04-22T13:38:19.008Z] #17 ...
13:38:19 [2021-04-22T13:38:19.008Z] 
13:38:19 [2021-04-22T13:38:19.008Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:38:19 [2021-04-22T13:38:19.008Z] #60 sha256:e6a0d4ae89c6673115f57de087312cfdd7db423306fb7043ba030ab6a8d66e74
13:38:19 [2021-04-22T13:38:19.008Z] #60 DONE 0.1s
13:38:19 [2021-04-22T13:38:19.008Z] 
13:38:19 [2021-04-22T13:38:19.008Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:19 [2021-04-22T13:38:19.008Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:19 [2021-04-22T13:38:19.008Z] #43 52.75   HOSTCC   compel/src/lib/log-host.o
13:38:19 [2021-04-22T13:38:19.008Z] #43 52.88   HOSTLINK compel/compel-host-bin
13:38:19 [2021-04-22T13:38:19.008Z] #43 53.01   DEP      soccr/soccr.d
13:38:19 [2021-04-22T13:38:19.008Z] #43 53.32   CC       soccr/soccr.o
13:38:19 [2021-04-22T13:38:19.008Z] #43 55.47   AR       soccr/libsoccr.a
13:38:19 [2021-04-22T13:38:19.008Z] #43 55.55 make[1]: 'soccr/libsoccr.a' is up to date.
13:38:19 [2021-04-22T13:38:19.008Z] #43 56.09   DEP      criu/arch/x86/sigframe.d
13:38:19 [2021-04-22T13:38:19.008Z] #43 56.33   DEP      criu/arch/x86/sigaction_compat.d
13:38:19 [2021-04-22T13:38:19.008Z] #43 56.45   DEP      criu/arch/x86/kerndat.d
13:38:19 [2021-04-22T13:38:19.008Z] #43 56.80   DEP      criu/arch/x86/crtools.d
13:38:19 [2021-04-22T13:38:19.008Z] #43 56.91   DEP      criu/arch/x86/cpu.d
13:38:19 [2021-04-22T13:38:19.009Z] #43 57.12   CC       criu/arch/x86/cpu.o
13:38:19 [2021-04-22T13:38:19.062Z] #45 ...
13:38:19 [2021-04-22T13:38:19.062Z] 
13:38:19 [2021-04-22T13:38:19.062Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
13:38:19 [2021-04-22T13:38:19.062Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac
13:38:19 [2021-04-22T13:38:19.062Z] #16 3.055 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
13:38:19 [2021-04-22T13:38:19.062Z] #16 DONE 3.1s
13:38:19 [2021-04-22T13:38:19.062Z] 
13:38:19 [2021-04-22T13:38:19.062Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:38:19 [2021-04-22T13:38:19.062Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:38:19 [2021-04-22T13:38:19.132Z] #58 ...
13:38:19 [2021-04-22T13:38:19.132Z] 
13:38:19 [2021-04-22T13:38:19.132Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:38:19 [2021-04-22T13:38:19.132Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:38:19 [2021-04-22T13:38:19.153Z] #20 2.518 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [461 kB]
13:38:19 [2021-04-22T13:38:19.266Z] #43 57.93   CC       criu/arch/x86/crtools.o
13:38:19 [2021-04-22T13:38:19.534Z] #56 ...
13:38:19 [2021-04-22T13:38:19.534Z] 
13:38:19 [2021-04-22T13:38:19.534Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:38:19 [2021-04-22T13:38:19.534Z] #44 sha256:01c9341a89da13c18c86a29a6aeaa2c3805b7ca2ec1a70ab302e79b64676e594
13:38:19 [2021-04-22T13:38:19.534Z] #44 DONE 0.1s
13:38:19 [2021-04-22T13:38:19.534Z] 
13:38:19 [2021-04-22T13:38:19.534Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:38:19 [2021-04-22T13:38:19.534Z] #46 sha256:238c7a9ba369298c012e14b2f5bce7fcb80fbebef9fbcf70660c88e48c5d59d5
13:38:19 [2021-04-22T13:38:19.794Z] #46 DONE 0.2s
13:38:19 [2021-04-22T13:38:19.794Z] 
13:38:19 [2021-04-22T13:38:19.794Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:38:19 [2021-04-22T13:38:19.794Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:38:19 [2021-04-22T13:38:19.794Z] #56 ...
13:38:19 [2021-04-22T13:38:19.794Z] 
13:38:19 [2021-04-22T13:38:19.794Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:38:19 [2021-04-22T13:38:19.794Z] #48 sha256:016a0d2bf5cd078dd620506b91256db50688680abc41ec6c55170ef0f13a6e41
13:38:19 [2021-04-22T13:38:19.794Z] #48 DONE 0.1s
13:38:19 [2021-04-22T13:38:19.794Z] 
13:38:19 [2021-04-22T13:38:19.794Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:38:19 [2021-04-22T13:38:19.794Z] #50 sha256:15423d1068293141669c38a8ef1da53a18bc1364aa6f093668516b3d72433105
13:38:20 [2021-04-22T13:38:20.070Z] #18 ...
13:38:20 [2021-04-22T13:38:20.070Z] 
13:38:20 [2021-04-22T13:38:20.070Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
13:38:20 [2021-04-22T13:38:20.070Z] #58 sha256:97c15f9201276137eb7dec16253c27e6e108f757661c9efdb903e3e337d75224
13:38:20 [2021-04-22T13:38:20.070Z] #58 DONE 124.6s
13:38:20 [2021-04-22T13:38:20.070Z] 
13:38:20 [2021-04-22T13:38:20.070Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:38:20 [2021-04-22T13:38:20.070Z] #59 sha256:66bf661f808fe7bb8b7f80d95a7736ebcd21a96bb02a193ec2355d7ebbf49811
13:38:20 [2021-04-22T13:38:20.070Z] #59 DONE 0.1s
13:38:20 [2021-04-22T13:38:20.070Z] 
13:38:20 [2021-04-22T13:38:20.070Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:38:20 [2021-04-22T13:38:20.070Z] #60 sha256:a56627ab36add7bb154690fbeff5e3813b637b97a06d4603b0cfcdc0a5b47a20
13:38:20 [2021-04-22T13:38:20.070Z] #60 DONE 0.1s
13:38:20 [2021-04-22T13:38:20.070Z] 
13:38:20 [2021-04-22T13:38:20.070Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:20 [2021-04-22T13:38:20.070Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:20 [2021-04-22T13:38:20.070Z] #43 58.67   CC       criu/arch/x86/crtools.o
13:38:20 [2021-04-22T13:38:20.100Z] #20 3.327 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
13:38:20 [2021-04-22T13:38:20.366Z] #50 DONE 0.5s
13:38:20 [2021-04-22T13:38:20.366Z] 
13:38:20 [2021-04-22T13:38:20.366Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:38:20 [2021-04-22T13:38:20.366Z] #52 sha256:bad75c84f1e78e921e556e703c438b5d39b19b785bba6d90ef820b21710e6868
13:38:20 [2021-04-22T13:38:20.366Z] #52 DONE 0.1s
13:38:20 [2021-04-22T13:38:20.366Z] 
13:38:20 [2021-04-22T13:38:20.366Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:20 [2021-04-22T13:38:20.366Z] #53 sha256:a7bf3ff3ad09a4e1587bf295dbf8bd1eb14fefecf7e26cdda92fe350098272bc
13:38:20 [2021-04-22T13:38:20.636Z] #43 ...
13:38:20 [2021-04-22T13:38:20.636Z] 
13:38:20 [2021-04-22T13:38:20.636Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
13:38:20 [2021-04-22T13:38:20.636Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea
13:38:20 [2021-04-22T13:38:20.636Z] #17 DONE 2.0s
13:38:20 [2021-04-22T13:38:20.636Z] 
13:38:20 [2021-04-22T13:38:20.636Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:38:20 [2021-04-22T13:38:20.636Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:38:20 [2021-04-22T13:38:20.637Z] #43 ...
13:38:20 [2021-04-22T13:38:20.637Z] 
13:38:20 [2021-04-22T13:38:20.637Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:38:20 [2021-04-22T13:38:20.637Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:38:20 [2021-04-22T13:38:20.637Z] #18 DONE 1.6s
13:38:20 [2021-04-22T13:38:20.637Z] 
13:38:20 [2021-04-22T13:38:20.637Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:38:20 [2021-04-22T13:38:20.637Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:38:20 [2021-04-22T13:38:20.675Z] #20 4.188 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [267 kB]
13:38:21 [2021-04-22T13:38:21.612Z] #17 DONE 2.6s
13:38:21 [2021-04-22T13:38:21.613Z] 
13:38:21 [2021-04-22T13:38:21.613Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
13:38:21 [2021-04-22T13:38:21.613Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6
13:38:21 [2021-04-22T13:38:21.874Z] Client:
13:38:21 [2021-04-22T13:38:21.874Z]  Debug Mode: false
13:38:21 [2021-04-22T13:38:21.874Z]  Plugins:
13:38:21 [2021-04-22T13:38:21.874Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
13:38:21 [2021-04-22T13:38:21.874Z] 
13:38:21 [2021-04-22T13:38:21.874Z] Server:
13:38:21 [2021-04-22T13:38:21.874Z]  Containers: 0
13:38:21 [2021-04-22T13:38:21.874Z]   Running: 0
13:38:21 [2021-04-22T13:38:21.874Z]   Paused: 0
13:38:21 [2021-04-22T13:38:21.874Z]   Stopped: 0
13:38:21 [2021-04-22T13:38:21.874Z]  Images: 0
13:38:21 [2021-04-22T13:38:21.874Z]  Server Version: 19.03.12
13:38:21 [2021-04-22T13:38:21.874Z]  Storage Driver: windowsfilter (windows) lcow (linux)
13:38:21 [2021-04-22T13:38:21.874Z]   Windows: 
13:38:21 [2021-04-22T13:38:21.874Z]   LCOW: 
13:38:21 [2021-04-22T13:38:21.874Z]  Logging Driver: json-file
13:38:21 [2021-04-22T13:38:21.874Z]  Plugins:
13:38:21 [2021-04-22T13:38:21.874Z]   Volume: local
13:38:21 [2021-04-22T13:38:21.874Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:38:21 [2021-04-22T13:38:21.874Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:38:21 [2021-04-22T13:38:21.874Z]  Swarm: inactive
13:38:21 [2021-04-22T13:38:21.874Z]  Default Isolation: process
13:38:21 [2021-04-22T13:38:21.874Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
13:38:21 [2021-04-22T13:38:21.874Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
13:38:21 [2021-04-22T13:38:21.874Z]  OSType: windows
13:38:21 [2021-04-22T13:38:21.874Z]  Architecture: x86_64
13:38:21 [2021-04-22T13:38:21.874Z]  CPUs: 4
13:38:21 [2021-04-22T13:38:21.874Z]  Total Memory: 32GiB
13:38:21 [2021-04-22T13:38:21.874Z]  Name: azwin-2-269b30
13:38:21 [2021-04-22T13:38:21.874Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
13:38:21 [2021-04-22T13:38:21.874Z]  Docker Root Dir: D:\docker
13:38:21 [2021-04-22T13:38:21.874Z]  Debug Mode: false
13:38:21 [2021-04-22T13:38:21.874Z]  Registry: https://index.docker.io/v1/
13:38:21 [2021-04-22T13:38:21.874Z]  Labels:
13:38:21 [2021-04-22T13:38:21.874Z]  Experimental: true
13:38:21 [2021-04-22T13:38:21.874Z]  Insecure Registries:
13:38:21 [2021-04-22T13:38:21.874Z]   10.0.0.4:5000
13:38:21 [2021-04-22T13:38:21.874Z]   127.0.0.0/8
13:38:21 [2021-04-22T13:38:21.874Z]  Registry Mirrors:
13:38:21 [2021-04-22T13:38:21.874Z]   http://10.0.0.4:5000/
13:38:21 [2021-04-22T13:38:21.874Z]  Live Restore Enabled: false
13:38:21 [2021-04-22T13:38:21.874Z] 
13:38:22 [2021-04-22T13:38:22.009Z] #18 DONE 1.5s
13:38:22 [2021-04-22T13:38:22.009Z] 
13:38:22 [2021-04-22T13:38:22.009Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:22 [2021-04-22T13:38:22.009Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:22 [2021-04-22T13:38:22.009Z] #43 59.99   CC       criu/arch/x86/kerndat.o
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
13:38:22 [2021-04-22T13:38:22.068Z] #20 5.589 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
[Pipeline] powershell
13:38:22 [2021-04-22T13:38:22.266Z] #43 60.76   CC       criu/arch/x86/sigaction_compat.o
13:38:22 [2021-04-22T13:38:22.544Z] #19 DONE 1.8s
13:38:22 [2021-04-22T13:38:22.544Z] 
13:38:22 [2021-04-22T13:38:22.544Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:22 [2021-04-22T13:38:22.544Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:22 [2021-04-22T13:38:22.753Z] Fetching without tags
13:38:22 [2021-04-22T13:38:22.830Z] #43 61.39   CC       criu/arch/x86/sigframe.o
13:38:22 [2021-04-22T13:38:22.431Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:38:22 [2021-04-22T13:38:22.489Z]  > git config --add remote.origin.fetch +refs/pull/42164/head:refs/remotes/origin/PR-42164 # timeout=10
13:38:22 [2021-04-22T13:38:22.545Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:22 [2021-04-22T13:38:22.666Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:38:22 [2021-04-22T13:38:22.791Z] Fetching upstream changes from https://github.com/moby/moby.git
13:38:22 [2021-04-22T13:38:22.791Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:38:22 [2021-04-22T13:38:22.793Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42164/head:refs/remotes/origin/PR-42164 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:38:23 [2021-04-22T13:38:23.087Z] #43 61.60   LINK     criu/arch/x86/crtools.built-in.o
13:38:23 [2021-04-22T13:38:23.087Z] #43 61.67   DEP      criu/pie/util-vdso-elf32.d
13:38:23 [2021-04-22T13:38:23.087Z] #43 ...
13:38:23 [2021-04-22T13:38:23.087Z] 
13:38:23 [2021-04-22T13:38:23.087Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:23 [2021-04-22T13:38:23.087Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:38:23 [2021-04-22T13:38:23.087Z] #45 117.9 net/http/httptrace
13:38:23 [2021-04-22T13:38:23.087Z] #45 118.1 net/http
13:38:23 [2021-04-22T13:38:23.344Z] #45 ...
13:38:23 [2021-04-22T13:38:23.344Z] 
13:38:23 [2021-04-22T13:38:23.344Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:23 [2021-04-22T13:38:23.344Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:23 [2021-04-22T13:38:23.344Z] #43 61.79   DEP      criu/pie/util-vdso.d
13:38:23 [2021-04-22T13:38:23.344Z] #43 ...
13:38:23 [2021-04-22T13:38:23.344Z] 
13:38:23 [2021-04-22T13:38:23.344Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:38:23 [2021-04-22T13:38:23.344Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:38:23 [2021-04-22T13:38:23.344Z] #19 DONE 1.2s
13:38:23 [2021-04-22T13:38:23.344Z] 
13:38:23 [2021-04-22T13:38:23.344Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:23 [2021-04-22T13:38:23.344Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:23 [2021-04-22T13:38:23.344Z] #43 61.91   DEP      criu/pie/util.d
13:38:23 [2021-04-22T13:38:23.460Z] #20 ...
13:38:23 [2021-04-22T13:38:23.461Z] 
13:38:23 [2021-04-22T13:38:23.461Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:23 [2021-04-22T13:38:23.461Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:23 [2021-04-22T13:38:23.461Z] #43 52.08   DEP      compel/arch/aarch64/src/lib/cpu.d
13:38:23 [2021-04-22T13:38:23.461Z] #43 52.15   DEP      compel/src/lib/log.d
13:38:23 [2021-04-22T13:38:23.461Z] #43 52.24   DEP      compel/src/main.d
13:38:23 [2021-04-22T13:38:23.461Z] #43 52.33   DEP      compel/src/lib/handle-elf.d
13:38:23 [2021-04-22T13:38:23.461Z] #43 52.40   DEP      compel/arch/aarch64/src/lib/handle-elf.d
13:38:23 [2021-04-22T13:38:23.461Z] #43 52.55   CC       compel/src/lib/log.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 52.86   CC       compel/arch/aarch64/src/lib/cpu.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 53.16   CC       compel/arch/aarch64/src/lib/infect.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 53.60   CC       compel/src/lib/infect-rpc.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 53.97   CC       compel/src/lib/infect-util.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 54.30   CC       compel/src/lib/infect.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 56.44   CC       compel/src/lib/ptrace.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 56.97   AR       compel/libcompel.a
13:38:23 [2021-04-22T13:38:23.461Z] #43 57.14   HOSTCC   compel/src/main-host.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 57.57   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 57.81   HOSTCC   compel/src/lib/handle-elf-host.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 58.25   HOSTCC   compel/src/lib/log-host.o
13:38:23 [2021-04-22T13:38:23.461Z] #43 58.53   HOSTLINK compel/compel-host-bin
13:38:23 [2021-04-22T13:38:23.461Z] #43 58.83   DEP      soccr/soccr.d
13:38:23 [2021-04-22T13:38:23.461Z] #43 59.00   CC       soccr/soccr.o
13:38:23 [2021-04-22T13:38:23.599Z] Merging remotes/origin/master commit 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f into PR head commit bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:38:23 [2021-04-22T13:38:23.601Z] #43 62.20   CC       criu/pie/util.o
13:38:23 [2021-04-22T13:38:23.924Z] #20 1.376 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:38:23 [2021-04-22T13:38:23.924Z] #20 1.399 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:38:23 [2021-04-22T13:38:23.924Z] #20 1.410 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:38:23 [2021-04-22T13:38:23.924Z] #20 1.434 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:38:24 [2021-04-22T13:38:24.042Z] #43 60.39   AR       soccr/libsoccr.a
13:38:24 [2021-04-22T13:38:24.042Z] #43 60.46 make[1]: 'soccr/libsoccr.a' is up to date.
13:38:24 [2021-04-22T13:38:24.162Z] #18 DONE 2.5s
13:38:24 [2021-04-22T13:38:24.162Z] 
13:38:24 [2021-04-22T13:38:24.162Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:38:24 [2021-04-22T13:38:24.162Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:38:24 [2021-04-22T13:38:24.493Z] #20 1.982 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:38:24 [2021-04-22T13:38:24.532Z] #43 62.85   CC       criu/pie/util-vdso.o
13:38:24 [2021-04-22T13:38:24.625Z] #43 61.00   DEP      criu/arch/aarch64/sigframe.d
13:38:24 [2021-04-22T13:38:24.900Z] #43 61.06   DEP      criu/arch/aarch64/crtools.d
13:38:24 [2021-04-22T13:38:24.900Z] #43 ...
13:38:24 [2021-04-22T13:38:24.900Z] 
13:38:24 [2021-04-22T13:38:24.900Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:24 [2021-04-22T13:38:24.900Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:38:24 [2021-04-22T13:38:24.900Z] #20 8.310 Fetched 8758 kB in 7s (1278 kB/s)
13:38:25 [2021-04-22T13:38:25.095Z] #43 63.63   CC       criu/pie/util-vdso-elf32.o
13:38:25 [2021-04-22T13:38:25.478Z] #20 8.310 Reading package lists...
13:38:25 [2021-04-22T13:38:25.478Z] #20 ...
13:38:25 [2021-04-22T13:38:25.478Z] 
13:38:25 [2021-04-22T13:38:25.478Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:25 [2021-04-22T13:38:25.478Z] #45 sha256:33face23e79d292a5c1077ae35f9b85e1fba936b515a7c3e8f169058b38fca15
13:38:25 [2021-04-22T13:38:25.478Z] #45 108.3 github.com/LK4D4/vndr/godl
13:38:25 [2021-04-22T13:38:25.478Z] #45 109.1 github.com/LK4D4/vndr
13:38:25 [2021-04-22T13:38:25.478Z] #45 DONE 117.4s
13:38:25 [2021-04-22T13:38:25.478Z] 
13:38:25 [2021-04-22T13:38:25.478Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:38:25 [2021-04-22T13:38:25.478Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
13:38:25 [2021-04-22T13:38:25.478Z] #32 DONE 117.2s
13:38:25 [2021-04-22T13:38:25.478Z] 
13:38:25 [2021-04-22T13:38:25.478Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:25 [2021-04-22T13:38:25.478Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:25 [2021-04-22T13:38:25.478Z] #43 61.30   DEP      criu/arch/aarch64/cpu.d
13:38:25 [2021-04-22T13:38:25.478Z] #43 61.32   DEP      criu/arch/aarch64/bitops.d
13:38:25 [2021-04-22T13:38:25.478Z] #43 61.39   CC       criu/arch/aarch64/bitops.o
13:38:25 [2021-04-22T13:38:25.478Z] #43 61.47   CC       criu/arch/aarch64/cpu.o
13:38:25 [2021-04-22T13:38:25.478Z] #43 61.56   CC       criu/arch/aarch64/crtools.o
13:38:25 [2021-04-22T13:38:25.549Z] #19 ...
13:38:25 [2021-04-22T13:38:25.549Z] 
13:38:25 [2021-04-22T13:38:25.549Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:25 [2021-04-22T13:38:25.549Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:25 [2021-04-22T13:38:25.549Z] #43 64.02   CC       criu/arch/x86/vdso-pie.o
13:38:25 [2021-04-22T13:38:25.549Z] #43 64.40   CC       criu/arch/x86/restorer.o
13:38:25 [2021-04-22T13:38:25.549Z] #43 64.98   CC       criu/arch/x86/restorer_unmap.o
13:38:25 [2021-04-22T13:38:25.549Z] #43 65.03   CC       criu/arch/x86/sigaction_compat_pie.o
13:38:25 [2021-04-22T13:38:25.549Z] #43 65.36   CC       criu/pie/restorer.o
13:38:25 [2021-04-22T13:38:25.549Z] #43 68.52   LINK     criu/pie/restorer.built-in.o
13:38:25 [2021-04-22T13:38:25.549Z] #43 68.54   GEN      criu/pie/restorer-blob.h
13:38:25 [2021-04-22T13:38:25.549Z] #43 68.63   DEP      criu/vdso.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 68.81   DEP      criu/vdso-compat.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 68.97   DEP      criu/uts_ns.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 69.15   DEP      criu/util.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 69.36   DEP      criu/uffd.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 69.55   DEP      criu/tun.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 69.72   DEP      criu/tty.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 69.92   DEP      criu/timerfd.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 70.11   DEP      criu/timens.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 70.26   DEP      criu/sysfs_parse.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 70.40   DEP      criu/sysctl.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 70.63   DEP      criu/string.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 70.68   DEP      criu/stats.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 70.79   DEP      criu/sockets.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 70.95   DEP      criu/sk-unix.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 71.17   DEP      criu/sk-tcp.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 71.36   DEP      criu/sk-queue.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 71.51   DEP      criu/sk-packet.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 71.69   DEP      criu/sk-netlink.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 71.92   DEP      criu/sk-inet.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 72.11   DEP      criu/signalfd.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 72.30   DEP      criu/sigframe.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 72.44   DEP      criu/shmem.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 72.70   DEP      criu/servicefd.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 72.90   DEP      criu/seize.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 73.11   DEP      criu/seccomp.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 73.29   DEP      criu/rst-malloc.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 73.37   DEP      criu/rbtree.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 73.44   DEP      criu/pstree.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 73.64   DEP      criu/protobuf.d
13:38:25 [2021-04-22T13:38:25.549Z] #43 73.78   GEN      criu/protobuf-desc-gen.h
13:38:23 [2021-04-22T13:38:23.712Z]  > git config core.sparsecheckout # timeout=10
13:38:23 [2021-04-22T13:38:23.759Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:38:25 [2021-04-22T13:38:25.874Z] #20 3.078 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:38:26 [2021-04-22T13:38:26.026Z] #43 64.44   AR       criu/pie/pie.lib.a
13:38:26 [2021-04-22T13:38:26.026Z] #43 64.50   DEP      criu/pie/restorer.d
13:38:26 [2021-04-22T13:38:26.052Z] #43 62.35   CC       criu/arch/aarch64/sigframe.o
13:38:26 [2021-04-22T13:38:26.123Z] #43 ...
13:38:26 [2021-04-22T13:38:26.123Z] 
13:38:26 [2021-04-22T13:38:26.123Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:26 [2021-04-22T13:38:26.123Z] #45 sha256:db50ae9edcb64921a06e6869d7a4dbb960a2fa4df00407f8f68d4936d015834a
13:38:26 [2021-04-22T13:38:26.123Z] #45 DONE 138.1s
13:38:26 [2021-04-22T13:38:26.123Z] 
13:38:26 [2021-04-22T13:38:26.123Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:26 [2021-04-22T13:38:26.123Z] #53 sha256:e62ca1950dba74c9085497f67cb2acc985d6a6529efa1083a5abf245c4694b24
13:38:26 [2021-04-22T13:38:26.123Z] #53 13.91 + cd /tmp/tmp.NzpBsl2xDz/src/github.com/opencontainers/runc
13:38:26 [2021-04-22T13:38:26.123Z] #53 13.91 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:26 [2021-04-22T13:38:26.123Z] #53 14.38 + '[' -z '' ']'
13:38:26 [2021-04-22T13:38:26.123Z] #53 14.38 + target=static
13:38:26 [2021-04-22T13:38:26.123Z] #53 14.38 + make 'BUILDTAGS=seccomp ' static
13:38:26 [2021-04-22T13:38:26.123Z] #53 14.87 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
13:38:26 [2021-04-22T13:38:26.283Z] #43 64.78   DEP      criu/arch/x86/sigaction_compat_pie.d
13:38:26 [2021-04-22T13:38:26.283Z] #43 64.94   DEP      criu/arch/x86/restorer_unmap.d
13:38:26 [2021-04-22T13:38:26.283Z] #43 64.97   DEP      criu/arch/x86/restorer.d
13:38:26 [2021-04-22T13:38:26.315Z] #43 62.55   LINK     criu/arch/aarch64/crtools.built-in.o
13:38:26 [2021-04-22T13:38:26.315Z] #43 62.66   DEP      criu/pie/util-vdso.d
13:38:26 [2021-04-22T13:38:26.540Z] #43 65.16   DEP      criu/arch/x86/vdso-pie.d
13:38:26 [2021-04-22T13:38:26.540Z] #43 65.26   DEP      criu/pie/parasite-vdso.d
13:38:26 [2021-04-22T13:38:26.577Z] #43 62.91   DEP      criu/pie/util.d
13:38:26 [2021-04-22T13:38:26.797Z] #43 65.45   DEP      criu/pie/parasite.d
13:38:26 [2021-04-22T13:38:26.813Z] #20 4.280 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:38:26 [2021-04-22T13:38:26.839Z] #43 ...
13:38:26 [2021-04-22T13:38:26.839Z] 
13:38:26 [2021-04-22T13:38:26.839Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:26 [2021-04-22T13:38:26.839Z] #53 sha256:0905fd3a2594cea8f2296982be07c8d17716c56b00ebbdee61b2e534562e34ff
13:38:26 [2021-04-22T13:38:26.839Z] #53 10.71 + cd /tmp/tmp.4V1b0WK3BD/src/github.com/opencontainers/runc
13:38:26 [2021-04-22T13:38:26.839Z] #53 10.71 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:26 [2021-04-22T13:38:26.839Z] #53 11.50 + '[' -z '' ']'
13:38:26 [2021-04-22T13:38:26.839Z] #53 11.51 + target=static
13:38:26 [2021-04-22T13:38:26.839Z] #53 11.51 + make 'BUILDTAGS=seccomp ' static
13:38:26 [2021-04-22T13:38:26.839Z] #53 11.99 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
13:38:26 [2021-04-22T13:38:26.951Z] #53 ...
13:38:26 [2021-04-22T13:38:26.951Z] 
13:38:26 [2021-04-22T13:38:26.951Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:38:26 [2021-04-22T13:38:26.951Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:38:26 [2021-04-22T13:38:26.951Z] #56 195.4 + bin/containerd
13:38:27 [2021-04-22T13:38:27.037Z] Merge succeeded, producing bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:38:27 [2021-04-22T13:38:27.037Z] Checking out Revision bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 (PR-42164)
13:38:27 [2021-04-22T13:38:27.054Z] #43 65.65   CC       criu/pie/parasite.o
13:38:27 [2021-04-22T13:38:27.068Z] #53 ...
13:38:27 [2021-04-22T13:38:27.068Z] 
13:38:27 [2021-04-22T13:38:27.068Z] #19 [dev-systemd-false  6/26] RUN ldconfig
13:38:27 [2021-04-22T13:38:27.068Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df
13:38:27 [2021-04-22T13:38:27.068Z] #19 DONE 3.1s
13:38:27 [2021-04-22T13:38:27.068Z] 
13:38:27 [2021-04-22T13:38:27.068Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:27 [2021-04-22T13:38:27.068Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:27 [2021-04-22T13:38:27.102Z] #53 ...
13:38:27 [2021-04-22T13:38:27.102Z] 
13:38:27 [2021-04-22T13:38:27.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
13:38:27 [2021-04-22T13:38:27.102Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:27 [2021-04-22T13:38:27.102Z] #43 63.30   CC       criu/pie/util.o
13:38:27 [2021-04-22T13:38:27.679Z] #43 63.85   CC       criu/pie/util-vdso.o
13:38:28 [2021-04-22T13:38:28.193Z] #20 5.751 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:38:28 [2021-04-22T13:38:28.253Z] #43 64.51   AR       criu/pie/pie.lib.a
13:38:28 [2021-04-22T13:38:28.253Z] #43 64.58   DEP      criu/pie/restorer.d
13:38:28 [2021-04-22T13:38:28.424Z] #43 66.89   LINK     criu/pie/parasite.built-in.o
13:38:28 [2021-04-22T13:38:28.424Z] #43 66.91   GEN      criu/pie/parasite-blob.h
13:38:28 [2021-04-22T13:38:28.424Z] #43 66.93   CC       criu/pie/parasite-vdso.o
13:38:28 [2021-04-22T13:38:28.515Z] #43 64.89   DEP      criu/arch/aarch64/intraprocedure.d
13:38:28 [2021-04-22T13:38:28.515Z] #43 64.92   DEP      criu/arch/aarch64/restorer.d
13:38:28 [2021-04-22T13:38:28.763Z] #20 ...
13:38:28 [2021-04-22T13:38:28.763Z] 
13:38:28 [2021-04-22T13:38:28.763Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:28 [2021-04-22T13:38:28.763Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:28 [2021-04-22T13:38:28.763Z] #43 60.29   CC       criu/arch/x86/kerndat.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 61.21   CC       criu/arch/x86/sigaction_compat.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 61.66   CC       criu/arch/x86/sigframe.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 62.08   LINK     criu/arch/x86/crtools.built-in.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 62.18   DEP      criu/pie/util-vdso-elf32.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 62.39   DEP      criu/pie/util-vdso.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 62.51   DEP      criu/pie/util.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 62.65   CC       criu/pie/util.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 62.97   CC       criu/pie/util-vdso.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 63.68   CC       criu/pie/util-vdso-elf32.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 64.35   AR       criu/pie/pie.lib.a
13:38:28 [2021-04-22T13:38:28.763Z] #43 64.42   DEP      criu/pie/restorer.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 64.57   DEP      criu/arch/x86/sigaction_compat_pie.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 64.69   DEP      criu/arch/x86/restorer_unmap.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 64.72   DEP      criu/arch/x86/restorer.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 64.92   DEP      criu/arch/x86/vdso-pie.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 65.03   DEP      criu/pie/parasite-vdso.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 65.18   DEP      criu/pie/parasite.d
13:38:28 [2021-04-22T13:38:28.763Z] #43 65.46   CC       criu/pie/parasite.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 66.70   LINK     criu/pie/parasite.built-in.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 66.71   GEN      criu/pie/parasite-blob.h
13:38:28 [2021-04-22T13:38:28.763Z] #43 66.74   CC       criu/pie/parasite-vdso.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 67.27   CC       criu/arch/x86/vdso-pie.o
13:38:28 [2021-04-22T13:38:28.763Z] #43 67.53   CC       criu/arch/x86/restorer.o
13:38:28 [2021-04-22T13:38:28.777Z] #43 65.17   DEP      criu/arch/aarch64/vdso-pie.d
13:38:26 [2021-04-22T13:38:26.639Z]  > git remote # timeout=10
13:38:26 [2021-04-22T13:38:26.712Z]  > git config --get remote.origin.url # timeout=10
13:38:26 [2021-04-22T13:38:26.773Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:38:26 [2021-04-22T13:38:26.775Z]  > git merge 72fef53cecdd0b151ecaa8301b6d26f5d3182e9f # timeout=10
13:38:26 [2021-04-22T13:38:26.942Z]  > git rev-parse "HEAD^{commit}" # timeout=10
13:38:27 [2021-04-22T13:38:27.073Z]  > git config core.sparsecheckout # timeout=10
13:38:27 [2021-04-22T13:38:27.127Z]  > git checkout -f bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 # timeout=10
13:38:29 [2021-04-22T13:38:29.022Z] #43 68.03   CC       criu/arch/x86/restorer_unmap.o
13:38:29 [2021-04-22T13:38:29.022Z] #43 68.09   CC       criu/arch/x86/sigaction_compat_pie.o
13:38:29 [2021-04-22T13:38:29.039Z] #43 65.34   DEP      criu/pie/parasite-vdso.d
13:38:29 [2021-04-22T13:38:29.039Z] #43 65.52   DEP      criu/pie/parasite.d
13:38:29 [2021-04-22T13:38:29.282Z] #43 68.39   CC       criu/pie/restorer.o
13:38:29 [2021-04-22T13:38:29.301Z] #43 65.78   CC       criu/pie/parasite.o
13:38:29 [2021-04-22T13:38:29.362Z] #43 67.79   CC       criu/arch/x86/vdso-pie.o
13:38:29 [2021-04-22T13:38:29.619Z] #43 68.17   CC       criu/arch/x86/restorer.o
13:38:30 [2021-04-22T13:38:30.183Z] #43 68.80   CC       criu/arch/x86/restorer_unmap.o
13:38:30 [2021-04-22T13:38:30.183Z] #43 68.87   CC       criu/arch/x86/sigaction_compat_pie.o
13:38:30 [2021-04-22T13:38:30.440Z] #43 69.17   CC       criu/pie/restorer.o
13:38:30 [2021-04-22T13:38:30.690Z] #43 66.97   LINK     criu/pie/parasite.built-in.o
13:38:30 [2021-04-22T13:38:30.690Z] #43 66.99   GEN      criu/pie/parasite-blob.h
13:38:30 [2021-04-22T13:38:30.690Z] #43 67.04   CC       criu/pie/parasite-vdso.o
13:38:31 [2021-04-22T13:38:31.265Z] #43 67.68   CC       criu/arch/aarch64/vdso-pie.o
13:38:31 [2021-04-22T13:38:31.279Z] #20 3.794 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:38:31 [2021-04-22T13:38:31.279Z] #20 3.794 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:38:31 [2021-04-22T13:38:31.279Z] #20 3.816 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:38:31 [2021-04-22T13:38:31.279Z] #20 3.841 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:38:31 [2021-04-22T13:38:31.279Z] #20 4.356 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:38:31 [2021-04-22T13:38:31.821Z] #43 ...
13:38:31 [2021-04-22T13:38:31.821Z] 
13:38:31 [2021-04-22T13:38:31.821Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:31 [2021-04-22T13:38:31.821Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:38:31 [2021-04-22T13:38:31.821Z] #45 136.2 github.com/LK4D4/vndr/godl
13:38:31 [2021-04-22T13:38:31.841Z] #43 67.98   CC       criu/arch/aarch64/restorer.o
13:38:32 [2021-04-22T13:38:32.104Z] #43 68.36   CC       criu/arch/aarch64/intraprocedure.o
13:38:32 [2021-04-22T13:38:32.104Z] #43 68.40   CC       criu/pie/restorer.o
13:38:32 [2021-04-22T13:38:32.222Z] #20 5.214 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:38:32 [2021-04-22T13:38:32.239Z] #56 ...
13:38:32 [2021-04-22T13:38:32.239Z] 
13:38:32 [2021-04-22T13:38:32.239Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:32 [2021-04-22T13:38:32.239Z] #53 sha256:a7bf3ff3ad09a4e1587bf295dbf8bd1eb14fefecf7e26cdda92fe350098272bc
13:38:32 [2021-04-22T13:38:32.239Z] #53 126.2 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
13:38:32 [2021-04-22T13:38:32.239Z] #53 127.3 + mkdir -p /build
13:38:32 [2021-04-22T13:38:32.239Z] #53 127.3 + cp runc /build/runc
13:38:32 [2021-04-22T13:38:32.239Z] #53 DONE 127.8s
13:38:32 [2021-04-22T13:38:32.239Z] 
13:38:32 [2021-04-22T13:38:32.239Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:38:32 [2021-04-22T13:38:32.239Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:38:32 [2021-04-22T13:38:32.391Z] #45 137.1 github.com/LK4D4/vndr
13:38:32 [2021-04-22T13:38:32.680Z] #43 ...
13:38:32 [2021-04-22T13:38:32.680Z] 
13:38:32 [2021-04-22T13:38:32.680Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:38:32 [2021-04-22T13:38:32.680Z] #24 sha256:3a0720a96fca0cba3862253f3174b4a0c03a540e652dcefbe9a937746009d674
13:38:32 [2021-04-22T13:38:32.680Z] #24 120.6 Checking out files:  21% (2434/11243)   
Checking out files:  22% (2474/11243)   
Checking out files:  23% (2586/11243)   
Checking out files:  24% (2699/11243)   
Checking out files:  25% (2811/11243)   
Checking out files:  26% (2924/11243)   
Checking out files:  27% (3036/11243)   
Checking out files:  28% (3149/11243)   
Checking out files:  29% (3261/11243)   
Checking out files:  30% (3373/11243)   
Checking out files:  31% (3486/11243)   
Checking out files:  32% (3598/11243)   
Checking out files:  33% (3711/11243)   
Checking out files:  34% (3823/11243)   
Checking out files:  35% (3936/11243)   
Checking out files:  36% (4048/11243)   
Checking out files:  37% (4160/11243)   
Checking out files:  38% (4273/11243)   
Checking out files:  39% (4385/11243)   
Checking out files:  40% (4498/11243)   
Checking out files:  41% (4610/11243)   
Checking out files:  42% (4723/11243)   
Checking out files:  42% (4762/11243)   
Checking out files:  43% (4835/11243)   
Checking out files:  44% (4947/11243)   
Checking out files:  45% (5060/11243)   
Checking out files:  46% (5172/11243)   
Checking out files:  47% (5285/11243)   
Checking out files:  48% (5397/11243)   
Checking out files:  49% (5510/11243)   
Checking out files:  50% (5622/11243)   
Checking out files:  51% (5734/11243)   
Checking out files:  52% (5847/11243)   
Checking out files:  53% (5959/11243)   
Checking out files:  54% (6072/11243)   
Checking out files:  55% (6184/11243)   
Checking out files:  56% (6297/11243)   
Checking out files:  57% (6409/11243)   
Checking out files:  58% (6521/11243)   
Checking out files:  59% (6634/11243)   
Checking out files:  60% (6746/11243)   
Checking out files:  61% (6859/11243)   
Checking out files:  62% (6971/11243)   
Checking out files:  63% (7084/11243)   
Checking out files:  64% (7196/11243)   
Checking out files:  64% (7244/11243)   
Checking out files:  65% (7308/11243)   
Checking out files:  66% (7421/11243)   
Checking out files:  67% (7533/11243)   
Checking out files:  68% (7646/11243)   
Checking out files:  69% (7758/11243)   
Checking out files:  70% (7871/11243)   
Checking out files:  71% (7983/11243)   
Checking out files:  72% (8095/11243)   
Checking out files:  73% (8208/11243)   
Checking out files:  74% (8320/11243)   
Checking out files:  75% (8433/11243)   
Checking out files:  76% (8545/11243)   
Checking out files:  77% (8658/11243)   
Checking out files:  78% (8770/11243)   
Checking out files:  79% (8882/11243)   
Checking out files:  80% (8995/11243)   
Checking out files:  81% (9107/11243)   
Checking out files:  82% (9220/11243)   
Checking out files:  83% (9332/11243)   
Checking out files:  84% (9445/11243)   
Checking out files:  85% (9557/11243)   
Checking out files:  85% (9607/11243)   
Checking out files:  86% (9669/11243)   
Checking out files:  87% (9782/11243)   
Checking out files:  88% (9894/11243)   
Checking out files:  89% (10007/11243)   
Checking out files:  90% (10119/11243)   
Checking out files:  91% (10232/11243)   
Checking out files:  92% (10344/11243)   
Checking out files:  93% (10456/11243)   
Checking out files:  94% (10569/11243)   
Checking out files:  95% (10681/11243)   
Checking out files:  96% (10794/11243)   
Checking out files:  97% (10906/11243)   
Checking out files:  98% (11019/11243)   
Checking out files:  99% (11131/11243)   
Checking out files: 100% (11243/11243)   
Checking out files: 100% (11243/11243), done.
13:38:32 [2021-04-22T13:38:32.680Z] #24 124.6 + cd /tmp/tmp.Y4khACi20s/tmp/docker-ce
13:38:32 [2021-04-22T13:38:32.680Z] #24 124.6 + git checkout -q v17.06.2-ce
13:38:32 [2021-04-22T13:38:32.796Z] #20 ...
13:38:32 [2021-04-22T13:38:32.796Z] 
13:38:32 [2021-04-22T13:38:32.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
13:38:32 [2021-04-22T13:38:32.796Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:32 [2021-04-22T13:38:32.796Z] #43 75.43   DEP      criu/protobuf-desc.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 75.53   DEP      criu/proc_parse.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 75.79   DEP      criu/plugin.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 75.94   DEP      criu/pipes.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 76.17   DEP      criu/pie-util.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 76.29   DEP      criu/pie-util-vdso.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 76.41   DEP      criu/pie-util-vdso-elf32.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 76.50   DEP      criu/path.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 76.64   DEP      criu/parasite-syscall.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 76.80   DEP      criu/pagemap.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 76.93   DEP      criu/pagemap-cache.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 77.04   DEP      criu/page-xfer.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 77.19   DEP      criu/page-pipe.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 77.28   DEP      criu/netfilter.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 77.48   DEP      criu/net.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 77.66   DEP      criu/namespaces.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 77.79   DEP      criu/mount.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 77.96   DEP      criu/memfd.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 78.13   DEP      criu/mem.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 78.34   DEP      criu/lsm.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 78.50   DEP      criu/log.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 78.63   DEP      criu/libnetlink.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 78.78   DEP      criu/kerndat.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 78.96   DEP      criu/kcmp-ids.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 79.06   DEP      criu/irmap.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 79.27   DEP      criu/ipc_ns.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 79.44   DEP      criu/image.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 79.58   DEP      criu/image-desc.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 79.68   DEP      criu/fsnotify.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 79.87   DEP      criu/filesystems.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 80.08   DEP      criu/files.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 80.24   DEP      criu/files-reg.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 80.40   DEP      criu/files-ext.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 80.59   DEP      criu/file-lock.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 80.73   DEP      criu/file-ids.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 80.94   DEP      criu/fifo.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 81.07   DEP      criu/fdstore.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 81.17   DEP      criu/fault-injection.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 81.20   DEP      criu/external.d
13:38:32 [2021-04-22T13:38:32.796Z] #43 81.31   DEP      criu/eventpoll.d
13:38:33 [2021-04-22T13:38:33.058Z] #43 81.42   DEP      criu/eventfd.d
13:38:33 [2021-04-22T13:38:33.058Z] #43 81.53   DEP      criu/crtools.d
13:38:33 [2021-04-22T13:38:33.181Z] #56 ...
13:38:33 [2021-04-22T13:38:33.181Z] 
13:38:33 [2021-04-22T13:38:33.181Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:38:33 [2021-04-22T13:38:33.181Z] #54 sha256:519a9f9d92c45bf5e9f0e396bd496c337d2d385d340fae71f559e17e50e62049
13:38:33 [2021-04-22T13:38:33.320Z] #43 81.70   DEP      criu/cr-service.d
13:38:33 [2021-04-22T13:38:33.442Z] #54 DONE 0.2s
13:38:33 [2021-04-22T13:38:33.442Z] 
13:38:33 [2021-04-22T13:38:33.442Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:38:33 [2021-04-22T13:38:33.442Z] #56 sha256:49538623e5dd6b7bb840d157ff1be345aae0510b7a72eecb0711d8e0bf623356
13:38:33 [2021-04-22T13:38:33.581Z] #43 81.88   DEP      criu/cr-restore.d
13:38:33 [2021-04-22T13:38:33.715Z] #43 ...
13:38:33 [2021-04-22T13:38:33.715Z] 
13:38:33 [2021-04-22T13:38:33.715Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:33 [2021-04-22T13:38:33.715Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:33 [2021-04-22T13:38:33.715Z] #20 1.524 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:38:33 [2021-04-22T13:38:33.715Z] #20 1.626 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
13:38:33 [2021-04-22T13:38:33.715Z] #20 1.785 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:38:33 [2021-04-22T13:38:33.715Z] #20 1.943 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:38:33 [2021-04-22T13:38:33.715Z] #20 2.141 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [467 kB]
13:38:33 [2021-04-22T13:38:33.715Z] #20 3.157 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
13:38:33 [2021-04-22T13:38:33.715Z] #20 4.549 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:38:33 [2021-04-22T13:38:33.715Z] #20 6.129 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:38:33 [2021-04-22T13:38:33.715Z] #20 ...
13:38:33 [2021-04-22T13:38:33.715Z] 
13:38:33 [2021-04-22T13:38:33.715Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:33 [2021-04-22T13:38:33.715Z] #53 sha256:5401e4fc59f8fef15ee1f77cda124d0aa6c17e51e1f3abad7e175e1bcec529de
13:38:33 [2021-04-22T13:38:33.715Z] #53 12.65 + cd /tmp/tmp.4HZPMoSXEL/src/github.com/opencontainers/runc
13:38:33 [2021-04-22T13:38:33.715Z] #53 12.65 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:33 [2021-04-22T13:38:33.715Z] #53 13.41 + '[' -z '' ']'
13:38:33 [2021-04-22T13:38:33.715Z] #53 13.41 + target=static
13:38:33 [2021-04-22T13:38:33.715Z] #53 13.41 + make 'BUILDTAGS=seccomp ' static
13:38:33 [2021-04-22T13:38:33.715Z] #53 13.74 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
13:38:33 [2021-04-22T13:38:33.715Z] #53 ...
13:38:33 [2021-04-22T13:38:33.715Z] 
13:38:33 [2021-04-22T13:38:33.715Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:33 [2021-04-22T13:38:33.715Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:33 [2021-04-22T13:38:33.715Z] #43 72.40   LINK     criu/pie/restorer.built-in.o
13:38:33 [2021-04-22T13:38:33.715Z] #43 72.41   GEN      criu/pie/restorer-blob.h
13:38:33 [2021-04-22T13:38:33.843Z] #43 82.18   DEP      criu/cr-errno.d
13:38:33 [2021-04-22T13:38:33.843Z] #43 82.19   DEP      criu/cr-dump.d
13:38:33 [2021-04-22T13:38:33.843Z] #43 82.40   DEP      criu/cr-dedup.d
13:38:33 [2021-04-22T13:38:33.973Z] #43 72.49   DEP      criu/vdso.d
13:38:34 [2021-04-22T13:38:34.105Z] #43 82.56   DEP      criu/cr-check.d
13:38:34 [2021-04-22T13:38:34.230Z] #43 72.79   DEP      criu/vdso-compat.d
13:38:34 [2021-04-22T13:38:34.368Z] #43 82.77   DEP      criu/config.d
13:38:34 [2021-04-22T13:38:34.490Z] #43 72.98   DEP      criu/uts_ns.d
13:38:34 [2021-04-22T13:38:34.490Z] #43 73.15   DEP      criu/util.d
13:38:34 [2021-04-22T13:38:34.629Z] #43 82.99   DEP      criu/clone-noasan.d
13:38:34 [2021-04-22T13:38:34.629Z] #43 83.11   DEP      criu/cgroup.d
13:38:34 [2021-04-22T13:38:34.629Z] #43 83.24   DEP      criu/cgroup-props.d
13:38:34 [2021-04-22T13:38:34.747Z] #43 73.41   DEP      criu/uffd.d
13:38:34 [2021-04-22T13:38:34.927Z] #43 ...
13:38:34 [2021-04-22T13:38:34.927Z] 
13:38:34 [2021-04-22T13:38:34.927Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:38:34 [2021-04-22T13:38:34.927Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:38:34 [2021-04-22T13:38:34.927Z] #32 DONE 146.4s
13:38:34 [2021-04-22T13:38:34.927Z] 
13:38:34 [2021-04-22T13:38:34.927Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:34 [2021-04-22T13:38:34.927Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:34 [2021-04-22T13:38:34.927Z] #20 6.527 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [272 kB]
13:38:34 [2021-04-22T13:38:34.927Z] #20 7.803 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
13:38:35 [2021-04-22T13:38:35.004Z] #43 73.58   DEP      criu/tun.d
13:38:35 [2021-04-22T13:38:35.261Z] #43 73.73   DEP      criu/tty.d
13:38:35 [2021-04-22T13:38:35.261Z] #43 73.92   DEP      criu/timerfd.d
13:38:35 [2021-04-22T13:38:35.518Z] #43 74.10   DEP      criu/timens.d
13:38:35 [2021-04-22T13:38:35.775Z] #43 74.30   DEP      criu/sysfs_parse.d
13:38:35 [2021-04-22T13:38:35.775Z] #43 74.43   DEP      criu/sysctl.d
13:38:35 [2021-04-22T13:38:35.997Z] #24 127.7 + mkdir -p /tmp/tmp.Y4khACi20s/src/github.com/docker
13:38:35 [2021-04-22T13:38:35.997Z] #24 127.7 + mv components/cli /tmp/tmp.Y4khACi20s/src/github.com/docker/cli
13:38:35 [2021-04-22T13:38:35.997Z] #24 127.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
13:38:36 [2021-04-22T13:38:36.032Z] #43 74.63   DEP      criu/string.d
13:38:36 [2021-04-22T13:38:36.032Z] #43 74.70   DEP      criu/stats.d
13:38:36 [2021-04-22T13:38:36.289Z] #43 74.84   DEP      criu/sockets.d
13:38:36 [2021-04-22T13:38:36.575Z] #43 75.12   DEP      criu/sk-unix.d
13:38:36 [2021-04-22T13:38:36.590Z] #45 ...
13:38:36 [2021-04-22T13:38:36.590Z] 
13:38:36 [2021-04-22T13:38:36.590Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:38:36 [2021-04-22T13:38:36.590Z] #53 sha256:744198fb84c3cd36db1098d78659843c26dbf948fa207ffa5a90dcd5ef4b4819
13:38:36 [2021-04-22T13:38:36.590Z] #53 13.14 + cd /tmp/tmp.UsfNNeUzrM/src/github.com/opencontainers/runc
13:38:36 [2021-04-22T13:38:36.590Z] #53 13.14 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
13:38:36 [2021-04-22T13:38:36.590Z] #53 13.82 + '[' -z '' ']'
13:38:36 [2021-04-22T13:38:36.590Z] #53 13.83 + target=static
13:38:36 [2021-04-22T13:38:36.590Z] #53 13.83 + make 'BUILDTAGS=seccomp ' static
13:38:36 [2021-04-22T13:38:36.590Z] #53 14.10 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc .
13:38:36 [2021-04-22T13:38:36.833Z] #43 75.41   DEP      criu/sk-tcp.d
13:38:36 [2021-04-22T13:38:36.853Z] #53 ...
13:38:36 [2021-04-22T13:38:36.853Z] 
13:38:36 [2021-04-22T13:38:36.853Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:36 [2021-04-22T13:38:36.853Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:36 [2021-04-22T13:38:36.853Z] #43 71.30   LINK     criu/pie/restorer.built-in.o
13:38:36 [2021-04-22T13:38:36.853Z] #43 71.32   GEN      criu/pie/restorer-blob.h
13:38:36 [2021-04-22T13:38:36.853Z] #43 71.44   DEP      criu/vdso.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 71.70   DEP      criu/vdso-compat.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 71.83   DEP      criu/uts_ns.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 72.03   DEP      criu/util.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 72.25   DEP      criu/uffd.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 72.42   DEP      criu/tun.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 72.61   DEP      criu/tty.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 72.79   DEP      criu/timerfd.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 72.95   DEP      criu/timens.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 73.15   DEP      criu/sysfs_parse.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 73.34   DEP      criu/sysctl.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 73.45   DEP      criu/string.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 73.49   DEP      criu/stats.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 73.57   DEP      criu/sockets.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 73.79   DEP      criu/sk-unix.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 74.03   DEP      criu/sk-tcp.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 74.24   DEP      criu/sk-queue.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 74.47   DEP      criu/sk-packet.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 74.64   DEP      criu/sk-netlink.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 74.83   DEP      criu/sk-inet.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 75.10   DEP      criu/signalfd.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 75.34   DEP      criu/sigframe.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 75.42   DEP      criu/shmem.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 75.57   DEP      criu/servicefd.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 75.71   DEP      criu/seize.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 75.85   DEP      criu/seccomp.d
13:38:36 [2021-04-22T13:38:36.853Z] #43 76.06   DEP      criu/rst-malloc.d
13:38:37 [2021-04-22T13:38:37.091Z] #43 75.57   DEP      criu/sk-queue.d
13:38:37 [2021-04-22T13:38:37.091Z] #43 75.80   DEP      criu/sk-packet.d
13:38:37 [2021-04-22T13:38:37.114Z] #43 76.14   DEP      criu/rbtree.d
13:38:37 [2021-04-22T13:38:37.359Z] #43 76.01   DEP      criu/sk-netlink.d
13:38:37 [2021-04-22T13:38:37.376Z] #43 76.21   DEP      criu/pstree.d
13:38:37 [2021-04-22T13:38:37.376Z] #43 76.38   DEP      criu/protobuf.d
13:38:37 [2021-04-22T13:38:37.376Z] #43 76.49   GEN      criu/protobuf-desc-gen.h
13:38:37 [2021-04-22T13:38:37.441Z] DEBUG: print all environment variables to check how Jenkins runs this script
13:38:37 [2021-04-22T13:38:37.441Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-8091e524\powershellScript.ps1'; exit $LASTEXITCODE;
13:38:37 [2021-04-22T13:38:37.441Z] ----------------------------------------------------------------------------
13:38:37 [2021-04-22T13:38:37.441Z] 
13:38:37 [2021-04-22T13:38:37.441Z] INFO: executeCI.ps1 starting at Thu Apr 22 13:38:36 CUT 2021
13:38:37 [2021-04-22T13:38:37.441Z] 
13:38:37 [2021-04-22T13:38:37.441Z] INFO: Script version 05-Feb-2019 09:03 PDT
13:38:37 [2021-04-22T13:38:37.441Z] INFO: Running git version 2.24.1.windows.2
13:38:37 [2021-04-22T13:38:37.441Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
13:38:37 [2021-04-22T13:38:37.441Z] INFO: Environment variables:
13:38:37 [2021-04-22T13:38:37.441Z] 
13:38:37 [2021-04-22T13:38:37.441Z] Name                           Value                                                                                   
13:38:37 [2021-04-22T13:38:37.441Z] ----                           -----                                                                                   
13:38:37 [2021-04-22T13:38:37.441Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
13:38:37 [2021-04-22T13:38:37.441Z] amd64                          true                                                                                    
13:38:37 [2021-04-22T13:38:37.441Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
13:38:37 [2021-04-22T13:38:37.441Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
13:38:37 [2021-04-22T13:38:37.441Z] arm64                          true                                                                                    
13:38:37 [2021-04-22T13:38:37.441Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10                     
13:38:37 [2021-04-22T13:38:37.441Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
13:38:37 [2021-04-22T13:38:37.441Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10                                                                                 
13:38:37 [2021-04-22T13:38:37.441Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
13:38:37 [2021-04-22T13:38:37.442Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
13:38:37 [2021-04-22T13:38:37.442Z] BRANCH_NAME                    PR-42164                                                                                
13:38:37 [2021-04-22T13:38:37.442Z] BUILD_DISPLAY_NAME             #9                                                                                      
13:38:37 [2021-04-22T13:38:37.442Z] BUILD_ID                       9                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] BUILD_NUMBER                   9                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] BUILD_TAG                      jenkins-moby-PR-42164-9                                                                 
13:38:37 [2021-04-22T13:38:37.442Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42164/9/                              
13:38:37 [2021-04-22T13:38:37.442Z] cgroup2                        true                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_AUTHOR                  olljanat                                                                                
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_AUTHOR_DISPLAY_NAME     Olli Janatuinen                                                                         
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_BRANCH                  tests/win-prepare-for-containerd                                                        
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_FORK                    olljanat                                                                                
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_ID                      42164                                                                                   
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_TARGET                  master                                                                                  
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_TITLE                   Prepare tests for Windows containerd support                                            
13:38:37 [2021-04-22T13:38:37.442Z] CHANGE_URL                     https://github.com/moby/moby/pull/42164                                                 
13:38:37 [2021-04-22T13:38:37.442Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
13:38:37 [2021-04-22T13:38:37.442Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
13:38:37 [2021-04-22T13:38:37.442Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
13:38:37 [2021-04-22T13:38:37.442Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
13:38:37 [2021-04-22T13:38:37.442Z] COMPUTERNAME                   azwin-2-269b30                                                                          
13:38:37 [2021-04-22T13:38:37.442Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
13:38:37 [2021-04-22T13:38:37.442Z] ConfigSequenceNumber           0                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] dco                            true                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] DOCKER_BUILDKIT                0                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] DOCKER_DUT_DEBUG               1                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] DOCKER_EXPERIMENTAL            1                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
13:38:37 [2021-04-22T13:38:37.442Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
13:38:37 [2021-04-22T13:38:37.442Z] EXECUTOR_NUMBER                0                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] FQDN                           azwin-2-269b30.westus.cloudapp.azure.com                                                
13:38:37 [2021-04-22T13:38:37.442Z] GIT_BRANCH                     PR-42164                                                                                
13:38:37 [2021-04-22T13:38:37.442Z] GIT_COMMIT                     bffa730860f5b9453a0c08dce386ce1eb4ecd2e3                                                
13:38:37 [2021-04-22T13:38:37.442Z] GIT_PREVIOUS_COMMIT            bffa730860f5b9453a0c08dce386ce1eb4ecd2e3                                                
13:38:37 [2021-04-22T13:38:37.442Z] GIT_URL                        https://github.com/moby/moby.git                                                        
13:38:37 [2021-04-22T13:38:37.442Z] HUDSON_COOKIE                  cd473d1f-1e7f-49a1-9ac5-4dd51e3e0661                                                    
13:38:37 [2021-04-22T13:38:37.442Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
13:38:37 [2021-04-22T13:38:37.442Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
13:38:37 [2021-04-22T13:38:37.442Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
13:38:37 [2021-04-22T13:38:37.442Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
13:38:37 [2021-04-22T13:38:37.442Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
13:38:37 [2021-04-22T13:38:37.442Z] JENKINS_NODE_COOKIE            4c34e58e-f1f0-4f75-a0b1-3756e28dbf3a                                                    
13:38:37 [2021-04-22T13:38:37.442Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
13:38:37 [2021-04-22T13:38:37.442Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
13:38:37 [2021-04-22T13:38:37.442Z] JOB_BASE_NAME                  PR-42164                                                                                
13:38:37 [2021-04-22T13:38:37.442Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42164/display/redirect                
13:38:37 [2021-04-22T13:38:37.442Z] JOB_NAME                       moby/PR-42164                                                                           
13:38:37 [2021-04-22T13:38:37.442Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42164/                                
13:38:37 [2021-04-22T13:38:37.442Z] library.jps.version            master                                                                                  
13:38:37 [2021-04-22T13:38:37.442Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
13:38:37 [2021-04-22T13:38:37.442Z] NODE_LABELS                    amd64 azure azwin-2-269b30 azwin-2019 docker west-us windows windows-2019 x86_64        
13:38:37 [2021-04-22T13:38:37.442Z] NODE_NAME                      azwin-2-269b30                                                                          
13:38:37 [2021-04-22T13:38:37.442Z] NUMBER_OF_PROCESSORS           4                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] OS                             Windows_NT                                                                              
13:38:37 [2021-04-22T13:38:37.442Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
13:38:37 [2021-04-22T13:38:37.442Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
13:38:37 [2021-04-22T13:38:37.442Z] ppc64le                        false                                                                                   
13:38:37 [2021-04-22T13:38:37.442Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
13:38:37 [2021-04-22T13:38:37.442Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
13:38:37 [2021-04-22T13:38:37.442Z] PROCESSOR_LEVEL                6                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] PROCESSOR_REVISION             4f01                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] ProgramData                    C:\ProgramData                                                                          
13:38:37 [2021-04-22T13:38:37.442Z] ProgramFiles                   C:\Program Files                                                                        
13:38:37 [2021-04-22T13:38:37.442Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
13:38:37 [2021-04-22T13:38:37.442Z] ProgramW6432                   C:\Program Files                                                                        
13:38:37 [2021-04-22T13:38:37.442Z] PROMPT                         $P$G                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] PSExecutionPolicyPreference    Bypass                                                                                  
13:38:37 [2021-04-22T13:38:37.442Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
13:38:37 [2021-04-22T13:38:37.442Z] PUBLIC                         C:\Users\Public                                                                         
13:38:37 [2021-04-22T13:38:37.442Z] rootless                       true                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect?page=artif...
13:38:37 [2021-04-22T13:38:37.442Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect?page=changes 
13:38:37 [2021-04-22T13:38:37.442Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect              
13:38:37 [2021-04-22T13:38:37.442Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect?page=tests   
13:38:37 [2021-04-22T13:38:37.442Z] s390x                          false                                                                                   
13:38:37 [2021-04-22T13:38:37.442Z] SKIP_VALIDATION_TESTS          1                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] SOURCES_DRIVE                  d                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] SOURCES_SUBDIR                 gopath                                                                                  
13:38:37 [2021-04-22T13:38:37.442Z] STAGE_NAME                     Run tests                                                                               
13:38:37 [2021-04-22T13:38:37.442Z] SystemDrive                    C:                                                                                      
13:38:37 [2021-04-22T13:38:37.442Z] SystemRoot                     C:\windows                                                                              
13:38:37 [2021-04-22T13:38:37.442Z] TEMP                           C:\windows\TEMP                                                                         
13:38:37 [2021-04-22T13:38:37.442Z] TESTDEBUG                      0                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] TESTRUN_DRIVE                  d                                                                                       
13:38:37 [2021-04-22T13:38:37.442Z] TESTRUN_SUBDIR                 CI                                                                                      
13:38:37 [2021-04-22T13:38:37.442Z] TIMEOUT                        120m                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] TMP                            C:\windows\TEMP                                                                         
13:38:37 [2021-04-22T13:38:37.442Z] unit_validate                  true                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] USERDOMAIN                     WORKGROUP                                                                               
13:38:37 [2021-04-22T13:38:37.442Z] USERNAME                       azwin-2-269b30$                                                                         
13:38:37 [2021-04-22T13:38:37.442Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
13:38:37 [2021-04-22T13:38:37.442Z] validate_force                 false                                                                                   
13:38:37 [2021-04-22T13:38:37.442Z] windir                         C:\windows                                                                              
13:38:37 [2021-04-22T13:38:37.442Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
13:38:37 [2021-04-22T13:38:37.442Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
13:38:37 [2021-04-22T13:38:37.442Z] windows2022                    true                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] windowsRS1                     false                                                                                   
13:38:37 [2021-04-22T13:38:37.442Z] windowsRS5                     true                                                                                    
13:38:37 [2021-04-22T13:38:37.442Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
13:38:37 [2021-04-22T13:38:37.442Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
13:38:37 [2021-04-22T13:38:37.442Z] 
13:38:37 [2021-04-22T13:38:37.442Z] 
13:38:37 [2021-04-22T13:38:37.442Z] 
13:38:37 [2021-04-22T13:38:37.442Z] INFO: Sources under d:\gopath\...
13:38:37 [2021-04-22T13:38:37.442Z] INFO: Test run under d:\CI\...
13:38:37 [2021-04-22T13:38:37.442Z] INFO: Running in D:\gopath\src\github.com\docker\docker
13:38:37 [2021-04-22T13:38:37.442Z] INFO: docker/docker repository was found
13:38:37 [2021-04-22T13:38:37.442Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
13:38:37 [2021-04-22T13:38:37.638Z] #43 76.25   DEP      criu/sk-inet.d
13:38:37 [2021-04-22T13:38:37.894Z] #43 76.49   DEP      criu/signalfd.d
13:38:37 [2021-04-22T13:38:37.905Z] ltsc2019: Pulling from windows/servercore
13:38:37 [2021-04-22T13:38:37.905Z] 4612f6d0b889: Pulling fs layer
13:38:37 [2021-04-22T13:38:37.923Z] #24 ...
13:38:37 [2021-04-22T13:38:37.923Z] 
13:38:37 [2021-04-22T13:38:37.923Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:37 [2021-04-22T13:38:37.923Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:38:37 [2021-04-22T13:38:37.923Z] #20 8.310 Reading package lists...
13:38:37 [2021-04-22T13:38:37.923Z] #20 11.91 Reading package lists...
13:38:37 [2021-04-22T13:38:37.923Z] #20 14.40 Building dependency tree...
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42 libcap2-bin is already the newest version (1:2.25-2).
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42 The following additional packages will be installed:
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   python3.7 python3.7-minimal vim-runtime xxd
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42 Suggested packages:
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42 Recommended packages:
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   aufs-dkms nftables build-essential python3-dev python3-keyring
13:38:37 [2021-04-22T13:38:37.923Z] #20 15.42   python3-keyrings.alt python3-xdg unzip
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.46 The following NEW packages will be installed:
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.46   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.46   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.46   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.46   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.47   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.47   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.47   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.47   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.47   xz-utils zip
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.80 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.80 Need to get 27.6 MB of archives.
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.80 After this operation, 114 MB of additional disk space will be used.
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.96 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.98 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 16.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.06 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.06 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.07 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.08 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.09 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.10 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.24 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.49 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.50 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.51 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.52 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.53 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.53 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.93 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.94 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.94 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.94 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.94 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 17.95 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.00 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.01 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.01 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.06 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.17 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.17 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.18 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.21 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.23 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.24 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.53 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.56 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 18.75 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.56 debconf: delaying package configuration, since apt-utils is not installed
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.64 Fetched 27.6 MB in 2s (12.3 MB/s)
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.68 Selecting previously unselected package pigz.
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23408 files and directories currently installed.)
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.75 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.77 Unpacking pigz (2.4-1) ...
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.86 Selecting previously unselected package libpython3.7-minimal:arm64.
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.87 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
13:38:37 [2021-04-22T13:38:37.923Z] #20 19.88 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
13:38:37 [2021-04-22T13:38:37.923Z] #20 20.38 Selecting previously unselected package python3.7-minimal.
13:38:37 [2021-04-22T13:38:37.923Z] #20 20.38 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
13:38:37 [2021-04-22T13:38:37.923Z] #20 20.42 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:37 [2021-04-22T13:38:37.923Z] #20 20.91 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
13:38:37 [2021-04-22T13:38:37.923Z] #20 20.94 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:38 [2021-04-22T13:38:38.150Z] #43 76.69   DEP      criu/sigframe.d
13:38:38 [2021-04-22T13:38:38.150Z] #43 76.84   DEP      criu/shmem.d
13:38:38 [2021-04-22T13:38:38.367Z] 399f118dfaa9: Pulling fs layer
13:38:38 [2021-04-22T13:38:38.372Z] Commit message: "Prepare tests for Windows containerd support"
13:38:38 [2021-04-22T13:38:38.406Z] #43 77.03   DEP      criu/servicefd.d
13:38:38 [2021-04-22T13:38:38.661Z] #43 77.17   DEP      criu/seize.d
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
13:38:38 [2021-04-22T13:38:38.918Z] #43 77.31   DEP      criu/seccomp.d
13:38:38 [2021-04-22T13:38:38.918Z] #43 77.47   DEP      criu/rst-malloc.d
13:38:38 [2021-04-22T13:38:38.918Z] #43 77.52   DEP      criu/rbtree.d
13:38:38 [2021-04-22T13:38:38.918Z] #43 77.56   DEP      criu/pstree.d
13:38:39 [2021-04-22T13:38:39.162Z] #20 ...
13:38:39 [2021-04-22T13:38:39.162Z] 
13:38:39 [2021-04-22T13:38:39.162Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:39 [2021-04-22T13:38:39.162Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:39 [2021-04-22T13:38:39.162Z] #43 83.49   DEP      criu/bitmap.d
13:38:39 [2021-04-22T13:38:39.162Z] #43 83.51   DEP      criu/bfd.d
13:38:39 [2021-04-22T13:38:39.162Z] #43 83.69   DEP      criu/autofs.d
13:38:39 [2021-04-22T13:38:39.162Z] #43 83.93   DEP      criu/aio.d
13:38:39 [2021-04-22T13:38:39.162Z] #43 84.07   DEP      criu/action-scripts.d
13:38:39 [2021-04-22T13:38:39.162Z] #43 84.45   CC       criu/action-scripts.o
13:38:39 [2021-04-22T13:38:39.162Z] #43 84.93   CC       criu/aio.o
13:38:39 [2021-04-22T13:38:39.162Z] #43 85.47   CC       criu/autofs.o
13:38:39 [2021-04-22T13:38:39.162Z] #43 87.04   CC       criu/bfd.o
13:38:39 [2021-04-22T13:38:39.162Z] #43 87.58   CC       criu/bitmap.o
13:38:39 [2021-04-22T13:38:39.175Z] #43 77.71   DEP      criu/protobuf.d
13:38:39 [2021-04-22T13:38:39.175Z] #43 ...
13:38:39 [2021-04-22T13:38:39.175Z] 
13:38:39 [2021-04-22T13:38:39.175Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:39 [2021-04-22T13:38:39.175Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:38:39 [2021-04-22T13:38:39.175Z] #45 134.0 github.com/LK4D4/vndr/godl
13:38:39 [2021-04-22T13:38:39.175Z] #45 134.8 github.com/LK4D4/vndr
13:38:39 [2021-04-22T13:38:39.287Z] #43 78.42   DEP      criu/protobuf-desc.d
13:38:39 [2021-04-22T13:38:39.422Z] #43 87.78   CC       criu/cgroup-props.o
13:38:39 [2021-04-22T13:38:39.432Z] #45 ...
13:38:39 [2021-04-22T13:38:39.432Z] 
13:38:39 [2021-04-22T13:38:39.432Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:39 [2021-04-22T13:38:39.432Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:39 [2021-04-22T13:38:39.432Z] #43 77.89   GEN      criu/protobuf-desc-gen.h
13:38:39 [2021-04-22T13:38:39.547Z] #43 78.62   DEP      criu/proc_parse.d
13:38:39 [2021-04-22T13:38:39.807Z] #43 78.91   DEP      criu/plugin.d
13:38:39 [2021-04-22T13:38:39.807Z] #43 79.01   DEP      criu/pipes.d
13:38:39 [2021-04-22T13:38:39.849Z] #20 23.25 Selecting previously unselected package python3-minimal.
13:38:39 [2021-04-22T13:38:39.849Z] #20 23.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23657 files and directories currently installed.)
13:38:39 [2021-04-22T13:38:39.849Z] #20 23.32 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
13:38:39 [2021-04-22T13:38:39.849Z] #20 23.34 Unpacking python3-minimal (3.7.3-1) ...
13:38:40 [2021-04-22T13:38:40.067Z] #43 79.17   DEP      criu/pie-util.d
13:38:40 [2021-04-22T13:38:40.067Z] #43 79.28   DEP      criu/pie-util-vdso.d
13:38:40 [2021-04-22T13:38:40.112Z] #20 23.44 Selecting previously unselected package libmpdec2:arm64.
13:38:40 [2021-04-22T13:38:40.112Z] #20 23.44 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
13:38:40 [2021-04-22T13:38:40.112Z] #20 23.48 Unpacking libmpdec2:arm64 (2.4.2-2) ...
13:38:40 [2021-04-22T13:38:40.112Z] #20 23.58 Selecting previously unselected package libpython3.7-stdlib:arm64.
13:38:40 [2021-04-22T13:38:40.112Z] #20 23.59 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
13:38:40 [2021-04-22T13:38:40.112Z] #20 23.59 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
13:38:40 [2021-04-22T13:38:40.362Z] #43 ...
13:38:40 [2021-04-22T13:38:40.362Z] 
13:38:40 [2021-04-22T13:38:40.362Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:40 [2021-04-22T13:38:40.362Z] #45 sha256:e00359bd625a43eef9d4ebe7cdef511701c396b684c32c1be445979e272a1e24
13:38:40 [2021-04-22T13:38:40.362Z] #45 DONE 145.0s
13:38:40 [2021-04-22T13:38:40.362Z] 
13:38:40 [2021-04-22T13:38:40.362Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:40 [2021-04-22T13:38:40.362Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:40 [2021-04-22T13:38:40.362Z] #20 11.58 Fetched 8941 kB in 10s (868 kB/s)
13:38:40 [2021-04-22T13:38:40.362Z] #20 11.58 Reading package lists...
13:38:40 [2021-04-22T13:38:40.366Z] #43 88.49   CC       criu/cgroup.o
13:38:40 [2021-04-22T13:38:40.636Z] #43 79.45   DEP      criu/pie-util-vdso-elf32.d
13:38:40 [2021-04-22T13:38:40.636Z] #43 79.58   DEP      criu/path.d
13:38:40 [2021-04-22T13:38:40.896Z] #43 79.74   DEP      criu/parasite-syscall.d
13:38:40 [2021-04-22T13:38:40.896Z] #43 79.97   DEP      criu/pagemap.d
13:38:41 [2021-04-22T13:38:41.061Z] #20 24.36 Selecting previously unselected package python3.7.
13:38:41 [2021-04-22T13:38:41.061Z] #20 24.38 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
13:38:41 [2021-04-22T13:38:41.061Z] #20 24.38 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:38:41 [2021-04-22T13:38:41.061Z] #20 24.52 Selecting previously unselected package libpython3-stdlib:arm64.
13:38:41 [2021-04-22T13:38:41.061Z] #20 24.53 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
13:38:41 [2021-04-22T13:38:41.061Z] #20 24.54 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
13:38:41 [2021-04-22T13:38:41.155Z] #43 80.17   DEP      criu/pagemap-cache.d
13:38:41 [2021-04-22T13:38:41.155Z] #43 80.30   DEP      criu/page-xfer.d
13:38:41 [2021-04-22T13:38:41.324Z] #20 24.66 Setting up python3-minimal (3.7.3-1) ...
13:38:41 [2021-04-22T13:38:41.415Z] #43 80.45   DEP      criu/page-pipe.d
13:38:41 [2021-04-22T13:38:41.415Z] #43 80.56   DEP      criu/netfilter.d
13:38:41 [2021-04-22T13:38:41.575Z] + docker version
13:38:41 [2021-04-22T13:38:41.675Z] #43 80.74   DEP      criu/net.d
13:38:41 [2021-04-22T13:38:41.732Z] #20 16.41 Reading package lists...
13:38:41 [2021-04-22T13:38:41.732Z] #20 ...
13:38:41 [2021-04-22T13:38:41.732Z] 
13:38:41 [2021-04-22T13:38:41.732Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:41 [2021-04-22T13:38:41.732Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:41 [2021-04-22T13:38:41.732Z] #43 80.40   DEP      criu/protobuf-desc.d
13:38:41 [2021-04-22T13:38:41.935Z] #43 80.94   DEP      criu/namespaces.d
13:38:41 [2021-04-22T13:38:41.935Z] #43 81.11   DEP      criu/mount.d
13:38:41 [2021-04-22T13:38:41.989Z] #43 80.59   DEP      criu/proc_parse.d
13:38:42 [2021-04-22T13:38:42.195Z] #43 81.40   DEP      criu/memfd.d
13:38:42 [2021-04-22T13:38:42.246Z] #43 80.77   DEP      criu/plugin.d
13:38:42 [2021-04-22T13:38:42.246Z] #43 80.88   DEP      criu/pipes.d
13:38:42 [2021-04-22T13:38:42.502Z] #43 81.08   DEP      criu/pie-util.d
13:38:42 [2021-04-22T13:38:42.718Z] #20 25.98 Selecting previously unselected package python3.
13:38:42 [2021-04-22T13:38:42.718Z] #20 25.98 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24069 files and directories currently installed.)
13:38:42 [2021-04-22T13:38:42.718Z] #20 26.07 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
13:38:42 [2021-04-22T13:38:42.718Z] #20 26.10 Unpacking python3 (3.7.3-1) ...
13:38:42 [2021-04-22T13:38:42.759Z] #43 81.20   DEP      criu/pie-util-vdso.d
13:38:42 [2021-04-22T13:38:42.759Z] #43 81.37   DEP      criu/pie-util-vdso-elf32.d
13:38:42 [2021-04-22T13:38:42.765Z] #43 ...
13:38:42 [2021-04-22T13:38:42.765Z] 
13:38:42 [2021-04-22T13:38:42.765Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
13:38:42 [2021-04-22T13:38:42.765Z] #45 sha256:a432dc340dec5ecbe14c9a7baaf85a85cdf080ac5005169658696c0158118fdb
13:38:42 [2021-04-22T13:38:42.765Z] #45 DONE 147.5s
13:38:42 [2021-04-22T13:38:42.765Z] 
13:38:42 [2021-04-22T13:38:42.765Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:42 [2021-04-22T13:38:42.765Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:42 [2021-04-22T13:38:42.765Z] #43 81.67   DEP      criu/mem.d
13:38:42 [2021-04-22T13:38:42.765Z] #43 ...
13:38:42 [2021-04-22T13:38:42.765Z] 
13:38:42 [2021-04-22T13:38:42.765Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:42 [2021-04-22T13:38:42.765Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:42 [2021-04-22T13:38:42.765Z] #20 11.04 Fetched 8941 kB in 10s (902 kB/s)
13:38:42 [2021-04-22T13:38:42.765Z] #20 11.04 Reading package lists...
13:38:42 [2021-04-22T13:38:42.765Z] #20 15.55 Reading package lists...
13:38:42 [2021-04-22T13:38:42.915Z] #43 91.21   CC       criu/clone-noasan.o
13:38:42 [2021-04-22T13:38:42.915Z] #43 91.40   CC       criu/config.o
13:38:42 [2021-04-22T13:38:42.981Z] #20 26.21 Selecting previously unselected package libip4tc0:arm64.
13:38:42 [2021-04-22T13:38:42.981Z] #20 26.24 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
13:38:42 [2021-04-22T13:38:42.981Z] #20 26.25 Unpacking libip4tc0:arm64 (1.8.2-4) ...
13:38:42 [2021-04-22T13:38:42.981Z] #20 26.37 Selecting previously unselected package libip6tc0:arm64.
13:38:42 [2021-04-22T13:38:42.981Z] #20 26.39 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
13:38:42 [2021-04-22T13:38:42.981Z] #20 26.40 Unpacking libip6tc0:arm64 (1.8.2-4) ...
13:38:43 [2021-04-22T13:38:43.015Z] #43 81.47   DEP      criu/path.d
13:38:43 [2021-04-22T13:38:43.015Z] #43 81.61   DEP      criu/parasite-syscall.d
13:38:43 [2021-04-22T13:38:43.024Z] #20 19.97 Building dependency tree...
13:38:43 [2021-04-22T13:38:43.024Z] #20 ...
13:38:43 [2021-04-22T13:38:43.024Z] 
13:38:43 [2021-04-22T13:38:43.024Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:43 [2021-04-22T13:38:43.024Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:43 [2021-04-22T13:38:43.024Z] #43 82.01   DEP      criu/lsm.d
13:38:43 [2021-04-22T13:38:43.024Z] #43 82.24   DEP      criu/log.d
13:38:43 [2021-04-22T13:38:43.244Z] #20 26.53 Selecting previously unselected package libiptc0:arm64.
13:38:43 [2021-04-22T13:38:43.244Z] #20 26.54 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
13:38:43 [2021-04-22T13:38:43.244Z] #20 26.55 Unpacking libiptc0:arm64 (1.8.2-4) ...
13:38:43 [2021-04-22T13:38:43.244Z] #20 26.65 Selecting previously unselected package libnfnetlink0:arm64.
13:38:43 [2021-04-22T13:38:43.244Z] #20 26.65 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
13:38:43 [2021-04-22T13:38:43.244Z] #20 26.66 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:38:43 [2021-04-22T13:38:43.244Z] #20 26.77 Selecting previously unselected package libnetfilter-conntrack3:arm64.
13:38:43 [2021-04-22T13:38:43.271Z] #43 81.80   DEP      criu/pagemap.d
13:38:43 [2021-04-22T13:38:43.507Z] #20 26.78 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
13:38:43 [2021-04-22T13:38:43.507Z] #20 26.79 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
13:38:43 [2021-04-22T13:38:43.507Z] #20 26.87 Selecting previously unselected package libnftnl11:arm64.
13:38:43 [2021-04-22T13:38:43.507Z] #20 26.88 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
13:38:43 [2021-04-22T13:38:43.507Z] #20 26.89 Unpacking libnftnl11:arm64 (1.1.2-2) ...
13:38:43 [2021-04-22T13:38:43.507Z] #20 27.01 Selecting previously unselected package iptables.
13:38:43 [2021-04-22T13:38:43.528Z] #43 81.92   DEP      criu/pagemap-cache.d
13:38:43 [2021-04-22T13:38:43.528Z] #43 82.11   DEP      criu/page-xfer.d
13:38:43 [2021-04-22T13:38:43.593Z] #43 82.47   DEP      criu/libnetlink.d
13:38:43 [2021-04-22T13:38:43.771Z] #20 27.02 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
13:38:43 [2021-04-22T13:38:43.771Z] #20 27.02 Unpacking iptables (1.8.2-4) ...
13:38:43 [2021-04-22T13:38:43.784Z] #43 82.27   DEP      criu/page-pipe.d
13:38:43 [2021-04-22T13:38:43.784Z] #43 82.36   DEP      criu/netfilter.d
13:38:43 [2021-04-22T13:38:43.784Z] #43 82.50   DEP      criu/net.d
13:38:43 [2021-04-22T13:38:43.853Z] #43 82.73   DEP      criu/kerndat.d
13:38:43 [2021-04-22T13:38:43.853Z] #43 82.89   DEP      criu/kcmp-ids.d
13:38:43 [2021-04-22T13:38:43.853Z] #43 82.95   DEP      criu/irmap.d
13:38:44 [2021-04-22T13:38:44.034Z] #20 27.38 Selecting previously unselected package xxd.
13:38:44 [2021-04-22T13:38:44.034Z] #20 27.40 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
13:38:44 [2021-04-22T13:38:44.034Z] #20 27.41 Unpacking xxd (2:8.1.0875-5) ...
13:38:44 [2021-04-22T13:38:44.040Z] #43 82.67   DEP      criu/namespaces.d
13:38:44 [2021-04-22T13:38:44.112Z] #43 83.05   DEP      criu/ipc_ns.d
13:38:44 [2021-04-22T13:38:44.112Z] #43 83.18   DEP      criu/image.d
13:38:44 [2021-04-22T13:38:44.297Z] #43 82.87   DEP      criu/mount.d
13:38:44 [2021-04-22T13:38:44.297Z] #20 27.59 Selecting previously unselected package vim-common.
13:38:44 [2021-04-22T13:38:44.297Z] #20 27.60 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:38:44 [2021-04-22T13:38:44.297Z] #20 27.64 Unpacking vim-common (2:8.1.0875-5) ...
13:38:44 [2021-04-22T13:38:44.297Z] #20 27.83 Selecting previously unselected package bash-completion.
13:38:44 [2021-04-22T13:38:44.300Z] #43 92.60   CC       criu/cr-check.o
13:38:44 [2021-04-22T13:38:44.430Z] #43 83.30   DEP      criu/image-desc.d
13:38:44 [2021-04-22T13:38:44.430Z] #43 83.50   DEP      criu/fsnotify.d
13:38:44 [2021-04-22T13:38:44.554Z] #43 83.02   DEP      criu/memfd.d
13:38:44 [2021-04-22T13:38:44.554Z] #43 83.15   DEP      criu/mem.d
13:38:44 [2021-04-22T13:38:44.561Z] #20 27.86 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:38:44 [2021-04-22T13:38:44.561Z] #20 ...
13:38:44 [2021-04-22T13:38:44.561Z] 
13:38:44 [2021-04-22T13:38:44.561Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:44 [2021-04-22T13:38:44.561Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:44 [2021-04-22T13:38:44.561Z] #43 70.99   LINK     criu/pie/restorer.built-in.o
13:38:44 [2021-04-22T13:38:44.561Z] #43 71.01   GEN      criu/pie/restorer-blob.h
13:38:44 [2021-04-22T13:38:44.561Z] #43 71.13   DEP      criu/vdso.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 71.32   DEP      criu/uts_ns.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 71.44   DEP      criu/util.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 71.60   DEP      criu/uffd.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 71.75   DEP      criu/tun.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 71.88   DEP      criu/tty.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 72.09   DEP      criu/timerfd.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 72.23   DEP      criu/timens.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 72.41   DEP      criu/sysfs_parse.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 72.62   DEP      criu/sysctl.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 72.76   DEP      criu/string.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 72.82   DEP      criu/stats.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 72.97   DEP      criu/sockets.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 73.22   DEP      criu/sk-unix.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 73.45   DEP      criu/sk-tcp.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 73.55   DEP      criu/sk-queue.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 73.64   DEP      criu/sk-packet.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 73.82   DEP      criu/sk-netlink.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 73.96   DEP      criu/sk-inet.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 74.10   DEP      criu/signalfd.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 74.28   DEP      criu/sigframe.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 74.40   DEP      criu/shmem.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 74.59   DEP      criu/servicefd.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 74.75   DEP      criu/seize.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 74.99   DEP      criu/seccomp.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 75.21   DEP      criu/rst-malloc.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 75.29   DEP      criu/rbtree.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 75.33   DEP      criu/pstree.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 75.57   DEP      criu/protobuf.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 75.77   GEN      criu/protobuf-desc-gen.h
13:38:44 [2021-04-22T13:38:44.561Z] #43 77.37   DEP      criu/protobuf-desc.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 77.51   DEP      criu/proc_parse.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 77.74   DEP      criu/plugin.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 77.80   DEP      criu/pipes.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 78.04   DEP      criu/pie-util.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 78.17   DEP      criu/pie-util-vdso.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 78.34   DEP      criu/path.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 78.52   DEP      criu/parasite-syscall.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 78.82   DEP      criu/pagemap.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 79.00   DEP      criu/pagemap-cache.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 79.25   DEP      criu/page-xfer.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 79.46   DEP      criu/page-pipe.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 79.61   DEP      criu/netfilter.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 79.79   DEP      criu/net.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 79.98   DEP      criu/namespaces.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 80.20   DEP      criu/mount.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 80.44   DEP      criu/memfd.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 80.53   DEP      criu/mem.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 80.68   DEP      criu/lsm.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 80.80   DEP      criu/log.d
13:38:44 [2021-04-22T13:38:44.561Z] #43 80.91   DEP      criu/libnetlink.d
13:38:44 [2021-04-22T13:38:44.699Z] #43 83.69   DEP      criu/filesystems.d
13:38:44 [2021-04-22T13:38:44.811Z] #43 83.36   DEP      criu/lsm.d
13:38:44 [2021-04-22T13:38:44.824Z] #43 81.06   DEP      criu/kerndat.d
13:38:44 [2021-04-22T13:38:44.824Z] #43 81.23   DEP      criu/kcmp-ids.d
13:38:44 [2021-04-22T13:38:44.824Z] #43 81.33   DEP      criu/irmap.d
13:38:44 [2021-04-22T13:38:44.966Z] #43 83.86   DEP      criu/files.d
13:38:44 [2021-04-22T13:38:44.966Z] #43 84.09   DEP      criu/files-reg.d
13:38:45 [2021-04-22T13:38:45.067Z] #43 83.57   DEP      criu/log.d
13:38:45 [2021-04-22T13:38:45.067Z] #43 83.76   DEP      criu/libnetlink.d
13:38:45 [2021-04-22T13:38:45.236Z] #43 84.33   DEP      criu/files-ext.d
13:38:45 [2021-04-22T13:38:45.324Z] #43 83.88   DEP      criu/kerndat.d
13:38:45 [2021-04-22T13:38:45.324Z] #43 84.06   DEP      criu/kcmp-ids.d
13:38:45 [2021-04-22T13:38:45.399Z] #43 81.52   DEP      criu/ipc_ns.d
13:38:45 [2021-04-22T13:38:45.399Z] #43 81.72   DEP      criu/image.d
13:38:45 [2021-04-22T13:38:45.399Z] #43 81.89   DEP      criu/image-desc.d
13:38:45 [2021-04-22T13:38:45.498Z] #43 84.48   DEP      criu/file-lock.d
13:38:45 [2021-04-22T13:38:45.580Z] #43 84.17   DEP      criu/irmap.d
13:38:45 [2021-04-22T13:38:45.580Z] #43 84.29   DEP      criu/ipc_ns.d
13:38:45 [2021-04-22T13:38:45.662Z] #43 81.98   DEP      criu/fsnotify.d
13:38:45 [2021-04-22T13:38:45.758Z] #43 84.63   DEP      criu/file-ids.d
13:38:45 [2021-04-22T13:38:45.758Z] #43 84.78   DEP      criu/fifo.d
13:38:45 [2021-04-22T13:38:45.837Z] #43 84.46   DEP      criu/image.d
13:38:45 [2021-04-22T13:38:45.925Z] #43 82.18   DEP      criu/filesystems.d
13:38:45 [2021-04-22T13:38:45.925Z] #43 82.30   DEP      criu/files.d
13:38:45 [2021-04-22T13:38:45.925Z] #43 82.41   DEP      criu/files-reg.d
13:38:46 [2021-04-22T13:38:46.017Z] #43 84.98   DEP      criu/fdstore.d
13:38:46 [2021-04-22T13:38:46.017Z] #43 85.09   DEP      criu/fault-injection.d
13:38:46 [2021-04-22T13:38:46.017Z] #43 85.16   DEP      criu/external.d
13:38:46 [2021-04-22T13:38:46.094Z] #43 84.59   DEP      criu/image-desc.d
13:38:46 [2021-04-22T13:38:46.094Z] #43 84.67   DEP      criu/fsnotify.d
13:38:46 [2021-04-22T13:38:46.212Z] #43 94.27   CC       criu/cr-dedup.o
13:38:46 [2021-04-22T13:38:46.212Z] #43 94.69   CC       criu/cr-dump.o
13:38:46 [2021-04-22T13:38:46.276Z] #43 85.29   DEP      criu/eventpoll.d
13:38:46 [2021-04-22T13:38:46.351Z] #43 84.89   DEP      criu/filesystems.d
13:38:46 [2021-04-22T13:38:46.502Z] #43 82.57   DEP      criu/files-ext.d
13:38:46 [2021-04-22T13:38:46.502Z] #43 82.77   DEP      criu/file-lock.d
13:38:46 [2021-04-22T13:38:46.502Z] #43 82.96   DEP      criu/file-ids.d
13:38:46 [2021-04-22T13:38:46.536Z] #43 85.48   DEP      criu/eventfd.d
13:38:46 [2021-04-22T13:38:46.536Z] #43 85.69   DEP      criu/crtools.d
13:38:46 [2021-04-22T13:38:46.607Z] #43 85.13   DEP      criu/files.d
13:38:46 [2021-04-22T13:38:46.607Z] #43 85.30   DEP      criu/files-reg.d
13:38:46 [2021-04-22T13:38:46.765Z] #43 83.17   DEP      criu/fifo.d
13:38:46 [2021-04-22T13:38:46.864Z] #43 ...
13:38:46 [2021-04-22T13:38:46.864Z] 
13:38:46 [2021-04-22T13:38:46.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
13:38:46 [2021-04-22T13:38:46.864Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:38:46 [2021-04-22T13:38:46.864Z] #32 DONE 151.6s
13:38:46 [2021-04-22T13:38:46.864Z] 
13:38:46 [2021-04-22T13:38:46.864Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:46 [2021-04-22T13:38:46.864Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:46 [2021-04-22T13:38:46.864Z] #43 85.53   DEP      criu/files-ext.d
13:38:46 [2021-04-22T13:38:46.864Z] #43 ...
13:38:46 [2021-04-22T13:38:46.864Z] 
13:38:46 [2021-04-22T13:38:46.864Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:46 [2021-04-22T13:38:46.864Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:46 [2021-04-22T13:38:46.864Z] #20 16.41 Reading package lists...
13:38:46 [2021-04-22T13:38:46.864Z] #20 21.07 Building dependency tree...
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.96 libcap2-bin is already the newest version (1:2.25-2).
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.96 The following additional packages will be installed:
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.97   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.97   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.97   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.97   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.97   python3.7 python3.7-minimal vim-runtime xxd
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.98 Suggested packages:
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.98   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.98   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.98   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.98 Recommended packages:
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.98   aufs-dkms nftables build-essential python3-dev python3-keyring
13:38:46 [2021-04-22T13:38:46.864Z] #20 22.98   python3-keyrings.alt python3-xdg unzip
13:38:46 [2021-04-22T13:38:46.976Z] 399f118dfaa9: Verifying Checksum
13:38:47 [2021-04-22T13:38:47.028Z] #43 83.30   DEP      criu/fdstore.d
13:38:47 [2021-04-22T13:38:47.028Z] #43 83.39   DEP      criu/fault-injection.d
13:38:47 [2021-04-22T13:38:47.105Z] #43 85.98   DEP      criu/cr-service.d
13:38:47 [2021-04-22T13:38:47.105Z] #43 86.15   DEP      criu/cr-restore.d
13:38:47 [2021-04-22T13:38:47.156Z] #43 ...
13:38:47 [2021-04-22T13:38:47.156Z] 
13:38:47 [2021-04-22T13:38:47.156Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:47 [2021-04-22T13:38:47.156Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:47 [2021-04-22T13:38:47.156Z] #20 12.79 Fetched 8941 kB in 9s (965 kB/s)
13:38:47 [2021-04-22T13:38:47.156Z] #20 12.79 Reading package lists...
13:38:47 [2021-04-22T13:38:47.156Z] #20 15.88 Reading package lists...
13:38:47 [2021-04-22T13:38:47.156Z] #20 18.89 Building dependency tree...
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.06 libcap2-bin is already the newest version (1:2.25-2).
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.06 The following additional packages will be installed:
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   python3.7 python3.7-minimal vim-runtime xxd
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07 Suggested packages:
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07 Recommended packages:
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   aufs-dkms nftables build-essential python3-dev python3-keyring
13:38:47 [2021-04-22T13:38:47.156Z] #20 20.07   python3-keyrings.alt python3-xdg unzip
13:38:47 [2021-04-22T13:38:47.292Z] #43 83.45   DEP      criu/external.d
13:38:47 [2021-04-22T13:38:47.292Z] #43 83.59   DEP      criu/eventpoll.d
13:38:47 [2021-04-22T13:38:47.365Z] #43 86.34   DEP      criu/cr-errno.d
13:38:47 [2021-04-22T13:38:47.365Z] #43 86.36   DEP      criu/cr-dump.d
13:38:47 [2021-04-22T13:38:47.402Z] Client: Mirantis Container Runtime
13:38:47 [2021-04-22T13:38:47.402Z]  Version:           20.10.0
13:38:47 [2021-04-22T13:38:47.402Z]  API version:       1.41
13:38:47 [2021-04-22T13:38:47.402Z]  Go version:        go1.13.15
13:38:47 [2021-04-22T13:38:47.402Z]  Git commit:        6ee42dc
13:38:47 [2021-04-22T13:38:47.402Z]  Built:             03/11/2021 13:24:56
13:38:47 [2021-04-22T13:38:47.402Z]  OS/Arch:           windows/amd64
13:38:47 [2021-04-22T13:38:47.402Z]  Context:           default
13:38:47 [2021-04-22T13:38:47.402Z]  Experimental:      true
13:38:47 [2021-04-22T13:38:47.402Z] 
13:38:47 [2021-04-22T13:38:47.402Z] Server: Mirantis Container Runtime
13:38:47 [2021-04-22T13:38:47.402Z]  Engine:
13:38:47 [2021-04-22T13:38:47.402Z]   Version:          20.10.0
13:38:47 [2021-04-22T13:38:47.402Z]   API version:      1.41 (minimum version 1.24)
13:38:47 [2021-04-22T13:38:47.402Z]   Go version:       go1.13.15
13:38:47 [2021-04-22T13:38:47.402Z]   Git commit:       1e08f21e79
13:38:47 [2021-04-22T13:38:47.402Z]   Built:            03/11/2021 13:23:32
13:38:47 [2021-04-22T13:38:47.402Z]   OS/Arch:          windows/amd64
13:38:47 [2021-04-22T13:38:47.402Z]   Experimental:     true
13:38:47 [2021-04-22T13:38:47.555Z] #43 83.77   DEP      criu/eventfd.d
13:38:47 [2021-04-22T13:38:47.555Z] #43 ...
13:38:47 [2021-04-22T13:38:47.555Z] 
13:38:47 [2021-04-22T13:38:47.555Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:47 [2021-04-22T13:38:47.555Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:38:47 [2021-04-22T13:38:47.555Z] #20 30.82 Unpacking bash-completion (1:2.8-6) ...
13:38:47 [2021-04-22T13:38:47.625Z] #43 86.63   DEP      criu/cr-dedup.d
13:38:47 [2021-04-22T13:38:47.625Z] #43 86.77   DEP      criu/cr-check.d
13:38:47 [2021-04-22T13:38:47.819Z] #20 31.30 Selecting previously unselected package bzip2.
13:38:47 [2021-04-22T13:38:47.819Z] #20 31.31 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
13:38:47 [2021-04-22T13:38:47.819Z] #20 31.33 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:38:47 [2021-04-22T13:38:47.886Z] #43 87.02   DEP      criu/config.d
[Pipeline] sh
13:38:48 [2021-04-22T13:38:48.082Z] #20 31.43 Selecting previously unselected package xz-utils.
13:38:48 [2021-04-22T13:38:48.082Z] #20 31.44 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
13:38:48 [2021-04-22T13:38:48.082Z] #20 31.44 Unpacking xz-utils (5.2.4-1) ...
13:38:48 [2021-04-22T13:38:48.082Z] #20 31.63 Selecting previously unselected package apparmor.
13:38:48 [2021-04-22T13:38:48.082Z] #20 31.65 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
13:38:48 [2021-04-22T13:38:48.146Z] #43 87.14   DEP      criu/clone-noasan.d
13:38:48 [2021-04-22T13:38:48.146Z] #43 87.24   DEP      criu/cgroup.d
13:38:48 [2021-04-22T13:38:48.146Z] #43 87.35   DEP      criu/cgroup-props.d
13:38:48 [2021-04-22T13:38:48.345Z] #20 31.73 Unpacking apparmor (2.13.2-10) ...
13:38:48 [2021-04-22T13:38:48.406Z] #43 87.48   DEP      criu/bitmap.d
13:38:48 [2021-04-22T13:38:48.406Z] #43 87.49   DEP      criu/bfd.d
13:38:48 [2021-04-22T13:38:48.406Z] #43 87.56   DEP      criu/autofs.d
13:38:48 [2021-04-22T13:38:48.542Z] #20 ...
13:38:48 [2021-04-22T13:38:48.543Z] 
13:38:48 [2021-04-22T13:38:48.543Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:48 [2021-04-22T13:38:48.543Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:48 [2021-04-22T13:38:48.543Z] #43 96.83   CC       criu/cr-errno.o
13:38:48 [2021-04-22T13:38:48.543Z] #43 96.93   CC       criu/cr-restore.o
13:38:48 [2021-04-22T13:38:48.608Z] #20 32.08 Selecting previously unselected package aufs-tools.
13:38:48 [2021-04-22T13:38:48.608Z] #20 32.08 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
13:38:48 [2021-04-22T13:38:48.608Z] #20 32.09 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:38:48 [2021-04-22T13:38:48.665Z] #43 87.68   DEP      criu/aio.d
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.11 The following NEW packages will be installed:
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.12   xz-utils zip
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.46 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.46 Need to get 28.5 MB of archives.
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.46 After this operation, 116 MB of additional disk space will be used.
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.46 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:38:48 [2021-04-22T13:38:48.756Z] #20 25.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:38:48 [2021-04-22T13:38:48.871Z] #20 32.26 Selecting previously unselected package libonig5:arm64.
13:38:48 [2021-04-22T13:38:48.871Z] #20 32.26 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
13:38:48 [2021-04-22T13:38:48.871Z] #20 32.28 Unpacking libonig5:arm64 (6.9.1-1) ...
13:38:48 [2021-04-22T13:38:48.925Z] #43 87.92   DEP      criu/action-scripts.d
13:38:48 [2021-04-22T13:38:48.948Z] + docker info
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.69 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.70 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.70 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.70 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:38:49 [2021-04-22T13:38:49.013Z] #20 25.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:38:49 [2021-04-22T13:38:49.014Z] #20 25.75 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:38:49 [2021-04-22T13:38:49.014Z] #20 25.76 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:38:49 [2021-04-22T13:38:49.014Z] #20 25.76 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:38:49 [2021-04-22T13:38:49.185Z] #43 ...
13:38:49 [2021-04-22T13:38:49.185Z] 
13:38:49 [2021-04-22T13:38:49.185Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
13:38:49 [2021-04-22T13:38:49.185Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
13:38:49 [2021-04-22T13:38:49.185Z] #32 DONE 153.8s
13:38:49 [2021-04-22T13:38:49.185Z] 
13:38:49 [2021-04-22T13:38:49.185Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:49 [2021-04-22T13:38:49.185Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:49 [2021-04-22T13:38:49.185Z] #20 19.97 Building dependency tree...
13:38:49 [2021-04-22T13:38:49.185Z] #20 22.37 libcap2-bin is already the newest version (1:2.25-2).
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.37 The following additional packages will be installed:
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.38   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.38   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.38   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39   python3.7 python3.7-minimal vim-runtime xxd
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39 Suggested packages:
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39 Recommended packages:
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39   aufs-dkms nftables build-essential python3-dev python3-keyring
13:38:49 [2021-04-22T13:38:49.186Z] #20 22.39   python3-keyrings.alt python3-xdg unzip
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.40 The following NEW packages will be installed:
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.42   xz-utils zip
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.78 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.78 Need to get 28.5 MB of archives.
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.78 After this operation, 116 MB of additional disk space will be used.
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.82 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.92 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 24.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.32 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.33 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.34 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.36 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.36 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.44 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.45 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.45 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.45 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.46 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.99 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.99 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 25.99 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.00 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.00 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.03 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.13 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.14 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.15 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.17 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.17 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.20 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.21 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.28 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.31 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.33 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:38:49 [2021-04-22T13:38:49.186Z] #20 26.69 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.81 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.81 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.83 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.83 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.83 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.84 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:38:49 [2021-04-22T13:38:49.271Z] #20 25.84 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:38:49 [2021-04-22T13:38:49.446Z] #20 26.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
13:38:49 [2021-04-22T13:38:49.446Z] #20 27.05 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
13:38:49 [2021-04-22T13:38:49.448Z] #20 32.70 Selecting previously unselected package libjq1:arm64.
13:38:49 [2021-04-22T13:38:49.449Z] #20 32.70 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
13:38:49 [2021-04-22T13:38:49.449Z] #20 32.71 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
13:38:49 [2021-04-22T13:38:49.449Z] #20 32.94 Selecting previously unselected package jq.
13:38:49 [2021-04-22T13:38:49.449Z] #20 32.95 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
13:38:49 [2021-04-22T13:38:49.449Z] #20 32.97 Unpacking jq (1.5+dfsg-2+b1) ...
13:38:49 [2021-04-22T13:38:49.528Z] #20 26.27 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:38:49 [2021-04-22T13:38:49.528Z] #20 26.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:38:49 [2021-04-22T13:38:49.528Z] #20 26.28 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:38:49 [2021-04-22T13:38:49.528Z] #20 26.28 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
13:38:49 [2021-04-22T13:38:49.528Z] #20 26.28 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
13:38:49 [2021-04-22T13:38:49.528Z] #20 26.28 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
13:38:49 [2021-04-22T13:38:49.528Z] #20 26.35 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:38:49 [2021-04-22T13:38:49.711Z] #20 33.06 Selecting previously unselected package libaio1:arm64.
13:38:49 [2021-04-22T13:38:49.711Z] #20 33.08 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
13:38:49 [2021-04-22T13:38:49.711Z] #20 33.09 Unpacking libaio1:arm64 (0.3.112-3) ...
13:38:49 [2021-04-22T13:38:49.711Z] #20 33.19 Selecting previously unselected package libgpm2:arm64.
13:38:49 [2021-04-22T13:38:49.711Z] #20 33.21 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
13:38:49 [2021-04-22T13:38:49.711Z] #20 33.23 Unpacking libgpm2:arm64 (1.20.7-5) ...
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.35 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.36 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.37 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.37 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.39 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.39 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.45 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.47 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
13:38:49 [2021-04-22T13:38:49.786Z] #20 26.48 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:38:49 [2021-04-22T13:38:49.975Z] #20 33.35 Selecting previously unselected package libicu63:arm64.
13:38:49 [2021-04-22T13:38:49.975Z] #20 33.37 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
13:38:49 [2021-04-22T13:38:49.975Z] #20 33.39 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
13:38:50 [2021-04-22T13:38:50.042Z] #20 26.79 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
13:38:50 [2021-04-22T13:38:50.299Z] #20 26.84 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
13:38:50 [2021-04-22T13:38:50.299Z] #20 26.89 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
13:38:50 [2021-04-22T13:38:50.828Z] #20 27.96 debconf: delaying package configuration, since apt-utils is not installed
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.12 Fetched 28.5 MB in 3s (11.2 MB/s)
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.25 Selecting previously unselected package pigz.
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.29 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.33 Unpacking pigz (2.4-1) ...
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.43 Selecting previously unselected package libpython3.7-minimal:amd64.
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.43 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:38:50 [2021-04-22T13:38:50.828Z] #20 28.44 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:38:50 [2021-04-22T13:38:50.862Z] #20 27.51 debconf: delaying package configuration, since apt-utils is not installed
13:38:50 [2021-04-22T13:38:50.862Z] #20 27.63 Fetched 28.5 MB in 2s (16.8 MB/s)
13:38:51 [2021-04-22T13:38:51.119Z] #20 27.69 Selecting previously unselected package pigz.
13:38:51 [2021-04-22T13:38:51.119Z] #20 27.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
13:38:51 [2021-04-22T13:38:51.119Z] #20 27.78 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
13:38:51 [2021-04-22T13:38:51.119Z] #20 27.82 Unpacking pigz (2.4-1) ...
13:38:51 [2021-04-22T13:38:51.376Z] #20 28.06 Selecting previously unselected package libpython3.7-minimal:amd64.
13:38:51 [2021-04-22T13:38:51.376Z] #20 28.07 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:38:51 [2021-04-22T13:38:51.376Z] #20 28.08 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:38:51 [2021-04-22T13:38:51.398Z] #20 28.89 Selecting previously unselected package python3.7-minimal.
13:38:51 [2021-04-22T13:38:51.398Z] #20 28.89 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:38:51 [2021-04-22T13:38:51.398Z] #20 28.90 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:51 [2021-04-22T13:38:51.940Z] #20 28.50 Selecting previously unselected package python3.7-minimal.
13:38:51 [2021-04-22T13:38:51.940Z] #20 28.51 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:38:51 [2021-04-22T13:38:51.940Z] #20 28.52 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:52 [2021-04-22T13:38:52.337Z] #20 29.81 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:38:52 [2021-04-22T13:38:52.337Z] #20 29.85 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:52 [2021-04-22T13:38:52.871Z] #20 29.33 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:38:52 [2021-04-22T13:38:52.871Z] #20 29.34 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.05 Selecting previously unselected package libnet1:arm64.
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.06 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.07 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.20 Selecting previously unselected package libnl-3-200:arm64.
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.21 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.22 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.32 Selecting previously unselected package libprotobuf-c1:arm64.
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.32 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.33 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.42 Selecting previously unselected package libreadline5:arm64.
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.44 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.45 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.65 Selecting previously unselected package net-tools.
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.66 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
13:38:53 [2021-04-22T13:38:53.291Z] #20 36.67 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:38:53 [2021-04-22T13:38:53.556Z] #20 36.89 Selecting previously unselected package python-pip-whl.
13:38:53 [2021-04-22T13:38:53.556Z] #20 36.90 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:38:53 [2021-04-22T13:38:53.556Z] #20 36.92 Unpacking python-pip-whl (18.1-5) ...
13:38:53 [2021-04-22T13:38:53.836Z] #43 101.3   CC       criu/cr-service.o
13:38:53 [2021-04-22T13:38:53.836Z] #43 ...
13:38:53 [2021-04-22T13:38:53.836Z] 
13:38:53 [2021-04-22T13:38:53.836Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:53 [2021-04-22T13:38:53.836Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.60 The following NEW packages will be installed:
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.60   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.61   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.61   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.61   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.61   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.61   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.61   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.61   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
13:38:53 [2021-04-22T13:38:53.836Z] #20 21.62   xz-utils zip
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.26 0 upgraded, 48 newly installed, 0 to remove and 27 not upgraded.
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.26 Need to get 28.5 MB of archives.
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.26 After this operation, 116 MB of additional disk space will be used.
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.29 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.50 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.50 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.52 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.52 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.52 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.55 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.56 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.57 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
13:38:53 [2021-04-22T13:38:53.836Z] #20 22.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.66 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.67 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.67 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 22.68 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.07 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.07 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.08 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.08 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.09 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.11 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.19 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.19 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.20 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.21 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.22 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.23 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.23 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.29 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.31 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.32 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.60 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.65 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 23.70 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.20 debconf: delaying package configuration, since apt-utils is not installed
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.28 Fetched 28.5 MB in 2s (14.1 MB/s)
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.33 Selecting previously unselected package pigz.
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.33 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23435 files and directories currently installed.)
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.38 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.39 Unpacking pigz (2.4-1) ...
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.53 Selecting previously unselected package libpython3.7-minimal:amd64.
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.53 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.55 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.97 Selecting previously unselected package python3.7-minimal.
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.97 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
13:38:53 [2021-04-22T13:38:53.837Z] #20 24.99 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:53 [2021-04-22T13:38:53.837Z] #20 25.83 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
13:38:53 [2021-04-22T13:38:53.837Z] #20 25.86 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:38:54 [2021-04-22T13:38:54.132Z] #20 37.73 Selecting previously unselected package python3-lib2to3.
13:38:54 [2021-04-22T13:38:54.395Z] #20 37.75 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:38:54 [2021-04-22T13:38:54.395Z] #20 37.77 Unpacking python3-lib2to3 (3.7.3-1) ...
13:38:54 [2021-04-22T13:38:54.409Z] #20 27.62 Selecting previously unselected package python3-minimal.
13:38:54 [2021-04-22T13:38:54.658Z] #20 37.99 Selecting previously unselected package python3-distutils.
13:38:54 [2021-04-22T13:38:54.658Z] #20 38.01 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:38:54 [2021-04-22T13:38:54.658Z] #20 38.02 Unpacking python3-distutils (3.7.3-1) ...
13:38:54 [2021-04-22T13:38:54.671Z] #20 27.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 ... 23684 files and directories currently installed.)
13:38:54 [2021-04-22T13:38:54.671Z] #20 27.69 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
13:38:54 [2021-04-22T13:38:54.671Z] #20 27.71 Unpacking python3-minimal (3.7.3-1) ...
13:38:54 [2021-04-22T13:38:54.671Z] #20 27.79 Selecting previously unselected package libmpdec2:amd64.
13:38:54 [2021-04-22T13:38:54.671Z] #20 27.79 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
13:38:54 [2021-04-22T13:38:54.671Z] #20 27.81 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:38:54 [2021-04-22T13:38:54.671Z] #20 27.89 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:38:54 [2021-04-22T13:38:54.766Z] #20 31.48 Selecting previously unselected package python3-minimal.
13:38:54 [2021-04-22T13:38:54.767Z] #20 31.48 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
13:38:54 [2021-04-22T13:38:54.767Z] #20 31.53 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
13:38:54 [2021-04-22T13:38:54.767Z] #20 31.54 Unpacking python3-minimal (3.7.3-1) ...
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.03 Selecting previously unselected package python3-minimal.
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.03 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23684 files and directories currently installed.)
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.07 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.08 Unpacking python3-minimal (3.7.3-1) ...
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.19 Selecting previously unselected package libmpdec2:amd64.
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.19 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.21 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.31 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.32 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:38:54 [2021-04-22T13:38:54.876Z] #20 32.33 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:38:54 [2021-04-22T13:38:54.932Z] #20 27.89 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:38:54 [2021-04-22T13:38:54.932Z] #20 27.91 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:38:55 [2021-04-22T13:38:55.024Z] #20 31.60 Selecting previously unselected package libmpdec2:amd64.
13:38:55 [2021-04-22T13:38:55.024Z] #20 31.60 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
13:38:55 [2021-04-22T13:38:55.024Z] #20 31.61 Unpacking libmpdec2:amd64 (2.4.2-2) ...
13:38:55 [2021-04-22T13:38:55.280Z] #20 31.72 Selecting previously unselected package libpython3.7-stdlib:amd64.
13:38:55 [2021-04-22T13:38:55.280Z] #20 31.74 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
13:38:55 [2021-04-22T13:38:55.280Z] #20 31.74 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:38:55 [2021-04-22T13:38:55.608Z] #20 38.80 Selecting previously unselected package python3-pip.
13:38:55 [2021-04-22T13:38:55.608Z] #20 38.81 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:38:55 [2021-04-22T13:38:55.608Z] #20 ...
13:38:55 [2021-04-22T13:38:55.608Z] 
13:38:55 [2021-04-22T13:38:55.608Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:38:55 [2021-04-22T13:38:55.608Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
13:38:55 [2021-04-22T13:38:55.608Z] #40 145.5 + dpkg --print-architecture
13:38:55 [2021-04-22T13:38:55.608Z] #40 DONE 147.3s
13:38:55 [2021-04-22T13:38:55.608Z] 
13:38:55 [2021-04-22T13:38:55.608Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:55 [2021-04-22T13:38:55.608Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:38:55 [2021-04-22T13:38:55.608Z] #20 38.94 Unpacking python3-pip (18.1-5) ...
13:38:55 [2021-04-22T13:38:55.608Z] #20 ...
13:38:55 [2021-04-22T13:38:55.608Z] 
13:38:55 [2021-04-22T13:38:55.608Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:55 [2021-04-22T13:38:55.608Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:38:55 [2021-04-22T13:38:55.608Z] #43 83.92   DEP      criu/crtools.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 84.09   DEP      criu/cr-service.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 84.29   DEP      criu/cr-restore.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 84.57   DEP      criu/cr-errno.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 84.59   DEP      criu/cr-dump.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 84.86   DEP      criu/cr-dedup.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.01   DEP      criu/cr-check.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.25   DEP      criu/config.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.43   DEP      criu/clone-noasan.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.51   DEP      criu/cgroup.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.66   DEP      criu/cgroup-props.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.77   DEP      criu/bitmap.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.79   DEP      criu/bfd.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 85.96   DEP      criu/autofs.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 86.14   DEP      criu/aio.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 86.37   DEP      criu/action-scripts.d
13:38:55 [2021-04-22T13:38:55.608Z] #43 86.67   CC       criu/action-scripts.o
13:38:55 [2021-04-22T13:38:55.608Z] #43 87.34   CC       criu/aio.o
13:38:55 [2021-04-22T13:38:55.608Z] #43 87.94   CC       criu/autofs.o
13:38:55 [2021-04-22T13:38:55.608Z] #43 89.54   CC       criu/bfd.o
13:38:55 [2021-04-22T13:38:55.608Z] #43 90.42   CC       criu/bitmap.o
13:38:55 [2021-04-22T13:38:55.608Z] #43 90.66   CC       criu/cgroup-props.o
13:38:55 [2021-04-22T13:38:55.608Z] #43 91.52   CC       criu/cgroup.o
13:38:55 [2021-04-22T13:38:55.766Z] #20 28.78 Selecting previously unselected package python3.7.
13:38:55 [2021-04-22T13:38:55.766Z] #20 28.79 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:38:55 [2021-04-22T13:38:55.766Z] #20 28.80 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:38:55 [2021-04-22T13:38:55.816Z] #20 33.27 Selecting previously unselected package python3.7.
13:38:55 [2021-04-22T13:38:55.816Z] #20 33.28 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:38:55 [2021-04-22T13:38:55.816Z] #20 33.29 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:38:55 [2021-04-22T13:38:55.816Z] #20 33.43 Selecting previously unselected package libpython3-stdlib:amd64.
13:38:55 [2021-04-22T13:38:55.816Z] #20 33.44 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
13:38:55 [2021-04-22T13:38:55.816Z] #20 33.45 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:38:55 [2021-04-22T13:38:55.872Z] #43 ...
13:38:55 [2021-04-22T13:38:55.872Z] 
13:38:55 [2021-04-22T13:38:55.872Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:55 [2021-04-22T13:38:55.872Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:38:55 [2021-04-22T13:38:55.872Z] #20 39.29 Selecting previously unselected package python3-pkg-resources.
13:38:55 [2021-04-22T13:38:55.872Z] #20 39.32 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:38:55 [2021-04-22T13:38:55.872Z] #20 39.34 Unpacking python3-pkg-resources (40.8.0-1) ...
13:38:56 [2021-04-22T13:38:56.027Z] #20 28.97 Selecting previously unselected package libpython3-stdlib:amd64.
13:38:56 [2021-04-22T13:38:56.027Z] #20 28.97 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
13:38:56 [2021-04-22T13:38:56.027Z] #20 28.98 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:38:56 [2021-04-22T13:38:56.027Z] #20 29.09 Setting up python3-minimal (3.7.3-1) ...
13:38:56 [2021-04-22T13:38:56.076Z] #20 33.56 Setting up python3-minimal (3.7.3-1) ...
13:38:56 [2021-04-22T13:38:56.118Z] #20 32.59 Selecting previously unselected package python3.7.
13:38:56 [2021-04-22T13:38:56.118Z] #20 32.60 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
13:38:56 [2021-04-22T13:38:56.118Z] #20 32.61 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:38:56 [2021-04-22T13:38:56.118Z] #20 32.74 Selecting previously unselected package libpython3-stdlib:amd64.
13:38:56 [2021-04-22T13:38:56.118Z] #20 32.74 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
13:38:56 [2021-04-22T13:38:56.118Z] #20 32.75 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
13:38:56 [2021-04-22T13:38:56.134Z] #20 39.52 Selecting previously unselected package python3-setuptools.
13:38:56 [2021-04-22T13:38:56.134Z] #20 39.52 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:38:56 [2021-04-22T13:38:56.134Z] #20 39.57 Unpacking python3-setuptools (40.8.0-1) ...
13:38:56 [2021-04-22T13:38:56.374Z] #20 32.88 Setting up python3-minimal (3.7.3-1) ...
13:38:56 [2021-04-22T13:38:56.397Z] #20 39.89 Selecting previously unselected package python3-wheel.
13:38:56 [2021-04-22T13:38:56.397Z] #20 39.90 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:38:56 [2021-04-22T13:38:56.397Z] #20 39.90 Unpacking python3-wheel (0.32.3-2) ...
13:38:56 [2021-04-22T13:38:56.662Z] #20 40.03 Selecting previously unselected package sudo.
13:38:56 [2021-04-22T13:38:56.662Z] #20 40.05 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ...
13:38:56 [2021-04-22T13:38:56.662Z] #20 40.06 Unpacking sudo (1.8.27-1+deb10u3) ...
13:38:56 [2021-04-22T13:38:56.971Z] #20 29.97 Selecting previously unselected package python3.
13:38:56 [2021-04-22T13:38:56.971Z] #20 29.97 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
13:38:56 [2021-04-22T13:38:56.971Z] #20 30.04 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:38:56 [2021-04-22T13:38:56.971Z] #20 30.05 Unpacking python3 (3.7.3-1) ...
13:38:56 [2021-04-22T13:38:56.971Z] #20 30.14 Selecting previously unselected package libip4tc0:amd64.
13:38:56 [2021-04-22T13:38:56.971Z] #20 30.16 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
13:38:56 [2021-04-22T13:38:56.971Z] #20 30.17 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.014Z] #20 34.43 Selecting previously unselected package python3.
13:38:57 [2021-04-22T13:38:57.015Z] #20 34.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 ... 24096 files and directories currently installed.)
13:38:57 [2021-04-22T13:38:57.015Z] #20 34.47 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.015Z] #20 34.48 Unpacking python3 (3.7.3-1) ...
13:38:57 [2021-04-22T13:38:57.015Z] #20 34.57 Selecting previously unselected package libip4tc0:amd64.
13:38:57 [2021-04-22T13:38:57.015Z] #20 34.58 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.015Z] #20 34.58 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.233Z] #20 30.25 Selecting previously unselected package libip6tc0:amd64.
13:38:57 [2021-04-22T13:38:57.233Z] #20 30.26 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.233Z] #20 30.27 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.233Z] #20 30.37 Selecting previously unselected package libiptc0:amd64.
13:38:57 [2021-04-22T13:38:57.233Z] #20 30.38 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.233Z] #20 30.39 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.239Z] #20 40.67 Selecting previously unselected package thin-provisioning-tools.
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.69 Selecting previously unselected package libip6tc0:amd64.
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.69 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.69 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.76 Selecting previously unselected package libiptc0:amd64.
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.77 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.78 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.85 Selecting previously unselected package libnfnetlink0:amd64.
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.86 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.274Z] #20 34.87 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:38:57 [2021-04-22T13:38:57.306Z] #20 33.75 Selecting previously unselected package python3.
13:38:57 [2021-04-22T13:38:57.306Z] #20 33.75 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24096 files and directories currently installed.)
13:38:57 [2021-04-22T13:38:57.307Z] #20 33.81 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.307Z] #20 33.82 Unpacking python3 (3.7.3-1) ...
13:38:57 [2021-04-22T13:38:57.307Z] #20 ...
13:38:57 [2021-04-22T13:38:57.307Z] 
13:38:57 [2021-04-22T13:38:57.307Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:57 [2021-04-22T13:38:57.307Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:57 [2021-04-22T13:38:57.307Z] #43 85.77   DEP      criu/file-lock.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 86.03   DEP      criu/file-ids.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 86.23   DEP      criu/fifo.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 86.53   DEP      criu/fdstore.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 86.63   DEP      criu/fault-injection.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 86.67   DEP      criu/external.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 86.77   DEP      criu/eventpoll.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 86.97   DEP      criu/eventfd.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 87.09   DEP      criu/crtools.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 87.21   DEP      criu/cr-service.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 87.31   DEP      criu/cr-restore.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 87.50   DEP      criu/cr-errno.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 87.52   DEP      criu/cr-dump.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 87.69   DEP      criu/cr-dedup.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 87.90   DEP      criu/cr-check.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.07   DEP      criu/config.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.29   DEP      criu/clone-noasan.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.36   DEP      criu/cgroup.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.51   DEP      criu/cgroup-props.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.60   DEP      criu/bitmap.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.62   DEP      criu/bfd.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.70   DEP      criu/autofs.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.80   DEP      criu/aio.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 88.93   DEP      criu/action-scripts.d
13:38:57 [2021-04-22T13:38:57.307Z] #43 89.20   CC       criu/action-scripts.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 89.59   CC       criu/aio.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 90.23   CC       criu/autofs.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 91.62   CC       criu/bfd.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 92.05   CC       criu/bitmap.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 92.18   CC       criu/cgroup-props.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 92.86   CC       criu/cgroup.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 95.68   CC       criu/clone-noasan.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 95.87   CC       criu/config.o
13:38:57 [2021-04-22T13:38:57.307Z] #43 ...
13:38:57 [2021-04-22T13:38:57.307Z] 
13:38:57 [2021-04-22T13:38:57.307Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:38:57 [2021-04-22T13:38:57.307Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:38:57 [2021-04-22T13:38:57.307Z] #20 33.92 Selecting previously unselected package libip4tc0:amd64.
13:38:57 [2021-04-22T13:38:57.307Z] #20 33.93 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.307Z] #20 33.94 Unpacking libip4tc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.307Z] #20 34.01 Selecting previously unselected package libip6tc0:amd64.
13:38:57 [2021-04-22T13:38:57.307Z] #20 34.01 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.307Z] #20 34.02 Unpacking libip6tc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.307Z] #20 34.12 Selecting previously unselected package libiptc0:amd64.
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.48 Selecting previously unselected package libnfnetlink0:amd64.
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.48 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.50 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.56 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.56 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.57 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.64 Selecting previously unselected package libnftnl11:amd64.
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.65 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.494Z] #20 30.66 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:38:57 [2021-04-22T13:38:57.502Z] #20 40.73 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
13:38:57 [2021-04-22T13:38:57.502Z] #20 40.78 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:38:57 [2021-04-22T13:38:57.534Z] #20 34.92 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:38:57 [2021-04-22T13:38:57.534Z] #20 34.93 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.534Z] #20 34.94 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:38:57 [2021-04-22T13:38:57.534Z] #20 35.01 Selecting previously unselected package libnftnl11:amd64.
13:38:57 [2021-04-22T13:38:57.534Z] #20 35.02 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.534Z] #20 35.03 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.12 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.13 Unpacking libiptc0:amd64 (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.22 Selecting previously unselected package libnfnetlink0:amd64.
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.24 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.24 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.30 Selecting previously unselected package libnetfilter-conntrack3:amd64.
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.30 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.563Z] #20 34.33 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:38:57 [2021-04-22T13:38:57.756Z] #20 30.73 Selecting previously unselected package iptables.
13:38:57 [2021-04-22T13:38:57.756Z] #20 30.75 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.756Z] #20 30.76 Unpacking iptables (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.756Z] #20 31.02 Selecting previously unselected package xxd.
13:38:57 [2021-04-22T13:38:57.765Z] #20 41.10 Selecting previously unselected package uidmap.
13:38:57 [2021-04-22T13:38:57.765Z] #20 41.12 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
13:38:57 [2021-04-22T13:38:57.765Z] #20 41.13 Unpacking uidmap (1:4.5-1.1) ...
13:38:57 [2021-04-22T13:38:57.793Z] #20 35.14 Selecting previously unselected package iptables.
13:38:57 [2021-04-22T13:38:57.793Z] #20 35.14 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.793Z] #20 35.15 Unpacking iptables (1.8.2-4) ...
13:38:57 [2021-04-22T13:38:57.820Z] #20 34.40 Selecting previously unselected package libnftnl11:amd64.
13:38:57 [2021-04-22T13:38:57.820Z] #20 34.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.820Z] #20 34.41 Unpacking libnftnl11:amd64 (1.1.2-2) ...
13:38:57 [2021-04-22T13:38:57.820Z] #20 34.50 Selecting previously unselected package iptables.
13:38:57 [2021-04-22T13:38:57.820Z] #20 34.50 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
13:38:57 [2021-04-22T13:38:57.820Z] #20 34.52 Unpacking iptables (1.8.2-4) ...
13:38:58 [2021-04-22T13:38:58.018Z] #20 31.02 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
13:38:58 [2021-04-22T13:38:58.018Z] #20 31.03 Unpacking xxd (2:8.1.0875-5) ...
13:38:58 [2021-04-22T13:38:58.018Z] #20 31.14 Selecting previously unselected package vim-common.
13:38:58 [2021-04-22T13:38:58.018Z] #20 31.15 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:38:58 [2021-04-22T13:38:58.018Z] #20 31.18 Unpacking vim-common (2:8.1.0875-5) ...
13:38:58 [2021-04-22T13:38:58.028Z] #20 41.35 Selecting previously unselected package vim-runtime.
13:38:58 [2021-04-22T13:38:58.028Z] #20 41.35 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:38:58 [2021-04-22T13:38:58.028Z] #20 41.39 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:38:58 [2021-04-22T13:38:58.028Z] #20 41.44 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:38:58 [2021-04-22T13:38:58.028Z] #20 41.46 Unpacking vim-runtime (2:8.1.0875-5) ...
13:38:58 [2021-04-22T13:38:58.053Z] #20 35.48 Selecting previously unselected package xxd.
13:38:58 [2021-04-22T13:38:58.053Z] #20 35.49 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
13:38:58 [2021-04-22T13:38:58.053Z] #20 35.50 Unpacking xxd (2:8.1.0875-5) ...
13:38:58 [2021-04-22T13:38:58.053Z] #20 35.63 Selecting previously unselected package vim-common.
13:38:58 [2021-04-22T13:38:58.053Z] #20 35.63 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:38:58 [2021-04-22T13:38:58.053Z] #20 35.65 Unpacking vim-common (2:8.1.0875-5) ...
13:38:58 [2021-04-22T13:38:58.279Z] #20 31.37 Selecting previously unselected package bash-completion.
13:38:58 [2021-04-22T13:38:58.279Z] #20 31.37 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:38:58 [2021-04-22T13:38:58.313Z] #20 35.82 Selecting previously unselected package bash-completion.
13:38:58 [2021-04-22T13:38:58.313Z] #20 35.82 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:38:58 [2021-04-22T13:38:58.383Z] #20 34.80 Selecting previously unselected package xxd.
13:38:58 [2021-04-22T13:38:58.383Z] #20 34.81 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
13:38:58 [2021-04-22T13:38:58.383Z] #20 34.82 Unpacking xxd (2:8.1.0875-5) ...
13:38:58 [2021-04-22T13:38:58.383Z] #20 34.94 Selecting previously unselected package vim-common.
13:38:58 [2021-04-22T13:38:58.383Z] #20 34.94 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
13:38:58 [2021-04-22T13:38:58.383Z] #20 34.96 Unpacking vim-common (2:8.1.0875-5) ...
13:38:58 [2021-04-22T13:38:58.639Z] #20 35.19 Selecting previously unselected package bash-completion.
13:38:58 [2021-04-22T13:38:58.639Z] #20 35.20 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
13:38:59 [2021-04-22T13:38:59.252Z] #20 ...
13:38:59 [2021-04-22T13:38:59.252Z] 
13:38:59 [2021-04-22T13:38:59.252Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:38:59 [2021-04-22T13:38:59.252Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:38:59 [2021-04-22T13:38:59.252Z] #43 88.35   CC       criu/action-scripts.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 89.01   CC       criu/aio.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 89.89   CC       criu/autofs.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 91.38   CC       criu/bfd.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 91.88   CC       criu/bitmap.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 92.09   CC       criu/cgroup-props.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 92.79   CC       criu/cgroup.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 95.47   CC       criu/clone-noasan.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 95.69   CC       criu/config.o
13:38:59 [2021-04-22T13:38:59.252Z] #43 97.01   CC       criu/cr-check.o
13:39:00 [2021-04-22T13:39:00.024Z] #56 226.1 + bin/containerd-stress
13:39:00 [2021-04-22T13:39:00.024Z] #56 227.9 + bin/containerd-shim
13:39:00 [2021-04-22T13:39:00.192Z] #43 98.95   CC       criu/cr-dedup.o
13:39:00 [2021-04-22T13:39:00.452Z] #43 99.45   CC       criu/cr-dump.o
13:39:00 [2021-04-22T13:39:00.739Z] #20 44.11 Selecting previously unselected package vim.
13:39:00 [2021-04-22T13:39:00.739Z] #20 44.11 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
13:39:00 [2021-04-22T13:39:00.739Z] #20 44.13 Unpacking vim (2:8.1.0875-5) ...
13:39:00 [2021-04-22T13:39:00.828Z] #20 33.96 Unpacking bash-completion (1:2.8-6) ...
13:39:01 [2021-04-22T13:39:01.021Z] #43 ...
13:39:01 [2021-04-22T13:39:01.021Z] 
13:39:01 [2021-04-22T13:39:01.021Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:01 [2021-04-22T13:39:01.021Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:01 [2021-04-22T13:39:01.021Z] #20 38.43 Unpacking bash-completion (1:2.8-6) ...
13:39:01 [2021-04-22T13:39:01.090Z] #20 34.32 Selecting previously unselected package bzip2.
13:39:01 [2021-04-22T13:39:01.090Z] #20 34.33 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.090Z] #20 34.34 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:39:01 [2021-04-22T13:39:01.161Z] #20 37.73 Unpacking bash-completion (1:2.8-6) ...
13:39:01 [2021-04-22T13:39:01.281Z] #20 38.84 Selecting previously unselected package bzip2.
13:39:01 [2021-04-22T13:39:01.281Z] #20 38.85 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.281Z] #20 38.86 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:39:01 [2021-04-22T13:39:01.313Z] #20 44.57 Selecting previously unselected package xfsprogs.
13:39:01 [2021-04-22T13:39:01.313Z] #20 44.57 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
13:39:01 [2021-04-22T13:39:01.313Z] #20 44.60 Unpacking xfsprogs (4.20.0-1) ...
13:39:01 [2021-04-22T13:39:01.354Z] #20 34.43 Selecting previously unselected package xz-utils.
13:39:01 [2021-04-22T13:39:01.354Z] #20 34.43 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.354Z] #20 34.43 Unpacking xz-utils (5.2.4-1) ...
13:39:01 [2021-04-22T13:39:01.374Z] Client:
13:39:01 [2021-04-22T13:39:01.374Z]  Context:    default
13:39:01 [2021-04-22T13:39:01.374Z]  Debug Mode: false
13:39:01 [2021-04-22T13:39:01.374Z]  Plugins:
13:39:01 [2021-04-22T13:39:01.374Z]   app: Docker Application (Docker Inc., v0.8.0)
13:39:01 [2021-04-22T13:39:01.374Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
13:39:01 [2021-04-22T13:39:01.374Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
13:39:01 [2021-04-22T13:39:01.374Z] 
13:39:01 [2021-04-22T13:39:01.374Z] Server:
13:39:01 [2021-04-22T13:39:01.374Z]  Containers: 0
13:39:01 [2021-04-22T13:39:01.374Z]   Running: 0
13:39:01 [2021-04-22T13:39:01.374Z]   Paused: 0
13:39:01 [2021-04-22T13:39:01.374Z]   Stopped: 0
13:39:01 [2021-04-22T13:39:01.374Z]  Images: 0
13:39:01 [2021-04-22T13:39:01.374Z]  Server Version: 20.10.0
13:39:01 [2021-04-22T13:39:01.374Z]  Storage Driver: windowsfilter (windows) lcow (linux)
13:39:01 [2021-04-22T13:39:01.374Z]   Windows: 
13:39:01 [2021-04-22T13:39:01.374Z]   LCOW: 
13:39:01 [2021-04-22T13:39:01.374Z]  Logging Driver: json-file
13:39:01 [2021-04-22T13:39:01.374Z]  Plugins:
13:39:01 [2021-04-22T13:39:01.374Z]   Volume: local
13:39:01 [2021-04-22T13:39:01.374Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:39:01 [2021-04-22T13:39:01.374Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:39:01 [2021-04-22T13:39:01.374Z]  Swarm: inactive
13:39:01 [2021-04-22T13:39:01.374Z]  Default Isolation: process
13:39:01 [2021-04-22T13:39:01.374Z]  Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
13:39:01 [2021-04-22T13:39:01.374Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
13:39:01 [2021-04-22T13:39:01.374Z]  OSType: windows
13:39:01 [2021-04-22T13:39:01.374Z]  Architecture: x86_64
13:39:01 [2021-04-22T13:39:01.374Z]  CPUs: 4
13:39:01 [2021-04-22T13:39:01.374Z]  Total Memory: 32GiB
13:39:01 [2021-04-22T13:39:01.374Z]  Name: azwin-2-4ba620
13:39:01 [2021-04-22T13:39:01.374Z]  ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6
13:39:01 [2021-04-22T13:39:01.374Z]  Docker Root Dir: D:\docker
13:39:01 [2021-04-22T13:39:01.374Z]  Debug Mode: false
13:39:01 [2021-04-22T13:39:01.374Z]  Registry: https://index.docker.io/v1/
13:39:01 [2021-04-22T13:39:01.374Z]  Labels:
13:39:01 [2021-04-22T13:39:01.374Z]  Experimental: true
13:39:01 [2021-04-22T13:39:01.374Z]  Insecure Registries:
13:39:01 [2021-04-22T13:39:01.374Z]   10.0.0.4:5000
13:39:01 [2021-04-22T13:39:01.374Z]   127.0.0.0/8
13:39:01 [2021-04-22T13:39:01.374Z]  Registry Mirrors:
13:39:01 [2021-04-22T13:39:01.374Z]   http://10.0.0.4:5000/
13:39:01 [2021-04-22T13:39:01.374Z]  Live Restore Enabled: false
13:39:01 [2021-04-22T13:39:01.374Z] 
13:39:01 [2021-04-22T13:39:01.418Z] #20 38.04 Selecting previously unselected package bzip2.
13:39:01 [2021-04-22T13:39:01.418Z] #20 38.06 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.418Z] #20 38.07 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
[Pipeline] }
[Pipeline] // stage
13:39:01 [2021-04-22T13:39:01.541Z] #20 38.95 Selecting previously unselected package xz-utils.
13:39:01 [2021-04-22T13:39:01.541Z] #20 38.97 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.541Z] #20 38.98 Unpacking xz-utils (5.2.4-1) ...
13:39:01 [2021-04-22T13:39:01.541Z] #20 39.15 Selecting previously unselected package apparmor.
13:39:01 [2021-04-22T13:39:01.541Z] #20 39.16 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
[Pipeline] stage
[Pipeline] { (Run tests)
13:39:01 [2021-04-22T13:39:01.575Z] #20 45.09 Selecting previously unselected package zip.
13:39:01 [2021-04-22T13:39:01.575Z] #20 45.11 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
[Pipeline] powershell
13:39:01 [2021-04-22T13:39:01.615Z] #20 34.62 Selecting previously unselected package apparmor.
13:39:01 [2021-04-22T13:39:01.615Z] #20 34.62 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.615Z] #20 34.70 Unpacking apparmor (2.13.2-10) ...
13:39:01 [2021-04-22T13:39:01.675Z] #20 38.15 Selecting previously unselected package xz-utils.
13:39:01 [2021-04-22T13:39:01.675Z] #20 38.16 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.675Z] #20 38.16 Unpacking xz-utils (5.2.4-1) ...
13:39:01 [2021-04-22T13:39:01.675Z] #20 38.32 Selecting previously unselected package apparmor.
13:39:01 [2021-04-22T13:39:01.675Z] #20 38.32 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.800Z] #20 39.24 Unpacking apparmor (2.13.2-10) ...
13:39:01 [2021-04-22T13:39:01.838Z] #20 45.12 Unpacking zip (3.0-11+b1) ...
13:39:01 [2021-04-22T13:39:01.839Z] #20 45.29 Setting up aufs-tools (1:4.14+20190211-1) ...
13:39:01 [2021-04-22T13:39:01.839Z] #20 45.31 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:39:01 [2021-04-22T13:39:01.895Z] #20 35.04 Selecting previously unselected package aufs-tools.
13:39:01 [2021-04-22T13:39:01.895Z] #20 35.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
13:39:01 [2021-04-22T13:39:01.895Z] #20 35.05 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:39:01 [2021-04-22T13:39:01.932Z] #20 38.42 Unpacking apparmor (2.13.2-10) ...
13:39:02 [2021-04-22T13:39:02.061Z] #20 39.59 Selecting previously unselected package aufs-tools.
13:39:02 [2021-04-22T13:39:02.061Z] #20 39.60 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.061Z] #20 39.61 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.46 Setting up libip6tc0:arm64 (1.8.2-4) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.53 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.54 Setting up libgpm2:arm64 (1.20.7-5) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.56 Setting up libip4tc0:arm64 (1.8.2-4) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.58 Setting up uidmap (1:4.5-1.1) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.60 Setting up libnftnl11:arm64 (1.1.2-2) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.62 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
13:39:02 [2021-04-22T13:39:02.103Z] #20 45.64 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:39:02 [2021-04-22T13:39:02.157Z] #20 35.21 Selecting previously unselected package libonig5:amd64.
13:39:02 [2021-04-22T13:39:02.157Z] #20 35.21 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.157Z] #20 35.22 Unpacking libonig5:amd64 (6.9.1-1) ...
13:39:02 [2021-04-22T13:39:02.157Z] #20 35.36 Selecting previously unselected package libjq1:amd64.
13:39:02 [2021-04-22T13:39:02.157Z] #20 35.36 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.157Z] #20 35.37 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:39:02 [2021-04-22T13:39:02.189Z] #20 38.77 Selecting previously unselected package aufs-tools.
13:39:02 [2021-04-22T13:39:02.189Z] #20 38.78 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.189Z] #20 38.79 Unpacking aufs-tools (1:4.14+20190211-1) ...
13:39:02 [2021-04-22T13:39:02.189Z] #20 38.91 Selecting previously unselected package libonig5:amd64.
13:39:02 [2021-04-22T13:39:02.189Z] #20 38.91 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.189Z] #20 38.92 Unpacking libonig5:amd64 (6.9.1-1) ...
13:39:02 [2021-04-22T13:39:02.321Z] #20 39.75 Selecting previously unselected package libonig5:amd64.
13:39:02 [2021-04-22T13:39:02.321Z] #20 39.75 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.321Z] #20 39.75 Unpacking libonig5:amd64 (6.9.1-1) ...
13:39:02 [2021-04-22T13:39:02.321Z] #20 39.90 Selecting previously unselected package libjq1:amd64.
13:39:02 [2021-04-22T13:39:02.321Z] #20 39.90 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.321Z] #20 39.90 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:39:02 [2021-04-22T13:39:02.383Z] #20 45.65 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
13:39:02 [2021-04-22T13:39:02.383Z] #20 45.67 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
13:39:02 [2021-04-22T13:39:02.383Z] #20 45.69 Setting up xxd (2:8.1.0875-5) ...
13:39:02 [2021-04-22T13:39:02.383Z] #20 45.73 Setting up zip (3.0-11+b1) ...
13:39:02 [2021-04-22T13:39:02.383Z] #20 45.76 Setting up vim-common (2:8.1.0875-5) ...
13:39:02 [2021-04-22T13:39:02.383Z] #20 45.80 Setting up bash-completion (1:2.8-6) ...
13:39:02 [2021-04-22T13:39:02.418Z] #20 35.49 Selecting previously unselected package jq.
13:39:02 [2021-04-22T13:39:02.418Z] #20 35.50 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.418Z] #20 35.50 Unpacking jq (1.5+dfsg-2+b1) ...
13:39:02 [2021-04-22T13:39:02.446Z] #20 39.03 Selecting previously unselected package libjq1:amd64.
13:39:02 [2021-04-22T13:39:02.446Z] #20 39.03 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.446Z] #20 39.05 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
13:39:02 [2021-04-22T13:39:02.446Z] #20 39.15 Selecting previously unselected package jq.
13:39:02 [2021-04-22T13:39:02.446Z] #20 39.17 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.446Z] #20 39.18 Unpacking jq (1.5+dfsg-2+b1) ...
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.05 Selecting previously unselected package jq.
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.07 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.08 Unpacking jq (1.5+dfsg-2+b1) ...
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.17 Selecting previously unselected package libaio1:amd64.
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.17 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.19 Unpacking libaio1:amd64 (0.3.112-3) ...
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.24 Selecting previously unselected package libgpm2:amd64.
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.24 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.581Z] #20 40.25 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:39:02 [2021-04-22T13:39:02.679Z] #20 35.59 Selecting previously unselected package libaio1:amd64.
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.59 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.60 Unpacking libaio1:amd64 (0.3.112-3) ...
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.65 Selecting previously unselected package libgpm2:amd64.
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.67 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.67 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.73 Selecting previously unselected package libicu63:amd64.
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.73 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.680Z] #20 35.74 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:39:02 [2021-04-22T13:39:02.703Z] #20 39.27 Selecting previously unselected package libaio1:amd64.
13:39:02 [2021-04-22T13:39:02.703Z] #20 39.29 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.703Z] #20 39.30 Unpacking libaio1:amd64 (0.3.112-3) ...
13:39:02 [2021-04-22T13:39:02.703Z] #20 39.35 Selecting previously unselected package libgpm2:amd64.
13:39:02 [2021-04-22T13:39:02.703Z] #20 39.35 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.703Z] #20 39.36 Unpacking libgpm2:amd64 (1.20.7-5) ...
13:39:02 [2021-04-22T13:39:02.841Z] #20 40.32 Selecting previously unselected package libicu63:amd64.
13:39:02 [2021-04-22T13:39:02.841Z] #20 40.33 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.841Z] #20 40.33 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:39:02 [2021-04-22T13:39:02.960Z] #20 39.42 Selecting previously unselected package libicu63:amd64.
13:39:02 [2021-04-22T13:39:02.960Z] #20 39.43 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
13:39:02 [2021-04-22T13:39:02.960Z] #20 39.44 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:39:04 [2021-04-22T13:39:04.599Z] #20 ...
13:39:04 [2021-04-22T13:39:04.599Z] 
13:39:04 [2021-04-22T13:39:04.599Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:04 [2021-04-22T13:39:04.599Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:04 [2021-04-22T13:39:04.599Z] #43 103.0   CC       criu/crtools.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 103.6   CC       criu/eventfd.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 103.9   CC       criu/eventpoll.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 104.8   CC       criu/external.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 105.1   CC       criu/fault-injection.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 105.2   CC       criu/fdstore.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 105.5   CC       criu/fifo.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 105.9   CC       criu/file-ids.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 106.2   CC       criu/file-lock.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 107.1   CC       criu/files-ext.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 107.6   CC       criu/files-reg.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 109.7   CC       criu/files.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 111.7   CC       criu/filesystems.o
13:39:04 [2021-04-22T13:39:04.599Z] #43 112.4   CC       criu/fsnotify.o
13:39:05 [2021-04-22T13:39:05.172Z] #43 113.6   CC       criu/image-desc.o
13:39:05 [2021-04-22T13:39:05.316Z] #56 234.6 + bin/containerd-shim-runc-v1
13:39:05 [2021-04-22T13:39:05.433Z] #43 113.8   CC       criu/image.o
13:39:05 [2021-04-22T13:39:05.696Z] #20 48.85 Setting up libiptc0:arm64 (1.8.2-4) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 48.87 Setting up xz-utils (5.2.4-1) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 48.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:39:05 [2021-04-22T13:39:05.696Z] #20 48.92 Setting up sudo (1.8.27-1+deb10u3) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.02 invoke-rc.d: could not determine current runlevel
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.04 invoke-rc.d: policy-rc.d denied execution of start.
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.04 Setting up pigz (2.4-1) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.06 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.07 Setting up libnl-3-200:arm64 (3.4.0-1) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.15 Setting up python-pip-whl (18.1-5) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.16 Setting up libmpdec2:arm64 (2.4.2-2) ...
13:39:05 [2021-04-22T13:39:05.696Z] #20 49.18 Setting up vim-runtime (2:8.1.0875-5) ...
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.76 Setting up libaio1:arm64 (0.3.112-3) ...
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.77 Setting up libonig5:arm64 (6.9.1-1) ...
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.79 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.80 Setting up vim (2:8.1.0875-5) ...
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:39:06 [2021-04-22T13:39:06.270Z] #20 49.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:39:06 [2021-04-22T13:39:06.377Z] #43 ...
13:39:06 [2021-04-22T13:39:06.377Z] 
13:39:06 [2021-04-22T13:39:06.377Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:06 [2021-04-22T13:39:06.377Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.24 Selecting previously unselected package libnet1:amd64.
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.25 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.26 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.35 Selecting previously unselected package libnl-3-200:amd64.
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.36 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.36 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.44 Selecting previously unselected package libprotobuf-c1:amd64.
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.45 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.45 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.52 Selecting previously unselected package libreadline5:amd64.
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.52 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
13:39:06 [2021-04-22T13:39:06.377Z] #20 39.52 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:39:06 [2021-04-22T13:39:06.534Z] #20 49.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:39:06 [2021-04-22T13:39:06.534Z] #20 49.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:39:06 [2021-04-22T13:39:06.534Z] #20 49.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:39:06 [2021-04-22T13:39:06.534Z] #20 49.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:39:06 [2021-04-22T13:39:06.534Z] #20 49.95 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
13:39:06 [2021-04-22T13:39:06.534Z] #20 49.98 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:39:06 [2021-04-22T13:39:06.534Z] #20 50.02 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
13:39:06 [2021-04-22T13:39:06.534Z] #20 50.04 Setting up jq (1.5+dfsg-2+b1) ...
13:39:06 [2021-04-22T13:39:06.534Z] #20 50.06 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
13:39:06 [2021-04-22T13:39:06.639Z] #20 39.68 Selecting previously unselected package net-tools.
13:39:06 [2021-04-22T13:39:06.639Z] #20 39.68 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
13:39:06 [2021-04-22T13:39:06.639Z] #20 39.69 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:39:06 [2021-04-22T13:39:06.639Z] #20 39.85 Selecting previously unselected package python-pip-whl.
13:39:06 [2021-04-22T13:39:06.796Z] #20 50.17 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:39:06 [2021-04-22T13:39:06.900Z] #20 39.85 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:39:06 [2021-04-22T13:39:06.900Z] #20 39.86 Unpacking python-pip-whl (18.1-5) ...
13:39:07 [2021-04-22T13:39:07.037Z] #20 44.00 Selecting previously unselected package libnet1:amd64.
13:39:07 [2021-04-22T13:39:07.037Z] #20 44.00 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.10 Selecting previously unselected package libnl-3-200:amd64.
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.11 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.12 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.20 Selecting previously unselected package libprotobuf-c1:amd64.
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.21 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.21 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.28 Selecting previously unselected package libreadline5:amd64.
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.30 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.31 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.41 Selecting previously unselected package net-tools.
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.42 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.42 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.60 Selecting previously unselected package python-pip-whl.
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.61 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:39:07 [2021-04-22T13:39:07.038Z] #20 44.63 Unpacking python-pip-whl (18.1-5) ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.09 Selecting previously unselected package libnet1:amd64.
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.09 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.19 Selecting previously unselected package libnl-3-200:amd64.
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.21 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.22 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.32 Selecting previously unselected package libprotobuf-c1:amd64.
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.33 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.34 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.41 Selecting previously unselected package libreadline5:amd64.
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.43 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.43 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.54 Selecting previously unselected package net-tools.
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.56 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.57 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.75 Selecting previously unselected package python-pip-whl.
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.76 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
13:39:07 [2021-04-22T13:39:07.136Z] #20 43.78 Unpacking python-pip-whl (18.1-5) ...
13:39:07 [2021-04-22T13:39:07.472Z] #20 40.42 Selecting previously unselected package python3-lib2to3.
13:39:07 [2021-04-22T13:39:07.472Z] #20 40.42 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.472Z] #20 40.43 Unpacking python3-lib2to3 (3.7.3-1) ...
13:39:07 [2021-04-22T13:39:07.472Z] #20 40.56 Selecting previously unselected package python3-distutils.
13:39:07 [2021-04-22T13:39:07.472Z] #20 40.57 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.472Z] #20 40.57 Unpacking python3-distutils (3.7.3-1) ...
13:39:07 [2021-04-22T13:39:07.472Z] #20 40.70 Selecting previously unselected package python3-pip.
13:39:07 [2021-04-22T13:39:07.607Z] #20 45.21 Selecting previously unselected package python3-lib2to3.
13:39:07 [2021-04-22T13:39:07.607Z] #20 45.21 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.607Z] #20 45.21 Unpacking python3-lib2to3 (3.7.3-1) ...
13:39:07 [2021-04-22T13:39:07.699Z] #20 44.31 Selecting previously unselected package python3-lib2to3.
13:39:07 [2021-04-22T13:39:07.699Z] #20 44.31 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.699Z] #20 44.31 Unpacking python3-lib2to3 (3.7.3-1) ...
13:39:07 [2021-04-22T13:39:07.734Z] #20 40.70 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:39:07 [2021-04-22T13:39:07.734Z] #20 40.71 Unpacking python3-pip (18.1-5) ...
13:39:07 [2021-04-22T13:39:07.734Z] #20 40.87 Selecting previously unselected package python3-pkg-resources.
13:39:07 [2021-04-22T13:39:07.734Z] #20 40.88 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.734Z] #20 40.89 Unpacking python3-pkg-resources (40.8.0-1) ...
13:39:07 [2021-04-22T13:39:07.867Z] #20 45.31 Selecting previously unselected package python3-distutils.
13:39:07 [2021-04-22T13:39:07.867Z] #20 45.32 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.867Z] #20 45.33 Unpacking python3-distutils (3.7.3-1) ...
13:39:07 [2021-04-22T13:39:07.956Z] #20 44.40 Selecting previously unselected package python3-distutils.
13:39:07 [2021-04-22T13:39:07.956Z] #20 44.41 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.956Z] #20 44.42 Unpacking python3-distutils (3.7.3-1) ...
13:39:07 [2021-04-22T13:39:07.956Z] #20 44.56 Selecting previously unselected package python3-pip.
13:39:07 [2021-04-22T13:39:07.956Z] #20 44.57 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:39:07 [2021-04-22T13:39:07.956Z] #20 44.57 Unpacking python3-pip (18.1-5) ...
13:39:07 [2021-04-22T13:39:07.995Z] #20 41.01 Selecting previously unselected package python3-setuptools.
13:39:07 [2021-04-22T13:39:07.995Z] #20 41.03 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:39:07 [2021-04-22T13:39:07.995Z] #20 41.03 Unpacking python3-setuptools (40.8.0-1) ...
13:39:07 [2021-04-22T13:39:07.995Z] #20 41.25 Selecting previously unselected package python3-wheel.
13:39:08 [2021-04-22T13:39:08.127Z] #20 45.47 Selecting previously unselected package python3-pip.
13:39:08 [2021-04-22T13:39:08.127Z] #20 45.48 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
13:39:08 [2021-04-22T13:39:08.127Z] #20 45.49 Unpacking python3-pip (18.1-5) ...
13:39:08 [2021-04-22T13:39:08.127Z] #20 45.67 Selecting previously unselected package python3-pkg-resources.
13:39:08 [2021-04-22T13:39:08.127Z] #20 45.68 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:39:08 [2021-04-22T13:39:08.127Z] #20 45.69 Unpacking python3-pkg-resources (40.8.0-1) ...
13:39:08 [2021-04-22T13:39:08.188Z] #20 ...
13:39:08 [2021-04-22T13:39:08.188Z] 
13:39:08 [2021-04-22T13:39:08.188Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:08 [2021-04-22T13:39:08.188Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:39:08 [2021-04-22T13:39:08.188Z] #43 94.35   CC       criu/clone-noasan.o
13:39:08 [2021-04-22T13:39:08.188Z] #43 94.51   CC       criu/config.o
13:39:08 [2021-04-22T13:39:08.188Z] #43 95.69   CC       criu/cr-check.o
13:39:08 [2021-04-22T13:39:08.188Z] #43 97.30   CC       criu/cr-dedup.o
13:39:08 [2021-04-22T13:39:08.188Z] #43 97.67   CC       criu/cr-dump.o
13:39:08 [2021-04-22T13:39:08.188Z] #43 99.79   CC       criu/cr-errno.o
13:39:08 [2021-04-22T13:39:08.188Z] #43 99.85   CC       criu/cr-restore.o
13:39:08 [2021-04-22T13:39:08.188Z] #43 103.9   CC       criu/cr-service.o
13:39:08 [2021-04-22T13:39:08.212Z] #20 44.74 Selecting previously unselected package python3-pkg-resources.
13:39:08 [2021-04-22T13:39:08.213Z] #20 44.74 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
13:39:08 [2021-04-22T13:39:08.213Z] #20 44.75 Unpacking python3-pkg-resources (40.8.0-1) ...
13:39:08 [2021-04-22T13:39:08.213Z] #20 44.88 Selecting previously unselected package python3-setuptools.
13:39:08 [2021-04-22T13:39:08.213Z] #20 44.90 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:39:08 [2021-04-22T13:39:08.213Z] #20 44.91 Unpacking python3-setuptools (40.8.0-1) ...
13:39:08 [2021-04-22T13:39:08.256Z] #20 41.25 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:39:08 [2021-04-22T13:39:08.256Z] #20 41.26 Unpacking python3-wheel (0.32.3-2) ...
13:39:08 [2021-04-22T13:39:08.256Z] #20 41.33 Selecting previously unselected package sudo.
13:39:08 [2021-04-22T13:39:08.256Z] #20 41.34 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
13:39:08 [2021-04-22T13:39:08.256Z] #20 41.36 Unpacking sudo (1.8.27-1+deb10u3) ...
13:39:08 [2021-04-22T13:39:08.387Z] #20 45.78 Selecting previously unselected package python3-setuptools.
13:39:08 [2021-04-22T13:39:08.387Z] #20 45.79 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
13:39:08 [2021-04-22T13:39:08.387Z] #20 45.79 Unpacking python3-setuptools (40.8.0-1) ...
13:39:08 [2021-04-22T13:39:08.469Z] #20 45.16 Selecting previously unselected package python3-wheel.
13:39:08 [2021-04-22T13:39:08.469Z] #20 45.18 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:39:08 [2021-04-22T13:39:08.469Z] #20 45.19 Unpacking python3-wheel (0.32.3-2) ...
13:39:08 [2021-04-22T13:39:08.646Z] #20 46.02 Selecting previously unselected package python3-wheel.
13:39:08 [2021-04-22T13:39:08.646Z] #20 46.04 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
13:39:08 [2021-04-22T13:39:08.646Z] #20 46.05 Unpacking python3-wheel (0.32.3-2) ...
13:39:08 [2021-04-22T13:39:08.646Z] #20 46.11 Selecting previously unselected package sudo.
13:39:08 [2021-04-22T13:39:08.646Z] #20 46.12 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
13:39:08 [2021-04-22T13:39:08.646Z] #20 46.13 Unpacking sudo (1.8.27-1+deb10u3) ...
13:39:08 [2021-04-22T13:39:08.726Z] #20 45.26 Selecting previously unselected package sudo.
13:39:08 [2021-04-22T13:39:08.726Z] #20 45.28 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
13:39:08 [2021-04-22T13:39:08.726Z] #20 45.29 Unpacking sudo (1.8.27-1+deb10u3) ...
13:39:08 [2021-04-22T13:39:08.726Z] #20 ...
13:39:08 [2021-04-22T13:39:08.726Z] 
13:39:08 [2021-04-22T13:39:08.726Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:08 [2021-04-22T13:39:08.726Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:08 [2021-04-22T13:39:08.726Z] #43 97.25   CC       criu/cr-check.o
13:39:08 [2021-04-22T13:39:08.726Z] #43 98.91   CC       criu/cr-dedup.o
13:39:08 [2021-04-22T13:39:08.726Z] #43 99.35   CC       criu/cr-dump.o
13:39:08 [2021-04-22T13:39:08.726Z] #43 101.8   CC       criu/cr-errno.o
13:39:08 [2021-04-22T13:39:08.726Z] #43 101.9   CC       criu/cr-restore.o
13:39:08 [2021-04-22T13:39:08.726Z] #43 106.3   CC       criu/cr-service.o
13:39:08 [2021-04-22T13:39:08.829Z] #20 41.87 Selecting previously unselected package thin-provisioning-tools.
13:39:08 [2021-04-22T13:39:08.829Z] #20 41.87 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
13:39:08 [2021-04-22T13:39:08.829Z] #20 41.87 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:39:08 [2021-04-22T13:39:08.829Z] #20 42.07 Selecting previously unselected package uidmap.
13:39:08 [2021-04-22T13:39:08.906Z] #20 46.47 Selecting previously unselected package thin-provisioning-tools.
13:39:08 [2021-04-22T13:39:08.906Z] #20 46.49 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
13:39:08 [2021-04-22T13:39:08.906Z] #20 46.50 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:39:09 [2021-04-22T13:39:09.090Z] #20 42.07 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
13:39:09 [2021-04-22T13:39:09.090Z] #20 42.09 Unpacking uidmap (1:4.5-1.1) ...
13:39:09 [2021-04-22T13:39:09.090Z] #20 42.22 Selecting previously unselected package vim-runtime.
13:39:09 [2021-04-22T13:39:09.090Z] #20 42.22 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:39:09 [2021-04-22T13:39:09.090Z] #20 42.24 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:39:09 [2021-04-22T13:39:09.090Z] #20 42.27 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:39:09 [2021-04-22T13:39:09.090Z] #20 42.28 Unpacking vim-runtime (2:8.1.0875-5) ...
13:39:09 [2021-04-22T13:39:09.136Z] #43 105.4   CC       criu/crtools.o
13:39:09 [2021-04-22T13:39:09.136Z] #43 ...
13:39:09 [2021-04-22T13:39:09.136Z] 
13:39:09 [2021-04-22T13:39:09.136Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:09 [2021-04-22T13:39:09.136Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379
13:39:09 [2021-04-22T13:39:09.136Z] #20 52.59 Setting up iptables (1.8.2-4) ...
13:39:09 [2021-04-22T13:39:09.291Z] #43 ...
13:39:09 [2021-04-22T13:39:09.291Z] 
13:39:09 [2021-04-22T13:39:09.291Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:09 [2021-04-22T13:39:09.291Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:09 [2021-04-22T13:39:09.291Z] #20 45.74 Selecting previously unselected package thin-provisioning-tools.
13:39:09 [2021-04-22T13:39:09.291Z] #20 45.75 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
13:39:09 [2021-04-22T13:39:09.291Z] #20 45.76 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
13:39:09 [2021-04-22T13:39:09.291Z] #20 45.99 Selecting previously unselected package uidmap.
13:39:09 [2021-04-22T13:39:09.291Z] #20 46.00 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
13:39:09 [2021-04-22T13:39:09.291Z] #20 46.01 Unpacking uidmap (1:4.5-1.1) ...
13:39:09 [2021-04-22T13:39:09.399Z] #20 52.68 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:39:09 [2021-04-22T13:39:09.399Z] #20 52.70 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:09 [2021-04-22T13:39:09.399Z] #20 52.72 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:39:09 [2021-04-22T13:39:09.399Z] #20 52.73 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:09 [2021-04-22T13:39:09.399Z] #20 52.74 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:39:09 [2021-04-22T13:39:09.399Z] #20 52.75 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:39:09 [2021-04-22T13:39:09.399Z] #20 52.76 Setting up python3 (3.7.3-1) ...
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.72 Selecting previously unselected package uidmap.
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.74 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.75 Unpacking uidmap (1:4.5-1.1) ...
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.88 Selecting previously unselected package vim-runtime.
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.88 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.92 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.97 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:39:09 [2021-04-22T13:39:09.475Z] #20 46.98 Unpacking vim-runtime (2:8.1.0875-5) ...
13:39:09 [2021-04-22T13:39:09.547Z] #20 46.12 Selecting previously unselected package vim-runtime.
13:39:09 [2021-04-22T13:39:09.547Z] #20 46.13 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
13:39:09 [2021-04-22T13:39:09.547Z] #20 46.18 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
13:39:09 [2021-04-22T13:39:09.547Z] #20 46.22 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
13:39:09 [2021-04-22T13:39:09.547Z] #20 46.23 Unpacking vim-runtime (2:8.1.0875-5) ...
13:39:09 [2021-04-22T13:39:09.977Z] #20 53.37 Setting up python3-wheel (0.32.3-2) ...
13:39:10 [2021-04-22T13:39:10.604Z] #56 239.0 + bin/containerd-shim-runc-v2
13:39:10 [2021-04-22T13:39:10.604Z] #56 240.0 + binaries
13:39:10 [2021-04-22T13:39:10.604Z] #56 240.0 + install -D bin/containerd /build/containerd
13:39:10 [2021-04-22T13:39:10.604Z] #56 240.0 + install -D bin/containerd-shim /build/containerd-shim
13:39:10 [2021-04-22T13:39:10.604Z] #56 240.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:39:10 [2021-04-22T13:39:10.604Z] #56 240.0 + install -D bin/ctr /build/ctr
13:39:10 [2021-04-22T13:39:10.945Z] #20 54.35 Setting up apparmor (2.13.2-10) ...
13:39:12 [2021-04-22T13:39:12.405Z] #20 45.43 Selecting previously unselected package vim.
13:39:12 [2021-04-22T13:39:12.405Z] #20 45.43 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
13:39:12 [2021-04-22T13:39:12.405Z] #20 45.45 Unpacking vim (2:8.1.0875-5) ...
13:39:12 [2021-04-22T13:39:12.515Z] #56 DONE 241.6s
13:39:12 [2021-04-22T13:39:12.768Z] #20 50.20 Selecting previously unselected package vim.
13:39:12 [2021-04-22T13:39:12.768Z] #20 ...
13:39:12 [2021-04-22T13:39:12.768Z] 
13:39:12 [2021-04-22T13:39:12.768Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:12 [2021-04-22T13:39:12.768Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:12 [2021-04-22T13:39:12.768Z] #43 101.7   CC       criu/cr-errno.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 101.8   CC       criu/cr-restore.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 106.3   CC       criu/cr-service.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 107.9   CC       criu/crtools.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 108.5   CC       criu/eventfd.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 108.8   CC       criu/eventpoll.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 109.6   CC       criu/external.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 110.0   CC       criu/fault-injection.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 110.1   CC       criu/fdstore.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 110.4   CC       criu/fifo.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 110.8   CC       criu/file-ids.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 111.1   CC       criu/file-lock.o
13:39:12 [2021-04-22T13:39:12.768Z] #43 ...
13:39:12 [2021-04-22T13:39:12.768Z] 
13:39:12 [2021-04-22T13:39:12.768Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:12 [2021-04-22T13:39:12.768Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:12 [2021-04-22T13:39:12.768Z] #20 50.20 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
13:39:12 [2021-04-22T13:39:12.768Z] #20 50.21 Unpacking vim (2:8.1.0875-5) ...
13:39:12 [2021-04-22T13:39:12.819Z] #20 49.53 Selecting previously unselected package vim.
13:39:12 [2021-04-22T13:39:12.819Z] #20 49.53 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
13:39:12 [2021-04-22T13:39:12.819Z] #20 49.55 Unpacking vim (2:8.1.0875-5) ...
13:39:12 [2021-04-22T13:39:12.977Z] #20 46.05 Selecting previously unselected package xfsprogs.
13:39:12 [2021-04-22T13:39:12.977Z] #20 46.06 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
13:39:12 [2021-04-22T13:39:12.977Z] #20 46.07 Unpacking xfsprogs (4.20.0-1) ...
13:39:13 [2021-04-22T13:39:13.085Z] 
13:39:13 [2021-04-22T13:39:13.086Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:39:13 [2021-04-22T13:39:13.086Z] #57 sha256:d4e7507ff4c2aa73fe17b59b3365fa0d28930742333660eb0e904c283f4337dd
13:39:13 [2021-04-22T13:39:13.338Z] #20 50.76 Selecting previously unselected package xfsprogs.
13:39:13 [2021-04-22T13:39:13.338Z] #20 50.76 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
13:39:13 [2021-04-22T13:39:13.338Z] #20 50.76 Unpacking xfsprogs (4.20.0-1) ...
13:39:13 [2021-04-22T13:39:13.382Z] #20 50.03 Selecting previously unselected package xfsprogs.
13:39:13 [2021-04-22T13:39:13.382Z] #20 50.04 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
13:39:13 [2021-04-22T13:39:13.382Z] #20 50.04 Unpacking xfsprogs (4.20.0-1) ...
13:39:13 [2021-04-22T13:39:13.503Z] #20 56.65 Setting up xfsprogs (4.20.0-1) ...
13:39:13 [2021-04-22T13:39:13.503Z] #20 56.67 Setting up python3-lib2to3 (3.7.3-1) ...
13:39:13 [2021-04-22T13:39:13.550Z] #20 46.56 Selecting previously unselected package zip.
13:39:13 [2021-04-22T13:39:13.550Z] #20 46.57 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
13:39:13 [2021-04-22T13:39:13.550Z] #20 46.59 Unpacking zip (3.0-11+b1) ...
13:39:13 [2021-04-22T13:39:13.550Z] #20 46.83 Setting up aufs-tools (1:4.14+20190211-1) ...
13:39:13 [2021-04-22T13:39:13.766Z] #20 57.16 Setting up python3-pkg-resources (40.8.0-1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.85 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.86 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.88 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.89 Setting up libgpm2:amd64 (1.20.7-5) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.91 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.92 Setting up uidmap (1:4.5-1.1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.94 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.95 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.97 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 46.99 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 47.00 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 47.01 Setting up xxd (2:8.1.0875-5) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 47.03 Setting up zip (3.0-11+b1) ...
13:39:13 [2021-04-22T13:39:13.811Z] #20 47.04 Setting up vim-common (2:8.1.0875-5) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.23 Selecting previously unselected package zip.
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.23 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.23 Unpacking zip (3.0-11+b1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.40 Setting up aufs-tools (1:4.14+20190211-1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.42 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.43 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.44 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.45 Setting up libgpm2:amd64 (1.20.7-5) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.46 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.47 Setting up uidmap (1:4.5-1.1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.49 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.51 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.52 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.53 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.54 Setting up xxd (2:8.1.0875-5) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.55 Setting up zip (3.0-11+b1) ...
13:39:13 [2021-04-22T13:39:13.909Z] #20 51.56 Setting up vim-common (2:8.1.0875-5) ...
13:39:13 [2021-04-22T13:39:13.945Z] #20 50.52 Selecting previously unselected package zip.
13:39:13 [2021-04-22T13:39:13.945Z] #20 50.53 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
13:39:13 [2021-04-22T13:39:13.945Z] #20 50.54 Unpacking zip (3.0-11+b1) ...
13:39:13 [2021-04-22T13:39:13.945Z] #20 50.71 Setting up aufs-tools (1:4.14+20190211-1) ...
13:39:13 [2021-04-22T13:39:13.945Z] #20 50.74 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
13:39:14 [2021-04-22T13:39:14.024Z] #57 DONE 0.9s
13:39:14 [2021-04-22T13:39:14.024Z] 
13:39:14 [2021-04-22T13:39:14.024Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:39:14 [2021-04-22T13:39:14.024Z] #61 sha256:c2c9ccc5b3dc5b43aa8f1bfc909ed0c941362bf66fb7570169b690fb50694edc
13:39:14 [2021-04-22T13:39:14.073Z] #20 47.07 Setting up bash-completion (1:2.8-6) ...
13:39:14 [2021-04-22T13:39:14.169Z] #20 51.59 Setting up bash-completion (1:2.8-6) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.76 Setting up libip6tc0:amd64 (1.8.2-4) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.77 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.78 Setting up libgpm2:amd64 (1.20.7-5) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.79 Setting up libip4tc0:amd64 (1.8.2-4) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.80 Setting up uidmap (1:4.5-1.1) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.81 Setting up libnftnl11:amd64 (1.1.2-2) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.84 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.85 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.87 Setting up xxd (2:8.1.0875-5) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.89 Setting up zip (3.0-11+b1) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.90 Setting up vim-common (2:8.1.0875-5) ...
13:39:14 [2021-04-22T13:39:14.202Z] #20 50.92 Setting up bash-completion (1:2.8-6) ...
13:39:14 [2021-04-22T13:39:14.284Z] #61 DONE 0.2s
13:39:14 [2021-04-22T13:39:14.284Z] 
13:39:14 [2021-04-22T13:39:14.284Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:39:14 [2021-04-22T13:39:14.284Z] #66 sha256:982e19a9f7909fc4896a4d01e6bcf43cba43900879e915946a34d4766ebd6f9f
13:39:14 [2021-04-22T13:39:14.977Z] #20 58.30 Setting up python3-distutils (3.7.3-1) ...
13:39:15 [2021-04-22T13:39:15.223Z] #66 DONE 0.9s
13:39:15 [2021-04-22T13:39:15.223Z] 
13:39:15 [2021-04-22T13:39:15.223Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:39:15 [2021-04-22T13:39:15.223Z] #68 sha256:6d0b3f1bc93c3f6883c125a28476e1d4b00f902403915cd67168d641285ba913
13:39:15 [2021-04-22T13:39:15.223Z] #68 DONE 0.0s
13:39:15 [2021-04-22T13:39:15.223Z] 
13:39:15 [2021-04-22T13:39:15.223Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:39:15 [2021-04-22T13:39:15.223Z] #69 sha256:e4fc05cae22de62dd155f0e2f6fa6ae7bdc2ac690c555f12bd40936527c40a35
13:39:15 [2021-04-22T13:39:15.223Z] #69 DONE 0.0s
13:39:15 [2021-04-22T13:39:15.223Z] 
13:39:15 [2021-04-22T13:39:15.223Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:39:15 [2021-04-22T13:39:15.223Z] #70 sha256:ca5fe4f6e826548ed6e1d6019634d4e50101a1acbcc500d2edd788a09f3d9215
13:39:15 [2021-04-22T13:39:15.556Z] #20 58.84 Setting up python3-setuptools (40.8.0-1) ...
13:39:16 [2021-04-22T13:39:16.165Z] #70 DONE 0.8s
13:39:16 [2021-04-22T13:39:16.165Z] 
13:39:16 [2021-04-22T13:39:16.165Z] #71 exporting to image
13:39:16 [2021-04-22T13:39:16.165Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:39:16 [2021-04-22T13:39:16.165Z] #71 exporting layers
13:39:16 [2021-04-22T13:39:16.621Z] #20 ...
13:39:16 [2021-04-22T13:39:16.622Z] 
13:39:16 [2021-04-22T13:39:16.622Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:16 [2021-04-22T13:39:16.622Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:16 [2021-04-22T13:39:16.622Z] #43 114.7   CC       criu/ipc_ns.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 116.0   CC       criu/irmap.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 116.6   CC       criu/kcmp-ids.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 117.0   CC       criu/kerndat.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 118.0   CC       criu/libnetlink.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 118.5   CC       criu/log.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 119.1   CC       criu/lsm.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 119.5   CC       criu/mem.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 121.2   CC       criu/memfd.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 121.8   CC       criu/mount.o
13:39:16 [2021-04-22T13:39:16.622Z] #43 ...
13:39:16 [2021-04-22T13:39:16.622Z] 
13:39:16 [2021-04-22T13:39:16.622Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:16 [2021-04-22T13:39:16.622Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:16 [2021-04-22T13:39:16.622Z] #20 49.84 Setting up libiptc0:amd64 (1.8.2-4) ...
13:39:16 [2021-04-22T13:39:16.708Z] #20 54.31 Setting up libiptc0:amd64 (1.8.2-4) ...
13:39:16 [2021-04-22T13:39:16.708Z] #20 54.32 Setting up xz-utils (5.2.4-1) ...
13:39:16 [2021-04-22T13:39:16.708Z] #20 54.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:39:16 [2021-04-22T13:39:16.708Z] #20 54.34 Setting up sudo (1.8.27-1+deb10u3) ...
13:39:16 [2021-04-22T13:39:16.708Z] #20 54.39 invoke-rc.d: could not determine current runlevel
13:39:16 [2021-04-22T13:39:16.883Z] #20 49.86 Setting up xz-utils (5.2.4-1) ...
13:39:16 [2021-04-22T13:39:16.883Z] #20 49.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:39:16 [2021-04-22T13:39:16.883Z] #20 49.89 Setting up sudo (1.8.27-1+deb10u3) ...
13:39:16 [2021-04-22T13:39:16.883Z] #20 49.98 invoke-rc.d: could not determine current runlevel
13:39:16 [2021-04-22T13:39:16.883Z] #20 49.99 invoke-rc.d: policy-rc.d denied execution of start.
13:39:16 [2021-04-22T13:39:16.883Z] #20 50.00 Setting up pigz (2.4-1) ...
13:39:16 [2021-04-22T13:39:16.883Z] #20 50.04 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:39:16 [2021-04-22T13:39:16.883Z] #20 50.08 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:39:16 [2021-04-22T13:39:16.948Z] #20 60.42 Setting up python3-pip (18.1-5) ...
13:39:16 [2021-04-22T13:39:16.967Z] #20 54.40 invoke-rc.d: policy-rc.d denied execution of start.
13:39:16 [2021-04-22T13:39:16.967Z] #20 54.41 Setting up pigz (2.4-1) ...
13:39:16 [2021-04-22T13:39:16.967Z] #20 54.42 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:39:16 [2021-04-22T13:39:16.968Z] #20 54.44 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:39:16 [2021-04-22T13:39:16.968Z] #20 54.48 Setting up python-pip-whl (18.1-5) ...
13:39:16 [2021-04-22T13:39:16.968Z] #20 54.50 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:39:16 [2021-04-22T13:39:16.968Z] #20 54.51 Setting up vim-runtime (2:8.1.0875-5) ...
13:39:17 [2021-04-22T13:39:17.145Z] #20 50.11 Setting up python-pip-whl (18.1-5) ...
13:39:17 [2021-04-22T13:39:17.145Z] #20 50.12 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:39:17 [2021-04-22T13:39:17.145Z] #20 50.13 Setting up vim-runtime (2:8.1.0875-5) ...
13:39:17 [2021-04-22T13:39:17.145Z] #20 ...
13:39:17 [2021-04-22T13:39:17.145Z] 
13:39:17 [2021-04-22T13:39:17.145Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:17 [2021-04-22T13:39:17.145Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:39:17 [2021-04-22T13:39:17.145Z] #40 178.5 + dpkg --print-architecture
13:39:17 [2021-04-22T13:39:17.145Z] #40 178.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
13:39:17 [2021-04-22T13:39:17.145Z] #40 178.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:39:17 [2021-04-22T13:39:17.145Z] #40 178.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:39:17 [2021-04-22T13:39:17.227Z] #20 54.90 Setting up libaio1:amd64 (0.3.112-3) ...
13:39:17 [2021-04-22T13:39:17.407Z] #40 ...
13:39:17 [2021-04-22T13:39:17.407Z] 
13:39:17 [2021-04-22T13:39:17.407Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:17 [2021-04-22T13:39:17.407Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.51 Setting up libaio1:amd64 (0.3.112-3) ...
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.52 Setting up libonig5:amd64 (6.9.1-1) ...
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.53 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.55 Setting up vim (2:8.1.0875-5) ...
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:39:17 [2021-04-22T13:39:17.407Z] #20 50.63 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.70 Setting up libiptc0:amd64 (1.8.2-4) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.75 Setting up xz-utils (5.2.4-1) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.77 Setting up sudo (1.8.27-1+deb10u3) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.89 invoke-rc.d: could not determine current runlevel
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.90 invoke-rc.d: policy-rc.d denied execution of start.
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.91 Setting up pigz (2.4-1) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.95 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.96 Setting up libnl-3-200:amd64 (3.4.0-1) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.98 Setting up python-pip-whl (18.1-5) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 53.99 Setting up libmpdec2:amd64 (2.4.2-2) ...
13:39:17 [2021-04-22T13:39:17.473Z] #20 54.01 Setting up vim-runtime (2:8.1.0875-5) ...
13:39:17 [2021-04-22T13:39:17.486Z] #20 54.91 Setting up libonig5:amd64 (6.9.1-1) ...
13:39:17 [2021-04-22T13:39:17.486Z] #20 54.93 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:39:17 [2021-04-22T13:39:17.486Z] #20 54.95 Setting up vim (2:8.1.0875-5) ...
13:39:17 [2021-04-22T13:39:17.486Z] #20 54.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:39:17 [2021-04-22T13:39:17.486Z] #20 54.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:39:17 [2021-04-22T13:39:17.487Z] #20 54.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:39:17 [2021-04-22T13:39:17.487Z] #20 54.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:39:17 [2021-04-22T13:39:17.487Z] #20 54.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:39:17 [2021-04-22T13:39:17.487Z] #20 54.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:39:17 [2021-04-22T13:39:17.487Z] #20 54.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:39:17 [2021-04-22T13:39:17.487Z] #20 55.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:39:17 [2021-04-22T13:39:17.487Z] #20 55.01 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:39:17 [2021-04-22T13:39:17.487Z] #20 55.02 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:39:17 [2021-04-22T13:39:17.487Z] #20 55.03 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:39:17 [2021-04-22T13:39:17.487Z] #20 55.04 Setting up jq (1.5+dfsg-2+b1) ...
13:39:17 [2021-04-22T13:39:17.487Z] #20 55.05 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:39:17 [2021-04-22T13:39:17.487Z] #20 55.06 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:39:17 [2021-04-22T13:39:17.668Z] #20 50.64 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:39:17 [2021-04-22T13:39:17.668Z] #20 50.66 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:39:17 [2021-04-22T13:39:17.668Z] #20 50.67 Setting up jq (1.5+dfsg-2+b1) ...
13:39:17 [2021-04-22T13:39:17.668Z] #20 50.69 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:39:17 [2021-04-22T13:39:17.668Z] #20 50.70 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:39:17 [2021-04-22T13:39:17.730Z] #20 54.45 Setting up libaio1:amd64 (0.3.112-3) ...
13:39:17 [2021-04-22T13:39:17.730Z] #20 54.52 Setting up libonig5:amd64 (6.9.1-1) ...
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.57 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.58 Setting up vim (2:8.1.0875-5) ...
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
13:39:17 [2021-04-22T13:39:17.987Z] #20 54.76 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
13:39:18 [2021-04-22T13:39:18.244Z] #20 54.88 Setting up thin-provisioning-tools (0.7.6-2.1) ...
13:39:18 [2021-04-22T13:39:18.244Z] #20 54.90 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
13:39:18 [2021-04-22T13:39:18.244Z] #20 54.91 Setting up jq (1.5+dfsg-2+b1) ...
13:39:18 [2021-04-22T13:39:18.244Z] #20 54.92 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
13:39:18 [2021-04-22T13:39:18.244Z] #20 54.93 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:39:18 [2021-04-22T13:39:18.343Z] #20 61.70 Processing triggers for libc-bin (2.28-10) ...
13:39:18 [2021-04-22T13:39:18.343Z] #20 61.74 Processing triggers for mime-support (3.62) ...
13:39:19 [2021-04-22T13:39:19.613Z] #20 ...
13:39:19 [2021-04-22T13:39:19.613Z] 
13:39:19 [2021-04-22T13:39:19.613Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:19 [2021-04-22T13:39:19.613Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:19 [2021-04-22T13:39:19.613Z] #43 108.0   CC       criu/crtools.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 108.5   CC       criu/eventfd.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 108.9   CC       criu/eventpoll.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 109.9   CC       criu/external.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 110.2   CC       criu/fault-injection.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 110.3   CC       criu/fdstore.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 110.6   CC       criu/fifo.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 111.1   CC       criu/file-ids.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 111.5   CC       criu/file-lock.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 112.4   CC       criu/files-ext.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 112.8   CC       criu/files-reg.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 115.2   CC       criu/files.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 117.3   CC       criu/filesystems.o
13:39:19 [2021-04-22T13:39:19.613Z] #43 118.2   CC       criu/fsnotify.o
13:39:19 [2021-04-22T13:39:19.737Z] #20 DONE 63.1s
13:39:19 [2021-04-22T13:39:19.737Z] 
13:39:19 [2021-04-22T13:39:19.737Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:19 [2021-04-22T13:39:19.737Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:39:19 [2021-04-22T13:39:19.737Z] #43 106.0   CC       criu/eventfd.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 106.4   CC       criu/eventpoll.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 107.1   CC       criu/external.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 107.4   CC       criu/fault-injection.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 107.5   CC       criu/fdstore.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 107.9   CC       criu/fifo.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 108.3   CC       criu/file-ids.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 108.6   CC       criu/file-lock.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 109.5   CC       criu/files-ext.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 109.9   CC       criu/files-reg.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 112.0   CC       criu/files.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 113.8   CC       criu/filesystems.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 114.6   CC       criu/fsnotify.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 115.7   CC       criu/image-desc.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 115.9   CC       criu/image.o
13:39:19 [2021-04-22T13:39:19.737Z] #43 ...
13:39:19 [2021-04-22T13:39:19.737Z] 
13:39:19 [2021-04-22T13:39:19.737Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:39:19 [2021-04-22T13:39:19.737Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab
13:39:20 [2021-04-22T13:39:20.215Z] #20 53.43 Setting up iptables (1.8.2-4) ...
13:39:20 [2021-04-22T13:39:20.475Z] #20 53.45 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:39:20 [2021-04-22T13:39:20.476Z] #20 53.45 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:20 [2021-04-22T13:39:20.476Z] #20 53.46 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:39:20 [2021-04-22T13:39:20.476Z] #20 53.47 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:20 [2021-04-22T13:39:20.476Z] #20 53.47 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:39:20 [2021-04-22T13:39:20.476Z] #20 53.47 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:39:20 [2021-04-22T13:39:20.476Z] #20 53.49 Setting up python3 (3.7.3-1) ...
13:39:20 [2021-04-22T13:39:20.736Z] #20 53.92 Setting up python3-wheel (0.32.3-2) ...
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.77 Setting up iptables (1.8.2-4) ...
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.81 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.81 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:39:20 [2021-04-22T13:39:20.779Z] #20 57.82 Setting up python3 (3.7.3-1) ...
13:39:20 [2021-04-22T13:39:20.779Z] #20 58.17 Setting up python3-wheel (0.32.3-2) ...
13:39:20 [2021-04-22T13:39:20.982Z] #43 119.3   CC       criu/image-desc.o
13:39:20 [2021-04-22T13:39:20.982Z] #43 119.5   CC       criu/image.o
13:39:21 [2021-04-22T13:39:21.130Z] #21 1.487 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:39:21 [2021-04-22T13:39:21.130Z] #21 1.493 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:39:21 [2021-04-22T13:39:21.130Z] #21 1.503 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:39:21 [2021-04-22T13:39:21.348Z] #20 58.88 Setting up apparmor (2.13.2-10) ...
13:39:21 [2021-04-22T13:39:21.546Z] #43 ...
13:39:21 [2021-04-22T13:39:21.546Z] 
13:39:21 [2021-04-22T13:39:21.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
13:39:21 [2021-04-22T13:39:21.546Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.07 Setting up iptables (1.8.2-4) ...
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.09 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.09 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.10 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.10 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.11 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.12 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
13:39:21 [2021-04-22T13:39:21.546Z] #20 58.13 Setting up python3 (3.7.3-1) ...
13:39:21 [2021-04-22T13:39:21.678Z] #20 54.63 Setting up apparmor (2.13.2-10) ...
13:39:22 [2021-04-22T13:39:22.079Z] #21 DONE 2.4s
13:39:22 [2021-04-22T13:39:22.079Z] 
13:39:22 [2021-04-22T13:39:22.079Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:39:22 [2021-04-22T13:39:22.079Z] #49 sha256:ba78342ec985deb2949dd6f74ff81a514aefd9ffcc208e48dc1b414a0fa180be
13:39:22 [2021-04-22T13:39:22.079Z] #49 173.1 + /build/golangci-lint --version
13:39:22 [2021-04-22T13:39:22.079Z] #49 173.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:39:22 [2021-04-22T13:39:22.079Z] #49 DONE 174.0s
13:39:22 [2021-04-22T13:39:22.079Z] 
13:39:22 [2021-04-22T13:39:22.079Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:22 [2021-04-22T13:39:22.079Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:39:22 [2021-04-22T13:39:22.109Z] #20 58.58 Setting up python3-wheel (0.32.3-2) ...
13:39:22 [2021-04-22T13:39:22.752Z] #71 exporting layers 6.7s done
13:39:22 [2021-04-22T13:39:22.752Z] #71 writing image sha256:174c6f8c447953cde57c86c5abdf649b1eaf9526cd1c8eeb6e50303fda818a4b done
13:39:22 [2021-04-22T13:39:22.752Z] #71 naming to docker.io/library/docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 done
13:39:22 [2021-04-22T13:39:22.752Z] #71 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
13:39:22 [2021-04-22T13:39:22.929Z] #20 59.39 Setting up apparmor (2.13.2-10) ...
13:39:23 [2021-04-22T13:39:23.093Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42164/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/validate/default
13:39:23 [2021-04-22T13:39:23.252Z] DEBUG: print all environment variables to check how Jenkins runs this script
13:39:23 [2021-04-22T13:39:23.252Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d81f5afd\powershellScript.ps1'; exit $LASTEXITCODE;
13:39:23 [2021-04-22T13:39:23.252Z] ----------------------------------------------------------------------------
13:39:23 [2021-04-22T13:39:23.252Z] 
13:39:23 [2021-04-22T13:39:23.252Z] INFO: executeCI.ps1 starting at Thu Apr 22 13:39:22 CUT 2021
13:39:23 [2021-04-22T13:39:23.252Z] 
13:39:23 [2021-04-22T13:39:23.252Z] INFO: Script version 05-Feb-2019 09:03 PDT
13:39:23 [2021-04-22T13:39:23.252Z] INFO: Running git version 2.24.1.windows.2
13:39:23 [2021-04-22T13:39:23.252Z] INFO: Branch:fe_release Build:20295.1.210212-1600
13:39:23 [2021-04-22T13:39:23.252Z] INFO: Environment variables:
13:39:23 [2021-04-22T13:39:23.252Z] 
13:39:23 [2021-04-22T13:39:23.252Z] Name                           Value                                                                                   
13:39:23 [2021-04-22T13:39:23.252Z] ----                           -----                                                                                   
13:39:23 [2021-04-22T13:39:23.252Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
13:39:23 [2021-04-22T13:39:23.252Z] amd64                          true                                                                                    
13:39:23 [2021-04-22T13:39:23.252Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
13:39:23 [2021-04-22T13:39:23.252Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
13:39:23 [2021-04-22T13:39:23.252Z] arm64                          true                                                                                    
13:39:23 [2021-04-22T13:39:23.252Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10                     
13:39:23 [2021-04-22T13:39:23.252Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
13:39:23 [2021-04-22T13:39:23.252Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10                                                                                 
13:39:23 [2021-04-22T13:39:23.252Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
13:39:23 [2021-04-22T13:39:23.252Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
13:39:23 [2021-04-22T13:39:23.252Z] BRANCH_NAME                    PR-42164                                                                                
13:39:23 [2021-04-22T13:39:23.252Z] BUILD_DISPLAY_NAME             #9                                                                                      
13:39:23 [2021-04-22T13:39:23.252Z] BUILD_ID                       9                                                                                       
13:39:23 [2021-04-22T13:39:23.252Z] BUILD_NUMBER                   9                                                                                       
13:39:23 [2021-04-22T13:39:23.252Z] BUILD_TAG                      jenkins-moby-PR-42164-9                                                                 
13:39:23 [2021-04-22T13:39:23.252Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42164/9/                              
13:39:23 [2021-04-22T13:39:23.253Z] cgroup2                        true                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_AUTHOR                  olljanat                                                                                
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_AUTHOR_DISPLAY_NAME     Olli Janatuinen                                                                         
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_BRANCH                  tests/win-prepare-for-containerd                                                        
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_FORK                    olljanat                                                                                
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_ID                      42164                                                                                   
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_TARGET                  master                                                                                  
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_TITLE                   Prepare tests for Windows containerd support                                            
13:39:23 [2021-04-22T13:39:23.253Z] CHANGE_URL                     https://github.com/moby/moby/pull/42164                                                 
13:39:23 [2021-04-22T13:39:23.253Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
13:39:23 [2021-04-22T13:39:23.253Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
13:39:23 [2021-04-22T13:39:23.253Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
13:39:23 [2021-04-22T13:39:23.253Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
13:39:23 [2021-04-22T13:39:23.253Z] COMPUTERNAME                   azwin-2-4ba620                                                                          
13:39:23 [2021-04-22T13:39:23.253Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
13:39:23 [2021-04-22T13:39:23.253Z] ConfigSequenceNumber           0                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] dco                            true                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] DOCKER_BUILDKIT                0                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] DOCKER_DUT_DEBUG               1                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] DOCKER_EXPERIMENTAL            1                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
13:39:23 [2021-04-22T13:39:23.253Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
13:39:23 [2021-04-22T13:39:23.253Z] EXECUTOR_NUMBER                0                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] FQDN                           azwin-2-4ba620.westus.cloudapp.azure.com                                                
13:39:23 [2021-04-22T13:39:23.253Z] GIT_BRANCH                     PR-42164                                                                                
13:39:23 [2021-04-22T13:39:23.253Z] GIT_COMMIT                     bffa730860f5b9453a0c08dce386ce1eb4ecd2e3                                                
13:39:23 [2021-04-22T13:39:23.253Z] GIT_PREVIOUS_COMMIT            bffa730860f5b9453a0c08dce386ce1eb4ecd2e3                                                
13:39:23 [2021-04-22T13:39:23.253Z] GIT_URL                        https://github.com/moby/moby.git                                                        
13:39:23 [2021-04-22T13:39:23.253Z] HUDSON_COOKIE                  0c43621d-ef8e-4ba6-9421-c0f248c2afe5                                                    
13:39:23 [2021-04-22T13:39:23.253Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
13:39:23 [2021-04-22T13:39:23.253Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
13:39:23 [2021-04-22T13:39:23.253Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
13:39:23 [2021-04-22T13:39:23.253Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64                          
13:39:23 [2021-04-22T13:39:23.253Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
13:39:23 [2021-04-22T13:39:23.253Z] JENKINS_NODE_COOKIE            02e7cdd5-5edc-4d28-80cf-72ce98e7b2a9                                                    
13:39:23 [2021-04-22T13:39:23.253Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
13:39:23 [2021-04-22T13:39:23.253Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
13:39:23 [2021-04-22T13:39:23.253Z] JOB_BASE_NAME                  PR-42164                                                                                
13:39:23 [2021-04-22T13:39:23.253Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42164/display/redirect                
13:39:23 [2021-04-22T13:39:23.253Z] JOB_NAME                       moby/PR-42164                                                                           
13:39:23 [2021-04-22T13:39:23.253Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42164/                                
13:39:23 [2021-04-22T13:39:23.253Z] library.jps.version            master                                                                                  
13:39:23 [2021-04-22T13:39:23.253Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
13:39:23 [2021-04-22T13:39:23.253Z] NODE_LABELS                    amd64 azure azwin-2-4ba620 azwin-2022 docker west-us windows windows-2022 x86_64        
13:39:23 [2021-04-22T13:39:23.253Z] NODE_NAME                      azwin-2-4ba620                                                                          
13:39:23 [2021-04-22T13:39:23.253Z] NUMBER_OF_PROCESSORS           4                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] OS                             Windows_NT                                                                              
13:39:23 [2021-04-22T13:39:23.253Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
13:39:23 [2021-04-22T13:39:23.253Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
13:39:23 [2021-04-22T13:39:23.253Z] ppc64le                        false                                                                                   
13:39:23 [2021-04-22T13:39:23.253Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
13:39:23 [2021-04-22T13:39:23.253Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
13:39:23 [2021-04-22T13:39:23.253Z] PROCESSOR_LEVEL                6                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] PROCESSOR_REVISION             4f01                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] ProgramData                    C:\ProgramData                                                                          
13:39:23 [2021-04-22T13:39:23.253Z] ProgramFiles                   C:\Program Files                                                                        
13:39:23 [2021-04-22T13:39:23.253Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
13:39:23 [2021-04-22T13:39:23.253Z] ProgramW6432                   C:\Program Files                                                                        
13:39:23 [2021-04-22T13:39:23.253Z] PROMPT                         $P$G                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] PSExecutionPolicyPreference    Bypass                                                                                  
13:39:23 [2021-04-22T13:39:23.253Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
13:39:23 [2021-04-22T13:39:23.253Z] PUBLIC                         C:\Users\Public                                                                         
13:39:23 [2021-04-22T13:39:23.253Z] rootless                       true                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect?page=artif...
13:39:23 [2021-04-22T13:39:23.253Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect?page=changes 
13:39:23 [2021-04-22T13:39:23.253Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect              
13:39:23 [2021-04-22T13:39:23.253Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42164/9/display/redirect?page=tests   
13:39:23 [2021-04-22T13:39:23.253Z] s390x                          false                                                                                   
13:39:23 [2021-04-22T13:39:23.253Z] SKIP_VALIDATION_TESTS          1                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] SOURCES_DRIVE                  d                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] SOURCES_SUBDIR                 gopath                                                                                  
13:39:23 [2021-04-22T13:39:23.253Z] STAGE_NAME                     Run tests                                                                               
13:39:23 [2021-04-22T13:39:23.253Z] SystemDrive                    C:                                                                                      
13:39:23 [2021-04-22T13:39:23.253Z] SystemRoot                     C:\Windows                                                                              
13:39:23 [2021-04-22T13:39:23.253Z] TEMP                           C:\Windows\TEMP                                                                         
13:39:23 [2021-04-22T13:39:23.253Z] TESTDEBUG                      0                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] TESTRUN_DRIVE                  d                                                                                       
13:39:23 [2021-04-22T13:39:23.253Z] TESTRUN_SUBDIR                 CI                                                                                      
13:39:23 [2021-04-22T13:39:23.253Z] TIMEOUT                        120m                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] TMP                            C:\Windows\TEMP                                                                         
13:39:23 [2021-04-22T13:39:23.253Z] unit_validate                  true                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] USERDOMAIN                     WORKGROUP                                                                               
13:39:23 [2021-04-22T13:39:23.253Z] USERNAME                       azwin-2-4ba620$                                                                         
13:39:23 [2021-04-22T13:39:23.253Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
13:39:23 [2021-04-22T13:39:23.253Z] validate_force                 false                                                                                   
13:39:23 [2021-04-22T13:39:23.253Z] windir                         C:\Windows                                                                              
13:39:23 [2021-04-22T13:39:23.253Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore/insider                                            
13:39:23 [2021-04-22T13:39:23.253Z] WINDOWS_BASE_IMAGE_TAG         10.0.20295.1                                                                            
13:39:23 [2021-04-22T13:39:23.253Z] windows2022                    true                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] windowsRS1                     false                                                                                   
13:39:23 [2021-04-22T13:39:23.253Z] windowsRS5                     true                                                                                    
13:39:23 [2021-04-22T13:39:23.253Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
13:39:23 [2021-04-22T13:39:23.253Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
13:39:23 [2021-04-22T13:39:23.253Z] 
13:39:23 [2021-04-22T13:39:23.253Z] 
13:39:23 [2021-04-22T13:39:23.253Z] 
13:39:23 [2021-04-22T13:39:23.255Z] #20 60.49 Setting up xfsprogs (4.20.0-1) ...
13:39:23 [2021-04-22T13:39:23.255Z] #20 60.50 Setting up python3-lib2to3 (3.7.3-1) ...
13:39:23 [2021-04-22T13:39:23.255Z] #20 ...
13:39:23 [2021-04-22T13:39:23.255Z] 
13:39:23 [2021-04-22T13:39:23.255Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:23 [2021-04-22T13:39:23.255Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:23 [2021-04-22T13:39:23.255Z] #43 112.1   CC       criu/files-ext.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 112.5   CC       criu/files-reg.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 114.7   CC       criu/files.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 117.1   CC       criu/filesystems.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 117.8   CC       criu/fsnotify.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 119.0   CC       criu/image-desc.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 119.1   CC       criu/image.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 120.0   CC       criu/ipc_ns.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 121.3   CC       criu/irmap.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 122.0   CC       criu/kcmp-ids.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 122.3   CC       criu/kerndat.o
13:39:23 [2021-04-22T13:39:23.255Z] #43 ...
13:39:23 [2021-04-22T13:39:23.255Z] 
13:39:23 [2021-04-22T13:39:23.256Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:23 [2021-04-22T13:39:23.256Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:39:23 [2021-04-22T13:39:23.256Z] #40 187.6 + dpkg --print-architecture
13:39:23 [2021-04-22T13:39:23.256Z] #40 187.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
13:39:23 [2021-04-22T13:39:23.628Z] #20 56.42 Setting up xfsprogs (4.20.0-1) ...
13:39:23 [2021-04-22T13:39:23.628Z] #20 56.44 Setting up python3-lib2to3 (3.7.3-1) ...
13:39:23 [2021-04-22T13:39:23.825Z] #40 188.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:39:23 [2021-04-22T13:39:23.825Z] #40 188.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:39:23 [2021-04-22T13:39:23.895Z] #20 56.83 Setting up python3-pkg-resources (40.8.0-1) ...
13:39:24 [2021-04-22T13:39:24.035Z] Congratulations!  All commits are properly signed with the DCO!
13:39:24 [2021-04-22T13:39:24.035Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:39:24 [2021-04-22T13:39:24.035Z] No api/types/ or api/swagger.yaml changes in diff.
13:39:24 [2021-04-22T13:39:24.035Z] Congratulations!  All TOML source files changed here have valid syntax.
13:39:24 [2021-04-22T13:39:24.035Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:39:24 [2021-04-22T13:39:24.035Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:39:24 [2021-04-22T13:39:24.035Z] Congratulations!  No new tests were added to integration-cli.
13:39:24 [2021-04-22T13:39:24.035Z] 
13:39:24 [2021-04-22T13:39:24.035Z] INFO Start validation with golang-ci-lint
13:39:24 [2021-04-22T13:39:24.035Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:39:24 [2021-04-22T13:39:24.035Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:39:24 [2021-04-22T13:39:24.035Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:39:24 [2021-04-22T13:39:24.299Z] #20 60.89 Setting up xfsprogs (4.20.0-1) ...
13:39:24 [2021-04-22T13:39:24.299Z] #20 60.90 Setting up python3-lib2to3 (3.7.3-1) ...
13:39:24 [2021-04-22T13:39:24.804Z] INFO: Sources under d:\gopath\...
13:39:24 [2021-04-22T13:39:24.804Z] INFO: Test run under d:\CI\...
13:39:24 [2021-04-22T13:39:24.804Z] INFO: Running in D:\gopath\src\github.com\docker\docker
13:39:24 [2021-04-22T13:39:24.804Z] INFO: docker/docker repository was found
13:39:24 [2021-04-22T13:39:24.845Z] #20 57.75 Setting up python3-distutils (3.7.3-1) ...
13:39:24 [2021-04-22T13:39:24.863Z] #20 61.30 Setting up python3-pkg-resources (40.8.0-1) ...
13:39:25 [2021-04-22T13:39:25.106Z] #20 58.22 Setting up python3-setuptools (40.8.0-1) ...
13:39:25 [2021-04-22T13:39:25.267Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub. This may take some time...
13:39:25 [2021-04-22T13:39:25.730Z] 10.0.20295.1: Pulling from windows/servercore/insider
13:39:25 [2021-04-22T13:39:25.792Z] #20 62.25 Setting up python3-distutils (3.7.3-1) ...
13:39:26 [2021-04-22T13:39:26.049Z] #20 62.73 Setting up python3-setuptools (40.8.0-1) ...
13:39:26 [2021-04-22T13:39:26.192Z] 29d5b6a226d2: Pulling fs layer
13:39:26 [2021-04-22T13:39:26.493Z] #20 59.38 Setting up python3-pip (18.1-5) ...
13:39:27 [2021-04-22T13:39:27.388Z] #22 4.985 Collecting yamllint==1.26.1
13:39:27 [2021-04-22T13:39:27.438Z] #20 60.35 Processing triggers for libc-bin (2.28-10) ...
13:39:27 [2021-04-22T13:39:27.438Z] #20 60.41 Processing triggers for mime-support (3.62) ...
13:39:27 [2021-04-22T13:39:27.438Z] #20 ...
13:39:27 [2021-04-22T13:39:27.438Z] 
13:39:27 [2021-04-22T13:39:27.438Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:27 [2021-04-22T13:39:27.438Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:27 [2021-04-22T13:39:27.438Z] #43 125.9   CC       criu/namespaces.o
13:39:27 [2021-04-22T13:39:27.438Z] #43 127.9   CC       criu/net.o
13:39:27 [2021-04-22T13:39:27.438Z] #43 131.1   CC       criu/netfilter.o
13:39:27 [2021-04-22T13:39:27.438Z] #43 131.5   CC       criu/page-pipe.o
13:39:27 [2021-04-22T13:39:27.438Z] #43 132.2   CC       criu/page-xfer.o
13:39:27 [2021-04-22T13:39:27.438Z] #43 133.9   CC       criu/pagemap-cache.o
13:39:27 [2021-04-22T13:39:27.438Z] #43 134.3   CC       criu/pagemap.o
13:39:27 [2021-04-22T13:39:27.438Z] #43 135.3   CC       criu/parasite-syscall.o
13:39:27 [2021-04-22T13:39:27.493Z] #20 64.13 Setting up python3-pip (18.1-5) ...
13:39:27 [2021-04-22T13:39:27.699Z] #43 ...
13:39:27 [2021-04-22T13:39:27.699Z] 
13:39:27 [2021-04-22T13:39:27.700Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:27 [2021-04-22T13:39:27.700Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:27 [2021-04-22T13:39:27.700Z] #20 DONE 60.8s
13:39:27 [2021-04-22T13:39:27.700Z] 
13:39:27 [2021-04-22T13:39:27.700Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:39:27 [2021-04-22T13:39:27.700Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:39:28 [2021-04-22T13:39:28.023Z] #40 ...
13:39:28 [2021-04-22T13:39:28.023Z] 
13:39:28 [2021-04-22T13:39:28.023Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             aufs-tools             bash-completion             bzip2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             net-tools             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip
13:39:28 [2021-04-22T13:39:28.023Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8
13:39:28 [2021-04-22T13:39:28.023Z] #20 60.87 Setting up python3-pkg-resources (40.8.0-1) ...
13:39:28 [2021-04-22T13:39:28.023Z] #20 61.82 Setting up python3-distutils (3.7.3-1) ...
13:39:28 [2021-04-22T13:39:28.023Z] #20 62.26 Setting up python3-setuptools (40.8.0-1) ...
13:39:28 [2021-04-22T13:39:28.023Z] #20 63.36 Setting up python3-pip (18.1-5) ...
13:39:28 [2021-04-22T13:39:28.023Z] #20 64.50 Processing triggers for libc-bin (2.28-10) ...
13:39:28 [2021-04-22T13:39:28.023Z] #20 64.54 Processing triggers for mime-support (3.62) ...
13:39:28 [2021-04-22T13:39:28.023Z] #20 DONE 65.4s
13:39:28 [2021-04-22T13:39:28.023Z] 
13:39:28 [2021-04-22T13:39:28.023Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:39:28 [2021-04-22T13:39:28.023Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:39:28 [2021-04-22T13:39:28.336Z] #22 ...
13:39:28 [2021-04-22T13:39:28.336Z] 
13:39:28 [2021-04-22T13:39:28.336Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:28 [2021-04-22T13:39:28.336Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:39:28 [2021-04-22T13:39:28.336Z] #43 117.0   CC       criu/ipc_ns.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 118.1   CC       criu/irmap.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 118.6   CC       criu/kcmp-ids.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 119.0   CC       criu/kerndat.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 120.6   CC       criu/libnetlink.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 121.2   CC       criu/log.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 121.7   CC       criu/lsm.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 122.0   CC       criu/mem.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 123.6   CC       criu/memfd.o
13:39:28 [2021-04-22T13:39:28.336Z] #43 124.1   CC       criu/mount.o
13:39:28 [2021-04-22T13:39:28.428Z] #20 65.06 Processing triggers for libc-bin (2.28-10) ...
13:39:28 [2021-04-22T13:39:28.428Z] #20 65.09 Processing triggers for mime-support (3.62) ...
13:39:28 [2021-04-22T13:39:28.962Z] #21 1.037 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:39:28 [2021-04-22T13:39:28.962Z] #21 1.045 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:39:28 [2021-04-22T13:39:28.962Z] #21 1.053 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:39:28 [2021-04-22T13:39:28.962Z] #21 DONE 1.1s
13:39:28 [2021-04-22T13:39:28.962Z] 
13:39:28 [2021-04-22T13:39:28.962Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:28 [2021-04-22T13:39:28.962Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:28 [2021-04-22T13:39:28.962Z] #43 123.5   CC       criu/libnetlink.o
13:39:28 [2021-04-22T13:39:28.962Z] #43 123.9   CC       criu/log.o
13:39:28 [2021-04-22T13:39:28.962Z] #43 124.5   CC       criu/lsm.o
13:39:28 [2021-04-22T13:39:28.962Z] #43 125.0   CC       criu/mem.o
13:39:28 [2021-04-22T13:39:28.962Z] #43 126.6   CC       criu/memfd.o
13:39:28 [2021-04-22T13:39:28.962Z] #43 127.5   CC       criu/mount.o
13:39:29 [2021-04-22T13:39:29.574Z] 4612f6d0b889: Verifying Checksum
13:39:29 [2021-04-22T13:39:29.574Z] 4612f6d0b889: Download complete
13:39:29 [2021-04-22T13:39:29.614Z] #21 1.949 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:39:29 [2021-04-22T13:39:29.614Z] #21 1.953 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:39:29 [2021-04-22T13:39:29.614Z] #21 1.956 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:39:29 [2021-04-22T13:39:29.797Z] #20 DONE 66.2s
13:39:29 [2021-04-22T13:39:29.797Z] 
13:39:29 [2021-04-22T13:39:29.797Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
13:39:29 [2021-04-22T13:39:29.797Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b
13:39:29 [2021-04-22T13:39:29.875Z] #21 DONE 2.0s
13:39:29 [2021-04-22T13:39:29.875Z] 
13:39:29 [2021-04-22T13:39:29.875Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:29 [2021-04-22T13:39:29.875Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:39:30 [2021-04-22T13:39:30.726Z] #21 1.042 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
13:39:30 [2021-04-22T13:39:30.726Z] #21 1.046 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
13:39:30 [2021-04-22T13:39:30.726Z] #21 1.049 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
13:39:30 [2021-04-22T13:39:30.726Z] #21 DONE 1.1s
13:39:30 [2021-04-22T13:39:30.726Z] 
13:39:30 [2021-04-22T13:39:30.726Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:30 [2021-04-22T13:39:30.726Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:39:30 [2021-04-22T13:39:30.726Z] #40 187.2 + dpkg --print-architecture
13:39:30 [2021-04-22T13:39:30.726Z] #40 187.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
13:39:30 [2021-04-22T13:39:30.726Z] #40 187.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
13:39:30 [2021-04-22T13:39:30.726Z] #40 187.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
13:39:30 [2021-04-22T13:39:30.726Z] #40 ...
13:39:30 [2021-04-22T13:39:30.726Z] 
13:39:30 [2021-04-22T13:39:30.726Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:30 [2021-04-22T13:39:30.726Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:39:30 [2021-04-22T13:39:30.894Z] #43 126.8   CC       criu/namespaces.o
13:39:31 [2021-04-22T13:39:31.842Z] #43 128.2   CC       criu/net.o
13:39:32 [2021-04-22T13:39:32.095Z] #22 ...
13:39:32 [2021-04-22T13:39:32.095Z] 
13:39:32 [2021-04-22T13:39:32.095Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:32 [2021-04-22T13:39:32.095Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:32 [2021-04-22T13:39:32.095Z] #43 120.5   CC       criu/ipc_ns.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 121.7   CC       criu/irmap.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 122.4   CC       criu/kcmp-ids.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 122.7   CC       criu/kerndat.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 124.0   CC       criu/libnetlink.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 124.5   CC       criu/log.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 125.1   CC       criu/lsm.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 125.6   CC       criu/mem.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 127.5   CC       criu/memfd.o
13:39:32 [2021-04-22T13:39:32.095Z] #43 128.5   CC       criu/mount.o
13:39:32 [2021-04-22T13:39:32.418Z] #43 ...
13:39:32 [2021-04-22T13:39:32.418Z] 
13:39:32 [2021-04-22T13:39:32.418Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:32 [2021-04-22T13:39:32.418Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:39:32 [2021-04-22T13:39:32.418Z] #22 10.32   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:39:33 [2021-04-22T13:39:33.158Z] #43 132.2   CC       criu/namespaces.o
13:39:33 [2021-04-22T13:39:33.810Z] #22 11.60 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:39:33 [2021-04-22T13:39:33.811Z] #22 11.64   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:39:33 [2021-04-22T13:39:33.811Z] #22 11.69 Collecting pyyaml (from yamllint==1.26.1)
13:39:34 [2021-04-22T13:39:34.073Z] #22 11.97   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
13:39:34 [2021-04-22T13:39:34.611Z] #43 133.2   CC       criu/namespaces.o
13:39:34 [2021-04-22T13:39:34.648Z] #22 12.71   Installing build dependencies: started
13:39:35 [2021-04-22T13:39:35.066Z] #43 134.1   CC       criu/net.o
13:39:35 [2021-04-22T13:39:35.976Z] #43 ...
13:39:35 [2021-04-22T13:39:35.976Z] 
13:39:35 [2021-04-22T13:39:35.976Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:35 [2021-04-22T13:39:35.976Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:39:35 [2021-04-22T13:39:35.976Z] #22 5.208 Collecting yamllint==1.26.1
13:39:36 [2021-04-22T13:39:36.461Z] #22 5.663 Collecting yamllint==1.26.1
13:39:36 [2021-04-22T13:39:36.461Z] #22 ...
13:39:36 [2021-04-22T13:39:36.461Z] 
13:39:36 [2021-04-22T13:39:36.461Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:36 [2021-04-22T13:39:36.461Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:36 [2021-04-22T13:39:36.461Z] #43 136.5   CC       criu/path.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 136.9   CC       criu/pie-util-vdso-elf32.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 137.4   CC       criu/pie-util-vdso.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 138.0   CC       criu/pie-util.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 138.3   CC       criu/pipes.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 139.2   CC       criu/plugin.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 139.8   CC       criu/proc_parse.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 142.9   CC       criu/protobuf-desc.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 144.1   CC       criu/protobuf.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 144.5   CC       criu/pstree.o
13:39:36 [2021-04-22T13:39:36.461Z] #43 ...
13:39:36 [2021-04-22T13:39:36.461Z] 
13:39:36 [2021-04-22T13:39:36.461Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:36 [2021-04-22T13:39:36.461Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:39:36 [2021-04-22T13:39:36.461Z] #40 DONE 207.8s
13:39:36 [2021-04-22T13:39:36.461Z] 
13:39:36 [2021-04-22T13:39:36.461Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:39:36 [2021-04-22T13:39:36.461Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:39:37 [2021-04-22T13:39:37.406Z] #49 ...
13:39:37 [2021-04-22T13:39:37.406Z] 
13:39:37 [2021-04-22T13:39:37.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
13:39:37 [2021-04-22T13:39:37.406Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:37 [2021-04-22T13:39:37.406Z] #43 145.8   CC       criu/rbtree.o
13:39:37 [2021-04-22T13:39:37.667Z] #43 146.1   CC       criu/rst-malloc.o
13:39:37 [2021-04-22T13:39:37.929Z] #43 146.4   CC       criu/seccomp.o
13:39:38 [2021-04-22T13:39:38.359Z] #43 137.1   CC       criu/netfilter.o
13:39:38 [2021-04-22T13:39:38.359Z] #43 137.4   CC       criu/page-pipe.o
13:39:38 [2021-04-22T13:39:38.618Z] 29d5b6a226d2: Retrying in 5 seconds
13:39:38 [2021-04-22T13:39:38.872Z] #43 147.1   CC       criu/seize.o
13:39:38 [2021-04-22T13:39:38.929Z] #43 138.0   CC       criu/page-xfer.o
13:39:38 [2021-04-22T13:39:38.929Z] #43 ...
13:39:38 [2021-04-22T13:39:38.929Z] 
13:39:38 [2021-04-22T13:39:38.929Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:38 [2021-04-22T13:39:38.929Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:39:38 [2021-04-22T13:39:38.929Z] #22 5.467 Collecting yamllint==1.26.1
13:39:39 [2021-04-22T13:39:39.080Z] 29d5b6a226d2: Retrying in 4 seconds
13:39:39 [2021-04-22T13:39:39.445Z] #43 147.8   CC       criu/servicefd.o
13:39:39 [2021-04-22T13:39:39.868Z] #22 10.91   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:39:39 [2021-04-22T13:39:39.952Z] #22 ...
13:39:39 [2021-04-22T13:39:39.952Z] 
13:39:39 [2021-04-22T13:39:39.952Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:39 [2021-04-22T13:39:39.953Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:39:39 [2021-04-22T13:39:39.953Z] #43 130.7   CC       criu/netfilter.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 131.0   CC       criu/page-pipe.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 131.7   CC       criu/page-xfer.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 133.4   CC       criu/pagemap-cache.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 133.8   CC       criu/pagemap.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 134.6   CC       criu/parasite-syscall.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 135.2   CC       criu/path.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 135.6   CC       criu/pie-util-vdso.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 136.0   CC       criu/pie-util.o
13:39:39 [2021-04-22T13:39:39.953Z] #43 136.2   CC       criu/pipes.o
13:39:40 [2021-04-22T13:39:40.018Z] #43 148.2   CC       criu/shmem.o
13:39:40 [2021-04-22T13:39:40.054Z] 29d5b6a226d2: Retrying in 3 seconds
13:39:40 [2021-04-22T13:39:40.528Z] #43 136.7   CC       criu/plugin.o
13:39:40 [2021-04-22T13:39:40.611Z] #43 149.0   CC       criu/sigframe.o
13:39:40 [2021-04-22T13:39:40.790Z] #43 137.1   CC       criu/proc_parse.o
13:39:40 [2021-04-22T13:39:40.807Z] #22 ...
13:39:40 [2021-04-22T13:39:40.807Z] 
13:39:40 [2021-04-22T13:39:40.807Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:40 [2021-04-22T13:39:40.807Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:40 [2021-04-22T13:39:40.807Z] #43 139.6   CC       criu/pagemap-cache.o
13:39:40 [2021-04-22T13:39:40.872Z] #43 149.2   CC       criu/signalfd.o
13:39:40 [2021-04-22T13:39:40.872Z] #43 ...
13:39:40 [2021-04-22T13:39:40.872Z] 
13:39:40 [2021-04-22T13:39:40.872Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:39:40 [2021-04-22T13:39:40.872Z] #49 sha256:95e2ac815ad6994b5166f62b17533ea33742499fe186c649cd81c25ab8cc79ee
13:39:40 [2021-04-22T13:39:40.872Z] #49 212.3 + /build/golangci-lint --version
13:39:40 [2021-04-22T13:39:40.872Z] #49 212.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:39:40 [2021-04-22T13:39:40.872Z] #49 DONE 212.9s
13:39:41 [2021-04-22T13:39:41.029Z] 29d5b6a226d2: Retrying in 2 seconds
13:39:41 [2021-04-22T13:39:41.066Z] #43 140.0   CC       criu/pagemap.o
13:39:41 [2021-04-22T13:39:41.133Z] 
13:39:41 [2021-04-22T13:39:41.133Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:41 [2021-04-22T13:39:41.133Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:41 [2021-04-22T13:39:41.133Z] #43 149.6   CC       criu/sk-inet.o
13:39:41 [2021-04-22T13:39:41.227Z] #22 10.67   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:39:42 [2021-04-22T13:39:42.004Z] 29d5b6a226d2: Retrying in 1 second
13:39:42 [2021-04-22T13:39:42.050Z] #43 141.0   CC       criu/parasite-syscall.o
13:39:42 [2021-04-22T13:39:42.517Z] #43 150.7   CC       criu/sk-netlink.o
13:39:42 [2021-04-22T13:39:42.597Z] #22 ...
13:39:42 [2021-04-22T13:39:42.597Z] 
13:39:42 [2021-04-22T13:39:42.597Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:42 [2021-04-22T13:39:42.597Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:42 [2021-04-22T13:39:42.597Z] #43 135.1   CC       criu/net.o
13:39:42 [2021-04-22T13:39:42.597Z] #43 137.9   CC       criu/netfilter.o
13:39:42 [2021-04-22T13:39:42.597Z] #43 138.3   CC       criu/page-pipe.o
13:39:42 [2021-04-22T13:39:42.597Z] #43 138.9   CC       criu/page-xfer.o
13:39:42 [2021-04-22T13:39:42.597Z] #43 140.4   CC       criu/pagemap-cache.o
13:39:42 [2021-04-22T13:39:42.597Z] #43 140.8   CC       criu/pagemap.o
13:39:42 [2021-04-22T13:39:42.597Z] #43 ...
13:39:42 [2021-04-22T13:39:42.597Z] 
13:39:42 [2021-04-22T13:39:42.597Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:42 [2021-04-22T13:39:42.597Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:39:42 [2021-04-22T13:39:42.597Z] #22 11.97 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:39:42 [2021-04-22T13:39:42.597Z] #22 12.04   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:39:42 [2021-04-22T13:39:42.597Z] #22 12.11 Collecting pyyaml (from yamllint==1.26.1)
13:39:42 [2021-04-22T13:39:42.777Z] #43 151.2   CC       criu/sk-packet.o
13:39:42 [2021-04-22T13:39:42.854Z] #22 12.39   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
13:39:43 [2021-04-22T13:39:43.013Z] #43 142.2   CC       criu/path.o
13:39:43 [2021-04-22T13:39:43.347Z] #43 139.3   CC       criu/protobuf-desc.o
13:39:43 [2021-04-22T13:39:43.349Z] #43 151.8   CC       criu/sk-queue.o
13:39:43 [2021-04-22T13:39:43.418Z] #22 12.71 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:39:43 [2021-04-22T13:39:43.418Z] #22 12.71 Building wheels for collected packages: yamllint
13:39:43 [2021-04-22T13:39:43.418Z] #22 12.72   Running setup.py bdist_wheel for yamllint: started
13:39:43 [2021-04-22T13:39:43.585Z] #43 142.6   CC       criu/pie-util-vdso-elf32.o
13:39:43 [2021-04-22T13:39:43.610Z] #43 140.1   CC       criu/protobuf.o
13:39:43 [2021-04-22T13:39:43.920Z] #43 ...
13:39:43 [2021-04-22T13:39:43.920Z] 
13:39:43 [2021-04-22T13:39:43.920Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:43 [2021-04-22T13:39:43.920Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:39:43 [2021-04-22T13:39:43.920Z] #22 11.01   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
13:39:43 [2021-04-22T13:39:43.920Z] #22 12.07 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:39:43 [2021-04-22T13:39:43.920Z] #22 12.10   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:39:43 [2021-04-22T13:39:43.920Z] #22 12.15 Collecting pyyaml (from yamllint==1.26.1)
13:39:43 [2021-04-22T13:39:43.920Z] #22 12.35   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
13:39:43 [2021-04-22T13:39:43.920Z] #22 12.63 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:39:43 [2021-04-22T13:39:43.920Z] #22 12.63 Building wheels for collected packages: yamllint
13:39:43 [2021-04-22T13:39:43.920Z] #22 12.63   Running setup.py bdist_wheel for yamllint: started
13:39:43 [2021-04-22T13:39:43.920Z] #22 13.52   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:39:43 [2021-04-22T13:39:43.920Z] #22 13.52   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:39:43 [2021-04-22T13:39:43.920Z] #22 13.57 Successfully built yamllint
13:39:43 [2021-04-22T13:39:43.920Z] #22 13.59 Installing collected packages: pathspec, pyyaml, yamllint
13:39:43 [2021-04-22T13:39:43.920Z] #22 13.93 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:39:43 [2021-04-22T13:39:43.920Z] #22 DONE 14.2s
13:39:43 [2021-04-22T13:39:43.920Z] 
13:39:43 [2021-04-22T13:39:43.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
13:39:43 [2021-04-22T13:39:43.920Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:43 [2021-04-22T13:39:43.920Z] #43 152.4   CC       criu/sk-tcp.o
13:39:44 [2021-04-22T13:39:44.161Z] #43 ...
13:39:44 [2021-04-22T13:39:44.161Z] 
13:39:44 [2021-04-22T13:39:44.161Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:44 [2021-04-22T13:39:44.161Z] #22 sha256:45253b7c319a9e431e0b3f5a11e7f9c25ea90eafef231c2c9e9f4f5d9ee0abe4
13:39:44 [2021-04-22T13:39:44.161Z] #22 12.06 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
13:39:44 [2021-04-22T13:39:44.161Z] #22 12.13   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
13:39:44 [2021-04-22T13:39:44.161Z] #22 12.19 Collecting pyyaml (from yamllint==1.26.1)
13:39:44 [2021-04-22T13:39:44.161Z] #22 12.45   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
13:39:44 [2021-04-22T13:39:44.161Z] #22 12.82 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:39:44 [2021-04-22T13:39:44.161Z] #22 12.83 Building wheels for collected packages: yamllint
13:39:44 [2021-04-22T13:39:44.161Z] #22 12.83   Running setup.py bdist_wheel for yamllint: started
13:39:44 [2021-04-22T13:39:44.161Z] #22 14.10   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:39:44 [2021-04-22T13:39:44.161Z] #22 14.11   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:39:44 [2021-04-22T13:39:44.161Z] #22 14.16 Successfully built yamllint
13:39:44 [2021-04-22T13:39:44.161Z] #22 14.17 Installing collected packages: pathspec, pyyaml, yamllint
13:39:44 [2021-04-22T13:39:44.161Z] #22 14.60 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:39:44 [2021-04-22T13:39:44.161Z] #22 DONE 15.1s
13:39:44 [2021-04-22T13:39:44.161Z] 
13:39:44 [2021-04-22T13:39:44.161Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:44 [2021-04-22T13:39:44.161Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:44 [2021-04-22T13:39:44.161Z] #43 143.2   CC       criu/pie-util-vdso.o
13:39:44 [2021-04-22T13:39:44.180Z] #43 ...
13:39:44 [2021-04-22T13:39:44.180Z] 
13:39:44 [2021-04-22T13:39:44.180Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:39:44 [2021-04-22T13:39:44.180Z] #25 sha256:3919349ef846d524804ed0f4db0a357725c0f736ed0c55a83ad64e0eee9b75ba
13:39:44 [2021-04-22T13:39:44.180Z] #25 DONE 0.3s
13:39:44 [2021-04-22T13:39:44.185Z] #43 140.5   CC       criu/pstree.o
13:39:44 [2021-04-22T13:39:44.348Z] #22 13.81   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:39:44 [2021-04-22T13:39:44.348Z] #22 13.82   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:39:44 [2021-04-22T13:39:44.422Z] #43 ...
13:39:44 [2021-04-22T13:39:44.422Z] 
13:39:44 [2021-04-22T13:39:44.422Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:39:44 [2021-04-22T13:39:44.422Z] #25 sha256:92181d23352c66ba1a2f7becee355c5eff0fe449b3f3fb5df2e08c52b13086d2
13:39:44 [2021-04-22T13:39:44.422Z] #25 DONE 0.3s
13:39:44 [2021-04-22T13:39:44.441Z] 
13:39:44 [2021-04-22T13:39:44.441Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:39:44 [2021-04-22T13:39:44.441Z] #30 sha256:40cf3f21312ee30840fec092150c9d08f151b8ca55a41e5003782f46957d512b
13:39:44 [2021-04-22T13:39:44.606Z] #22 13.87 Successfully built yamllint
13:39:44 [2021-04-22T13:39:44.606Z] #22 13.89 Installing collected packages: pathspec, pyyaml, yamllint
13:39:44 [2021-04-22T13:39:44.683Z] 
13:39:44 [2021-04-22T13:39:44.683Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:39:44 [2021-04-22T13:39:44.683Z] #30 sha256:fb2b8bd222097f19a29ec0f813781cd85ed5ee2df4c2272cf298c7605820a998
13:39:44 [2021-04-22T13:39:44.863Z] #22 14.26 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:39:45 [2021-04-22T13:39:45.135Z] #43 141.5   CC       criu/rbtree.o
13:39:45 [2021-04-22T13:39:45.427Z] #22 DONE 14.7s
13:39:45 [2021-04-22T13:39:45.427Z] 
13:39:45 [2021-04-22T13:39:45.427Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:39:45 [2021-04-22T13:39:45.427Z] #25 sha256:192384cbe49b7ce503791ca4e25bf638ff8e9af2d5ba477fa99712fd95eaa49d
13:39:45 [2021-04-22T13:39:45.427Z] #25 DONE 0.3s
13:39:45 [2021-04-22T13:39:45.427Z] 
13:39:45 [2021-04-22T13:39:45.427Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:45 [2021-04-22T13:39:45.427Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:45 [2021-04-22T13:39:45.427Z] #43 141.8   CC       criu/parasite-syscall.o
13:39:45 [2021-04-22T13:39:45.427Z] #43 142.9   CC       criu/path.o
13:39:45 [2021-04-22T13:39:45.427Z] #43 143.2   CC       criu/pie-util-vdso-elf32.o
13:39:45 [2021-04-22T13:39:45.427Z] #43 143.8   CC       criu/pie-util-vdso.o
13:39:45 [2021-04-22T13:39:45.710Z] #43 141.9   CC       criu/rst-malloc.o
13:39:45 [2021-04-22T13:39:45.827Z] #30 DONE 1.7s
13:39:45 [2021-04-22T13:39:45.827Z] 
13:39:45 [2021-04-22T13:39:45.828Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:39:45 [2021-04-22T13:39:45.828Z] #33 sha256:d264cdd4f23c7427ade78cb25b9833868ba093e04951f4da50f4ce93448c2134
13:39:45 [2021-04-22T13:39:45.973Z] #43 142.3   CC       criu/seccomp.o
13:39:45 [2021-04-22T13:39:45.990Z] #43 144.4   CC       criu/pie-util.o
13:39:46 [2021-04-22T13:39:46.088Z] #33 DONE 0.2s
13:39:46 [2021-04-22T13:39:46.088Z] 
13:39:46 [2021-04-22T13:39:46.088Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:39:46 [2021-04-22T13:39:46.088Z] #35 sha256:b1ab3a9b0d886461506d50ac365b4057cde22c7638db87ecdbb121bcfa5fa148
13:39:46 [2021-04-22T13:39:46.088Z] #35 DONE 0.1s
13:39:46 [2021-04-22T13:39:46.088Z] 
13:39:46 [2021-04-22T13:39:46.088Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:46 [2021-04-22T13:39:46.088Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:46 [2021-04-22T13:39:46.088Z] #43 152.9   CC       criu/sk-unix.o
13:39:46 [2021-04-22T13:39:46.088Z] #43 154.5   CC       criu/sockets.o
13:39:46 [2021-04-22T13:39:46.088Z] #43 ...
13:39:46 [2021-04-22T13:39:46.088Z] 
13:39:46 [2021-04-22T13:39:46.088Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:39:46 [2021-04-22T13:39:46.088Z] #38 sha256:f22f857dac8a9643f8b12f39a9dd929c2f394a8d37d0561b9bf4ef268567fb6f
13:39:46 [2021-04-22T13:39:46.088Z] #38 DONE 0.1s
13:39:46 [2021-04-22T13:39:46.247Z] #43 144.7   CC       criu/pipes.o
13:39:46 [2021-04-22T13:39:46.349Z] 
13:39:46 [2021-04-22T13:39:46.349Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:39:46 [2021-04-22T13:39:46.349Z] #41 sha256:b2616251853897e21f564d54ebfa38420b815530c0915fb0ff782f9b0769ed93
13:39:46 [2021-04-22T13:39:46.349Z] #41 DONE 0.2s
13:39:46 [2021-04-22T13:39:46.349Z] 
13:39:46 [2021-04-22T13:39:46.349Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:46 [2021-04-22T13:39:46.349Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:46 [2021-04-22T13:39:46.920Z] #43 155.2   CC       criu/stats.o
13:39:46 [2021-04-22T13:39:46.921Z] #43 143.0   CC       criu/seize.o
13:39:47 [2021-04-22T13:39:47.178Z] #43 145.6   CC       criu/plugin.o
13:39:47 [2021-04-22T13:39:47.181Z] #43 155.4   CC       criu/string.o
13:39:47 [2021-04-22T13:39:47.181Z] #43 155.5   CC       criu/sysctl.o
13:39:47 [2021-04-22T13:39:47.436Z] #43 146.0   CC       criu/proc_parse.o
13:39:47 [2021-04-22T13:39:47.442Z] #43 155.9   CC       criu/sysfs_parse.o
13:39:47 [2021-04-22T13:39:47.497Z] #43 144.0   CC       criu/servicefd.o
13:39:47 [2021-04-22T13:39:47.704Z] #43 156.2   CC       criu/timens.o
13:39:47 [2021-04-22T13:39:47.965Z] #43 156.4   CC       criu/timerfd.o
13:39:48 [2021-04-22T13:39:48.123Z] #43 144.4   CC       criu/shmem.o
13:39:48 [2021-04-22T13:39:48.227Z] #43 156.6   CC       criu/tty.o
13:39:48 [2021-04-22T13:39:48.886Z] #30 DONE 4.2s
13:39:48 [2021-04-22T13:39:48.886Z] 
13:39:48 [2021-04-22T13:39:48.886Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:39:48 [2021-04-22T13:39:48.886Z] #33 sha256:c7312dff86ce6260df8be3a1ecd5e6bcbd3f504b26394c9eb725edbe75005251
13:39:49 [2021-04-22T13:39:49.082Z] #43 145.3   CC       criu/sigframe.o
13:39:49 [2021-04-22T13:39:49.145Z] #33 DONE 0.4s
13:39:49 [2021-04-22T13:39:49.145Z] 
13:39:49 [2021-04-22T13:39:49.145Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:39:49 [2021-04-22T13:39:49.145Z] #35 sha256:065fdd3648e10667635d3145bfae5563f61687632ee93cd70d60f656abc00b0c
13:39:49 [2021-04-22T13:39:49.145Z] #35 DONE 0.1s
13:39:49 [2021-04-22T13:39:49.145Z] 
13:39:49 [2021-04-22T13:39:49.145Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:39:49 [2021-04-22T13:39:49.145Z] #38 sha256:9f8cabbf626df44bc7af00dc635920d11a4cdfbaadf629502044f23c6daafdc2
13:39:49 [2021-04-22T13:39:49.145Z] #38 DONE 0.1s
13:39:49 [2021-04-22T13:39:49.145Z] 
13:39:49 [2021-04-22T13:39:49.145Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:49 [2021-04-22T13:39:49.145Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:49 [2021-04-22T13:39:49.145Z] #43 144.0   CC       criu/pie-util.o
13:39:49 [2021-04-22T13:39:49.145Z] #43 144.2   CC       criu/pipes.o
13:39:49 [2021-04-22T13:39:49.145Z] #43 145.0   CC       criu/plugin.o
13:39:49 [2021-04-22T13:39:49.145Z] #43 145.3   CC       criu/proc_parse.o
13:39:49 [2021-04-22T13:39:49.145Z] #43 147.6   CC       criu/protobuf-desc.o
13:39:49 [2021-04-22T13:39:49.344Z] #43 145.5   CC       criu/signalfd.o
13:39:49 [2021-04-22T13:39:49.352Z] #43 148.0   CC       criu/protobuf-desc.o
13:39:49 [2021-04-22T13:39:49.403Z] #43 148.5   CC       criu/protobuf.o
13:39:49 [2021-04-22T13:39:49.606Z] #43 145.8   CC       criu/sk-inet.o
13:39:49 [2021-04-22T13:39:49.606Z] #43 ...
13:39:49 [2021-04-22T13:39:49.606Z] 
13:39:49 [2021-04-22T13:39:49.606Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:49 [2021-04-22T13:39:49.606Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:39:49 [2021-04-22T13:39:49.606Z] #22 27.53   Installing build dependencies: finished with status 'done'
13:39:49 [2021-04-22T13:39:49.612Z] #43 157.8   CC       criu/tun.o
13:39:49 [2021-04-22T13:39:49.612Z] #43 158.1   CC       criu/uffd.o
13:39:49 [2021-04-22T13:39:49.917Z] #43 148.7   CC       criu/protobuf.o
13:39:49 [2021-04-22T13:39:49.971Z] #43 148.8   CC       criu/pstree.o
13:39:50 [2021-04-22T13:39:50.174Z] #43 ...
13:39:50 [2021-04-22T13:39:50.174Z] 
13:39:50 [2021-04-22T13:39:50.174Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:39:50 [2021-04-22T13:39:50.174Z] #30 sha256:90fd95af314ca76d720b5320e047bd9fbe5d3916aaa2e9977b4afc666647457b
13:39:50 [2021-04-22T13:39:50.174Z] #30 DONE 4.7s
13:39:50 [2021-04-22T13:39:50.431Z] 
13:39:50 [2021-04-22T13:39:50.431Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:50 [2021-04-22T13:39:50.431Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:50 [2021-04-22T13:39:50.431Z] #43 149.1   CC       criu/pstree.o
13:39:50 [2021-04-22T13:39:50.553Z] #43 158.8   CC       criu/util.o
13:39:50 [2021-04-22T13:39:50.689Z] #43 ...
13:39:50 [2021-04-22T13:39:50.689Z] 
13:39:50 [2021-04-22T13:39:50.689Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:39:50 [2021-04-22T13:39:50.689Z] #33 sha256:9590fe31561b92fa5a8214ca0fac01bd6b1739b1f7328044dc0756d97877312b
13:39:50 [2021-04-22T13:39:50.689Z] #33 DONE 0.4s
13:39:50 [2021-04-22T13:39:50.689Z] 
13:39:50 [2021-04-22T13:39:50.689Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:39:50 [2021-04-22T13:39:50.689Z] #35 sha256:145367eecff65bbd9e164cbc9fdeb08e3c41cb50f05f82e107bda3a6689067fb
13:39:50 [2021-04-22T13:39:50.689Z] #35 DONE 0.1s
13:39:50 [2021-04-22T13:39:50.689Z] 
13:39:50 [2021-04-22T13:39:50.689Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:39:50 [2021-04-22T13:39:50.689Z] #38 sha256:e816466237d31a2adb7f962ac5ac1cc02364fab7c5f948c2045c52962d494bc5
13:39:50 [2021-04-22T13:39:50.689Z] #38 DONE 0.0s
13:39:50 [2021-04-22T13:39:50.689Z] 
13:39:50 [2021-04-22T13:39:50.689Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:39:50 [2021-04-22T13:39:50.689Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:39:50 [2021-04-22T13:39:50.908Z] #43 150.1   CC       criu/rbtree.o
13:39:51 [2021-04-22T13:39:51.124Z] #43 159.7   CC       criu/uts_ns.o
13:39:51 [2021-04-22T13:39:51.385Z] #43 159.9   CC       criu/vdso-compat.o
13:39:51 [2021-04-22T13:39:51.479Z] #43 150.4   CC       criu/rst-malloc.o
13:39:51 [2021-04-22T13:39:51.479Z] #43 150.7   CC       criu/seccomp.o
13:39:51 [2021-04-22T13:39:51.645Z] #43 160.0   CC       criu/vdso.o
13:39:51 [2021-04-22T13:39:51.906Z] #43 160.4   LINK     criu/built-in.o
13:39:52 [2021-04-22T13:39:52.058Z] #56 ...
13:39:52 [2021-04-22T13:39:52.058Z] 
13:39:52 [2021-04-22T13:39:52.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
13:39:52 [2021-04-22T13:39:52.058Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:52 [2021-04-22T13:39:52.058Z] #43 150.4   CC       criu/rbtree.o
13:39:52 [2021-04-22T13:39:52.058Z] #43 150.7   CC       criu/rst-malloc.o
13:39:52 [2021-04-22T13:39:52.166Z] #43 160.5   LINK     criu/criu
13:39:52 [2021-04-22T13:39:52.417Z] #43 151.4   CC       criu/seize.o
13:39:52 [2021-04-22T13:39:52.426Z] #43 160.8   DEP      lib/c/criu.d
13:39:52 [2021-04-22T13:39:52.426Z] #43 160.8   CC       images/rpc.pb-c.o
13:39:52 [2021-04-22T13:39:52.621Z] #43 151.0   CC       criu/seccomp.o
13:39:52 [2021-04-22T13:39:52.687Z] #43 161.3   CC       lib/c/criu.o
13:39:52 [2021-04-22T13:39:52.985Z] #43 152.2   CC       criu/servicefd.o
13:39:53 [2021-04-22T13:39:53.185Z] #43 151.8   CC       criu/seize.o
13:39:53 [2021-04-22T13:39:53.554Z] #43 152.5   CC       criu/shmem.o
13:39:53 [2021-04-22T13:39:53.554Z] #43 ...
13:39:53 [2021-04-22T13:39:53.554Z] 
13:39:53 [2021-04-22T13:39:53.554Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:53 [2021-04-22T13:39:53.554Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:39:53 [2021-04-22T13:39:53.554Z] #40 DONE 218.2s
13:39:53 [2021-04-22T13:39:53.628Z] #43 161.9   LINK     lib/c/built-in.o
13:39:53 [2021-04-22T13:39:53.628Z] #43 161.9   LINK     lib/c/libcriu.so
13:39:53 [2021-04-22T13:39:53.628Z] #43 162.0   LINK     lib/c/libcriu.a
13:39:53 [2021-04-22T13:39:53.628Z] #43 162.0   GEN      magic.py
13:39:53 [2021-04-22T13:39:53.819Z] 
13:39:53 [2021-04-22T13:39:53.819Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:39:53 [2021-04-22T13:39:53.819Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:39:53 [2021-04-22T13:39:53.889Z] #43 162.1 Note: Building without setproctitle() and strlcpy() support.
13:39:53 [2021-04-22T13:39:53.889Z] #43 162.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:39:53 [2021-04-22T13:39:53.889Z] #43 162.1 Note: Building without GnuTLS support
13:39:53 [2021-04-22T13:39:53.889Z] #43 162.2 Makefile.config:39: Warn: you have no libnftables installed
13:39:53 [2021-04-22T13:39:53.889Z] #43 162.2 Makefile.config:40: Warn: Building without nftables support
13:39:54 [2021-04-22T13:39:54.117Z] #43 152.6   CC       criu/servicefd.o
13:39:54 [2021-04-22T13:39:54.117Z] #43 ...
13:39:54 [2021-04-22T13:39:54.117Z] 
13:39:54 [2021-04-22T13:39:54.117Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
13:39:54 [2021-04-22T13:39:54.117Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
13:39:54 [2021-04-22T13:39:54.117Z] #40 DONE 218.8s
13:39:54 [2021-04-22T13:39:54.378Z] 
13:39:54 [2021-04-22T13:39:54.379Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:54 [2021-04-22T13:39:54.379Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:54 [2021-04-22T13:39:54.379Z] #43 153.0   CC       criu/shmem.o
13:39:54 [2021-04-22T13:39:54.459Z] #43 162.7 fatal: not a git repository (or any of the parent directories): .git
13:39:54 [2021-04-22T13:39:54.720Z] #43 163.2 make[1]: Nothing to be done for 'all'.
13:39:54 [2021-04-22T13:39:54.762Z] #49 ...
13:39:54 [2021-04-22T13:39:54.762Z] 
13:39:54 [2021-04-22T13:39:54.762Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:39:54 [2021-04-22T13:39:54.762Z] #41 sha256:1ade8d0a7357d6a88986dafe3dd768e22838b4cd4422afff5a7c0c517593c961
13:39:55 [2021-04-22T13:39:55.021Z] #41 DONE 0.3s
13:39:55 [2021-04-22T13:39:55.021Z] 
13:39:55 [2021-04-22T13:39:55.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
13:39:55 [2021-04-22T13:39:55.021Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:55 [2021-04-22T13:39:55.021Z] #43 153.8   CC       criu/sigframe.o
13:39:55 [2021-04-22T13:39:55.021Z] #43 154.0   CC       criu/signalfd.o
13:39:55 [2021-04-22T13:39:55.021Z] #43 154.2   CC       criu/sk-inet.o
13:39:55 [2021-04-22T13:39:55.292Z] #43 163.7 make[1]: 'images/built-in.o' is up to date.
13:39:55 [2021-04-22T13:39:55.292Z] #43 163.8 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:39:55 [2021-04-22T13:39:55.292Z] #43 163.8 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:39:55 [2021-04-22T13:39:55.292Z] #43 163.8 make[1]: 'compel/libcompel.a' is up to date.
13:39:55 [2021-04-22T13:39:55.292Z] #43 163.8 make[1]: 'compel/compel-host-bin' is up to date.
13:39:55 [2021-04-22T13:39:55.554Z] #43 163.9 make[1]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.554Z] #43 163.9 make[1]: 'soccr/libsoccr.a' is up to date.
13:39:55 [2021-04-22T13:39:55.554Z] #43 164.1 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.554Z] #43 164.1 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.554Z] #43 164.1 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.748Z] #43 154.2   CC       criu/sigframe.o
13:39:55 [2021-04-22T13:39:55.748Z] #43 ...
13:39:55 [2021-04-22T13:39:55.748Z] 
13:39:55 [2021-04-22T13:39:55.748Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:39:55 [2021-04-22T13:39:55.748Z] #41 sha256:f857cbf5c3289b83ef42dd6dd5c91befc58ef667db4dc4007d171ca0beb69ca0
13:39:55 [2021-04-22T13:39:55.748Z] #41 DONE 0.4s
13:39:55 [2021-04-22T13:39:55.748Z] 
13:39:55 [2021-04-22T13:39:55.748Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:55 [2021-04-22T13:39:55.748Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:55 [2021-04-22T13:39:55.748Z] #43 154.4   CC       criu/signalfd.o
13:39:55 [2021-04-22T13:39:55.815Z] #43 164.2 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.815Z] #43 164.2 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.815Z] #43 164.3 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.815Z] #43 164.3 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.815Z] #43 164.4 make[2]: Nothing to be done for 'all'.
13:39:55 [2021-04-22T13:39:55.959Z] #43 155.1   CC       criu/sk-netlink.o
13:39:56 [2021-04-22T13:39:56.005Z] #43 154.6   CC       criu/sk-inet.o
13:39:56 [2021-04-22T13:39:56.077Z] #43 164.4   INSTALL  criu/criu
13:39:56 [2021-04-22T13:39:56.077Z] #43 DONE 164.6s
13:39:56 [2021-04-22T13:39:56.077Z] 
13:39:56 [2021-04-22T13:39:56.077Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:39:56 [2021-04-22T13:39:56.077Z] #53 sha256:e62ca1950dba74c9085497f67cb2acc985d6a6529efa1083a5abf245c4694b24
13:39:56 [2021-04-22T13:39:56.211Z] #22 ...
13:39:56 [2021-04-22T13:39:56.211Z] 
13:39:56 [2021-04-22T13:39:56.211Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:56 [2021-04-22T13:39:56.211Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:39:56 [2021-04-22T13:39:56.211Z] #43 146.8   CC       criu/sk-netlink.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 147.2   CC       criu/sk-packet.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 147.8   CC       criu/sk-queue.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 148.2   CC       criu/sk-tcp.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 148.7   CC       criu/sk-unix.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 150.6   CC       criu/sockets.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 151.4   CC       criu/stats.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 151.8   CC       criu/string.o
13:39:56 [2021-04-22T13:39:56.211Z] #43 152.0   CC       criu/sysctl.o
13:39:56 [2021-04-22T13:39:56.219Z] #43 155.4   CC       criu/sk-packet.o
13:39:56 [2021-04-22T13:39:56.474Z] #43 152.9   CC       criu/sysfs_parse.o
13:39:56 [2021-04-22T13:39:56.937Z] #43 155.6   CC       criu/sk-netlink.o
13:39:57 [2021-04-22T13:39:57.050Z] #43 153.3   CC       criu/timens.o
13:39:57 [2021-04-22T13:39:57.160Z] #43 155.9   CC       criu/sk-queue.o
13:39:57 [2021-04-22T13:39:57.160Z] #43 ...
13:39:57 [2021-04-22T13:39:57.160Z] 
13:39:57 [2021-04-22T13:39:57.160Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:39:57 [2021-04-22T13:39:57.160Z] #49 sha256:2dfc0ae46dea264bb8a52c9723526c715114855481c5925bf53be5154f91ed79
13:39:57 [2021-04-22T13:39:57.160Z] #49 221.5 + /build/golangci-lint --version
13:39:57 [2021-04-22T13:39:57.160Z] #49 221.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:39:57 [2021-04-22T13:39:57.160Z] #49 DONE 222.0s
13:39:57 [2021-04-22T13:39:57.160Z] 
13:39:57 [2021-04-22T13:39:57.160Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:39:57 [2021-04-22T13:39:57.160Z] #56 sha256:e1e116385be8c2e7466e977c71d4181932c461de7ebe54b832dab7cd7d58bf96
13:39:57 [2021-04-22T13:39:57.194Z] #43 155.9   CC       criu/sk-packet.o
13:39:57 [2021-04-22T13:39:57.313Z] #43 153.7   CC       criu/timerfd.o
13:39:57 [2021-04-22T13:39:57.313Z] #43 ...
13:39:57 [2021-04-22T13:39:57.313Z] 
13:39:57 [2021-04-22T13:39:57.313Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:39:57 [2021-04-22T13:39:57.313Z] #53 sha256:0905fd3a2594cea8f2296982be07c8d17716c56b00ebbdee61b2e534562e34ff
13:39:57 [2021-04-22T13:39:57.313Z] #53 111.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
13:39:57 [2021-04-22T13:39:57.421Z] #56 ...
13:39:57 [2021-04-22T13:39:57.421Z] 
13:39:57 [2021-04-22T13:39:57.421Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:57 [2021-04-22T13:39:57.421Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:57 [2021-04-22T13:39:57.421Z] #43 156.5   CC       criu/sk-tcp.o
13:39:57 [2021-04-22T13:39:57.465Z] #53 ...
13:39:57 [2021-04-22T13:39:57.465Z] 
13:39:57 [2021-04-22T13:39:57.465Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:39:57 [2021-04-22T13:39:57.465Z] #44 sha256:97ee87194b87c4a7ce19094a64968c15b7a785f2cdf2f62267872c8e46263f2a
13:39:57 [2021-04-22T13:39:57.465Z] #44 DONE 0.1s
13:39:57 [2021-04-22T13:39:57.465Z] 
13:39:57 [2021-04-22T13:39:57.465Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:39:57 [2021-04-22T13:39:57.465Z] #46 sha256:aad4ce5e653f3f8a5b018b51cd6f45c3b7f4a681cca170c7bbaed2b4b0b791fe
13:39:57 [2021-04-22T13:39:57.728Z] #46 DONE 0.1s
13:39:57 [2021-04-22T13:39:57.728Z] 
13:39:57 [2021-04-22T13:39:57.728Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:39:57 [2021-04-22T13:39:57.728Z] #48 sha256:2d1b7a977f08e48a165ee859861930f856c1f878fd320583c86c6d1f7e38c965
13:39:57 [2021-04-22T13:39:57.728Z] #48 DONE 0.1s
13:39:57 [2021-04-22T13:39:57.728Z] 
13:39:57 [2021-04-22T13:39:57.728Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:39:57 [2021-04-22T13:39:57.728Z] #50 sha256:3fae54fc2c1738ed464dafada984efd53fd1d36a20038aabc4d6e6b915e7bc16
13:39:57 [2021-04-22T13:39:57.728Z] #50 DONE 0.1s
13:39:57 [2021-04-22T13:39:57.728Z] 
13:39:57 [2021-04-22T13:39:57.728Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:39:57 [2021-04-22T13:39:57.728Z] #52 sha256:4d9a4e7eb9239754e184d140bf85a2c74381e67458534b39c29710d4bb27e7fe
13:39:57 [2021-04-22T13:39:57.757Z] #43 156.4   CC       criu/sk-queue.o
13:39:57 [2021-04-22T13:39:57.990Z] #52 DONE 0.1s
13:39:57 [2021-04-22T13:39:57.990Z] 
13:39:57 [2021-04-22T13:39:57.990Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:39:57 [2021-04-22T13:39:57.990Z] #53 sha256:e62ca1950dba74c9085497f67cb2acc985d6a6529efa1083a5abf245c4694b24
13:39:57 [2021-04-22T13:39:57.990Z] #43 157.0   CC       criu/sk-unix.o
13:39:58 [2021-04-22T13:39:58.321Z] #43 ...
13:39:58 [2021-04-22T13:39:58.321Z] 
13:39:58 [2021-04-22T13:39:58.321Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh golangci_lint
13:39:58 [2021-04-22T13:39:58.321Z] #49 sha256:45398caf0bf8582f27c308c615be946bc2d2d0408ce3be370dff90a857626d50
13:39:58 [2021-04-22T13:39:58.321Z] #49 222.3 + /build/golangci-lint --version
13:39:58 [2021-04-22T13:39:58.321Z] #49 222.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
13:39:58 [2021-04-22T13:39:58.321Z] #49 DONE 222.9s
13:39:58 [2021-04-22T13:39:58.321Z] 
13:39:58 [2021-04-22T13:39:58.321Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:39:58 [2021-04-22T13:39:58.321Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
13:39:58 [2021-04-22T13:39:58.321Z] #43 156.8   CC       criu/sk-tcp.o
13:39:58 [2021-04-22T13:39:58.885Z] #43 157.4   CC       criu/sk-unix.o
13:39:59 [2021-04-22T13:39:59.872Z] #53 113.3 + mkdir -p /build
13:39:59 [2021-04-22T13:39:59.872Z] #53 113.3 + cp runc /build/runc
13:39:59 [2021-04-22T13:39:59.872Z] #53 ...
13:39:59 [2021-04-22T13:39:59.872Z] 
13:39:59 [2021-04-22T13:39:59.872Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:39:59 [2021-04-22T13:39:59.872Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:39:59 [2021-04-22T13:39:59.872Z] #56 166.1 + bin/containerd
13:39:59 [2021-04-22T13:39:59.872Z] #56 ...
13:39:59 [2021-04-22T13:39:59.872Z] 
13:39:59 [2021-04-22T13:39:59.872Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:39:59 [2021-04-22T13:39:59.872Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:39:59 [2021-04-22T13:39:59.872Z] #22 33.44 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
13:39:59 [2021-04-22T13:39:59.872Z] #22 33.45 Building wheels for collected packages: yamllint, pyyaml
13:39:59 [2021-04-22T13:39:59.872Z] #22 33.46   Running setup.py bdist_wheel for yamllint: started
13:39:59 [2021-04-22T13:39:59.872Z] #22 34.54   Running setup.py bdist_wheel for yamllint: finished with status 'done'
13:39:59 [2021-04-22T13:39:59.872Z] #22 34.54   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
13:39:59 [2021-04-22T13:39:59.872Z] #22 34.61   Running setup.py bdist_wheel for pyyaml: started
13:39:59 [2021-04-22T13:39:59.872Z] #22 36.11   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
13:39:59 [2021-04-22T13:39:59.872Z] #22 36.12   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
13:39:59 [2021-04-22T13:39:59.872Z] #22 36.28 Successfully built yamllint pyyaml
13:39:59 [2021-04-22T13:39:59.872Z] #22 36.30 Installing collected packages: pathspec, pyyaml, yamllint
13:39:59 [2021-04-22T13:39:59.872Z] #22 36.60 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1
13:39:59 [2021-04-22T13:39:59.895Z] #43 158.6   CC       criu/sockets.o
13:40:00 [2021-04-22T13:40:00.154Z] #43 159.2   CC       criu/stats.o
13:40:00 [2021-04-22T13:40:00.413Z] #43 159.4   CC       criu/string.o
13:40:00 [2021-04-22T13:40:00.413Z] #43 159.5   CC       criu/sysctl.o
13:40:00 [2021-04-22T13:40:00.450Z] #22 ...
13:40:00 [2021-04-22T13:40:00.450Z] 
13:40:00 [2021-04-22T13:40:00.450Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh dockercli
13:40:00 [2021-04-22T13:40:00.450Z] #24 sha256:3a0720a96fca0cba3862253f3174b4a0c03a540e652dcefbe9a937746009d674
13:40:00 [2021-04-22T13:40:00.450Z] #24 212.0 + return
13:40:00 [2021-04-22T13:40:00.450Z] #24 DONE 212.5s
13:40:00 [2021-04-22T13:40:00.450Z] 
13:40:00 [2021-04-22T13:40:00.450Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:40:00 [2021-04-22T13:40:00.451Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:40:00 [2021-04-22T13:40:00.451Z] #43 154.1   CC       criu/tty.o
13:40:00 [2021-04-22T13:40:00.451Z] #43 156.0   CC       criu/tun.o
13:40:00 [2021-04-22T13:40:00.451Z] #43 156.6   CC       criu/uffd.o
13:40:00 [2021-04-22T13:40:00.716Z] #43 ...
13:40:00 [2021-04-22T13:40:00.716Z] 
13:40:00 [2021-04-22T13:40:00.716Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.26.1
13:40:00 [2021-04-22T13:40:00.716Z] #22 sha256:828ffd8e1dc815641f30bb5bb583e958b4c6e9831dc05d10effd12fa54d04780
13:40:00 [2021-04-22T13:40:00.716Z] #22 DONE 38.5s
13:40:00 [2021-04-22T13:40:00.716Z] 
13:40:00 [2021-04-22T13:40:00.716Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:00 [2021-04-22T13:40:00.716Z] #53 sha256:0905fd3a2594cea8f2296982be07c8d17716c56b00ebbdee61b2e534562e34ff
13:40:00 [2021-04-22T13:40:00.716Z] #53 DONE 114.4s
13:40:00 [2021-04-22T13:40:00.716Z] 
13:40:00 [2021-04-22T13:40:00.716Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:00 [2021-04-22T13:40:00.716Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:40:00 [2021-04-22T13:40:00.780Z] #43 159.2   CC       criu/sockets.o
13:40:00 [2021-04-22T13:40:00.981Z] #43 159.9   CC       criu/sysfs_parse.o
13:40:01 [2021-04-22T13:40:01.037Z] #43 159.7   CC       criu/stats.o
13:40:01 [2021-04-22T13:40:01.240Z] #43 160.2   CC       criu/timens.o
13:40:01 [2021-04-22T13:40:01.240Z] #43 160.4   CC       criu/timerfd.o
13:40:01 [2021-04-22T13:40:01.292Z] #56 ...
13:40:01 [2021-04-22T13:40:01.292Z] 
13:40:01 [2021-04-22T13:40:01.292Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
13:40:01 [2021-04-22T13:40:01.292Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:40:01 [2021-04-22T13:40:01.292Z] #43 157.7   CC       criu/util.o
13:40:01 [2021-04-22T13:40:01.294Z] #43 159.9   CC       criu/string.o
13:40:01 [2021-04-22T13:40:01.294Z] #43 160.0   CC       criu/sysctl.o
13:40:01 [2021-04-22T13:40:01.810Z] #43 160.7   CC       criu/tty.o
13:40:01 [2021-04-22T13:40:01.858Z] #43 160.4   CC       criu/sysfs_parse.o
13:40:02 [2021-04-22T13:40:02.115Z] #43 160.7   CC       criu/timens.o
13:40:02 [2021-04-22T13:40:02.372Z] #43 160.9   CC       criu/timerfd.o
13:40:02 [2021-04-22T13:40:02.629Z] #43 161.2   CC       criu/tty.o
13:40:02 [2021-04-22T13:40:02.684Z] #43 158.7   CC       criu/uts_ns.o
13:40:02 [2021-04-22T13:40:02.684Z] #43 158.9   CC       criu/vdso.o
13:40:02 [2021-04-22T13:40:02.748Z] #43 161.9   CC       criu/tun.o
13:40:03 [2021-04-22T13:40:03.260Z] #43 159.5   LINK     criu/built-in.o
13:40:03 [2021-04-22T13:40:03.316Z] #43 162.3   CC       criu/uffd.o
13:40:03 [2021-04-22T13:40:03.523Z] #43 159.7   LINK     criu/criu
13:40:03 [2021-04-22T13:40:03.785Z] #43 ...
13:40:03 [2021-04-22T13:40:03.785Z] 
13:40:03 [2021-04-22T13:40:03.785Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
13:40:03 [2021-04-22T13:40:03.785Z] #25 sha256:314a63e2d9934d0407eb82658077291d04e4e3242a712ad77fff83aa2fbf18cb
13:40:03 [2021-04-22T13:40:03.785Z] #25 DONE 0.8s
13:40:03 [2021-04-22T13:40:03.785Z] 
13:40:03 [2021-04-22T13:40:03.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
13:40:03 [2021-04-22T13:40:03.785Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
13:40:03 [2021-04-22T13:40:03.785Z] #43 160.1   DEP      lib/c/criu.d
13:40:03 [2021-04-22T13:40:03.785Z] #43 160.2   CC       images/rpc.pb-c.o
13:40:03 [2021-04-22T13:40:03.999Z] #43 162.4   CC       criu/tun.o
13:40:04 [2021-04-22T13:40:04.252Z] #43 163.1   CC       criu/util.o
13:40:04 [2021-04-22T13:40:04.256Z] #43 162.7   CC       criu/uffd.o
13:40:04 [2021-04-22T13:40:04.360Z] #43 160.7   CC       lib/c/criu.o
13:40:04 [2021-04-22T13:40:04.581Z] #53 ...
13:40:04 [2021-04-22T13:40:04.581Z] 
13:40:04 [2021-04-22T13:40:04.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
13:40:04 [2021-04-22T13:40:04.581Z] #56 sha256:0e290af701087f3d663ae848f22b7ced6c18385ebd383e493ea85acb12a5d3c5
13:40:04 [2021-04-22T13:40:04.581Z] #56 192.2 + bin/containerd
13:40:05 [2021-04-22T13:40:05.188Z] #43 163.5   CC       criu/util.o
13:40:05 [2021-04-22T13:40:05.192Z] #43 164.0   CC       criu/uts_ns.o
13:40:05 [2021-04-22T13:40:05.192Z] #43 164.1   CC       criu/vdso-compat.o
13:40:05 [2021-04-22T13:40:05.192Z] #43 164.3   CC       criu/vdso.o
13:40:05 [2021-04-22T13:40:05.307Z] #43 161.7   LINK     lib/c/built-in.o
13:40:05 [2021-04-22T13:40:05.307Z] #43 161.7   LINK     lib/c/libcriu.so
13:40:05 [2021-04-22T13:40:05.569Z] #43 161.8   LINK     lib/c/libcriu.a
13:40:05 [2021-04-22T13:40:05.569Z] #43 161.9   GEN      magic.py
13:40:05 [2021-04-22T13:40:05.761Z] #43 164.7   LINK     criu/built-in.o
13:40:05 [2021-04-22T13:40:05.761Z] #43 164.8   LINK     criu/criu
13:40:05 [2021-04-22T13:40:05.831Z] #43 162.1 Note: Building without setproctitle() and strlcpy() support.
13:40:05 [2021-04-22T13:40:05.831Z] #43 162.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:40:05 [2021-04-22T13:40:05.831Z] #43 162.1 Note: Building without GnuTLS support
13:40:05 [2021-04-22T13:40:05.831Z] #43 162.1 Makefile.config:39: Warn: you have no libnftables installed
13:40:05 [2021-04-22T13:40:05.831Z] #43 162.1 Makefile.config:40: Warn: Building without nftables support
13:40:06 [2021-04-22T13:40:06.020Z] #43 165.1   DEP      lib/c/criu.d
13:40:06 [2021-04-22T13:40:06.021Z] #43 165.3   CC       images/rpc.pb-c.o
13:40:06 [2021-04-22T13:40:06.119Z] #43 164.4   CC       criu/uts_ns.o
13:40:06 [2021-04-22T13:40:06.119Z] #43 164.6   CC       criu/vdso-compat.o
13:40:06 [2021-04-22T13:40:06.119Z] #43 164.7   CC       criu/vdso.o
13:40:06 [2021-04-22T13:40:06.406Z] #43 162.8 fatal: not a git repository (or any of the parent directories): .git
13:40:06 [2021-04-22T13:40:06.683Z] #43 165.1   LINK     criu/built-in.o
13:40:06 [2021-04-22T13:40:06.683Z] #43 165.3   LINK     criu/criu
13:40:06 [2021-04-22T13:40:06.941Z] #43 165.6   DEP      lib/c/criu.d
13:40:06 [2021-04-22T13:40:06.941Z] #43 165.7   CC       images/rpc.pb-c.o
13:40:06 [2021-04-22T13:40:06.960Z] #43 165.7   CC       lib/c/criu.o
13:40:07 [2021-04-22T13:40:07.219Z] #43 166.5   LINK     lib/c/built-in.o
13:40:07 [2021-04-22T13:40:07.353Z] #43 163.5 make[1]: Nothing to be done for 'all'.
13:40:07 [2021-04-22T13:40:07.479Z] #43 166.5   LINK     lib/c/libcriu.so
13:40:07 [2021-04-22T13:40:07.479Z] #43 166.5   LINK     lib/c/libcriu.a
13:40:07 [2021-04-22T13:40:07.505Z] #43 166.0   CC       lib/c/criu.o
13:40:07 [2021-04-22T13:40:07.741Z] #43 166.7   GEN      magic.py
13:40:07 [2021-04-22T13:40:07.741Z] #43 166.8 Note: Building without setproctitle() and strlcpy() support.
13:40:07 [2021-04-22T13:40:07.741Z] #43 166.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:40:07 [2021-04-22T13:40:07.741Z] #43 166.8 Note: Building without GnuTLS support
13:40:07 [2021-04-22T13:40:07.741Z] #43 166.8 Makefile.config:39: Warn: you have no libnftables installed
13:40:07 [2021-04-22T13:40:07.741Z] #43 166.8 Makefile.config:40: Warn: Building without nftables support
13:40:07 [2021-04-22T13:40:07.928Z] #43 164.3 make[1]: 'images/built-in.o' is up to date.
13:40:07 [2021-04-22T13:40:07.928Z] #43 164.4 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:40:07 [2021-04-22T13:40:07.928Z] #43 164.4 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:40:08 [2021-04-22T13:40:08.192Z] #43 164.5 make[1]: 'compel/libcompel.a' is up to date.
13:40:08 [2021-04-22T13:40:08.192Z] #43 164.5 make[1]: 'compel/compel-host-bin' is up to date.
13:40:08 [2021-04-22T13:40:08.192Z] #43 164.6 make[1]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.192Z] #43 164.6 make[1]: 'soccr/libsoccr.a' is up to date.
13:40:08 [2021-04-22T13:40:08.436Z] #43 166.8   LINK     lib/c/built-in.o
13:40:08 [2021-04-22T13:40:08.436Z] #43 166.8   LINK     lib/c/libcriu.so
13:40:08 [2021-04-22T13:40:08.436Z] #43 166.8   LINK     lib/c/libcriu.a
13:40:08 [2021-04-22T13:40:08.436Z] #43 166.9   GEN      magic.py
13:40:08 [2021-04-22T13:40:08.436Z] #43 167.0 Note: Building without setproctitle() and strlcpy() support.
13:40:08 [2021-04-22T13:40:08.436Z] #43 167.0       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
13:40:08 [2021-04-22T13:40:08.436Z] #43 167.0 Note: Building without GnuTLS support
13:40:08 [2021-04-22T13:40:08.436Z] #43 167.0 Makefile.config:39: Warn: you have no libnftables installed
13:40:08 [2021-04-22T13:40:08.436Z] #43 167.0 Makefile.config:40: Warn: Building without nftables support
13:40:08 [2021-04-22T13:40:08.681Z] #43 167.5 fatal: not a git repository (or any of the parent directories): .git
13:40:08 [2021-04-22T13:40:08.766Z] #43 164.9 make[2]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.766Z] #43 164.9 make[2]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.766Z] #43 164.9 make[2]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.766Z] #43 165.0 make[2]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.766Z] #43 165.1 make[2]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.766Z] #43 165.2 make[2]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.766Z] #43 165.2 make[2]: Nothing to be done for 'all'.
13:40:08 [2021-04-22T13:40:08.941Z] #43 168.0 make[1]: Nothing to be done for 'all'.
13:40:09 [2021-04-22T13:40:09.000Z] #43 167.6 fatal: not a git repository (or any of the parent directories): .git
13:40:09 [2021-04-22T13:40:09.029Z] #43 165.3 make[2]: Nothing to be done for 'all'.
13:40:09 [2021-04-22T13:40:09.029Z] #43 165.3   INSTALL  criu/criu
13:40:09 [2021-04-22T13:40:09.512Z] #43 168.6 make[1]: 'images/built-in.o' is up to date.
13:40:09 [2021-04-22T13:40:09.512Z] #43 168.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:40:09 [2021-04-22T13:40:09.512Z] #43 168.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:40:09 [2021-04-22T13:40:09.512Z] #43 168.6 make[1]: 'compel/libcompel.a' is up to date.
13:40:09 [2021-04-22T13:40:09.512Z] #43 168.7 make[1]: 'compel/compel-host-bin' is up to date.
13:40:09 [2021-04-22T13:40:09.564Z] #43 168.1 make[1]: Nothing to be done for 'all'.
13:40:09 [2021-04-22T13:40:09.605Z] #43 DONE 165.8s
13:40:09 [2021-04-22T13:40:09.605Z] 
13:40:09 [2021-04-22T13:40:09.605Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
13:40:09 [2021-04-22T13:40:09.605Z] #30 sha256:d44f7bc46f72476760a7c76a3823e698116a0cd0d785458bff1517d5128c5917
13:40:09 [2021-04-22T13:40:09.605Z] #30 DONE 5.7s
13:40:09 [2021-04-22T13:40:09.605Z] 
13:40:09 [2021-04-22T13:40:09.605Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
13:40:09 [2021-04-22T13:40:09.605Z] #33 sha256:49f6baccbafa2f552998b2a2ba9f7c8cd36b04599195677e2e8a6d5b217a76b5
13:40:09 [2021-04-22T13:40:09.772Z] #43 168.7 make[1]: Nothing to be done for 'all'.
13:40:09 [2021-04-22T13:40:09.772Z] #43 168.7 make[1]: 'soccr/libsoccr.a' is up to date.
13:40:09 [2021-04-22T13:40:09.772Z] #43 168.9 make[2]: Nothing to be done for 'all'.
13:40:09 [2021-04-22T13:40:09.772Z] #43 168.9 make[2]: Nothing to be done for 'all'.
13:40:09 [2021-04-22T13:40:09.772Z] #43 168.9 make[2]: Nothing to be done for 'all'.
13:40:09 [2021-04-22T13:40:09.867Z] #33 DONE 0.2s
13:40:09 [2021-04-22T13:40:09.867Z] 
13:40:09 [2021-04-22T13:40:09.868Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:09 [2021-04-22T13:40:09.868Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:40:09 [2021-04-22T13:40:09.868Z] #56 ...
13:40:09 [2021-04-22T13:40:09.868Z] 
13:40:09 [2021-04-22T13:40:09.868Z] #35 [dev-systemd-false 13/26] COPY --from=tomll         /build/ /usr/local/bin/
13:40:09 [2021-04-22T13:40:09.868Z] #35 sha256:216056c92d0e0cf007fd9905e82b6714bdd3b5a103ca4c979c35d9b1df8ef52a
13:40:09 [2021-04-22T13:40:09.876Z] #56 ...
13:40:09 [2021-04-22T13:40:09.876Z] 
13:40:09 [2021-04-22T13:40:09.876Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:09 [2021-04-22T13:40:09.876Z] #53 sha256:e62ca1950dba74c9085497f67cb2acc985d6a6529efa1083a5abf245c4694b24
13:40:09 [2021-04-22T13:40:09.876Z] #53 123.1 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
13:40:09 [2021-04-22T13:40:09.876Z] #53 124.0 + mkdir -p /build
13:40:09 [2021-04-22T13:40:09.876Z] #53 124.0 + cp runc /build/runc
13:40:09 [2021-04-22T13:40:09.876Z] #53 DONE 124.2s
13:40:09 [2021-04-22T13:40:09.876Z] 
13:40:09 [2021-04-22T13:40:09.876Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:09 [2021-04-22T13:40:09.876Z] #56 sha256:0e290af701087f3d663ae848f22b7ced6c18385ebd383e493ea85acb12a5d3c5
13:40:10 [2021-04-22T13:40:10.031Z] #43 169.0 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.031Z] #43 169.0 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.031Z] #43 169.0 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.031Z] #43 169.1 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.031Z] #43 169.2 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.031Z] #43 169.2   INSTALL  criu/criu
13:40:10 [2021-04-22T13:40:10.128Z] #43 168.6 make[1]: 'images/built-in.o' is up to date.
13:40:10 [2021-04-22T13:40:10.128Z] #43 168.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
13:40:10 [2021-04-22T13:40:10.128Z] #43 168.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
13:40:10 [2021-04-22T13:40:10.128Z] #43 168.7 make[1]: 'compel/libcompel.a' is up to date.
13:40:10 [2021-04-22T13:40:10.128Z] #43 168.7 make[1]: 'compel/compel-host-bin' is up to date.
13:40:10 [2021-04-22T13:40:10.128Z] #43 168.8 make[1]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.128Z] #43 168.8 make[1]: 'soccr/libsoccr.a' is up to date.
13:40:10 [2021-04-22T13:40:10.130Z] #35 DONE 0.3s
13:40:10 [2021-04-22T13:40:10.130Z] 
13:40:10 [2021-04-22T13:40:10.130Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
13:40:10 [2021-04-22T13:40:10.130Z] #38 sha256:2a7e6feb4c4f31cab7e3d02f55674d7311ca88e831cec4237c06ae2ce0b6ab4a
13:40:10 [2021-04-22T13:40:10.385Z] #43 168.9 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.385Z] #43 169.0 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.385Z] #43 169.0 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.385Z] #43 169.1 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.385Z] #43 169.1 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.385Z] #43 169.1 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.385Z] #43 169.2 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.393Z] #38 DONE 0.2s
13:40:10 [2021-04-22T13:40:10.393Z] 
13:40:10 [2021-04-22T13:40:10.393Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
13:40:10 [2021-04-22T13:40:10.393Z] #41 sha256:446969cd70df462cceda6d138bc2ea2e9eecef936888860813528c67a74df43d
13:40:10 [2021-04-22T13:40:10.607Z] #43 DONE 169.4s
13:40:10 [2021-04-22T13:40:10.607Z] 
13:40:10 [2021-04-22T13:40:10.607Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:10 [2021-04-22T13:40:10.607Z] #53 sha256:744198fb84c3cd36db1098d78659843c26dbf948fa207ffa5a90dcd5ef4b4819
13:40:10 [2021-04-22T13:40:10.643Z] #43 169.2 make[2]: Nothing to be done for 'all'.
13:40:10 [2021-04-22T13:40:10.643Z] #43 169.2   INSTALL  criu/criu
13:40:10 [2021-04-22T13:40:10.900Z] #43 DONE 169.5s
13:40:10 [2021-04-22T13:40:10.900Z] 
13:40:10 [2021-04-22T13:40:10.900Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:10 [2021-04-22T13:40:10.900Z] #53 sha256:5401e4fc59f8fef15ee1f77cda124d0aa6c17e51e1f3abad7e175e1bcec529de
13:40:10 [2021-04-22T13:40:10.968Z] #41 DONE 0.5s
13:40:10 [2021-04-22T13:40:10.968Z] 
13:40:10 [2021-04-22T13:40:10.968Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:10 [2021-04-22T13:40:10.968Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:40:11 [2021-04-22T13:40:11.230Z] #56 ...
13:40:11 [2021-04-22T13:40:11.230Z] 
13:40:11 [2021-04-22T13:40:11.230Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:40:11 [2021-04-22T13:40:11.230Z] #44 sha256:3d56c79819cc1b38dc04e0bf5ac42cc16854cb96f89976c8faff1759272a8a7a
13:40:11 [2021-04-22T13:40:11.263Z] #56 ...
13:40:11 [2021-04-22T13:40:11.263Z] 
13:40:11 [2021-04-22T13:40:11.263Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:40:11 [2021-04-22T13:40:11.263Z] #54 sha256:1c996e72b4adb2605eb328a73ba26ae8af3f1354b8d90b826a8889f1d357c546
13:40:11 [2021-04-22T13:40:11.263Z] #54 DONE 0.1s
13:40:11 [2021-04-22T13:40:11.263Z] 
13:40:11 [2021-04-22T13:40:11.263Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:11 [2021-04-22T13:40:11.263Z] #56 sha256:0e290af701087f3d663ae848f22b7ced6c18385ebd383e493ea85acb12a5d3c5
13:40:11 [2021-04-22T13:40:11.491Z] #44 DONE 0.2s
13:40:11 [2021-04-22T13:40:11.491Z] 
13:40:11 [2021-04-22T13:40:11.491Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:40:11 [2021-04-22T13:40:11.491Z] #46 sha256:deb711373114de65f8263987c2fc5a0025223771a472b1c1ff76ddaa49c66cab
13:40:11 [2021-04-22T13:40:11.548Z] #53 ...
13:40:11 [2021-04-22T13:40:11.548Z] 
13:40:11 [2021-04-22T13:40:11.548Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:40:11 [2021-04-22T13:40:11.548Z] #44 sha256:91c4135c64c1f1269518eb6502d2795bbfcf18efbcb4dcab025f85fca8e53c36
13:40:11 [2021-04-22T13:40:11.548Z] #44 DONE 0.1s
13:40:11 [2021-04-22T13:40:11.548Z] 
13:40:11 [2021-04-22T13:40:11.548Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:40:11 [2021-04-22T13:40:11.548Z] #46 sha256:8a5360390f6cd85eb2464add7080b04ea1a1dc4113ec24d05a23d9059afb1b06
13:40:11 [2021-04-22T13:40:11.548Z] #46 DONE 0.1s
13:40:11 [2021-04-22T13:40:11.548Z] 
13:40:11 [2021-04-22T13:40:11.548Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:40:11 [2021-04-22T13:40:11.548Z] #48 sha256:a1f70fc52f39060b5484e357688be74425262613e4c626a1d44473e03d23b01e
13:40:11 [2021-04-22T13:40:11.759Z] #46 DONE 0.3s
13:40:11 [2021-04-22T13:40:11.759Z] 
13:40:11 [2021-04-22T13:40:11.759Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:11 [2021-04-22T13:40:11.759Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:40:11 [2021-04-22T13:40:11.818Z] #48 DONE 0.2s
13:40:11 [2021-04-22T13:40:11.818Z] 
13:40:11 [2021-04-22T13:40:11.818Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:11 [2021-04-22T13:40:11.818Z] #53 sha256:744198fb84c3cd36db1098d78659843c26dbf948fa207ffa5a90dcd5ef4b4819
13:40:11 [2021-04-22T13:40:11.818Z] #53 ...
13:40:11 [2021-04-22T13:40:11.818Z] 
13:40:11 [2021-04-22T13:40:11.818Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:40:11 [2021-04-22T13:40:11.818Z] #50 sha256:cdefe6f48770d87a6baa4697b53ced9d6f95c8de82921593132deca24f420e3a
13:40:11 [2021-04-22T13:40:11.830Z] #53 ...
13:40:11 [2021-04-22T13:40:11.830Z] 
13:40:11 [2021-04-22T13:40:11.830Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
13:40:11 [2021-04-22T13:40:11.830Z] #44 sha256:10ceb3090e539603899c760c0750629f20057d4416f6919fad9e588358a2990d
13:40:12 [2021-04-22T13:40:12.022Z] #56 ...
13:40:12 [2021-04-22T13:40:12.023Z] 
13:40:12 [2021-04-22T13:40:12.023Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.023Z] #48 sha256:4444bf1d964dfd2c2adfb5022231027002c2ef4c7c9f47673a4d1b91f6d62eb5
13:40:12 [2021-04-22T13:40:12.023Z] #48 DONE 0.1s
13:40:12 [2021-04-22T13:40:12.023Z] 
13:40:12 [2021-04-22T13:40:12.023Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.023Z] #50 sha256:033cd56d607239d59e0957a290809a371499aee7a7cce9fdd94d4776d9564470
13:40:12 [2021-04-22T13:40:12.079Z] #50 DONE 0.2s
13:40:12 [2021-04-22T13:40:12.079Z] 
13:40:12 [2021-04-22T13:40:12.079Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.079Z] #52 sha256:b39a4201b1de1ee27412036c455796030abde661df6530a4298b8bc2eee2aa25
13:40:12 [2021-04-22T13:40:12.079Z] #52 DONE 0.1s
13:40:12 [2021-04-22T13:40:12.079Z] 
13:40:12 [2021-04-22T13:40:12.079Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:12 [2021-04-22T13:40:12.079Z] #53 sha256:744198fb84c3cd36db1098d78659843c26dbf948fa207ffa5a90dcd5ef4b4819
13:40:12 [2021-04-22T13:40:12.086Z] #44 DONE 0.0s
13:40:12 [2021-04-22T13:40:12.086Z] 
13:40:12 [2021-04-22T13:40:12.086Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.086Z] #46 sha256:f6ac0db33dd08bd3352bbbb648d02203ff94c67129f4732980670bb6e52b27a6
13:40:12 [2021-04-22T13:40:12.086Z] #46 DONE 0.2s
13:40:12 [2021-04-22T13:40:12.086Z] 
13:40:12 [2021-04-22T13:40:12.086Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:12 [2021-04-22T13:40:12.086Z] #53 sha256:5401e4fc59f8fef15ee1f77cda124d0aa6c17e51e1f3abad7e175e1bcec529de
13:40:12 [2021-04-22T13:40:12.342Z] #53 ...
13:40:12 [2021-04-22T13:40:12.342Z] 
13:40:12 [2021-04-22T13:40:12.342Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.342Z] #48 sha256:e9bf1ca8850e42ad272ca4a321136cf9a07d047d82026c717d9a903a7102f020
13:40:12 [2021-04-22T13:40:12.342Z] #48 DONE 0.1s
13:40:12 [2021-04-22T13:40:12.342Z] 
13:40:12 [2021-04-22T13:40:12.342Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.342Z] #50 sha256:88505789fa75e6d5c3079746e85947423b3c0a3f77e7fb22ba93ad94c98360d0
13:40:12 [2021-04-22T13:40:12.597Z] #50 DONE 0.6s
13:40:12 [2021-04-22T13:40:12.597Z] 
13:40:12 [2021-04-22T13:40:12.597Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.597Z] #52 sha256:5b7853ad22f902fe9153aefb27c5eeb679830ecf8e85a1a95bff0c6d072a81ea
13:40:12 [2021-04-22T13:40:12.597Z] #52 DONE 0.1s
13:40:12 [2021-04-22T13:40:12.597Z] 
13:40:12 [2021-04-22T13:40:12.598Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:12 [2021-04-22T13:40:12.598Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:40:12 [2021-04-22T13:40:12.598Z] #50 DONE 0.5s
13:40:12 [2021-04-22T13:40:12.598Z] 
13:40:12 [2021-04-22T13:40:12.598Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:12 [2021-04-22T13:40:12.598Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:40:12 [2021-04-22T13:40:12.854Z] #56 ...
13:40:12 [2021-04-22T13:40:12.854Z] 
13:40:12 [2021-04-22T13:40:12.854Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.854Z] #52 sha256:ae99a80883b4969dbd1f520f7634c6e4bc0e544fb4c5cfd17b1998c8f7bbbe0b
13:40:12 [2021-04-22T13:40:12.854Z] #52 DONE 0.1s
13:40:12 [2021-04-22T13:40:12.854Z] 
13:40:12 [2021-04-22T13:40:12.854Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:12 [2021-04-22T13:40:12.854Z] #53 sha256:5401e4fc59f8fef15ee1f77cda124d0aa6c17e51e1f3abad7e175e1bcec529de
13:40:12 [2021-04-22T13:40:12.860Z] #56 ...
13:40:12 [2021-04-22T13:40:12.860Z] 
13:40:12 [2021-04-22T13:40:12.860Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:40:12 [2021-04-22T13:40:12.860Z] #54 sha256:797459adfe170a1d5c4b6440f87e866ed2460234aa49967aaa33ad0b84ede20d
13:40:13 [2021-04-22T13:40:13.122Z] #54 DONE 0.3s
13:40:13 [2021-04-22T13:40:13.123Z] 
13:40:13 [2021-04-22T13:40:13.123Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:13 [2021-04-22T13:40:13.123Z] #56 sha256:5e0a5c3a3e48b3e3e58cc91e19762a43a32dcd94c67243df03c1a89a5075035b
13:40:18 [2021-04-22T13:40:18.102Z] #53 ...
13:40:18 [2021-04-22T13:40:18.102Z] 
13:40:18 [2021-04-22T13:40:18.102Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:18 [2021-04-22T13:40:18.102Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:40:18 [2021-04-22T13:40:18.102Z] #56 198.5 + bin/containerd
13:40:18 [2021-04-22T13:40:18.654Z] #53 ...
13:40:18 [2021-04-22T13:40:18.654Z] 
13:40:18 [2021-04-22T13:40:18.654Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:18 [2021-04-22T13:40:18.654Z] #56 sha256:e1e116385be8c2e7466e977c71d4181932c461de7ebe54b832dab7cd7d58bf96
13:40:18 [2021-04-22T13:40:18.654Z] #56 199.9 + bin/containerd
13:40:23 [2021-04-22T13:40:23.935Z] #56 ...
13:40:23 [2021-04-22T13:40:23.935Z] 
13:40:23 [2021-04-22T13:40:23.935Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:23 [2021-04-22T13:40:23.935Z] #53 sha256:744198fb84c3cd36db1098d78659843c26dbf948fa207ffa5a90dcd5ef4b4819
13:40:23 [2021-04-22T13:40:23.935Z] #53 128.5 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
13:40:23 [2021-04-22T13:40:23.935Z] #53 129.4 + mkdir -p /build
13:40:23 [2021-04-22T13:40:23.935Z] #53 129.4 + cp runc /build/runc
13:40:23 [2021-04-22T13:40:23.935Z] #53 DONE 129.9s
13:40:23 [2021-04-22T13:40:23.935Z] 
13:40:23 [2021-04-22T13:40:23.935Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:23 [2021-04-22T13:40:23.935Z] #56 sha256:e1e116385be8c2e7466e977c71d4181932c461de7ebe54b832dab7cd7d58bf96
13:40:24 [2021-04-22T13:40:24.723Z] #56 ...
13:40:24 [2021-04-22T13:40:24.723Z] 
13:40:24 [2021-04-22T13:40:24.723Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
13:40:24 [2021-04-22T13:40:24.723Z] #53 sha256:5401e4fc59f8fef15ee1f77cda124d0aa6c17e51e1f3abad7e175e1bcec529de
13:40:24 [2021-04-22T13:40:24.723Z] #53 128.0 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
13:40:24 [2021-04-22T13:40:24.723Z] #53 128.9 + mkdir -p /build
13:40:24 [2021-04-22T13:40:24.723Z] #53 128.9 + cp runc /build/runc
13:40:24 [2021-04-22T13:40:24.723Z] #53 DONE 129.3s
13:40:24 [2021-04-22T13:40:24.723Z] 
13:40:24 [2021-04-22T13:40:24.723Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:24 [2021-04-22T13:40:24.723Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:40:25 [2021-04-22T13:40:25.287Z] #56 ...
13:40:25 [2021-04-22T13:40:25.287Z] 
13:40:25 [2021-04-22T13:40:25.287Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:40:25 [2021-04-22T13:40:25.287Z] #54 sha256:d3646819ed35ffaea4b8b267ea123a6b46dbb10a760d28c57865f8878743b96a
13:40:25 [2021-04-22T13:40:25.316Z] #56 ...
13:40:25 [2021-04-22T13:40:25.316Z] 
13:40:25 [2021-04-22T13:40:25.316Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
13:40:25 [2021-04-22T13:40:25.316Z] #54 sha256:2c34a5a5c8986e053b8f68ce4669050f99f7880663809bfc14cfd252db16b60c
13:40:25 [2021-04-22T13:40:25.316Z] #54 DONE 0.2s
13:40:25 [2021-04-22T13:40:25.316Z] 
13:40:25 [2021-04-22T13:40:25.316Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:25 [2021-04-22T13:40:25.316Z] #56 sha256:e1e116385be8c2e7466e977c71d4181932c461de7ebe54b832dab7cd7d58bf96
13:40:25 [2021-04-22T13:40:25.544Z] #54 DONE 0.3s
13:40:25 [2021-04-22T13:40:25.544Z] 
13:40:25 [2021-04-22T13:40:25.544Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
13:40:25 [2021-04-22T13:40:25.544Z] #56 sha256:c5053802dc566b6dbf7dea979d919a6c1bec6055161f734d2e608de4e337205c
13:40:35 [2021-04-22T13:40:35.103Z] #56 208.5 + bin/containerd-stress
13:40:35 [2021-04-22T13:40:35.103Z] #56 211.5 + bin/containerd-shim
13:40:37 [2021-04-22T13:40:37.890Z] #56 222.8 + bin/containerd-stress
13:40:37 [2021-04-22T13:40:37.890Z] #56 224.6 + bin/containerd-shim
13:40:41 [2021-04-22T13:40:41.702Z] #56 217.3 + bin/containerd-shim-runc-v1
13:40:43 [2021-04-22T13:40:43.179Z] #56 231.2 + bin/containerd-shim-runc-v1
13:40:45 [2021-04-22T13:40:45.017Z] #56 221.4 + bin/containerd-shim-runc-v2
13:40:46 [2021-04-22T13:40:46.403Z] #56 222.9 + binaries
13:40:46 [2021-04-22T13:40:46.663Z] #56 222.9 + install -D bin/containerd /build/containerd
13:40:46 [2021-04-22T13:40:46.663Z] #56 223.0 + install -D bin/containerd-shim /build/containerd-shim
13:40:46 [2021-04-22T13:40:46.663Z] #56 223.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:40:46 [2021-04-22T13:40:46.663Z] #56 223.0 + install -D bin/ctr /build/ctr
13:40:47 [2021-04-22T13:40:47.390Z] #56 235.6 + bin/containerd-shim-runc-v2
13:40:47 [2021-04-22T13:40:47.963Z] #56 236.4 + binaries
13:40:47 [2021-04-22T13:40:47.963Z] #56 236.4 + install -D bin/containerd /build/containerd
13:40:47 [2021-04-22T13:40:47.963Z] #56 236.5 + install -D bin/containerd-shim /build/containerd-shim
13:40:47 [2021-04-22T13:40:47.963Z] #56 236.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:40:47 [2021-04-22T13:40:47.963Z] #56 236.5 + install -D bin/ctr /build/ctr
13:40:48 [2021-04-22T13:40:48.535Z] #56 DONE 236.8s
13:40:49 [2021-04-22T13:40:49.105Z] 
13:40:49 [2021-04-22T13:40:49.105Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:40:49 [2021-04-22T13:40:49.105Z] #57 sha256:1b476102fd532a7747b869b6468d89f9723b4155faca05dead9c3f4a48908416
13:40:49 [2021-04-22T13:40:49.209Z] #56 DONE 225.4s
13:40:49 [2021-04-22T13:40:49.366Z] #57 DONE 0.2s
13:40:49 [2021-04-22T13:40:49.366Z] 
13:40:49 [2021-04-22T13:40:49.366Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:40:49 [2021-04-22T13:40:49.366Z] #61 sha256:84ed3f7429e0fa6ce662c2c1a900f186b349719580c2b32cc5ddf66b3bad8cdc
13:40:49 [2021-04-22T13:40:49.626Z] #61 DONE 0.1s
13:40:49 [2021-04-22T13:40:49.626Z] 
13:40:49 [2021-04-22T13:40:49.626Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:40:49 [2021-04-22T13:40:49.626Z] #66 sha256:46fe45b388f1e0e324b5a81b337a51aa95068834ca9f796182b8a9f9b0649b7a
13:40:49 [2021-04-22T13:40:49.626Z] #66 DONE 0.2s
13:40:49 [2021-04-22T13:40:49.626Z] 
13:40:49 [2021-04-22T13:40:49.626Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:40:49 [2021-04-22T13:40:49.626Z] #68 sha256:f09cf42d2361ec389eb1a559b22b61165f4b00562f9e3deaa86a58168ca3a319
13:40:49 [2021-04-22T13:40:49.626Z] #68 DONE 0.0s
13:40:49 [2021-04-22T13:40:49.626Z] 
13:40:49 [2021-04-22T13:40:49.626Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:40:49 [2021-04-22T13:40:49.626Z] #69 sha256:722ae897ee80431df5feafce7fd84725ced466ddacef2fabefdef12606243e05
13:40:49 [2021-04-22T13:40:49.626Z] #69 DONE 0.0s
13:40:49 [2021-04-22T13:40:49.886Z] 
13:40:49 [2021-04-22T13:40:49.886Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
13:40:49 [2021-04-22T13:40:49.886Z] #70 sha256:b405803551f54120da52a315bb5e09d0d5ecae5d821877cbfe54e3b3723539c1
13:40:50 [2021-04-22T13:40:50.457Z] #70 0.689 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
13:40:50 [2021-04-22T13:40:50.457Z] #70 0.689 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
13:40:50 [2021-04-22T13:40:50.457Z] #70 0.689 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
13:40:50 [2021-04-22T13:40:50.457Z] #70 0.689 Hit:4 http://deb.debian.org/debian buster-backports InRelease
13:40:50 [2021-04-22T13:40:50.593Z] 
13:40:50 [2021-04-22T13:40:50.593Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:40:50 [2021-04-22T13:40:50.593Z] #57 sha256:59bc1262ae59e8c942ff4812dc4f3876e9de5b0b365885896b2247e2fe1acda2
13:40:51 [2021-04-22T13:40:51.291Z] #70 1.024 Reading package lists...
13:40:51 [2021-04-22T13:40:51.863Z] #70 1.613 Reading package lists...
13:40:51 [2021-04-22T13:40:51.863Z] #70 2.193 Building dependency tree...
13:40:51 [2021-04-22T13:40:51.877Z] #56 230.6 + bin/containerd-stress
13:40:51 [2021-04-22T13:40:51.877Z] #56 232.7 + bin/containerd-shim
13:40:51 [2021-04-22T13:40:51.977Z] #57 DONE 1.3s
13:40:51 [2021-04-22T13:40:51.977Z] 
13:40:51 [2021-04-22T13:40:51.977Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:40:51 [2021-04-22T13:40:51.977Z] #61 sha256:91e0f6dba2b77431d4f1812e68c2ba19c9158f38f8c8d73874f7ae16cc64bbe2
13:40:51 [2021-04-22T13:40:51.977Z] #61 DONE 0.3s
13:40:52 [2021-04-22T13:40:52.054Z] #56 230.0 + bin/containerd-stress
13:40:52 [2021-04-22T13:40:52.054Z] #56 232.0 + bin/containerd-shim
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.305 Reading state information...
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.406 The following additional packages will be installed:
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.407   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.407   libpam-systemd
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.408 Suggested packages:
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.408   systemd-container policykit-1
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.408 Recommended packages:
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.408   libnss-systemd
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.486 The following NEW packages will be installed:
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.487   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
13:40:52 [2021-04-22T13:40:52.124Z] #70 2.487   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
13:40:52 [2021-04-22T13:40:52.238Z] 
13:40:52 [2021-04-22T13:40:52.238Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:40:52 [2021-04-22T13:40:52.238Z] #66 sha256:76322c979143f02f381412b7e07d8fe7fc8650bdf1f706c97625e1e7a11201f6
13:40:52 [2021-04-22T13:40:52.384Z] #70 2.756 0 upgraded, 11 newly installed, 0 to remove and 27 not upgraded.
13:40:52 [2021-04-22T13:40:52.384Z] #70 2.756 Need to get 4762 kB of archives.
13:40:52 [2021-04-22T13:40:52.384Z] #70 2.756 After this operation, 16.6 MB of additional disk space will be used.
13:40:52 [2021-04-22T13:40:52.384Z] #70 2.756 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
13:40:52 [2021-04-22T13:40:52.384Z] #70 2.812 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
13:40:52 [2021-04-22T13:40:52.645Z] #70 2.848 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
13:40:52 [2021-04-22T13:40:52.645Z] #70 2.854 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
13:40:52 [2021-04-22T13:40:52.645Z] #70 3.016 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
13:40:52 [2021-04-22T13:40:52.645Z] #70 3.032 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB]
13:40:52 [2021-04-22T13:40:52.645Z] #70 3.078 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB]
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.079 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.081 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.084 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB]
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.086 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.202 debconf: delaying package configuration, since apt-utils is not installed
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.221 Fetched 4762 kB in 1s (8083 kB/s)
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.245 Selecting previously unselected package libargon2-1:amd64.
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.245 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28057 files and directories currently installed.)
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.258 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.265 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.297 Selecting previously unselected package libjson-c3:amd64.
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.299 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
13:40:52 [2021-04-22T13:40:52.906Z] #70 3.304 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.339 Selecting previously unselected package libcryptsetup12:amd64.
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.341 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.345 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.401 Selecting previously unselected package libidn11:amd64.
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.404 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.408 Unpacking libidn11:amd64 (1.33-2.2) ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.456 Selecting previously unselected package libkmod2:amd64.
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.458 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.463 Unpacking libkmod2:amd64 (26-1) ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.504 Selecting previously unselected package systemd.
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.506 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ...
13:40:53 [2021-04-22T13:40:53.166Z] #70 3.543 Unpacking systemd (241-7~deb10u7) ...
13:40:53 [2021-04-22T13:40:53.630Z] #66 DONE 1.3s
13:40:53 [2021-04-22T13:40:53.630Z] 
13:40:53 [2021-04-22T13:40:53.630Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:40:53 [2021-04-22T13:40:53.630Z] #68 sha256:0a3d67cbfb5886df3d1c578d4cdd970743a5ce6d1bcb3173e49f54148a8293be
13:40:53 [2021-04-22T13:40:53.630Z] #68 DONE 0.1s
13:40:53 [2021-04-22T13:40:53.630Z] 
13:40:53 [2021-04-22T13:40:53.630Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:40:53 [2021-04-22T13:40:53.630Z] #69 sha256:d308c2266fcb4241ea0b47e87fe9527b03f9fb2113e881d0496c2e6a3ed4e655
13:40:53 [2021-04-22T13:40:53.630Z] #69 DONE 0.0s
13:40:53 [2021-04-22T13:40:53.630Z] 
13:40:53 [2021-04-22T13:40:53.630Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:40:53 [2021-04-22T13:40:53.630Z] #70 sha256:5a2c55dc733f815b9055a95868912e1e4673742d03e4c272010636903a1beba6
13:40:53 [2021-04-22T13:40:53.738Z] #70 4.056 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
13:40:53 [2021-04-22T13:40:53.738Z] #70 4.067 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
13:40:53 [2021-04-22T13:40:53.738Z] #70 4.077 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
13:40:53 [2021-04-22T13:40:53.738Z] #70 4.088 Setting up libidn11:amd64 (1.33-2.2) ...
13:40:53 [2021-04-22T13:40:53.738Z] #70 4.098 Setting up libkmod2:amd64 (26-1) ...
13:40:53 [2021-04-22T13:40:53.998Z] #70 4.110 Setting up systemd (241-7~deb10u7) ...
13:40:53 [2021-04-22T13:40:53.998Z] #70 4.158 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
13:40:53 [2021-04-22T13:40:53.998Z] #70 4.159 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
13:40:53 [2021-04-22T13:40:53.998Z] #70 4.163 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
13:40:53 [2021-04-22T13:40:53.998Z] #70 4.163 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.548 Selecting previously unselected package systemd-sysv.
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.549 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28854 files and directories currently installed.)
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.561 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ...
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.566 Unpacking systemd-sysv (241-7~deb10u7) ...
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.613 Selecting previously unselected package libdbus-1-3:amd64.
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.616 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.620 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
13:40:54 [2021-04-22T13:40:54.258Z] #70 4.674 Selecting previously unselected package dbus.
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.677 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.688 Unpacking dbus (1.12.20-0+deb10u1) ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.755 Selecting previously unselected package libpam-systemd:amd64.
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.757 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.761 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.807 Selecting previously unselected package dbus-user-session.
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.809 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.814 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.857 Setting up systemd-sysv (241-7~deb10u7) ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.869 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
13:40:54 [2021-04-22T13:40:54.519Z] #70 4.880 Setting up dbus (1.12.20-0+deb10u1) ...
13:40:54 [2021-04-22T13:40:54.780Z] #70 4.999 invoke-rc.d: could not determine current runlevel
13:40:54 [2021-04-22T13:40:54.780Z] #70 5.001 invoke-rc.d: policy-rc.d denied execution of start.
13:40:54 [2021-04-22T13:40:54.780Z] #70 5.007 Setting up libpam-systemd:amd64 (241-7~deb10u7) ...
13:40:55 [2021-04-22T13:40:55.041Z] #70 5.115 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
13:40:55 [2021-04-22T13:40:55.041Z] #70 5.130 Processing triggers for systemd (241-7~deb10u7) ...
13:40:55 [2021-04-22T13:40:55.041Z] #70 5.139 Processing triggers for libc-bin (2.28-10) ...
13:40:55 [2021-04-22T13:40:55.041Z] #70 DONE 5.3s
13:40:55 [2021-04-22T13:40:55.041Z] 
13:40:55 [2021-04-22T13:40:55.041Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
13:40:55 [2021-04-22T13:40:55.041Z] #71 sha256:68ba44288d302e3848b6101bb0559e8682cb3605e034b346c7f2197c6d776df3
13:40:55 [2021-04-22T13:40:55.552Z] #70 DONE 2.0s
13:40:55 [2021-04-22T13:40:55.552Z] 
13:40:55 [2021-04-22T13:40:55.552Z] #71 exporting to image
13:40:55 [2021-04-22T13:40:55.552Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:55 [2021-04-22T13:40:55.552Z] #71 exporting layers
13:40:55 [2021-04-22T13:40:55.611Z] #71 0.446   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
13:40:55 [2021-04-22T13:40:55.611Z] #71 0.447                                  Dload  Upload   Total   Spent    Left  Speed
13:40:55 [2021-04-22T13:40:55.611Z] #71 0.449 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  14701      0 --:--:-- --:--:-- --:--:-- 14821
13:40:55 [2021-04-22T13:40:55.611Z] #71 DONE 0.6s
13:40:55 [2021-04-22T13:40:55.611Z] 
13:40:55 [2021-04-22T13:40:55.611Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker
13:40:55 [2021-04-22T13:40:55.611Z] #72 sha256:cfbcce147817f4fdf30f54eb3afd7b7f1eabff5adc39d90956509ff1130ef834
13:40:56 [2021-04-22T13:40:56.555Z] #72 DONE 0.7s
13:40:56 [2021-04-22T13:40:56.555Z] 
13:40:56 [2021-04-22T13:40:56.555Z] #73 exporting to image
13:40:56 [2021-04-22T13:40:56.555Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:40:56 [2021-04-22T13:40:56.555Z] #73 exporting layers
13:40:58 [2021-04-22T13:40:58.451Z] #56 239.5 + bin/containerd-shim-runc-v1
13:40:58 [2021-04-22T13:40:58.596Z] #56 238.8 + bin/containerd-shim-runc-v1
13:40:59 [2021-04-22T13:40:59.765Z] #71 exporting layers 3.8s done
13:40:59 [2021-04-22T13:40:59.765Z] #71 writing image sha256:4aa760e3574609c888c5498917af99369717cd1acdee11a3eb050811e6d1c7e3 done
13:40:59 [2021-04-22T13:40:59.765Z] #71 naming to docker.io/library/docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 done
13:40:59 [2021-04-22T13:40:59.765Z] #71 DONE 3.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
13:41:00 [2021-04-22T13:41:00.112Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/test/unit
13:41:02 [2021-04-22T13:41:02.655Z] #56 244.1 + bin/containerd-shim-runc-v2
13:41:03 [2021-04-22T13:41:03.143Z] #73 exporting layers 6.8s done
13:41:03 [2021-04-22T13:41:03.143Z] #73 writing image sha256:5ed7df06ee52211c95f404b6b2f94331290e11dd33adb60d6eb00d85fbe68f39 done
13:41:03 [2021-04-22T13:41:03.143Z] #73 naming to docker.io/library/docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:41:03 [2021-04-22T13:41:03.143Z] #73 naming to docker.io/library/docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 done
13:41:03 [2021-04-22T13:41:03.143Z] #73 DONE 6.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:41:03 [2021-04-22T13:41:03.517Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -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:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh dynbinary test-integration
13:41:03 [2021-04-22T13:41:03.593Z] #56 245.1 + binaries
13:41:03 [2021-04-22T13:41:03.593Z] #56 245.2 + install -D bin/containerd /build/containerd
13:41:03 [2021-04-22T13:41:03.593Z] #56 245.2 + install -D bin/containerd-shim /build/containerd-shim
13:41:03 [2021-04-22T13:41:03.593Z] #56 245.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:41:03 [2021-04-22T13:41:03.593Z] #56 245.2 + install -D bin/ctr /build/ctr
13:41:03 [2021-04-22T13:41:03.848Z] #56 243.3 + bin/containerd-shim-runc-v2
13:41:04 [2021-04-22T13:41:04.104Z] #56 244.3 + binaries
13:41:04 [2021-04-22T13:41:04.104Z] #56 244.3 + install -D bin/containerd /build/containerd
13:41:04 [2021-04-22T13:41:04.104Z] #56 244.3 + install -D bin/containerd-shim /build/containerd-shim
13:41:04 [2021-04-22T13:41:04.104Z] #56 244.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:41:04 [2021-04-22T13:41:04.104Z] #56 244.4 + install -D bin/ctr /build/ctr
13:41:05 [2021-04-22T13:41:05.427Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
13:41:05 [2021-04-22T13:41:05.427Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
13:41:05 [2021-04-22T13:41:05.427Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
13:41:05 [2021-04-22T13:41:05.427Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
13:41:05 [2021-04-22T13:41:05.427Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
13:41:05 [2021-04-22T13:41:05.427Z] Detected virtualization docker.
13:41:05 [2021-04-22T13:41:05.427Z] Detected architecture x86-64.
13:41:05 [2021-04-22T13:41:05.427Z] Set hostname to <5a7564fd7cbe>.
13:41:05 [2021-04-22T13:41:05.468Z] #56 DONE 245.7s
13:41:05 [2021-04-22T13:41:05.515Z] #56 DONE 246.9s
13:41:06 [2021-04-22T13:41:06.001Z] + source /etc/docker-entrypoint-cmd
13:41:06 [2021-04-22T13:41:06.002Z] ++ hack/make.sh dynbinary test-integration
13:41:06 [2021-04-22T13:41:06.002Z] 
13:41:06 [2021-04-22T13:41:06.002Z] Removing bundles/
13:41:06 [2021-04-22T13:41:06.002Z] 
13:41:06 [2021-04-22T13:41:06.002Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:06 [2021-04-22T13:41:06.002Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:41:06 [2021-04-22T13:41:06.002Z] GOOS="" GOARCH="" GOARM=""
13:41:06 [2021-04-22T13:41:06.098Z] 
13:41:06 [2021-04-22T13:41:06.098Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:41:06 [2021-04-22T13:41:06.098Z] #57 sha256:568bbbd1afef0f0b62d919863e1cd8bfca190d0fea8e7911204ca28b894f38b7
13:41:06 [2021-04-22T13:41:06.397Z] 
13:41:06 [2021-04-22T13:41:06.397Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
13:41:06 [2021-04-22T13:41:06.397Z] #57 sha256:a6b7f99b601cda112187c18fc777754abd43fa8e59aefece03ee2474780fe8e1
13:41:06 [2021-04-22T13:41:06.701Z] ?   	github.com/docker/docker/api	[no test files]
13:41:07 [2021-04-22T13:41:07.055Z] #57 DONE 0.9s
13:41:07 [2021-04-22T13:41:07.055Z] 
13:41:07 [2021-04-22T13:41:07.055Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:41:07 [2021-04-22T13:41:07.055Z] #61 sha256:bfd6e43d0c6d042b45522cf967f75ac725f952db0d064fd01b47a2bea75b5521
13:41:07 [2021-04-22T13:41:07.055Z] #61 DONE 0.2s
13:41:07 [2021-04-22T13:41:07.055Z] 
13:41:07 [2021-04-22T13:41:07.055Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:41:07 [2021-04-22T13:41:07.055Z] #66 sha256:be8298e3f74113fd8cf6cb21a8148804131d0b33de8f140b61a2ee7b0c1cf00a
13:41:07 [2021-04-22T13:41:07.323Z] #57 DONE 0.8s
13:41:07 [2021-04-22T13:41:07.323Z] 
13:41:07 [2021-04-22T13:41:07.323Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
13:41:07 [2021-04-22T13:41:07.323Z] #61 sha256:1c2088046ee09b6ecfec96b40987b93b408320f7ce400521d193c79967dd8a78
13:41:07 [2021-04-22T13:41:07.323Z] #61 DONE 0.2s
13:41:07 [2021-04-22T13:41:07.323Z] 
13:41:07 [2021-04-22T13:41:07.323Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit        /build/ /usr/local/bin/
13:41:07 [2021-04-22T13:41:07.323Z] #66 sha256:41b34a22db81580d4066895d0f6355f771c42c03724c9f7de937f6874949a349
13:41:07 [2021-04-22T13:41:07.990Z] #66 DONE 0.8s
13:41:07 [2021-04-22T13:41:07.990Z] 
13:41:07 [2021-04-22T13:41:07.990Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:41:07 [2021-04-22T13:41:07.990Z] #68 sha256:fa3cfbb424ce03f75cc6aabf8b21c98722e093cda8c62d3f1ebdd369c15bc3b8
13:41:07 [2021-04-22T13:41:07.990Z] #68 DONE 0.0s
13:41:07 [2021-04-22T13:41:07.990Z] 
13:41:07 [2021-04-22T13:41:07.990Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:41:07 [2021-04-22T13:41:07.990Z] #69 sha256:64b19ba3ba61ff46384cd101ce12b6d84291486f0290f33a211ef744bed690a5
13:41:07 [2021-04-22T13:41:07.990Z] #69 DONE 0.0s
13:41:07 [2021-04-22T13:41:07.990Z] 
13:41:07 [2021-04-22T13:41:07.990Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:41:07 [2021-04-22T13:41:07.990Z] #70 sha256:08d90eadb035298dd76039f0983c659c63b57ce10936d49823b5e76c0262c181
13:41:08 [2021-04-22T13:41:08.250Z] #66 DONE 0.9s
13:41:08 [2021-04-22T13:41:08.250Z] 
13:41:08 [2021-04-22T13:41:08.250Z] #68 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
13:41:08 [2021-04-22T13:41:08.250Z] #68 sha256:1a573465f13e59f280111878560f9ddda6fed8ca55cf4d8822693f8e9604fa41
13:41:08 [2021-04-22T13:41:08.250Z] #68 DONE 0.0s
13:41:08 [2021-04-22T13:41:08.250Z] 
13:41:08 [2021-04-22T13:41:08.250Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
13:41:08 [2021-04-22T13:41:08.250Z] #69 sha256:6a071eee6d2d93e77f8e42d6b32d981ee213d58917cc5b7574bc9de17db682b9
13:41:08 [2021-04-22T13:41:08.250Z] #69 DONE 0.0s
13:41:08 [2021-04-22T13:41:08.250Z] 
13:41:08 [2021-04-22T13:41:08.250Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker
13:41:08 [2021-04-22T13:41:08.250Z] #70 sha256:10ec741ab8ad16833f1fe37345a2039e2f3891d58d3ba61e34b31085b255c3c6
13:41:09 [2021-04-22T13:41:09.365Z] #70 DONE 1.2s
13:41:09 [2021-04-22T13:41:09.365Z] 
13:41:09 [2021-04-22T13:41:09.365Z] #71 exporting to image
13:41:09 [2021-04-22T13:41:09.365Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:09 [2021-04-22T13:41:09.365Z] #71 exporting layers
13:41:09 [2021-04-22T13:41:09.617Z] #70 DONE 1.1s
13:41:09 [2021-04-22T13:41:09.617Z] 
13:41:09 [2021-04-22T13:41:09.617Z] #71 exporting to image
13:41:09 [2021-04-22T13:41:09.617Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:41:09 [2021-04-22T13:41:09.617Z] #71 exporting layers
13:41:15 [2021-04-22T13:41:15.931Z] #71 exporting layers 6.7s done
13:41:15 [2021-04-22T13:41:15.931Z] #71 writing image sha256:3cc881c437b12d11920da9d9ec8724db729ce39cc8f4696c4582f8e9cecb60f9 done
13:41:15 [2021-04-22T13:41:15.931Z] #71 naming to docker.io/library/docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 done
13:41:15 [2021-04-22T13:41:15.931Z] #71 DONE 6.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:41:16 [2021-04-22T13:41:16.160Z] #71 exporting layers 6.6s done
13:41:16 [2021-04-22T13:41:16.160Z] #71 writing image sha256:77202d24620c00cf60a393eb1c85273c3e61deccaa5524dfb28651598d268d92 done
13:41:16 [2021-04-22T13:41:16.160Z] #71 naming to docker.io/library/docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 done
13:41:16 [2021-04-22T13:41:16.160Z] #71 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
13:41:16 [2021-04-22T13:41:16.285Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -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:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh dynbinary test-integration
13:41:16 [2021-04-22T13:41:16.506Z] + trap exit INT TERM
13:41:16 [2021-04-22T13:41:16.506Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
13:41:16 [2021-04-22T13:41:16.506Z] + CONTAINER_NAME=docker-pr9
13:41:16 [2021-04-22T13:41:16.506Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42164/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh dynbinary-daemon
13:41:17 [2021-04-22T13:41:17.660Z] 
13:41:17 [2021-04-22T13:41:17.871Z] 
13:41:17 [2021-04-22T13:41:17.871Z] Removing bundles/
13:41:17 [2021-04-22T13:41:17.871Z] 
13:41:17 [2021-04-22T13:41:17.871Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
13:41:17 [2021-04-22T13:41:17.871Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:41:17 [2021-04-22T13:41:17.871Z] GOOS="" GOARCH="" GOARM=""
13:41:17 [2021-04-22T13:41:17.919Z] Removing bundles/
13:41:17 [2021-04-22T13:41:17.919Z] 
13:41:17 [2021-04-22T13:41:17.919Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:41:17 [2021-04-22T13:41:17.919Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:41:17 [2021-04-22T13:41:17.919Z] GOOS="" GOARCH="" GOARM=""
13:41:18 [2021-04-22T13:41:18.958Z] ok  	github.com/docker/docker/api/server	0.034s	coverage: 9.0% of statements
13:41:23 [2021-04-22T13:41:23.349Z] 29d5b6a226d2: Verifying Checksum
13:41:23 [2021-04-22T13:41:23.350Z] 29d5b6a226d2: Download complete
13:41:26 [2021-04-22T13:41:26.136Z] 4612f6d0b889: Pull complete
13:41:30 [2021-04-22T13:41:30.595Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|name|types_sizes|compiled_files|files) took 2m0.803490871s 
13:41:30 [2021-04-22T13:41:30.595Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 655.287124ms 
13:41:48 [2021-04-22T13:41:48.718Z] INFO [runner/unused/goanalysis] analyzers took 28.240284701s with top 10 stages: buildssa: 24.145306331s, U1000: 4.09497837s 
13:42:15 [2021-04-22T13:42:15.264Z] ok  	github.com/docker/docker/api/server/httputils	0.026s	coverage: 14.7% of statements
13:42:15 [2021-04-22T13:42:15.264Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:42:15 [2021-04-22T13:42:15.840Z] ok  	github.com/docker/docker/api/server/middleware	0.022s	coverage: 37.7% of statements
13:42:15 [2021-04-22T13:42:15.840Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:42:15 [2021-04-22T13:42:15.840Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:42:15 [2021-04-22T13:42:15.840Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:42:15 [2021-04-22T13:42:15.840Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:42:15 [2021-04-22T13:42:15.840Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:42:15 [2021-04-22T13:42:15.840Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:42:15 [2021-04-22T13:42:15.840Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:42:16 [2021-04-22T13:42:16.102Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:42:16 [2021-04-22T13:42:16.102Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:42:17 [2021-04-22T13:42:17.493Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:42:17 [2021-04-22T13:42:17.493Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:42:17 [2021-04-22T13:42:17.493Z] ok  	github.com/docker/docker/api/types/filters	0.024s	coverage: 92.2% of statements
13:42:17 [2021-04-22T13:42:17.756Z] ok  	github.com/docker/docker/api/types/strslice	0.043s	coverage: 90.0% of statements
13:42:17 [2021-04-22T13:42:17.756Z] ok  	github.com/docker/docker/api/server/router/swarm	0.019s	coverage: 5.7% of statements
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/container	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:42:17 [2021-04-22T13:42:17.756Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ok  	github.com/docker/docker/api/types/time	0.012s	coverage: 100.0% of statements
13:42:18 [2021-04-22T13:42:18.018Z] ok  	github.com/docker/docker/api/types/versions	0.035s	coverage: 75.0% of statements
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:42:18 [2021-04-22T13:42:18.018Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:42:20 [2021-04-22T13:42:20.574Z] ok  	github.com/docker/docker/cli/debug	0.023s	coverage: 100.0% of statements
13:42:21 [2021-04-22T13:42:21.967Z] ok  	github.com/docker/docker/builder/remotecontext	0.168s	coverage: 13.7% of statements
13:42:22 [2021-04-22T13:42:22.542Z] ok  	github.com/docker/docker/builder/dockerfile	0.444s	coverage: 48.5% of statements
13:42:22 [2021-04-22T13:42:22.542Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
13:42:24 [2021-04-22T13:42:24.463Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.485s	coverage: 86.3% of statements
13:42:24 [2021-04-22T13:42:24.463Z] ?   	github.com/docker/docker/cli	[no test files]
13:42:24 [2021-04-22T13:42:24.463Z] ?   	github.com/docker/docker/cli/config	[no test files]
13:42:28 [2021-04-22T13:42:28.684Z] ok  	github.com/docker/docker/client	0.332s	coverage: 75.4% of statements
13:42:42 [2021-04-22T13:42:42.508Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:42:42 [2021-04-22T13:42:42.508Z] 
13:42:42 [2021-04-22T13:42:42.508Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:42:42 [2021-04-22T13:42:42.508Z] DOCKER_SYSTEMD=1
13:42:42 [2021-04-22T13:42:42.508Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:42:42 [2021-04-22T13:42:42.508Z] HOSTNAME=5a7564fd7cbe
13:42:42 [2021-04-22T13:42:42.508Z] DEST=bundles/test-integration
13:42:42 [2021-04-22T13:42:42.508Z] PWD=/go/src/github.com/docker/docker
13:42:42 [2021-04-22T13:42:42.508Z] DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:42:42 [2021-04-22T13:42:42.508Z] container=docker
13:42:42 [2021-04-22T13:42:42.508Z] HOME=/root
13:42:42 [2021-04-22T13:42:42.508Z] LANG=C.UTF-8
13:42:42 [2021-04-22T13:42:42.508Z] INVOCATION_ID=88c54290dd62428dbddcf1f98d25d19b
13:42:42 [2021-04-22T13:42:42.508Z] GOLANG_VERSION=1.13.15
13:42:42 [2021-04-22T13:42:42.508Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:42:42 [2021-04-22T13:42:42.508Z] VALIDATE_BRANCH=master
13:42:42 [2021-04-22T13:42:42.508Z] TERM=xterm
13:42:42 [2021-04-22T13:42:42.508Z] DOCKER_PKG=github.com/docker/docker
13:42:42 [2021-04-22T13:42:42.508Z] SHLVL=3
13:42:42 [2021-04-22T13:42:42.508Z] TIMEOUT=120m
13:42:42 [2021-04-22T13:42:42.508Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:42:42 [2021-04-22T13:42:42.508Z] DOCKER_GRAPHDRIVER=overlay2
13:42:42 [2021-04-22T13:42:42.508Z] GO111MODULE=off
13:42:42 [2021-04-22T13:42:42.508Z] DOCKER_EXPERIMENTAL=1
13:42:42 [2021-04-22T13:42:42.508Z] TEST_SKIP_INTEGRATION_CLI=1
13:42:42 [2021-04-22T13:42:42.508Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:42:42 [2021-04-22T13:42:42.508Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:42:42 [2021-04-22T13:42:42.508Z] GOPATH=/go
13:42:42 [2021-04-22T13:42:42.508Z] PKG_CONFIG=pkg-config
13:42:42 [2021-04-22T13:42:42.508Z] _=/usr/bin/env
13:42:42 [2021-04-22T13:42:42.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:42:49 [2021-04-22T13:42:49.481Z] 29d5b6a226d2: Pull complete
13:42:49 [2021-04-22T13:42:49.481Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b
13:42:49 [2021-04-22T13:42:49.481Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
13:42:49 [2021-04-22T13:42:49.481Z] mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
13:42:49 [2021-04-22T13:42:49.481Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 completed successfully
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1'
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Docker version of control daemon
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] Client: Mirantis Container Runtime
13:42:49 [2021-04-22T13:42:49.481Z]  Version:           20.10.0
13:42:49 [2021-04-22T13:42:49.481Z]  API version:       1.41
13:42:49 [2021-04-22T13:42:49.481Z]  Go version:        go1.13.15
13:42:49 [2021-04-22T13:42:49.481Z]  Git commit:        6ee42dc
13:42:49 [2021-04-22T13:42:49.481Z]  Built:             03/11/2021 13:24:56
13:42:49 [2021-04-22T13:42:49.481Z]  OS/Arch:           windows/amd64
13:42:49 [2021-04-22T13:42:49.481Z]  Context:           default
13:42:49 [2021-04-22T13:42:49.481Z]  Experimental:      true
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] Server: Mirantis Container Runtime
13:42:49 [2021-04-22T13:42:49.481Z]  Engine:
13:42:49 [2021-04-22T13:42:49.481Z]   Version:          20.10.0
13:42:49 [2021-04-22T13:42:49.481Z]   API version:      1.41 (minimum version 1.24)
13:42:49 [2021-04-22T13:42:49.481Z]   Go version:       go1.13.15
13:42:49 [2021-04-22T13:42:49.481Z]   Git commit:       1e08f21e79
13:42:49 [2021-04-22T13:42:49.481Z]   Built:            03/11/2021 13:23:32
13:42:49 [2021-04-22T13:42:49.481Z]   OS/Arch:          windows/amd64
13:42:49 [2021-04-22T13:42:49.481Z]   Experimental:     true
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Docker info of control daemon
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] Client:
13:42:49 [2021-04-22T13:42:49.481Z]  Context:    default
13:42:49 [2021-04-22T13:42:49.481Z]  Debug Mode: false
13:42:49 [2021-04-22T13:42:49.481Z]  Plugins:
13:42:49 [2021-04-22T13:42:49.481Z]   app: Docker Application (Docker Inc., v0.8.0)
13:42:49 [2021-04-22T13:42:49.481Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
13:42:49 [2021-04-22T13:42:49.481Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] Server:
13:42:49 [2021-04-22T13:42:49.481Z]  Containers: 0
13:42:49 [2021-04-22T13:42:49.481Z]   Running: 0
13:42:49 [2021-04-22T13:42:49.481Z]   Paused: 0
13:42:49 [2021-04-22T13:42:49.481Z]   Stopped: 0
13:42:49 [2021-04-22T13:42:49.481Z]  Images: 1
13:42:49 [2021-04-22T13:42:49.481Z]  Server Version: 20.10.0
13:42:49 [2021-04-22T13:42:49.481Z]  Storage Driver: windowsfilter (windows) lcow (linux)
13:42:49 [2021-04-22T13:42:49.481Z]   Windows: 
13:42:49 [2021-04-22T13:42:49.481Z]   LCOW: 
13:42:49 [2021-04-22T13:42:49.481Z]  Logging Driver: json-file
13:42:49 [2021-04-22T13:42:49.481Z]  Plugins:
13:42:49 [2021-04-22T13:42:49.481Z]   Volume: local
13:42:49 [2021-04-22T13:42:49.481Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:42:49 [2021-04-22T13:42:49.481Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:42:49 [2021-04-22T13:42:49.481Z]  Swarm: inactive
13:42:49 [2021-04-22T13:42:49.481Z]  Default Isolation: process
13:42:49 [2021-04-22T13:42:49.481Z]  Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
13:42:49 [2021-04-22T13:42:49.481Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
13:42:49 [2021-04-22T13:42:49.481Z]  OSType: windows
13:42:49 [2021-04-22T13:42:49.481Z]  Architecture: x86_64
13:42:49 [2021-04-22T13:42:49.481Z]  CPUs: 4
13:42:49 [2021-04-22T13:42:49.481Z]  Total Memory: 32GiB
13:42:49 [2021-04-22T13:42:49.481Z]  Name: azwin-2-4ba620
13:42:49 [2021-04-22T13:42:49.481Z]  ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6
13:42:49 [2021-04-22T13:42:49.481Z]  Docker Root Dir: D:\docker
13:42:49 [2021-04-22T13:42:49.481Z]  Debug Mode: false
13:42:49 [2021-04-22T13:42:49.481Z]  Registry: https://index.docker.io/v1/
13:42:49 [2021-04-22T13:42:49.481Z]  Labels:
13:42:49 [2021-04-22T13:42:49.481Z]  Experimental: true
13:42:49 [2021-04-22T13:42:49.481Z]  Insecure Registries:
13:42:49 [2021-04-22T13:42:49.481Z]   10.0.0.4:5000
13:42:49 [2021-04-22T13:42:49.481Z]   127.0.0.0/8
13:42:49 [2021-04-22T13:42:49.481Z]  Registry Mirrors:
13:42:49 [2021-04-22T13:42:49.481Z]   http://10.0.0.4:5000/
13:42:49 [2021-04-22T13:42:49.481Z]  Live Restore Enabled: false
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Commit hash is bffa730860
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Nuke-Everything...
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Container count on control daemon to delete is 0
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Nuking d:\CI
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Zapped successfully
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Location for testing is d:\CI\PR-42164\9
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Validating GOLang consistency in Dockerfile.windows...
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:49 [2021-04-22T13:42:49.481Z] INFO: Building the image from Dockerfile.windows at 04/22/2021 13:42:46...
13:42:49 [2021-04-22T13:42:49.481Z] 
13:42:52 [2021-04-22T13:42:52.405Z] Sending build context to Docker daemon  58.55MB
13:42:52 [2021-04-22T13:42:52.405Z] 
13:42:52 [2021-04-22T13:42:52.868Z] Step 1/10 : FROM microsoft/windowsservercore
13:42:52 [2021-04-22T13:42:52.868Z]  ---> 39d157a84080
13:42:52 [2021-04-22T13:42:52.868Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
13:42:52 [2021-04-22T13:42:52.868Z]  ---> Running in ecb631afcbab
13:42:53 [2021-04-22T13:42:53.331Z] Removing intermediate container ecb631afcbab
13:42:53 [2021-04-22T13:42:53.331Z]  ---> 1987d1528ba1
13:42:53 [2021-04-22T13:42:53.331Z] Step 3/10 : ARG GO_VERSION=1.13.15
13:42:53 [2021-04-22T13:42:53.331Z]  ---> Running in 423850c15e65
13:42:53 [2021-04-22T13:42:53.794Z] Removing intermediate container 423850c15e65
13:42:53 [2021-04-22T13:42:53.794Z]  ---> 5f79c24ad9db
13:42:53 [2021-04-22T13:42:53.794Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
13:42:53 [2021-04-22T13:42:53.794Z]  ---> Running in 9e6fc6235201
13:42:54 [2021-04-22T13:42:54.256Z] Removing intermediate container 9e6fc6235201
13:42:54 [2021-04-22T13:42:54.256Z]  ---> ac109a394c46
13:42:54 [2021-04-22T13:42:54.256Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
13:42:54 [2021-04-22T13:42:54.256Z]  ---> Running in 31c2477ec817
13:42:54 [2021-04-22T13:42:54.287Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:42:54 [2021-04-22T13:42:54.287Z] 
13:42:54 [2021-04-22T13:42:54.287Z] + TEST_INTEGRATION_DEST=1
13:42:54 [2021-04-22T13:42:54.287Z] + CONTAINER_NAME=docker-pr9-1
13:42:54 [2021-04-22T13:42:54.287Z] + TEST_SKIP_INTEGRATION_CLI=1
13:42:54 [2021-04-22T13:42:54.287Z] + run_tests test-integration-flaky
13:42:54 [2021-04-22T13:42:54.287Z] + '[' -n 0 ']'
13:42:54 [2021-04-22T13:42:54.287Z] + rm=
13:42:54 [2021-04-22T13:42:54.287Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42164/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42164/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh test-integration-flaky test-integration
13:42:54 [2021-04-22T13:42:54.287Z] + c=0
13:42:54 [2021-04-22T13:42:54.287Z] ++ jobs -p
13:42:54 [2021-04-22T13:42:54.287Z] + for job in $(jobs -p)
13:42:54 [2021-04-22T13:42:54.287Z] + wait 8147
13:42:54 [2021-04-22T13:42:54.287Z] + TEST_INTEGRATION_DEST=3
13:42:54 [2021-04-22T13:42:54.287Z] + CONTAINER_NAME=docker-pr9-3
13:42:54 [2021-04-22T13:42:54.287Z] + TEST_SKIP_INTEGRATION=1
13:42:54 [2021-04-22T13:42:54.287Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:42:54 [2021-04-22T13:42:54.287Z] + run_tests
13:42:54 [2021-04-22T13:42:54.287Z] + '[' -n 0 ']'
13:42:54 [2021-04-22T13:42:54.287Z] + rm=
13:42:54 [2021-04-22T13:42:54.287Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42164/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42164/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh '' test-integration
13:42:54 [2021-04-22T13:42:54.287Z] + TEST_INTEGRATION_DEST=2
13:42:54 [2021-04-22T13:42:54.287Z] + CONTAINER_NAME=docker-pr9-2
13:42:54 [2021-04-22T13:42:54.287Z] + TEST_SKIP_INTEGRATION=1
13:42:54 [2021-04-22T13:42:54.287Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:42:54 [2021-04-22T13:42:54.287Z] + run_tests
13:42:54 [2021-04-22T13:42:54.287Z] + '[' -n 0 ']'
13:42:54 [2021-04-22T13:42:54.287Z] + rm=
13:42:54 [2021-04-22T13:42:54.287Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42164/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42164/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh '' test-integration
13:42:54 [2021-04-22T13:42:54.287Z] 
13:42:54 [2021-04-22T13:42:54.287Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
13:42:54 [2021-04-22T13:42:54.287Z] 
13:42:54 [2021-04-22T13:42:54.287Z] 
13:42:54 [2021-04-22T13:42:54.287Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:42:54 [2021-04-22T13:42:54.287Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:42:54 [2021-04-22T13:42:54.287Z] HOSTNAME=fc1655dbddf1
13:42:54 [2021-04-22T13:42:54.287Z] TEST_SKIP_INTEGRATION=1
13:42:54 [2021-04-22T13:42:54.287Z] TESTDEBUG=0
13:42:54 [2021-04-22T13:42:54.287Z] DEST=bundles/test-integration
13:42:54 [2021-04-22T13:42:54.287Z] PWD=/go/src/github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.287Z] KEEPBUNDLE=1
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:42:54 [2021-04-22T13:42:54.287Z] container=docker
13:42:54 [2021-04-22T13:42:54.287Z] HOME=/root
13:42:54 [2021-04-22T13:42:54.287Z] GOLANG_VERSION=1.13.15
13:42:54 [2021-04-22T13:42:54.287Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:42:54 [2021-04-22T13:42:54.287Z] VALIDATE_BRANCH=master
13:42:54 [2021-04-22T13:42:54.287Z] TERM=xterm
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_PKG=github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.287Z] SHLVL=1
13:42:54 [2021-04-22T13:42:54.287Z] TIMEOUT=120m
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_GRAPHDRIVER=overlay2
13:42:54 [2021-04-22T13:42:54.287Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
13:42:54 [2021-04-22T13:42:54.287Z] GO111MODULE=off
13:42:54 [2021-04-22T13:42:54.287Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:42:54 [2021-04-22T13:42:54.287Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:42:54 [2021-04-22T13:42:54.287Z] GOPATH=/go
13:42:54 [2021-04-22T13:42:54.287Z] PKG_CONFIG=pkg-config
13:42:54 [2021-04-22T13:42:54.287Z] _=/usr/bin/env
13:42:54 [2021-04-22T13:42:54.287Z] Building test suite binary ./integration-cli/test.main
13:42:54 [2021-04-22T13:42:54.287Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:42:54 [2021-04-22T13:42:54.287Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:42:54 [2021-04-22T13:42:54.287Z] HOSTNAME=558f3f953ef8
13:42:54 [2021-04-22T13:42:54.287Z] TEST_SKIP_INTEGRATION=1
13:42:54 [2021-04-22T13:42:54.287Z] TESTDEBUG=0
13:42:54 [2021-04-22T13:42:54.287Z] DEST=bundles/test-integration
13:42:54 [2021-04-22T13:42:54.287Z] PWD=/go/src/github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.287Z] KEEPBUNDLE=1
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:42:54 [2021-04-22T13:42:54.287Z] container=docker
13:42:54 [2021-04-22T13:42:54.287Z] HOME=/root
13:42:54 [2021-04-22T13:42:54.287Z] GOLANG_VERSION=1.13.15
13:42:54 [2021-04-22T13:42:54.287Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:42:54 [2021-04-22T13:42:54.287Z] VALIDATE_BRANCH=master
13:42:54 [2021-04-22T13:42:54.287Z] TERM=xterm
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_PKG=github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.287Z] SHLVL=1
13:42:54 [2021-04-22T13:42:54.287Z] TIMEOUT=120m
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_GRAPHDRIVER=overlay2
13:42:54 [2021-04-22T13:42:54.287Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
13:42:54 [2021-04-22T13:42:54.287Z] GO111MODULE=off
13:42:54 [2021-04-22T13:42:54.287Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:42:54 [2021-04-22T13:42:54.287Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:42:54 [2021-04-22T13:42:54.287Z] GOPATH=/go
13:42:54 [2021-04-22T13:42:54.287Z] PKG_CONFIG=pkg-config
13:42:54 [2021-04-22T13:42:54.287Z] _=/usr/bin/env
13:42:54 [2021-04-22T13:42:54.287Z] Building test suite binary ./integration-cli/test.main
13:42:54 [2021-04-22T13:42:54.287Z] No new tests added to integration.
13:42:54 [2021-04-22T13:42:54.287Z] 
13:42:54 [2021-04-22T13:42:54.287Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:42:54 [2021-04-22T13:42:54.287Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:42:54 [2021-04-22T13:42:54.287Z] HOSTNAME=54cdd93829cd
13:42:54 [2021-04-22T13:42:54.287Z] TESTDEBUG=0
13:42:54 [2021-04-22T13:42:54.287Z] DEST=bundles/test-integration
13:42:54 [2021-04-22T13:42:54.287Z] PWD=/go/src/github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.287Z] KEEPBUNDLE=1
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:42:54 [2021-04-22T13:42:54.287Z] container=docker
13:42:54 [2021-04-22T13:42:54.287Z] HOME=/root
13:42:54 [2021-04-22T13:42:54.287Z] GOLANG_VERSION=1.13.15
13:42:54 [2021-04-22T13:42:54.287Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:42:54 [2021-04-22T13:42:54.287Z] VALIDATE_BRANCH=master
13:42:54 [2021-04-22T13:42:54.287Z] TERM=xterm
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_PKG=github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.287Z] SHLVL=1
13:42:54 [2021-04-22T13:42:54.287Z] TIMEOUT=120m
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:42:54 [2021-04-22T13:42:54.287Z] DOCKER_GRAPHDRIVER=overlay2
13:42:54 [2021-04-22T13:42:54.287Z] GO111MODULE=off
13:42:54 [2021-04-22T13:42:54.287Z] TEST_SKIP_INTEGRATION_CLI=1
13:42:54 [2021-04-22T13:42:54.287Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:42:54 [2021-04-22T13:42:54.287Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:42:54 [2021-04-22T13:42:54.287Z] GOPATH=/go
13:42:54 [2021-04-22T13:42:54.287Z] PKG_CONFIG=pkg-config
13:42:54 [2021-04-22T13:42:54.287Z] _=/usr/bin/env
13:42:54 [2021-04-22T13:42:54.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:42:54 [2021-04-22T13:42:54.374Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:42:54 [2021-04-22T13:42:54.374Z] 
13:42:54 [2021-04-22T13:42:54.374Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:42:54 [2021-04-22T13:42:54.374Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:42:54 [2021-04-22T13:42:54.374Z] HOSTNAME=c8d7bf10a59d
13:42:54 [2021-04-22T13:42:54.374Z] DEST=bundles/test-integration
13:42:54 [2021-04-22T13:42:54.374Z] PWD=/go/src/github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.374Z] DOCKER_ROOTLESS=1
13:42:54 [2021-04-22T13:42:54.374Z] DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:42:54 [2021-04-22T13:42:54.374Z] container=docker
13:42:54 [2021-04-22T13:42:54.374Z] HOME=/root
13:42:54 [2021-04-22T13:42:54.374Z] GOLANG_VERSION=1.13.15
13:42:54 [2021-04-22T13:42:54.374Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:42:54 [2021-04-22T13:42:54.374Z] VALIDATE_BRANCH=master
13:42:54 [2021-04-22T13:42:54.374Z] TERM=xterm
13:42:54 [2021-04-22T13:42:54.374Z] DOCKER_PKG=github.com/docker/docker
13:42:54 [2021-04-22T13:42:54.374Z] SHLVL=1
13:42:54 [2021-04-22T13:42:54.374Z] TIMEOUT=120m
13:42:54 [2021-04-22T13:42:54.374Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:42:54 [2021-04-22T13:42:54.374Z] DOCKER_GRAPHDRIVER=overlay2
13:42:54 [2021-04-22T13:42:54.374Z] GO111MODULE=off
13:42:54 [2021-04-22T13:42:54.374Z] DOCKER_EXPERIMENTAL=1
13:42:54 [2021-04-22T13:42:54.374Z] TEST_SKIP_INTEGRATION_CLI=1
13:42:54 [2021-04-22T13:42:54.374Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:42:54 [2021-04-22T13:42:54.374Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:42:54 [2021-04-22T13:42:54.374Z] GOPATH=/go
13:42:54 [2021-04-22T13:42:54.374Z] PKG_CONFIG=pkg-config
13:42:54 [2021-04-22T13:42:54.374Z] _=/usr/bin/env
13:42:54 [2021-04-22T13:42:54.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:42:54 [2021-04-22T13:42:54.719Z] Removing intermediate container 31c2477ec817
13:42:54 [2021-04-22T13:42:54.719Z]  ---> 0b9f146357db
13:42:54 [2021-04-22T13:42:54.719Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
13:42:54 [2021-04-22T13:42:54.719Z]  ---> Running in 92126ad7ec26
13:42:59 [2021-04-22T13:42:59.452Z] 
13:42:59 [2021-04-22T13:42:59.452Z] SUCCESS: Specified value was saved.
13:43:00 [2021-04-22T13:43:00.427Z] INFO: Downloading git...
13:43:00 [2021-04-22T13:43:00.832Z] ok  	github.com/docker/docker/cmd/dockerd	0.130s	coverage: 29.1% of statements
13:43:00 [2021-04-22T13:43:00.832Z] ok  	github.com/docker/docker/container	0.157s	coverage: 34.7% of statements
13:43:00 [2021-04-22T13:43:00.832Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:43:00 [2021-04-22T13:43:00.832Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:43:00 [2021-04-22T13:43:00.832Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
13:43:00 [2021-04-22T13:43:00.832Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:43:00 [2021-04-22T13:43:00.832Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.059s	coverage: 65.3% of statements
13:43:01 [2021-04-22T13:43:01.780Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.096s	coverage: 35.9% of statements
13:43:01 [2021-04-22T13:43:01.977Z] INFO: Downloading go...
13:43:03 [2021-04-22T13:43:03.537Z] INFO: Downloading compiler 1 of 3...
13:43:05 [2021-04-22T13:43:05.087Z] INFO: Downloading compiler 2 of 3...
13:43:05 [2021-04-22T13:43:05.550Z] INFO: Downloading compiler 3 of 3...
13:43:06 [2021-04-22T13:43:06.003Z] ok  	github.com/docker/docker/daemon/cluster	0.101s	coverage: 0.5% of statements
13:43:06 [2021-04-22T13:43:06.527Z] INFO: Extracting git...
13:43:07 [2021-04-22T13:43:07.475Z] 399f118dfaa9: Pull complete
13:43:07 [2021-04-22T13:43:07.475Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127
13:43:07 [2021-04-22T13:43:07.475Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
13:43:07 [2021-04-22T13:43:07.475Z] mcr.microsoft.com/windows/servercore:ltsc2019
13:43:07 [2021-04-22T13:43:07.475Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1879'
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Docker version of control daemon
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] Client: Docker Engine - Enterprise
13:43:07 [2021-04-22T13:43:07.475Z]  Version:           19.03.12
13:43:07 [2021-04-22T13:43:07.475Z]  API version:       1.40
13:43:07 [2021-04-22T13:43:07.475Z]  Go version:        go1.13.13
13:43:07 [2021-04-22T13:43:07.475Z]  Git commit:        4306744
13:43:07 [2021-04-22T13:43:07.475Z]  Built:             08/05/2020 19:27:53
13:43:07 [2021-04-22T13:43:07.475Z]  OS/Arch:           windows/amd64
13:43:07 [2021-04-22T13:43:07.475Z]  Experimental:      false
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] Server: Docker Engine - Enterprise
13:43:07 [2021-04-22T13:43:07.475Z]  Engine:
13:43:07 [2021-04-22T13:43:07.475Z]   Version:          19.03.12
13:43:07 [2021-04-22T13:43:07.475Z]   API version:      1.40 (minimum version 1.24)
13:43:07 [2021-04-22T13:43:07.475Z]   Go version:       go1.13.13
13:43:07 [2021-04-22T13:43:07.475Z]   Git commit:       f295753ffd
13:43:07 [2021-04-22T13:43:07.475Z]   Built:            08/05/2020 19:26:41
13:43:07 [2021-04-22T13:43:07.475Z]   OS/Arch:          windows/amd64
13:43:07 [2021-04-22T13:43:07.475Z]   Experimental:     true
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Docker info of control daemon
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] Client:
13:43:07 [2021-04-22T13:43:07.475Z]  Debug Mode: false
13:43:07 [2021-04-22T13:43:07.475Z]  Plugins:
13:43:07 [2021-04-22T13:43:07.475Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] Server:
13:43:07 [2021-04-22T13:43:07.475Z]  Containers: 0
13:43:07 [2021-04-22T13:43:07.475Z]   Running: 0
13:43:07 [2021-04-22T13:43:07.475Z]   Paused: 0
13:43:07 [2021-04-22T13:43:07.475Z]   Stopped: 0
13:43:07 [2021-04-22T13:43:07.475Z]  Images: 1
13:43:07 [2021-04-22T13:43:07.475Z]  Server Version: 19.03.12
13:43:07 [2021-04-22T13:43:07.475Z]  Storage Driver: windowsfilter (windows) lcow (linux)
13:43:07 [2021-04-22T13:43:07.475Z]   Windows: 
13:43:07 [2021-04-22T13:43:07.475Z]   LCOW: 
13:43:07 [2021-04-22T13:43:07.475Z]  Logging Driver: json-file
13:43:07 [2021-04-22T13:43:07.475Z]  Plugins:
13:43:07 [2021-04-22T13:43:07.475Z]   Volume: local
13:43:07 [2021-04-22T13:43:07.475Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:43:07 [2021-04-22T13:43:07.475Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:43:07 [2021-04-22T13:43:07.475Z]  Swarm: inactive
13:43:07 [2021-04-22T13:43:07.475Z]  Default Isolation: process
13:43:07 [2021-04-22T13:43:07.475Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
13:43:07 [2021-04-22T13:43:07.475Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
13:43:07 [2021-04-22T13:43:07.475Z]  OSType: windows
13:43:07 [2021-04-22T13:43:07.475Z]  Architecture: x86_64
13:43:07 [2021-04-22T13:43:07.475Z]  CPUs: 4
13:43:07 [2021-04-22T13:43:07.475Z]  Total Memory: 32GiB
13:43:07 [2021-04-22T13:43:07.475Z]  Name: azwin-2-269b30
13:43:07 [2021-04-22T13:43:07.475Z]  ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q
13:43:07 [2021-04-22T13:43:07.475Z]  Docker Root Dir: D:\docker
13:43:07 [2021-04-22T13:43:07.475Z]  Debug Mode: false
13:43:07 [2021-04-22T13:43:07.475Z]  Registry: https://index.docker.io/v1/
13:43:07 [2021-04-22T13:43:07.475Z]  Labels:
13:43:07 [2021-04-22T13:43:07.475Z]  Experimental: true
13:43:07 [2021-04-22T13:43:07.475Z]  Insecure Registries:
13:43:07 [2021-04-22T13:43:07.475Z]   10.0.0.4:5000
13:43:07 [2021-04-22T13:43:07.475Z]   127.0.0.0/8
13:43:07 [2021-04-22T13:43:07.475Z]  Registry Mirrors:
13:43:07 [2021-04-22T13:43:07.475Z]   http://10.0.0.4:5000/
13:43:07 [2021-04-22T13:43:07.475Z]  Live Restore Enabled: false
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Commit hash is bffa730860
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Nuke-Everything...
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Container count on control daemon to delete is 0
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Nuking d:\CI
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Zapped successfully
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Location for testing is d:\CI\PR-42164\9
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Validating GOLang consistency in Dockerfile.windows...
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] INFO: Building the image from Dockerfile.windows at 04/22/2021 13:42:57...
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] Sending build context to Docker daemon  58.55MB
13:43:07 [2021-04-22T13:43:07.475Z] 
13:43:07 [2021-04-22T13:43:07.475Z] Step 1/10 : FROM microsoft/windowsservercore
13:43:07 [2021-04-22T13:43:07.475Z]  ---> 152749f71f8f
13:43:07 [2021-04-22T13:43:07.475Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
13:43:07 [2021-04-22T13:43:07.475Z]  ---> Running in da5ef0e66998
13:43:07 [2021-04-22T13:43:07.475Z] Removing intermediate container da5ef0e66998
13:43:07 [2021-04-22T13:43:07.475Z]  ---> 8e522dc67731
13:43:07 [2021-04-22T13:43:07.475Z] Step 3/10 : ARG GO_VERSION=1.13.15
13:43:07 [2021-04-22T13:43:07.475Z]  ---> Running in 846aa1d39a5b
13:43:07 [2021-04-22T13:43:07.475Z] Removing intermediate container 846aa1d39a5b
13:43:07 [2021-04-22T13:43:07.475Z]  ---> c24bc14fb376
13:43:07 [2021-04-22T13:43:07.475Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
13:43:07 [2021-04-22T13:43:07.475Z]  ---> Running in 25f347566a1c
13:43:07 [2021-04-22T13:43:07.475Z] Removing intermediate container 25f347566a1c
13:43:07 [2021-04-22T13:43:07.475Z]  ---> 5f28e19c23f8
13:43:07 [2021-04-22T13:43:07.475Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION}     GIT_VERSION=2.11.1     GOPATH=C:\gopath     GO111MODULE=off     FROM_DOCKERFILE=1     GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT}
13:43:07 [2021-04-22T13:43:07.475Z]  ---> Running in d6e137685f67
13:43:07 [2021-04-22T13:43:07.475Z] Removing intermediate container d6e137685f67
13:43:07 [2021-04-22T13:43:07.475Z]  ---> 7037fea1ba3f
13:43:07 [2021-04-22T13:43:07.476Z] Step 6/10 : RUN   Function Test-Nano() {     $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId;     return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer'));   }    Function Download-File([string] $source, [string] $target) {     if (Test-Nano) {       $handler = New-Object System.Net.Http.HttpClientHandler;       $client = New-Object System.Net.Http.HttpClient($handler);       $client.Timeout = New-Object System.TimeSpan(0, 30, 0);       $cancelTokenSource = [System.Threading.CancellationTokenSource]::new();       $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token);       $responseMsg.Wait();       if (!$responseMsg.IsCanceled) {         $response = $responseMsg.Result;         if ($response.IsSuccessStatusCode) {           $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write);           $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream);           $copyStreamOp.Wait();           $downloadedFileStream.Close();           if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception }         }       } else {       Throw ("Failed to download " + $source)       }    } else {       [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;       $webClient = New-Object System.Net.WebClient;       $webClient.DownloadFile($source, $target);     }   }     setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin');     Write-Host INFO: Downloading git...;   $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION;   Download-File $location C:\gitsetup.zip;     Write-Host INFO: Downloading go...;   $dlGoVersion=$Env:GO_VERSION -replace '\.0$','';   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip;     Write-Host INFO: Downloading compiler 1 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip;     Write-Host INFO: Downloading compiler 2 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip;     Write-Host INFO: Downloading compiler 3 of 3...;   Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip;     Write-Host INFO: Extracting git...;   Expand-Archive C:\gitsetup.zip C:\git-tmp;   New-Item -Type Directory C:\git | Out-Null;   Move-Item C:\git-tmp\tools\* C:\git\.;   Remove-Item -Recurse -Force C:\git-tmp;     Write-Host INFO: Expanding go...;   Expand-Archive C:\go.zip -DestinationPath C:\;     Write-Host INFO: Expanding compiler 1 of 3...;   Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 2 of 3...;   Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force;   Write-Host INFO: Expanding compiler 3 of 3...;   Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force;     Write-Host INFO: Removing downloaded files...;   Remove-Item C:\gcc.zip;   Remove-Item C:\runtime.zip;   Remove-Item C:\binutils.zip;   Remove-Item C:\gitsetup.zip;     $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles""";   Write-Host INFO: Ensuring existence of directory $srcDir...;   New-Item -Force -ItemType Directory -Path $srcDir | Out-Null;     Write-Host INFO: Configuring git core.autocrlf...;   C:\git\cmd\git config --global core.autocrlf true;
13:43:07 [2021-04-22T13:43:07.476Z]  ---> Running in 444fef48f6ba
13:43:07 [2021-04-22T13:43:07.986Z] ok  	github.com/docker/docker/daemon/discovery	0.019s	coverage: 30.0% of statements
13:43:08 [2021-04-22T13:43:08.257Z] ok  	github.com/docker/docker/daemon/config	0.088s	coverage: 81.8% of statements
13:43:09 [2021-04-22T13:43:09.089Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:43:09 [2021-04-22T13:43:09.350Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:43:09 [2021-04-22T13:43:09.647Z] ok  	github.com/docker/docker/daemon/events	0.071s	coverage: 50.0% of statements
13:43:09 [2021-04-22T13:43:09.695Z] 
13:43:09 [2021-04-22T13:43:09.695Z] SUCCESS: Specified value was saved.
13:43:10 [2021-04-22T13:43:10.158Z] INFO: Downloading git...
13:43:10 [2021-04-22T13:43:10.207Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.204842409s with top 10 stages: buildssa: 1m42.46607917s, goimports: 22.472095165s, unconvert: 12.174375469s, gosec: 9.912523809s, golint: 5.632652619s, ineffassign: 4.14459006s, misspell: 3.970406069s, vrp: 3.677960128s, inspect: 3.299220349s, printf: 1.815737489s 
13:43:10 [2021-04-22T13:43:10.207Z] INFO [runner] Issues before processing: 2262, after processing: 0 
13:43:10 [2021-04-22T13:43:10.207Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1578, nolint: 0/64, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, cgo: 1683/2262, filename_unadjuster: 1683/1683, skip_dirs: 1683/1683, exclude: 1578/1578, path_prettifier: 1683/1683, skip_files: 1683/1683 
13:43:10 [2021-04-22T13:43:10.207Z] INFO [runner] processing took 152.389518ms with stages: nolint: 70.784909ms, identifier_marker: 53.455185ms, path_prettifier: 12.156943ms, exclude-rules: 6.285894ms, autogenerated_exclude: 5.652496ms, skip_dirs: 3.132469ms, cgo: 546.095µs, filename_unadjuster: 369.798µs, max_same_issues: 1.529µs, uniq_by_line: 988ns, max_from_linter: 601ns, diff: 571ns, source_code: 472ns, exclude: 464ns, skip_files: 430ns, path_shortener: 396ns, max_per_file_from_linter: 278ns 
13:43:10 [2021-04-22T13:43:10.207Z] INFO [runner] linters took 1m42.278522673s with stages: goanalysis_metalinter: 1m21.916084988s, unused: 20.209786826s 
13:43:10 [2021-04-22T13:43:10.207Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
13:43:10 [2021-04-22T13:43:10.207Z] INFO Memory: 1539 samples, avg is 876.0MB, max is 4308.9MB 
13:43:10 [2021-04-22T13:43:10.207Z] INFO Execution took 3m43.910783542s               
13:43:10 [2021-04-22T13:43:10.207Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
13:43:10 [2021-04-22T13:43:10.551Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh dynbinary-daemon test-docker-py
13:43:10 [2021-04-22T13:43:10.594Z] ok  	github.com/docker/docker/daemon/graphdriver	0.021s	coverage: 2.2% of statements
13:43:11 [2021-04-22T13:43:11.121Z] 
13:43:11 [2021-04-22T13:43:11.121Z] Removing bundles/
13:43:11 [2021-04-22T13:43:11.121Z] 
13:43:11 [2021-04-22T13:43:11.121Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
13:43:11 [2021-04-22T13:43:11.121Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:43:11 [2021-04-22T13:43:11.121Z] GOOS="" GOARCH="" GOARM=""
13:43:11 [2021-04-22T13:43:11.713Z] INFO: Downloading go...
13:43:12 [2021-04-22T13:43:12.690Z] INFO: Downloading compiler 1 of 3...
13:43:12 [2021-04-22T13:43:12.690Z] INFO: Downloading compiler 2 of 3...
13:43:12 [2021-04-22T13:43:12.690Z] INFO: Downloading compiler 3 of 3...
13:43:12 [2021-04-22T13:43:12.690Z] INFO: Extracting git...
13:43:14 [2021-04-22T13:43:14.810Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.017s	coverage: 3.1% of statements
13:43:14 [2021-04-22T13:43:14.810Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	2.983s	coverage: 73.3% of statements
13:43:14 [2021-04-22T13:43:14.810Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.526s	coverage: 14.0% of statements
13:43:16 [2021-04-22T13:43:16.200Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.843s	coverage: 56.2% of statements
13:43:17 [2021-04-22T13:43:17.147Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.031s	coverage: 1.9% of statements
13:43:19 [2021-04-22T13:43:19.724Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.794s	coverage: 49.4% of statements
13:43:21 [2021-04-22T13:43:21.115Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	1.519s	coverage: 57.7% of statements
13:43:21 [2021-04-22T13:43:21.379Z] INFO: Expanding go...
13:43:21 [2021-04-22T13:43:21.689Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.156s	coverage: 46.2% of statements
13:43:21 [2021-04-22T13:43:21.689Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.040s	coverage: 57.5% of statements
13:43:22 [2021-04-22T13:43:22.639Z] ok  	github.com/docker/docker/daemon/links	0.015s	coverage: 93.0% of statements
13:43:23 [2021-04-22T13:43:23.586Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.022s	coverage: 3.0% of statements
13:43:23 [2021-04-22T13:43:23.848Z] ok  	github.com/docker/docker/daemon	12.237s	coverage: 17.2% of statements
13:43:23 [2021-04-22T13:43:23.848Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:43:23 [2021-04-22T13:43:23.848Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:43:23 [2021-04-22T13:43:23.848Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:43:23 [2021-04-22T13:43:23.848Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
13:43:23 [2021-04-22T13:43:23.848Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:43:23 [2021-04-22T13:43:23.848Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
13:43:23 [2021-04-22T13:43:23.848Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:43:25 [2021-04-22T13:43:25.123Z] INFO: Expanding go...
13:43:25 [2021-04-22T13:43:25.240Z] ok  	github.com/docker/docker/daemon/logger	0.261s	coverage: 43.2% of statements
13:43:25 [2021-04-22T13:43:25.817Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.022s	coverage: 67.0% of statements
13:43:25 [2021-04-22T13:43:25.817Z] ok  	github.com/docker/docker/daemon/images	0.055s	coverage: 6.7% of statements
13:43:25 [2021-04-22T13:43:25.817Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:43:25 [2021-04-22T13:43:25.817Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:43:26 [2021-04-22T13:43:26.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:43:26 [2021-04-22T13:43:26.462Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:43:26 [2021-04-22T13:43:26.767Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.304s	coverage: 77.8% of statements
13:43:27 [2021-04-22T13:43:27.030Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
13:43:27 [2021-04-22T13:43:27.030Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:43:27 [2021-04-22T13:43:27.030Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.032s	coverage: 87.2% of statements
13:43:27 [2021-04-22T13:43:27.292Z] ok  	github.com/docker/docker/daemon/logger/journald	0.028s	coverage: 23.9% of statements
13:43:27 [2021-04-22T13:43:27.866Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.037s	coverage: 69.9% of statements
13:43:29 [2021-04-22T13:43:29.258Z] ok  	github.com/docker/docker/daemon/logger/local	0.039s	coverage: 75.2% of statements
13:43:29 [2021-04-22T13:43:29.258Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:43:29 [2021-04-22T13:43:29.258Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.089s	coverage: 58.6% of statements
13:43:29 [2021-04-22T13:43:29.521Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.052s	coverage: 31.5% of statements
13:43:30 [2021-04-22T13:43:30.097Z] ok  	github.com/docker/docker/daemon/logger/templates	0.067s	coverage: 8.3% of statements
13:43:30 [2021-04-22T13:43:30.671Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.015s	coverage: 46.8% of statements
13:43:31 [2021-04-22T13:43:31.376Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:43:31 [2021-04-22T13:43:31.617Z] ok  	github.com/docker/docker/daemon/network	0.045s	coverage: 63.8% of statements
13:43:32 [2021-04-22T13:43:32.192Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.980s	coverage: 82.5% of statements
13:43:32 [2021-04-22T13:43:32.192Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:43:32 [2021-04-22T13:43:32.192Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:43:32 [2021-04-22T13:43:32.768Z] ok  	github.com/docker/docker/distribution/metadata	0.115s	coverage: 48.2% of statements
13:43:34 [2021-04-22T13:43:34.160Z] ok  	github.com/docker/docker/distribution	0.283s	coverage: 25.2% of statements
13:43:34 [2021-04-22T13:43:34.160Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:43:34 [2021-04-22T13:43:34.160Z] ok  	github.com/docker/docker/errdefs	0.015s	coverage: 53.1% of statements
13:43:35 [2021-04-22T13:43:35.108Z] ok  	github.com/docker/docker/image	0.071s	coverage: 86.6% of statements
13:43:35 [2021-04-22T13:43:35.369Z] ok  	github.com/docker/docker/image/cache	0.023s	coverage: 19.2% of statements
13:43:35 [2021-04-22T13:43:35.632Z] ok  	github.com/docker/docker/distribution/xfer	1.715s	coverage: 85.1% of statements
13:43:35 [2021-04-22T13:43:35.632Z] ?   	github.com/docker/docker/dockerversion	[no test files]
13:43:36 [2021-04-22T13:43:36.208Z] ok  	github.com/docker/docker/image/tarexport	0.023s	coverage: 0.6% of statements
13:43:36 [2021-04-22T13:43:36.469Z] ok  	github.com/docker/docker/libcontainerd/queue	0.061s	coverage: 100.0% of statements
13:43:36 [2021-04-22T13:43:36.469Z] ok  	github.com/docker/docker/image/v1	0.051s	coverage: 25.0% of statements
13:43:36 [2021-04-22T13:43:36.469Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:43:37 [2021-04-22T13:43:37.863Z] ok  	github.com/docker/docker/oci	0.086s	coverage: 45.2% of statements
13:43:38 [2021-04-22T13:43:38.126Z] ok  	github.com/docker/docker/opts	0.054s	coverage: 67.1% of statements
13:43:38 [2021-04-22T13:43:38.126Z] ok  	github.com/docker/docker/pkg/aaparser	0.020s	coverage: 52.9% of statements
13:43:39 [2021-04-22T13:43:39.073Z] ok  	github.com/docker/docker/pkg/broadcaster	0.016s	coverage: 100.0% of statements
13:43:40 [2021-04-22T13:43:40.019Z] ok  	github.com/docker/docker/pkg/capabilities	0.010s	coverage: 87.5% of statements
13:43:40 [2021-04-22T13:43:40.594Z] ok  	github.com/docker/docker/pkg/authorization	0.832s	coverage: 68.3% of statements
13:43:41 [2021-04-22T13:43:41.169Z] ok  	github.com/docker/docker/pkg/directory	0.012s	coverage: 80.0% of statements
13:43:41 [2021-04-22T13:43:41.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:43:41 [2021-04-22T13:43:41.431Z] ok  	github.com/docker/docker/pkg/archive	1.129s	coverage: 82.3% of statements
13:43:41 [2021-04-22T13:43:41.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:43:42 [2021-04-22T13:43:42.004Z] ok  	github.com/docker/docker/pkg/discovery	0.011s	coverage: 58.3% of statements
13:43:42 [2021-04-22T13:43:42.004Z] ok  	github.com/docker/docker/pkg/discovery/file	0.011s	coverage: 97.6% of statements
13:43:42 [2021-04-22T13:43:42.523Z] INFO: Expanding compiler 1 of 3...
13:43:42 [2021-04-22T13:43:42.523Z] INFO: Expanding compiler 2 of 3...
13:43:42 [2021-04-22T13:43:42.887Z] INFO: Expanding compiler 1 of 3...
13:43:42 [2021-04-22T13:43:42.949Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
13:43:43 [2021-04-22T13:43:43.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:43:43 [2021-04-22T13:43:43.523Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.009s	coverage: 93.8% of statements
13:43:43 [2021-04-22T13:43:43.785Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
13:43:43 [2021-04-22T13:43:43.862Z] INFO: Expanding compiler 2 of 3...
13:43:43 [2021-04-22T13:43:43.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:43:44 [2021-04-22T13:43:44.046Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.961s	coverage: 43.2% of statements
13:43:44 [2021-04-22T13:43:44.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:43:44 [2021-04-22T13:43:44.996Z] ok  	github.com/docker/docker/pkg/fileutils	0.016s	coverage: 89.5% of statements
13:43:44 [2021-04-22T13:43:44.996Z] ok  	github.com/docker/docker/pkg/filenotify	0.609s	coverage: 67.0% of statements
13:43:45 [2021-04-22T13:43:45.570Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 11.4% of statements
13:43:45 [2021-04-22T13:43:45.570Z] ok  	github.com/docker/docker/pkg/fsutils	0.278s	coverage: 85.1% of statements
13:43:45 [2021-04-22T13:43:45.619Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:43:46 [2021-04-22T13:43:46.145Z] ok  	github.com/docker/docker/layer	7.375s	coverage: 68.8% of statements
13:43:46 [2021-04-22T13:43:46.145Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:43:46 [2021-04-22T13:43:46.145Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:43:46 [2021-04-22T13:43:46.145Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:43:46 [2021-04-22T13:43:46.145Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:43:46 [2021-04-22T13:43:46.145Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:43:46 [2021-04-22T13:43:46.145Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
13:43:46 [2021-04-22T13:43:46.145Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
13:43:46 [2021-04-22T13:43:46.407Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.098s	coverage: 84.1% of statements
13:43:46 [2021-04-22T13:43:46.981Z] ok  	github.com/docker/docker/pkg/longpath	0.011s	coverage: 100.0% of statements
13:43:46 [2021-04-22T13:43:46.981Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.023s	coverage: 91.7% of statements
13:43:47 [2021-04-22T13:43:47.243Z] ok  	github.com/docker/docker/pkg/idtools	0.755s	coverage: 69.5% of statements
13:43:47 [2021-04-22T13:43:47.246Z] INFO: Expanding compiler 3 of 3...
13:43:47 [2021-04-22T13:43:47.246Z] INFO: Removing downloaded files...
13:43:47 [2021-04-22T13:43:47.246Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
13:43:47 [2021-04-22T13:43:47.246Z] INFO: Configuring git core.autocrlf...
13:43:47 [2021-04-22T13:43:47.506Z] ok  	github.com/docker/docker/pkg/ioutils	0.669s	coverage: 70.6% of statements
13:43:47 [2021-04-22T13:43:47.507Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
13:43:47 [2021-04-22T13:43:47.507Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
13:43:47 [2021-04-22T13:43:47.507Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
13:43:47 [2021-04-22T13:43:47.507Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.018s	coverage: 85.7% of statements
13:43:47 [2021-04-22T13:43:47.507Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
13:43:47 [2021-04-22T13:43:47.769Z] ok  	github.com/docker/docker/pkg/parsers	0.034s	coverage: 97.0% of statements
13:43:47 [2021-04-22T13:43:47.769Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.013s	coverage: 60.0% of statements
13:43:48 [2021-04-22T13:43:48.345Z] ok  	github.com/docker/docker/pkg/pidfile	0.044s	coverage: 82.4% of statements
13:43:48 [2021-04-22T13:43:48.345Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.029s	coverage: 86.7% of statements
13:43:48 [2021-04-22T13:43:48.345Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:43:48 [2021-04-22T13:43:48.345Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:43:48 [2021-04-22T13:43:48.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:43:48 [2021-04-22T13:43:48.920Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.024s	coverage: 56.8% of statements
13:43:48 [2021-04-22T13:43:48.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:43:49 [2021-04-22T13:43:49.537Z] ok  	github.com/docker/docker/pkg/pools	0.018s	coverage: 88.2% of statements
13:43:49 [2021-04-22T13:43:49.685Z] INFO: Expanding compiler 3 of 3...
13:43:49 [2021-04-22T13:43:49.685Z] INFO: Removing downloaded files...
13:43:49 [2021-04-22T13:43:49.685Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
13:43:49 [2021-04-22T13:43:49.685Z] INFO: Configuring git core.autocrlf...
13:43:49 [2021-04-22T13:43:49.802Z] ok  	github.com/docker/docker/pkg/progress	0.019s	coverage: 75.9% of statements
13:43:49 [2021-04-22T13:43:49.802Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.029s	coverage: 85.7% of statements
13:43:50 [2021-04-22T13:43:50.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:43:50 [2021-04-22T13:43:50.384Z] ok  	github.com/docker/docker/pkg/reexec	0.017s	coverage: 82.4% of statements
13:43:50 [2021-04-22T13:43:50.957Z] ok  	github.com/docker/docker/pkg/stdcopy	0.013s	coverage: 100.0% of statements
13:43:51 [2021-04-22T13:43:51.218Z] ok  	github.com/docker/docker/pkg/pubsub	1.082s	coverage: 75.0% of statements
13:43:51 [2021-04-22T13:43:51.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:43:51 [2021-04-22T13:43:51.791Z] ok  	github.com/docker/docker/pkg/stringid	0.010s	coverage: 70.6% of statements
13:43:51 [2021-04-22T13:43:51.791Z] ok  	github.com/docker/docker/pkg/streamformatter	0.010s	coverage: 66.2% of statements
13:43:52 [2021-04-22T13:43:52.262Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:43:52 [2021-04-22T13:43:52.737Z] ok  	github.com/docker/docker/pkg/sysinfo	0.027s	coverage: 54.9% of statements
13:43:52 [2021-04-22T13:43:52.999Z] ok  	github.com/docker/docker/pkg/system	0.013s	coverage: 36.9% of statements
13:43:53 [2021-04-22T13:43:53.584Z] ok  	github.com/docker/docker/pkg/tailfile	0.111s	coverage: 88.6% of statements
13:43:53 [2021-04-22T13:43:53.584Z] ok  	github.com/docker/docker/pkg/signal	2.883s	coverage: 61.0% of statements
13:43:53 [2021-04-22T13:43:53.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:43:53 [2021-04-22T13:43:53.854Z] ok  	github.com/docker/docker/pkg/tarsum	0.156s	coverage: 89.3% of statements
13:43:53 [2021-04-22T13:43:53.855Z] testing: warning: no tests to run
13:43:53 [2021-04-22T13:43:53.855Z] coverage: [no statements]
13:43:53 [2021-04-22T13:43:53.855Z] ok  	github.com/docker/docker/pkg/term/windows	0.010s	coverage: [no statements] [no tests to run]
13:43:54 [2021-04-22T13:43:54.116Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
13:43:54 [2021-04-22T13:43:54.378Z] ok  	github.com/docker/docker/pkg/urlutil	0.018s	coverage: 100.0% of statements
13:43:54 [2021-04-22T13:43:54.378Z] ok  	github.com/docker/docker/pkg/useragent	0.011s	coverage: 88.9% of statements
13:43:54 [2021-04-22T13:43:54.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:43:55 [2021-04-22T13:43:55.777Z] ok  	github.com/docker/docker/plugin/v2	0.033s	coverage: 14.5% of statements
13:43:55 [2021-04-22T13:43:55.777Z] ok  	github.com/docker/docker/profiles/seccomp	0.038s	coverage: 85.4% of statements
13:43:56 [2021-04-22T13:43:56.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:43:56 [2021-04-22T13:43:56.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:43:56 [2021-04-22T13:43:56.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:43:56 [2021-04-22T13:43:56.724Z] ok  	github.com/docker/docker/reference	0.017s	coverage: 84.4% of statements
13:43:56 [2021-04-22T13:43:56.987Z] ok  	github.com/docker/docker/plugin	0.545s	coverage: 23.2% of statements
13:43:57 [2021-04-22T13:43:57.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:43:57 [2021-04-22T13:43:57.917Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:43:58 [2021-04-22T13:43:58.394Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:43:58 [2021-04-22T13:43:58.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:43:58 [2021-04-22T13:43:58.911Z] ok  	github.com/docker/docker/registry/resumable	0.056s	coverage: 100.0% of statements
13:43:58 [2021-04-22T13:43:58.911Z] ok  	github.com/docker/docker/quota	0.499s	coverage: 71.4% of statements
13:43:59 [2021-04-22T13:43:59.116Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:43:59 [2021-04-22T13:43:59.173Z] ok  	github.com/docker/docker/registry	0.211s	coverage: 58.8% of statements
13:43:59 [2021-04-22T13:43:59.173Z] ok  	github.com/docker/docker/restartmanager	0.018s	coverage: 50.9% of statements
13:43:59 [2021-04-22T13:43:59.746Z] ok  	github.com/docker/docker/testutil	0.035s	coverage: 62.5% of statements
13:43:59 [2021-04-22T13:43:59.779Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:43:59 [2021-04-22T13:43:59.780Z] Using test binary docker
13:43:59 [2021-04-22T13:43:59.780Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:43:59 [2021-04-22T13:43:59.780Z] Starting apparmor (via systemctl): apparmor.service.
13:43:59 [2021-04-22T13:43:59.780Z] Starting dockerd
13:43:59 [2021-04-22T13:43:59.780Z] INFO: Waiting for daemon to start...
13:44:00 [2021-04-22T13:44:00.009Z] ok  	github.com/docker/docker/runconfig	0.027s	coverage: 66.1% of statements
13:44:00 [2021-04-22T13:44:00.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:44:01 [2021-04-22T13:44:01.690Z] .
13:44:01 [2021-04-22T13:44:01.690Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:44:01 [2021-04-22T13:44:01.690Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:44:01 [2021-04-22T13:44:01.690Z] Error: No such image: emptyfs
13:44:01 [2021-04-22T13:44:01.690Z] Running integration-test (iteration 1)
13:44:01 [2021-04-22T13:44:01.690Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:44:01 [2021-04-22T13:44:01.931Z] ok  	github.com/docker/docker/volume/drivers	0.028s	coverage: 36.1% of statements
13:44:02 [2021-04-22T13:44:02.879Z] ok  	github.com/docker/docker/volume/mounts	0.069s	coverage: 67.0% of statements
13:44:03 [2021-04-22T13:44:03.454Z] ok  	github.com/docker/docker/volume/local	0.208s	coverage: 76.4% of statements
13:44:03 [2021-04-22T13:44:03.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:44:04 [2021-04-22T13:44:04.397Z] ok  	github.com/docker/docker/volume/service	0.028s	coverage: 73.1% of statements
13:44:04 [2021-04-22T13:44:04.721Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:44:06 [2021-04-22T13:44:06.100Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:44:06 [2021-04-22T13:44:06.668Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:44:08 [2021-04-22T13:44:08.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:44:08 [2021-04-22T13:44:08.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:44:10 [2021-04-22T13:44:10.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:44:11 [2021-04-22T13:44:11.460Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:44:12 [2021-04-22T13:44:12.840Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:44:13 [2021-04-22T13:44:13.779Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:44:13 [2021-04-22T13:44:13.779Z] Using test binary docker
13:44:13 [2021-04-22T13:44:13.779Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:44:13 [2021-04-22T13:44:13.779Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:44:13 [2021-04-22T13:44:13.779Z] INFO: Waiting for daemon to start...
13:44:13 [2021-04-22T13:44:13.779Z] Starting dockerd
13:44:13 [2021-04-22T13:44:13.921Z] Loaded image: buildpack-deps:buster
13:44:13 [2021-04-22T13:44:13.921Z] Loaded image: busybox:latest
13:44:14 [2021-04-22T13:44:14.183Z] Loaded image: busybox:glibc
13:44:16 [2021-04-22T13:44:16.728Z] Loaded image: debian:bullseye
13:44:16 [2021-04-22T13:44:16.728Z] Loaded image: hello-world:latest
13:44:16 [2021-04-22T13:44:16.728Z] Loaded image: arm32v7/hello-world:latest
13:44:16 [2021-04-22T13:44:16.728Z] INFO: Testing against a local daemon
13:44:16 [2021-04-22T13:44:16.728Z] === RUN   TestCgroupNamespacesBuild
13:44:17 [2021-04-22T13:44:17.071Z] .
13:44:17 [2021-04-22T13:44:17.071Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:44:17 [2021-04-22T13:44:17.071Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:44:17 [2021-04-22T13:44:17.071Z] Error: No such image: emptyfs
13:44:17 [2021-04-22T13:44:17.071Z] Running integration-test (iteration 1)
13:44:17 [2021-04-22T13:44:17.071Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:44:20 [2021-04-22T13:44:20.026Z] --- PASS: TestCgroupNamespacesBuild (3.12s)
13:44:20 [2021-04-22T13:44:20.026Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:44:21 [2021-04-22T13:44:21.412Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.69s)
13:44:21 [2021-04-22T13:44:21.412Z] === RUN   TestBuildWithSession
13:44:21 [2021-04-22T13:44:21.412Z] --- SKIP: TestBuildWithSession (0.00s)
13:44:21 [2021-04-22T13:44:21.412Z]     build_session_test.go:25: TODO: BuildKit
13:44:21 [2021-04-22T13:44:21.412Z] === RUN   TestBuildSquashParent
13:44:26 [2021-04-22T13:44:26.352Z] ok  	github.com/docker/docker/pkg/plugins	33.647s	coverage: 76.6% of statements
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/pkg/term	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/rootless	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/volume	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === Skipped
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     exec_linux_test.go:18: requires AppArmor to be enabled
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     exec_linux_test.go:38: requires AppArmor to be enabled
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver btrfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver btrfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver btrfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver btrfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver btrfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:73: No driver to put!
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z] time="2021-04-22T13:43:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z] time="2021-04-22T13:43:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z] time="2021-04-22T13:43:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z] time="2021-04-22T13:43:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z] time="2021-04-22T13:43:17Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: driver not supported
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:73: No driver to put!
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     overlay_test.go:49: Fails to compute changes intermittently
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     overlay_test.go:65: Cannot run test with naive change algorithm
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver zfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver zfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver zfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver zfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:46: Driver zfs not supported
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     graphtest_unix.go:73: No driver to put!
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
13:44:26 [2021-04-22T13:44:26.352Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] 
13:44:26 [2021-04-22T13:44:26.352Z] DONE 2247 tests, 26 skipped in 199.498s
Post stage
[Pipeline] junit
13:44:26 [2021-04-22T13:44:26.370Z] Recording test results
13:44:28 [2021-04-22T13:44:28.001Z] --- PASS: TestBuildSquashParent (5.67s)
13:44:28 [2021-04-22T13:44:28.001Z] === RUN   TestBuildWithRemoveAndForceRemove
13:44:28 [2021-04-22T13:44:28.001Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:44:28 [2021-04-22T13:44:28.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:44:28 [2021-04-22T13:44:28.001Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:44:28 [2021-04-22T13:44:28.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:44:28 [2021-04-22T13:44:28.001Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:44:28 [2021-04-22T13:44:28.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:44:28 [2021-04-22T13:44:28.001Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:44:28 [2021-04-22T13:44:28.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:44:28 [2021-04-22T13:44:28.001Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:44:28 [2021-04-22T13:44:28.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:44:28 [2021-04-22T13:44:28.001Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:44:28 [2021-04-22T13:44:28.001Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:44:28 [2021-04-22T13:44:28.001Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:44:28 [2021-04-22T13:44:28.001Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:44:28 [2021-04-22T13:44:28.031Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
13:44:28 [2021-04-22T13:44:28.416Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -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:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh dynbinary test-integration
13:44:29 [2021-04-22T13:44:29.358Z] 
13:44:29 [2021-04-22T13:44:29.358Z] Removing bundles/
13:44:29 [2021-04-22T13:44:29.358Z] 
13:44:29 [2021-04-22T13:44:29.358Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
13:44:29 [2021-04-22T13:44:29.358Z] Building: bundles/dynbinary-daemon/dockerd-dev
13:44:29 [2021-04-22T13:44:29.358Z] GOOS="" GOARCH="" GOARM=""
13:44:29 [2021-04-22T13:44:29.385Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:44:29 [2021-04-22T13:44:29.645Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:44:32 [2021-04-22T13:44:32.209Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:44:32 [2021-04-22T13:44:32.209Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:44:34 [2021-04-22T13:44:34.778Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:44:34 [2021-04-22T13:44:34.778Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.38s)
13:44:34 [2021-04-22T13:44:34.778Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.65s)
13:44:34 [2021-04-22T13:44:34.778Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.37s)
13:44:34 [2021-04-22T13:44:34.778Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.29s)
13:44:34 [2021-04-22T13:44:34.778Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.32s)
13:44:34 [2021-04-22T13:44:34.778Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.36s)
13:44:34 [2021-04-22T13:44:34.778Z] === RUN   TestBuildMultiStageCopy
13:44:34 [2021-04-22T13:44:34.778Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:44:36 [2021-04-22T13:44:36.691Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:44:36 [2021-04-22T13:44:36.691Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:44:36 [2021-04-22T13:44:36.691Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:44:36 [2021-04-22T13:44:36.951Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:44:37 [2021-04-22T13:44:37.212Z] --- PASS: TestBuildMultiStageCopy (2.95s)
13:44:37 [2021-04-22T13:44:37.212Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.99s)
13:44:37 [2021-04-22T13:44:37.212Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
13:44:37 [2021-04-22T13:44:37.212Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.24s)
13:44:37 [2021-04-22T13:44:37.212Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.25s)
13:44:37 [2021-04-22T13:44:37.212Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.25s)
13:44:37 [2021-04-22T13:44:37.212Z] === RUN   TestBuildMultiStageParentConfig
13:44:38 [2021-04-22T13:44:38.154Z] --- PASS: TestBuildMultiStageParentConfig (0.67s)
13:44:38 [2021-04-22T13:44:38.154Z] === RUN   TestBuildLabelWithTargets
13:44:39 [2021-04-22T13:44:39.059Z] Loaded image: buildpack-deps:buster
13:44:39 [2021-04-22T13:44:39.059Z] Loaded image: busybox:latest
13:44:39 [2021-04-22T13:44:39.059Z] Loaded image: busybox:glibc
13:44:39 [2021-04-22T13:44:39.059Z] Loaded image: debian:bullseye
13:44:39 [2021-04-22T13:44:39.059Z] Loaded image: hello-world:latest
13:44:39 [2021-04-22T13:44:39.059Z] Loaded image: arm32v7/hello-world:latest
13:44:39 [2021-04-22T13:44:39.059Z] INFO: Testing against a local daemon
13:44:39 [2021-04-22T13:44:39.059Z] === RUN   TestCgroupNamespacesBuild
13:44:39 [2021-04-22T13:44:39.097Z] --- PASS: TestBuildLabelWithTargets (1.09s)
13:44:39 [2021-04-22T13:44:39.097Z] === RUN   TestBuildWithEmptyLayers
13:44:39 [2021-04-22T13:44:39.667Z] --- PASS: TestBuildWithEmptyLayers (0.51s)
13:44:39 [2021-04-22T13:44:39.667Z] === RUN   TestBuildMultiStageOnBuild
13:44:41 [2021-04-22T13:44:41.590Z] --- PASS: TestCgroupNamespacesBuild (2.98s)
13:44:41 [2021-04-22T13:44:41.590Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:44:42 [2021-04-22T13:44:42.212Z] --- PASS: TestBuildMultiStageOnBuild (2.16s)
13:44:42 [2021-04-22T13:44:42.212Z] === RUN   TestBuildUncleanTarFilenames
13:44:42 [2021-04-22T13:44:42.474Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
13:44:42 [2021-04-22T13:44:42.474Z] === RUN   TestBuildMultiStageLayerLeak
13:44:44 [2021-04-22T13:44:44.121Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.61s)
13:44:44 [2021-04-22T13:44:44.121Z] === RUN   TestBuildWithSession
13:44:44 [2021-04-22T13:44:44.121Z] --- SKIP: TestBuildWithSession (0.00s)
13:44:44 [2021-04-22T13:44:44.121Z]     build_session_test.go:25: TODO: BuildKit
13:44:44 [2021-04-22T13:44:44.121Z] === RUN   TestBuildSquashParent
13:44:45 [2021-04-22T13:44:45.018Z] --- PASS: TestBuildMultiStageLayerLeak (2.24s)
13:44:45 [2021-04-22T13:44:45.018Z] === RUN   TestBuildWithHugeFile
13:44:45 [2021-04-22T13:44:45.709Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:44:47 [2021-04-22T13:44:47.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:44:47 [2021-04-22T13:44:47.618Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:44:47 [2021-04-22T13:44:47.618Z] 
13:44:47 [2021-04-22T13:44:47.618Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
13:44:47 [2021-04-22T13:44:47.618Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
13:44:47 [2021-04-22T13:44:47.618Z] Using test binary docker
13:44:47 [2021-04-22T13:44:47.618Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:44:47 [2021-04-22T13:44:47.618Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:44:47 [2021-04-22T13:44:47.618Z] INFO: Waiting for daemon to start...
13:44:47 [2021-04-22T13:44:47.618Z] Starting dockerd
13:44:47 [2021-04-22T13:44:47.618Z] .
13:44:47 [2021-04-22T13:44:47.618Z] INFO: Building docker-sdk-python3:5.0.0...
13:44:52 [2021-04-22T13:44:52.235Z] --- PASS: TestBuildSquashParent (8.14s)
13:44:52 [2021-04-22T13:44:52.235Z] === RUN   TestBuildWithRemoveAndForceRemove
13:44:52 [2021-04-22T13:44:52.235Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:44:52 [2021-04-22T13:44:52.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:44:52 [2021-04-22T13:44:52.235Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:44:52 [2021-04-22T13:44:52.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:44:52 [2021-04-22T13:44:52.235Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:44:52 [2021-04-22T13:44:52.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:44:52 [2021-04-22T13:44:52.235Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:44:52 [2021-04-22T13:44:52.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:44:52 [2021-04-22T13:44:52.235Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:44:52 [2021-04-22T13:44:52.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:44:52 [2021-04-22T13:44:52.235Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:44:52 [2021-04-22T13:44:52.235Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:44:52 [2021-04-22T13:44:52.235Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:44:52 [2021-04-22T13:44:52.235Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:44:54 [2021-04-22T13:44:54.138Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:44:54 [2021-04-22T13:44:54.138Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:44:56 [2021-04-22T13:44:56.042Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:44:56 [2021-04-22T13:44:56.979Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:44:58 [2021-04-22T13:44:58.883Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:44:58 [2021-04-22T13:44:58.883Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.20s)
13:44:58 [2021-04-22T13:44:58.883Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.25s)
13:44:58 [2021-04-22T13:44:58.883Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.76s)
13:44:58 [2021-04-22T13:44:58.883Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.83s)
13:44:58 [2021-04-22T13:44:58.883Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.06s)
13:44:58 [2021-04-22T13:44:58.883Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.76s)
13:44:58 [2021-04-22T13:44:58.883Z] === RUN   TestBuildMultiStageCopy
13:44:58 [2021-04-22T13:44:58.883Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:45:02 [2021-04-22T13:45:02.169Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:45:03 [2021-04-22T13:45:03.115Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:45:04 [2021-04-22T13:45:04.050Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:45:05 [2021-04-22T13:45:05.425Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:45:06 [2021-04-22T13:45:06.360Z] --- PASS: TestBuildMultiStageCopy (7.38s)
13:45:06 [2021-04-22T13:45:06.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.38s)
13:45:06 [2021-04-22T13:45:06.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
13:45:06 [2021-04-22T13:45:06.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
13:45:06 [2021-04-22T13:45:06.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
13:45:06 [2021-04-22T13:45:06.360Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
13:45:06 [2021-04-22T13:45:06.360Z] === RUN   TestBuildMultiStageParentConfig
13:45:11 [2021-04-22T13:45:11.626Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
13:45:11 [2021-04-22T13:45:11.626Z] === RUN   TestBuildLabelWithTargets
13:45:13 [2021-04-22T13:45:13.389Z] Removing intermediate container 92126ad7ec26
13:45:13 [2021-04-22T13:45:13.390Z]  ---> 2c3163ebe8c4
13:45:13 [2021-04-22T13:45:13.390Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
13:45:13 [2021-04-22T13:45:13.390Z]  ---> Running in 993b76a96bda
13:45:13 [2021-04-22T13:45:13.390Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
13:45:13 [2021-04-22T13:45:13.390Z] go: finding gotest.tools/gotestsum v0.5.3
13:45:13 [2021-04-22T13:45:13.390Z] go: finding gotest.tools v0.5.3
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading gotest.tools/gotestsum v0.5.3
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting gotest.tools/gotestsum v0.5.3
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading github.com/spf13/pflag v1.0.3
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading github.com/fatih/color v1.9.0
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading github.com/pkg/errors v0.9.1
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting github.com/fatih/color v1.9.0
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting github.com/spf13/pflag v1.0.3
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading github.com/mattn/go-colorable v0.1.6
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting github.com/pkg/errors v0.9.1
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading github.com/mattn/go-isatty v0.0.12
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting github.com/mattn/go-colorable v0.1.6
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting github.com/mattn/go-isatty v0.0.12
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:13 [2021-04-22T13:45:13.390Z] go: downloading github.com/jonboulle/clockwork v0.1.0
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting github.com/jonboulle/clockwork v0.1.0
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:13 [2021-04-22T13:45:13.390Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:13 [2021-04-22T13:45:13.390Z] go: finding github.com/fatih/color v1.9.0
13:45:13 [2021-04-22T13:45:13.390Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:13 [2021-04-22T13:45:13.390Z] go: finding github.com/pkg/errors v0.9.1
13:45:13 [2021-04-22T13:45:13.390Z] go: finding github.com/spf13/pflag v1.0.3
13:45:13 [2021-04-22T13:45:13.390Z] go: finding github.com/mattn/go-colorable v0.1.6
13:45:13 [2021-04-22T13:45:13.390Z] go: finding github.com/mattn/go-isatty v0.0.12
13:45:13 [2021-04-22T13:45:13.390Z] go: finding github.com/jonboulle/clockwork v0.1.0
13:45:13 [2021-04-22T13:45:13.390Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:13 [2021-04-22T13:45:13.390Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:13 [2021-04-22T13:45:13.390Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:13 [2021-04-22T13:45:13.390Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:13 [2021-04-22T13:45:13.390Z] INFO: Build done for gotestsum...
13:45:15 [2021-04-22T13:45:15.837Z] Removing intermediate container 444fef48f6ba
13:45:15 [2021-04-22T13:45:15.837Z]  ---> a3cbacd96606
13:45:15 [2021-04-22T13:45:15.837Z] Step 7/10 : RUN   Function Build-GoTestSum() {     Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH";     $Env:GO111MODULE = 'on';     $tmpGobin = "${Env:GOBIN_TMP}";     $Env:GOBIN = """${Env:GOPATH}`\bin""";     &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}";     $Env:GOBIN = "${tmpGobin}";     $Env:GO111MODULE = 'off';     if ($LASTEXITCODE -ne 0) {        Throw '"gotestsum build failed..."';     }     Write-Host "INFO:     Build done for gotestsum...";   }     Build-GoTestSum
13:45:15 [2021-04-22T13:45:15.837Z]  ---> Running in 222dfd9a43ec
13:45:15 [2021-04-22T13:45:15.837Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
13:45:15 [2021-04-22T13:45:15.837Z] go: finding gotest.tools/gotestsum v0.5.3
13:45:15 [2021-04-22T13:45:15.837Z] go: finding gotest.tools v0.5.3
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading gotest.tools/gotestsum v0.5.3
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting gotest.tools/gotestsum v0.5.3
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading github.com/pkg/errors v0.9.1
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading github.com/spf13/pflag v1.0.3
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading github.com/fatih/color v1.9.0
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting github.com/fatih/color v1.9.0
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting github.com/pkg/errors v0.9.1
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting github.com/spf13/pflag v1.0.3
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading github.com/jonboulle/clockwork v0.1.0
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading github.com/mattn/go-isatty v0.0.12
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting github.com/jonboulle/clockwork v0.1.0
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting github.com/mattn/go-isatty v0.0.12
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading github.com/mattn/go-colorable v0.1.6
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting github.com/mattn/go-colorable v0.1.6
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:15 [2021-04-22T13:45:15.837Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:15 [2021-04-22T13:45:15.837Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:15 [2021-04-22T13:45:15.837Z] go: finding github.com/fatih/color v1.9.0
13:45:15 [2021-04-22T13:45:15.837Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
13:45:15 [2021-04-22T13:45:15.837Z] go: finding github.com/pkg/errors v0.9.1
13:45:15 [2021-04-22T13:45:15.837Z] go: finding github.com/spf13/pflag v1.0.3
13:45:15 [2021-04-22T13:45:15.837Z] go: finding github.com/mattn/go-colorable v0.1.6
13:45:15 [2021-04-22T13:45:15.837Z] go: finding github.com/mattn/go-isatty v0.0.12
13:45:15 [2021-04-22T13:45:15.837Z] go: finding github.com/jonboulle/clockwork v0.1.0
13:45:15 [2021-04-22T13:45:15.837Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
13:45:15 [2021-04-22T13:45:15.837Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
13:45:15 [2021-04-22T13:45:15.837Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
13:45:15 [2021-04-22T13:45:15.837Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
13:45:15 [2021-04-22T13:45:15.837Z] INFO: Build done for gotestsum...
13:45:19 [2021-04-22T13:45:19.738Z] --- PASS: TestBuildLabelWithTargets (8.00s)
13:45:19 [2021-04-22T13:45:19.738Z] === RUN   TestBuildWithEmptyLayers
13:45:22 [2021-04-22T13:45:22.268Z] --- PASS: TestBuildWithEmptyLayers (3.00s)
13:45:22 [2021-04-22T13:45:22.268Z] === RUN   TestBuildMultiStageOnBuild
13:45:25 [2021-04-22T13:45:25.822Z] Removing intermediate container 993b76a96bda
13:45:25 [2021-04-22T13:45:25.822Z]  ---> 244f3353d6fc
13:45:25 [2021-04-22T13:45:25.822Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
13:45:25 [2021-04-22T13:45:25.822Z]  ---> Running in 7432022f71a6
13:45:25 [2021-04-22T13:45:25.822Z] Removing intermediate container 7432022f71a6
13:45:25 [2021-04-22T13:45:25.822Z]  ---> 4d0d8a32c5da
13:45:25 [2021-04-22T13:45:25.822Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
13:45:25 [2021-04-22T13:45:25.822Z]  ---> Running in b1ca8c8230d6
13:45:25 [2021-04-22T13:45:25.822Z] Removing intermediate container b1ca8c8230d6
13:45:25 [2021-04-22T13:45:25.822Z]  ---> 7efc3dd417d8
13:45:25 [2021-04-22T13:45:25.822Z] Step 10/10 : COPY . .
13:45:26 [2021-04-22T13:45:26.365Z] sha256:b1dcfc068ce0d0c6c2f53021790284cd33d453a413d50be63f0e9b55ed81271d
13:45:26 [2021-04-22T13:45:26.365Z] INFO: Starting docker-py tests...
13:45:26 [2021-04-22T13:45:26.365Z] ============================= test session starts ==============================
13:45:26 [2021-04-22T13:45:26.365Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
13:45:26 [2021-04-22T13:45:26.365Z] rootdir: /src, inifile: pytest.ini
13:45:26 [2021-04-22T13:45:26.365Z] plugins: timeout-1.3.3, cov-2.6.1
13:45:26 [2021-04-22T13:45:26.625Z] collected 390 items / 1 deselected / 389 selected
13:45:26 [2021-04-22T13:45:26.625Z] 
13:45:27 [2021-04-22T13:45:27.537Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
13:45:27 [2021-04-22T13:45:27.537Z] === RUN   TestBuildUncleanTarFilenames
13:45:28 [2021-04-22T13:45:28.105Z] --- PASS: TestBuildUncleanTarFilenames (0.88s)
13:45:28 [2021-04-22T13:45:28.105Z] === RUN   TestBuildMultiStageLayerLeak
13:45:28 [2021-04-22T13:45:28.267Z] Removing intermediate container 222dfd9a43ec
13:45:28 [2021-04-22T13:45:28.267Z]  ---> 58b26983c990
13:45:28 [2021-04-22T13:45:28.267Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
13:45:28 [2021-04-22T13:45:28.267Z]  ---> Running in fa202d5cafb8
13:45:28 [2021-04-22T13:45:28.267Z] Removing intermediate container fa202d5cafb8
13:45:28 [2021-04-22T13:45:28.267Z]  ---> 48d1bff357a5
13:45:28 [2021-04-22T13:45:28.267Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
13:45:28 [2021-04-22T13:45:28.267Z]  ---> Running in 3665d4f8dd8b
13:45:28 [2021-04-22T13:45:28.267Z] Removing intermediate container 3665d4f8dd8b
13:45:28 [2021-04-22T13:45:28.267Z]  ---> b96c392d8615
13:45:28 [2021-04-22T13:45:28.267Z] Step 10/10 : COPY . .
13:45:33 [2021-04-22T13:45:33.372Z] --- PASS: TestBuildMultiStageLayerLeak (5.11s)
13:45:33 [2021-04-22T13:45:33.372Z] === RUN   TestBuildWithHugeFile
13:45:41 [2021-04-22T13:45:41.300Z] --- PASS: TestBuildWithHugeFile (52.99s)
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildWCOWSandboxSize
13:45:41 [2021-04-22T13:45:41.300Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
13:45:41 [2021-04-22T13:45:41.300Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildWithEmptyDockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:45:41 [2021-04-22T13:45:41.300Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
13:45:41 [2021-04-22T13:45:41.300Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
13:45:41 [2021-04-22T13:45:41.300Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
13:45:41 [2021-04-22T13:45:41.300Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildPreserveOwnership
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildPreserveOwnership/copy_from
13:45:41 [2021-04-22T13:45:41.300Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:45:42 [2021-04-22T13:45:42.683Z] --- PASS: TestBuildPreserveOwnership (4.58s)
13:45:42 [2021-04-22T13:45:42.683Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.15s)
13:45:42 [2021-04-22T13:45:42.683Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.41s)
13:45:42 [2021-04-22T13:45:42.683Z] === RUN   TestBuildPlatformInvalid
13:45:42 [2021-04-22T13:45:42.683Z] --- PASS: TestBuildPlatformInvalid (0.08s)
13:45:42 [2021-04-22T13:45:42.683Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:45:49 [2021-04-22T13:45:49.827Z] tests/integration/api_build_test.py .......................X             [  6%]
13:45:50 [2021-04-22T13:45:50.349Z] tests/integration/api_client_test.py .....                               [  7%]
13:45:50 [2021-04-22T13:45:50.873Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
13:45:50 [2021-04-22T13:45:50.873Z] 
13:45:50 [2021-04-22T13:45:50.873Z] ---> Making bundle: test-integration (in bundles/test-integration)
13:45:50 [2021-04-22T13:45:50.873Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
13:45:50 [2021-04-22T13:45:50.873Z] HOSTNAME=711d39f73505
13:45:50 [2021-04-22T13:45:50.873Z] TESTDEBUG=0
13:45:50 [2021-04-22T13:45:50.873Z] DEST=bundles/test-integration
13:45:50 [2021-04-22T13:45:50.873Z] PWD=/go/src/github.com/docker/docker
13:45:50 [2021-04-22T13:45:50.873Z] DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3
13:45:50 [2021-04-22T13:45:50.873Z] container=docker
13:45:50 [2021-04-22T13:45:50.873Z] HOME=/root
13:45:50 [2021-04-22T13:45:50.873Z] GOLANG_VERSION=1.13.15
13:45:50 [2021-04-22T13:45:50.873Z] VALIDATE_REPO=https://github.com/moby/moby.git
13:45:50 [2021-04-22T13:45:50.873Z] VALIDATE_BRANCH=master
13:45:50 [2021-04-22T13:45:50.873Z] TERM=xterm
13:45:50 [2021-04-22T13:45:50.873Z] DOCKER_PKG=github.com/docker/docker
13:45:50 [2021-04-22T13:45:50.873Z] SHLVL=1
13:45:50 [2021-04-22T13:45:50.873Z] TIMEOUT=120m
13:45:50 [2021-04-22T13:45:50.873Z] DOCKER_BUILDTAGS=apparmor seccomp journald
13:45:50 [2021-04-22T13:45:50.873Z] DOCKER_GRAPHDRIVER=overlay2
13:45:50 [2021-04-22T13:45:50.873Z] GO111MODULE=off
13:45:50 [2021-04-22T13:45:50.873Z] DOCKER_EXPERIMENTAL=1
13:45:50 [2021-04-22T13:45:50.873Z] TEST_SKIP_INTEGRATION_CLI=1
13:45:50 [2021-04-22T13:45:50.873Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
13:45:50 [2021-04-22T13:45:50.873Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
13:45:50 [2021-04-22T13:45:50.873Z] GOPATH=/go
13:45:50 [2021-04-22T13:45:50.873Z] PKG_CONFIG=pkg-config
13:45:50 [2021-04-22T13:45:50.873Z] _=/usr/bin/env
13:45:50 [2021-04-22T13:45:50.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
13:45:51 [2021-04-22T13:45:51.022Z]  ---> ea6846987e3c
13:45:51 [2021-04-22T13:45:51.487Z] Successfully built ea6846987e3c
13:45:51 [2021-04-22T13:45:51.487Z] Successfully tagged docker:latest
13:45:51 [2021-04-22T13:45:51.487Z] INFO: Image build ended at 04/22/2021 13:45:51. Duration:00:03:04.6081299
13:45:51 [2021-04-22T13:45:51.487Z] 
13:45:51 [2021-04-22T13:45:51.487Z] 
13:45:51 [2021-04-22T13:45:51.487Z] INFO: Building the test binaries at 04/22/2021 13:45:51...
13:45:52 [2021-04-22T13:45:52.301Z] tests/integration/api_config_test.py .....                               [  8%]
13:45:53 [2021-04-22T13:45:53.474Z]  ---> fb207d55bd16
13:45:53 [2021-04-22T13:45:53.474Z] Successfully built fb207d55bd16
13:45:53 [2021-04-22T13:45:53.474Z] Successfully tagged docker:latest
13:45:53 [2021-04-22T13:45:53.474Z] INFO: Image build ended at 04/22/2021 13:45:52. Duration:00:02:55.1160558
13:45:53 [2021-04-22T13:45:53.474Z] 
13:45:53 [2021-04-22T13:45:53.474Z] 
13:45:53 [2021-04-22T13:45:53.474Z] INFO: Building the test binaries at 04/22/2021 13:45:52...
13:45:55 [2021-04-22T13:45:55.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:45:56 [2021-04-22T13:45:56.238Z] INFO: make.ps1 starting at 04/22/2021 13:45:55
13:45:56 [2021-04-22T13:45:56.459Z] INFO: make.ps1 starting at 04/22/2021 13:45:56
13:45:56 [2021-04-22T13:45:56.700Z] INFO: Git commit (bffa730860) assumed from DOCKER_GITCOMMIT environment variable
13:45:56 [2021-04-22T13:45:56.700Z] INFO: Invoking autogen...
13:45:56 [2021-04-22T13:45:56.700Z] INFO: Building daemon...
13:45:56 [2021-04-22T13:45:56.921Z] INFO: Git commit (bffa730860) assumed from DOCKER_GITCOMMIT environment variable
13:45:56 [2021-04-22T13:45:56.921Z] INFO: Invoking autogen...
13:45:57 [2021-04-22T13:45:57.384Z] INFO: Building daemon...
13:45:57 [2021-04-22T13:45:57.588Z] Loaded image: buildpack-deps:buster
13:45:57 [2021-04-22T13:45:57.588Z] Loaded image: busybox:latest
13:45:57 [2021-04-22T13:45:57.588Z] Loaded image: busybox:glibc
13:45:58 [2021-04-22T13:45:58.160Z] Loaded image: debian:bullseye
13:45:58 [2021-04-22T13:45:58.420Z] Loaded image: hello-world:latest
13:45:58 [2021-04-22T13:45:58.420Z] Loaded image: arm32v7/hello-world:latest
13:46:06 [2021-04-22T13:46:06.554Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.50s)
13:46:06 [2021-04-22T13:46:06.554Z] PASS
13:46:06 [2021-04-22T13:46:06.554Z] 
13:46:06 [2021-04-22T13:46:06.554Z] === Skipped
13:46:06 [2021-04-22T13:46:06.554Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:46:06 [2021-04-22T13:46:06.554Z]     build_session_test.go:25: TODO: BuildKit
13:46:06 [2021-04-22T13:46:06.554Z] 
13:46:06 [2021-04-22T13:46:06.554Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
13:46:06 [2021-04-22T13:46:06.554Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:46:06 [2021-04-22T13:46:06.554Z] 
13:46:06 [2021-04-22T13:46:06.554Z] 
13:46:06 [2021-04-22T13:46:06.554Z] DONE 34 tests, 2 skipped in 124.311s
13:46:06 [2021-04-22T13:46:06.554Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:46:06 [2021-04-22T13:46:06.554Z] INFO: Testing against a local daemon
13:46:06 [2021-04-22T13:46:06.554Z] === RUN   TestConfigInspect
13:46:09 [2021-04-22T13:46:09.097Z] --- PASS: TestConfigInspect (2.53s)
13:46:09 [2021-04-22T13:46:09.097Z] === RUN   TestConfigList
13:46:11 [2021-04-22T13:46:11.640Z] --- PASS: TestConfigList (2.41s)
13:46:11 [2021-04-22T13:46:11.640Z] === RUN   TestConfigsCreateAndDelete
13:46:12 [2021-04-22T13:46:12.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
13:46:13 [2021-04-22T13:46:13.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
13:46:13 [2021-04-22T13:46:13.552Z] --- PASS: TestConfigsCreateAndDelete (2.49s)
13:46:13 [2021-04-22T13:46:13.552Z] === RUN   TestConfigsUpdate
13:46:16 [2021-04-22T13:46:16.093Z] --- PASS: TestConfigsUpdate (2.42s)
13:46:16 [2021-04-22T13:46:16.093Z] === RUN   TestTemplatedConfig
13:46:19 [2021-04-22T13:46:19.394Z] --- PASS: TestTemplatedConfig (3.43s)
13:46:19 [2021-04-22T13:46:19.394Z] === RUN   TestConfigCreateResolve
13:46:21 [2021-04-22T13:46:21.938Z] --- PASS: TestConfigCreateResolve (2.51s)
13:46:21 [2021-04-22T13:46:21.938Z] === RUN   TestConfigDaemonLibtrustID
13:46:22 [2021-04-22T13:46:22.880Z] --- PASS: TestConfigDaemonLibtrustID (0.67s)
13:46:22 [2021-04-22T13:46:22.880Z] PASS
13:46:22 [2021-04-22T13:46:22.880Z] 
13:46:22 [2021-04-22T13:46:22.880Z] DONE 7 tests in 16.501s
13:46:22 [2021-04-22T13:46:22.880Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:46:22 [2021-04-22T13:46:22.880Z] INFO: Testing against a local daemon
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestCheckpoint
13:46:22 [2021-04-22T13:46:22.880Z] --- SKIP: TestCheckpoint (0.00s)
13:46:22 [2021-04-22T13:46:22.880Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestContainerInvalidJSON
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
13:46:22 [2021-04-22T13:46:22.880Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
13:46:22 [2021-04-22T13:46:22.880Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
13:46:22 [2021-04-22T13:46:22.880Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
13:46:22 [2021-04-22T13:46:22.880Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
13:46:22 [2021-04-22T13:46:22.880Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
13:46:22 [2021-04-22T13:46:22.880Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
13:46:22 [2021-04-22T13:46:22.880Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:46:22 [2021-04-22T13:46:22.880Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
13:46:22 [2021-04-22T13:46:22.880Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
13:46:22 [2021-04-22T13:46:22.880Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:46:22 [2021-04-22T13:46:22.880Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestCopyFromContainerPathIsNotDir
13:46:22 [2021-04-22T13:46:22.880Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestCopyToContainerPathDoesNotExist
13:46:22 [2021-04-22T13:46:22.880Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestCopyToContainerPathIsNotDir
13:46:22 [2021-04-22T13:46:22.880Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
13:46:22 [2021-04-22T13:46:22.880Z] === RUN   TestCopyFromContainer
13:46:24 [2021-04-22T13:46:24.264Z] === RUN   TestCopyFromContainer//
13:46:24 [2021-04-22T13:46:24.264Z] === RUN   TestCopyFromContainer//bar/root
13:46:24 [2021-04-22T13:46:24.538Z] === RUN   TestCopyFromContainer//bar/root/
13:46:24 [2021-04-22T13:46:24.538Z] === RUN   TestCopyFromContainer/bar/quux
13:46:24 [2021-04-22T13:46:24.538Z] === RUN   TestCopyFromContainer/bar/quux/
13:46:24 [2021-04-22T13:46:24.538Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:46:24 [2021-04-22T13:46:24.806Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:46:24 [2021-04-22T13:46:24.806Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:46:24 [2021-04-22T13:46:24.806Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCopyFromContainer/bar/notarget
13:46:25 [2021-04-22T13:46:25.071Z] --- PASS: TestCopyFromContainer (2.09s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer// (0.07s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.08s)
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:46:25 [2021-04-22T13:46:25.071Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:46:25 [2021-04-22T13:46:25.071Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:46:25 [2021-04-22T13:46:25.071Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:46:25 [2021-04-22T13:46:25.071Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:46:25 [2021-04-22T13:46:25.071Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:46:25 [2021-04-22T13:46:25.071Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:46:25 [2021-04-22T13:46:25.071Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateLinkToNonExistingContainer
13:46:25 [2021-04-22T13:46:25.071Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateWithInvalidEnv
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateWithInvalidEnv/0
13:46:25 [2021-04-22T13:46:25.071Z] === PAUSE TestCreateWithInvalidEnv/0
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateWithInvalidEnv/1
13:46:25 [2021-04-22T13:46:25.071Z] === PAUSE TestCreateWithInvalidEnv/1
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateWithInvalidEnv/2
13:46:25 [2021-04-22T13:46:25.071Z] === PAUSE TestCreateWithInvalidEnv/2
13:46:25 [2021-04-22T13:46:25.071Z] === CONT  TestCreateWithInvalidEnv/0
13:46:25 [2021-04-22T13:46:25.071Z] === CONT  TestCreateWithInvalidEnv/2
13:46:25 [2021-04-22T13:46:25.071Z] === CONT  TestCreateWithInvalidEnv/1
13:46:25 [2021-04-22T13:46:25.071Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:46:25 [2021-04-22T13:46:25.071Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateTmpfsMountsTarget
13:46:25 [2021-04-22T13:46:25.071Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
13:46:25 [2021-04-22T13:46:25.071Z] === RUN   TestCreateWithCustomMaskedPaths
13:46:27 [2021-04-22T13:46:27.636Z] --- PASS: TestCreateWithCustomMaskedPaths (2.43s)
13:46:27 [2021-04-22T13:46:27.636Z] === RUN   TestCreateWithCustomReadonlyPaths
13:46:29 [2021-04-22T13:46:29.600Z] --- PASS: TestBuildWithHugeFile (51.99s)
13:46:29 [2021-04-22T13:46:29.600Z] === RUN   TestBuildWCOWSandboxSize
13:46:29 [2021-04-22T13:46:29.600Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
13:46:29 [2021-04-22T13:46:29.600Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:46:29 [2021-04-22T13:46:29.600Z] === RUN   TestBuildWithEmptyDockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:46:29 [2021-04-22T13:46:29.600Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s)
13:46:29 [2021-04-22T13:46:29.600Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
13:46:29 [2021-04-22T13:46:29.600Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
13:46:29 [2021-04-22T13:46:29.600Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
13:46:29 [2021-04-22T13:46:29.600Z] === RUN   TestBuildPreserveOwnership
13:46:29 [2021-04-22T13:46:29.600Z] === RUN   TestBuildPreserveOwnership/copy_from
13:46:29 [2021-04-22T13:46:29.692Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
13:46:30 [2021-04-22T13:46:30.180Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.35s)
13:46:30 [2021-04-22T13:46:30.180Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:46:30 [2021-04-22T13:46:30.180Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:46:30 [2021-04-22T13:46:30.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:46:30 [2021-04-22T13:46:30.180Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:46:30 [2021-04-22T13:46:30.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:46:30 [2021-04-22T13:46:30.180Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:46:30 [2021-04-22T13:46:30.180Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:46:30 [2021-04-22T13:46:30.181Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:46:30 [2021-04-22T13:46:30.181Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:46:30 [2021-04-22T13:46:30.181Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:46:30 [2021-04-22T13:46:30.181Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:46:30 [2021-04-22T13:46:30.181Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:46:30 [2021-04-22T13:46:30.181Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:46:30 [2021-04-22T13:46:30.181Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:46:30 [2021-04-22T13:46:30.181Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:46:30 [2021-04-22T13:46:30.181Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:46:30 [2021-04-22T13:46:30.181Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
13:46:30 [2021-04-22T13:46:30.181Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:46:30 [2021-04-22T13:46:30.181Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:46:30 [2021-04-22T13:46:30.181Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:46:30 [2021-04-22T13:46:30.181Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:46:30 [2021-04-22T13:46:30.181Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:46:30 [2021-04-22T13:46:30.181Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:46:30 [2021-04-22T13:46:30.751Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s)
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestCreateDifferentPlatform
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestCreateDifferentPlatform/different_os
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:46:30 [2021-04-22T13:46:30.751Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:46:30 [2021-04-22T13:46:30.751Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:46:30 [2021-04-22T13:46:30.751Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:46:30 [2021-04-22T13:46:30.751Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:46:30 [2021-04-22T13:46:30.751Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestContainerStartOnDaemonRestart
13:46:30 [2021-04-22T13:46:30.751Z] === PAUSE TestContainerStartOnDaemonRestart
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestDaemonRestartIpcMode
13:46:30 [2021-04-22T13:46:30.751Z] === PAUSE TestDaemonRestartIpcMode
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestDaemonHostGatewayIP
13:46:30 [2021-04-22T13:46:30.751Z] === PAUSE TestDaemonHostGatewayIP
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestRestartDaemonWithRestartingContainer
13:46:30 [2021-04-22T13:46:30.751Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestContainerKillOnDaemonStart
13:46:30 [2021-04-22T13:46:30.751Z] === PAUSE TestContainerKillOnDaemonStart
13:46:30 [2021-04-22T13:46:30.751Z] === RUN   TestDiff
13:46:31 [2021-04-22T13:46:31.267Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
13:46:31 [2021-04-22T13:46:31.693Z] --- PASS: TestDiff (0.76s)
13:46:31 [2021-04-22T13:46:31.693Z] === RUN   TestExecWithCloseStdin
13:46:32 [2021-04-22T13:46:32.130Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:46:32 [2021-04-22T13:46:32.635Z] --- PASS: TestExecWithCloseStdin (1.10s)
13:46:32 [2021-04-22T13:46:32.635Z] === RUN   TestExec
13:46:33 [2021-04-22T13:46:33.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:46:33 [2021-04-22T13:46:33.948Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:46:34 [2021-04-22T13:46:34.020Z] --- PASS: TestExec (1.14s)
13:46:34 [2021-04-22T13:46:34.020Z] === RUN   TestExecUser
13:46:34 [2021-04-22T13:46:34.877Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:46:34 [2021-04-22T13:46:34.964Z] --- PASS: TestExecUser (1.08s)
13:46:34 [2021-04-22T13:46:34.964Z] === RUN   TestExportContainerAndImportImage
13:46:35 [2021-04-22T13:46:35.907Z] --- PASS: TestExportContainerAndImportImage (1.03s)
13:46:35 [2021-04-22T13:46:35.907Z] === RUN   TestExportContainerAfterDaemonRestart
13:46:36 [2021-04-22T13:46:36.322Z] --- PASS: TestBuildPreserveOwnership (10.67s)
13:46:36 [2021-04-22T13:46:36.322Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.66s)
13:46:36 [2021-04-22T13:46:36.322Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
13:46:36 [2021-04-22T13:46:36.322Z] === RUN   TestBuildPlatformInvalid
13:46:36 [2021-04-22T13:46:36.322Z] --- PASS: TestBuildPlatformInvalid (0.09s)
13:46:36 [2021-04-22T13:46:36.322Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:46:36 [2021-04-22T13:46:36.322Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
13:46:36 [2021-04-22T13:46:36.322Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
13:46:36 [2021-04-22T13:46:36.322Z] PASS
13:46:36 [2021-04-22T13:46:36.322Z] 
13:46:36 [2021-04-22T13:46:36.322Z] === Skipped
13:46:36 [2021-04-22T13:46:36.322Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:46:36 [2021-04-22T13:46:36.322Z]     build_session_test.go:25: TODO: BuildKit
13:46:36 [2021-04-22T13:46:36.322Z] 
13:46:36 [2021-04-22T13:46:36.322Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
13:46:36 [2021-04-22T13:46:36.322Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:46:36 [2021-04-22T13:46:36.322Z] 
13:46:36 [2021-04-22T13:46:36.322Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
13:46:36 [2021-04-22T13:46:36.322Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
13:46:36 [2021-04-22T13:46:36.322Z] 
13:46:36 [2021-04-22T13:46:36.322Z] 
13:46:36 [2021-04-22T13:46:36.322Z] DONE 34 tests, 3 skipped in 139.148s
13:46:36 [2021-04-22T13:46:36.322Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:46:36 [2021-04-22T13:46:36.322Z] INFO: Testing against a local daemon
13:46:36 [2021-04-22T13:46:36.322Z] === RUN   TestConfigInspect
13:46:36 [2021-04-22T13:46:36.322Z] --- SKIP: TestConfigInspect (0.02s)
13:46:36 [2021-04-22T13:46:36.322Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:36 [2021-04-22T13:46:36.322Z] === RUN   TestConfigList
13:46:36 [2021-04-22T13:46:36.581Z] --- SKIP: TestConfigList (0.02s)
13:46:36 [2021-04-22T13:46:36.581Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:36 [2021-04-22T13:46:36.581Z] === RUN   TestConfigsCreateAndDelete
13:46:36 [2021-04-22T13:46:36.581Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
13:46:36 [2021-04-22T13:46:36.581Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:36 [2021-04-22T13:46:36.581Z] === RUN   TestConfigsUpdate
13:46:36 [2021-04-22T13:46:36.581Z] --- SKIP: TestConfigsUpdate (0.01s)
13:46:36 [2021-04-22T13:46:36.581Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:36 [2021-04-22T13:46:36.581Z] === RUN   TestTemplatedConfig
13:46:36 [2021-04-22T13:46:36.581Z] --- SKIP: TestTemplatedConfig (0.00s)
13:46:36 [2021-04-22T13:46:36.581Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:36 [2021-04-22T13:46:36.581Z] === RUN   TestConfigCreateResolve
13:46:36 [2021-04-22T13:46:36.581Z] --- SKIP: TestConfigCreateResolve (0.01s)
13:46:36 [2021-04-22T13:46:36.581Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:36 [2021-04-22T13:46:36.581Z] === RUN   TestConfigDaemonLibtrustID
13:46:37 [2021-04-22T13:46:37.819Z] --- PASS: TestExportContainerAfterDaemonRestart (1.82s)
13:46:37 [2021-04-22T13:46:37.820Z] === RUN   TestHealthCheckWorkdir
13:46:38 [2021-04-22T13:46:38.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:46:38 [2021-04-22T13:46:38.490Z] --- PASS: TestConfigDaemonLibtrustID (1.83s)
13:46:38 [2021-04-22T13:46:38.490Z] PASS
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] === Skipped
13:46:38 [2021-04-22T13:46:38.490Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
13:46:38 [2021-04-22T13:46:38.490Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
13:46:38 [2021-04-22T13:46:38.490Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
13:46:38 [2021-04-22T13:46:38.490Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
13:46:38 [2021-04-22T13:46:38.490Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
13:46:38 [2021-04-22T13:46:38.490Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
13:46:38 [2021-04-22T13:46:38.490Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] 
13:46:38 [2021-04-22T13:46:38.490Z] DONE 7 tests, 6 skipped in 2.023s
13:46:38 [2021-04-22T13:46:38.490Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:46:38 [2021-04-22T13:46:38.490Z] INFO: Testing against a local daemon
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestCheckpoint
13:46:38 [2021-04-22T13:46:38.490Z] --- SKIP: TestCheckpoint (0.00s)
13:46:38 [2021-04-22T13:46:38.490Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestContainerInvalidJSON
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
13:46:38 [2021-04-22T13:46:38.490Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
13:46:38 [2021-04-22T13:46:38.490Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
13:46:38 [2021-04-22T13:46:38.490Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
13:46:38 [2021-04-22T13:46:38.490Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
13:46:38 [2021-04-22T13:46:38.490Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
13:46:38 [2021-04-22T13:46:38.490Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
13:46:38 [2021-04-22T13:46:38.490Z] --- PASS: TestContainerInvalidJSON (0.01s)
13:46:38 [2021-04-22T13:46:38.490Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
13:46:38 [2021-04-22T13:46:38.490Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
13:46:38 [2021-04-22T13:46:38.490Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:46:38 [2021-04-22T13:46:38.490Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestCopyFromContainerPathIsNotDir
13:46:38 [2021-04-22T13:46:38.490Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
13:46:38 [2021-04-22T13:46:38.490Z] === RUN   TestCopyToContainerPathDoesNotExist
13:46:38 [2021-04-22T13:46:38.749Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
13:46:38 [2021-04-22T13:46:38.749Z] === RUN   TestCopyToContainerPathIsNotDir
13:46:38 [2021-04-22T13:46:38.749Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
13:46:38 [2021-04-22T13:46:38.749Z] === RUN   TestCopyFromContainer
13:46:39 [2021-04-22T13:46:39.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:46:39 [2021-04-22T13:46:39.212Z] --- PASS: TestHealthCheckWorkdir (1.52s)
13:46:39 [2021-04-22T13:46:39.212Z] === RUN   TestHealthKillContainer
13:46:41 [2021-04-22T13:46:41.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
13:46:41 [2021-04-22T13:46:41.280Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
13:46:42 [2021-04-22T13:46:42.084Z] === RUN   TestCopyFromContainer//
13:46:42 [2021-04-22T13:46:42.345Z] === RUN   TestCopyFromContainer//bar/root
13:46:42 [2021-04-22T13:46:42.345Z] === RUN   TestCopyFromContainer//bar/root/
13:46:42 [2021-04-22T13:46:42.345Z] === RUN   TestCopyFromContainer/bar/quux
13:46:42 [2021-04-22T13:46:42.345Z] === RUN   TestCopyFromContainer/bar/quux/
13:46:42 [2021-04-22T13:46:42.509Z] --- PASS: TestHealthKillContainer (3.17s)
13:46:42 [2021-04-22T13:46:42.509Z] === RUN   TestInspectCpusetInConfigPre120
13:46:42 [2021-04-22T13:46:42.607Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:46:42 [2021-04-22T13:46:42.607Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:46:42 [2021-04-22T13:46:42.607Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:46:42 [2021-04-22T13:46:42.666Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCopyFromContainer/bar/notarget
13:46:42 [2021-04-22T13:46:42.870Z] --- PASS: TestCopyFromContainer (4.19s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer// (0.09s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:46:42 [2021-04-22T13:46:42.870Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:46:42 [2021-04-22T13:46:42.870Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:46:42 [2021-04-22T13:46:42.870Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:46:42 [2021-04-22T13:46:42.870Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:46:42 [2021-04-22T13:46:42.870Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:46:42 [2021-04-22T13:46:42.870Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:46:42 [2021-04-22T13:46:42.870Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateLinkToNonExistingContainer
13:46:42 [2021-04-22T13:46:42.870Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateWithInvalidEnv
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateWithInvalidEnv/0
13:46:42 [2021-04-22T13:46:42.870Z] === PAUSE TestCreateWithInvalidEnv/0
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateWithInvalidEnv/1
13:46:42 [2021-04-22T13:46:42.870Z] === PAUSE TestCreateWithInvalidEnv/1
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateWithInvalidEnv/2
13:46:42 [2021-04-22T13:46:42.870Z] === PAUSE TestCreateWithInvalidEnv/2
13:46:42 [2021-04-22T13:46:42.870Z] === CONT  TestCreateWithInvalidEnv/0
13:46:42 [2021-04-22T13:46:42.870Z] === CONT  TestCreateWithInvalidEnv/2
13:46:42 [2021-04-22T13:46:42.870Z] === CONT  TestCreateWithInvalidEnv/1
13:46:42 [2021-04-22T13:46:42.870Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:46:42 [2021-04-22T13:46:42.870Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateTmpfsMountsTarget
13:46:42 [2021-04-22T13:46:42.870Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
13:46:42 [2021-04-22T13:46:42.870Z] === RUN   TestCreateWithCustomMaskedPaths
13:46:43 [2021-04-22T13:46:43.451Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s)
13:46:43 [2021-04-22T13:46:43.451Z] === RUN   TestIpcModeNone
13:46:44 [2021-04-22T13:46:44.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
13:46:44 [2021-04-22T13:46:44.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
13:46:44 [2021-04-22T13:46:44.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:46:44 [2021-04-22T13:46:44.393Z] --- PASS: TestIpcModeNone (1.10s)
13:46:44 [2021-04-22T13:46:44.393Z] === RUN   TestIpcModePrivate
13:46:44 [2021-04-22T13:46:44.779Z] --- PASS: TestCreateWithCustomMaskedPaths (1.89s)
13:46:44 [2021-04-22T13:46:44.779Z] === RUN   TestCreateWithCustomReadonlyPaths
13:46:45 [2021-04-22T13:46:45.777Z] --- PASS: TestIpcModePrivate (1.10s)
13:46:45 [2021-04-22T13:46:45.777Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
13:46:45 [2021-04-22T13:46:45.777Z] === RUN   TestIpcModeShareable
13:46:46 [2021-04-22T13:46:46.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
13:46:46 [2021-04-22T13:46:46.719Z] --- PASS: TestIpcModeShareable (1.14s)
13:46:46 [2021-04-22T13:46:46.719Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
13:46:46 [2021-04-22T13:46:46.719Z] === RUN   TestAPIIpcModeShareableAndContainer
13:46:47 [2021-04-22T13:46:47.311Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.93s)
13:46:47 [2021-04-22T13:46:47.311Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:46:47 [2021-04-22T13:46:47.311Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:46:47 [2021-04-22T13:46:47.311Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:46:47 [2021-04-22T13:46:47.311Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:46:47 [2021-04-22T13:46:47.311Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:46:47 [2021-04-22T13:46:47.311Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:46:47 [2021-04-22T13:46:47.311Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:46:47 [2021-04-22T13:46:47.311Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:46:47 [2021-04-22T13:46:47.311Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
13:46:47 [2021-04-22T13:46:47.311Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
13:46:47 [2021-04-22T13:46:47.311Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
13:46:47 [2021-04-22T13:46:47.311Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:46:47 [2021-04-22T13:46:47.311Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
13:46:47 [2021-04-22T13:46:47.311Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:46:47 [2021-04-22T13:46:47.311Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:46:47 [2021-04-22T13:46:47.571Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.61s)
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestCreateDifferentPlatform
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestCreateDifferentPlatform/different_os
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:46:47 [2021-04-22T13:46:47.571Z] --- PASS: TestCreateDifferentPlatform (0.02s)
13:46:47 [2021-04-22T13:46:47.571Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:46:47 [2021-04-22T13:46:47.571Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:46:47 [2021-04-22T13:46:47.571Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:46:47 [2021-04-22T13:46:47.571Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestContainerStartOnDaemonRestart
13:46:47 [2021-04-22T13:46:47.571Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
13:46:47 [2021-04-22T13:46:47.571Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestDaemonRestartIpcMode
13:46:47 [2021-04-22T13:46:47.571Z] === PAUSE TestDaemonRestartIpcMode
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestDaemonHostGatewayIP
13:46:47 [2021-04-22T13:46:47.571Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
13:46:47 [2021-04-22T13:46:47.571Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestRestartDaemonWithRestartingContainer
13:46:47 [2021-04-22T13:46:47.571Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestContainerKillOnDaemonStart
13:46:47 [2021-04-22T13:46:47.571Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
13:46:47 [2021-04-22T13:46:47.571Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
13:46:47 [2021-04-22T13:46:47.571Z] === RUN   TestDiff
13:46:48 [2021-04-22T13:46:48.138Z] --- PASS: TestDiff (0.64s)
13:46:48 [2021-04-22T13:46:48.138Z] === RUN   TestExecWithCloseStdin
13:46:49 [2021-04-22T13:46:49.075Z] --- PASS: TestExecWithCloseStdin (0.95s)
13:46:49 [2021-04-22T13:46:49.075Z] === RUN   TestExec
13:46:49 [2021-04-22T13:46:49.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:46:50 [2021-04-22T13:46:50.012Z] --- PASS: TestExec (0.90s)
13:46:50 [2021-04-22T13:46:50.012Z] === RUN   TestExecUser
13:46:50 [2021-04-22T13:46:50.029Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.01s)
13:46:50 [2021-04-22T13:46:50.029Z] === RUN   TestAPIIpcModeHost
13:46:50 [2021-04-22T13:46:50.953Z] --- PASS: TestExecUser (0.95s)
13:46:50 [2021-04-22T13:46:50.953Z] === RUN   TestExportContainerAndImportImage
13:46:50 [2021-04-22T13:46:50.972Z] --- PASS: TestAPIIpcModeHost (1.15s)
13:46:50 [2021-04-22T13:46:50.972Z] === RUN   TestDaemonIpcModeShareable
13:46:51 [2021-04-22T13:46:51.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:46:51 [2021-04-22T13:46:51.890Z] --- PASS: TestExportContainerAndImportImage (0.82s)
13:46:51 [2021-04-22T13:46:51.890Z] === RUN   TestExportContainerAfterDaemonRestart
13:46:52 [2021-04-22T13:46:52.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:46:52 [2021-04-22T13:46:52.885Z] --- PASS: TestDaemonIpcModeShareable (1.85s)
13:46:52 [2021-04-22T13:46:52.885Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
13:46:52 [2021-04-22T13:46:52.885Z] === RUN   TestDaemonIpcModePrivate
13:46:53 [2021-04-22T13:46:53.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:46:54 [2021-04-22T13:46:54.306Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
13:46:54 [2021-04-22T13:46:54.806Z] --- PASS: TestDaemonIpcModePrivate (1.84s)
13:46:54 [2021-04-22T13:46:54.806Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
13:46:54 [2021-04-22T13:46:54.806Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:46:55 [2021-04-22T13:46:55.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:46:56 [2021-04-22T13:46:56.080Z] --- PASS: TestExportContainerAfterDaemonRestart (3.97s)
13:46:56 [2021-04-22T13:46:56.080Z] === RUN   TestHealthCheckWorkdir
13:46:56 [2021-04-22T13:46:56.197Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s)
13:46:56 [2021-04-22T13:46:56.197Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
13:46:56 [2021-04-22T13:46:56.197Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:46:57 [2021-04-22T13:46:57.017Z] --- PASS: TestHealthCheckWorkdir (1.34s)
13:46:57 [2021-04-22T13:46:57.017Z] === RUN   TestHealthKillContainer
13:46:57 [2021-04-22T13:46:57.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:46:58 [2021-04-22T13:46:58.114Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s)
13:46:58 [2021-04-22T13:46:58.114Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
13:46:58 [2021-04-22T13:46:58.114Z] === RUN   TestIpcModeOlderClient
13:46:58 [2021-04-22T13:46:58.114Z] === PAUSE TestIpcModeOlderClient
13:46:58 [2021-04-22T13:46:58.114Z] === RUN   TestKillContainerInvalidSignal
13:46:58 [2021-04-22T13:46:58.479Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
13:46:58 [2021-04-22T13:46:58.686Z] --- PASS: TestKillContainerInvalidSignal (0.71s)
13:46:58 [2021-04-22T13:46:58.686Z] === RUN   TestKillContainer
13:46:58 [2021-04-22T13:46:58.686Z] === RUN   TestKillContainer/no_signal
13:46:59 [2021-04-22T13:46:59.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:46:59 [2021-04-22T13:46:59.633Z] === RUN   TestKillContainer/non_killing_signal
13:46:59 [2021-04-22T13:46:59.963Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:47:00 [2021-04-22T13:47:00.205Z] === RUN   TestKillContainer/killing_signal
13:47:00 [2021-04-22T13:47:00.304Z] --- PASS: TestHealthKillContainer (3.00s)
13:47:00 [2021-04-22T13:47:00.304Z] === RUN   TestInspectCpusetInConfigPre120
13:47:00 [2021-04-22T13:47:00.871Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s)
13:47:00 [2021-04-22T13:47:00.871Z] === RUN   TestIpcModeNone
13:47:01 [2021-04-22T13:47:01.149Z] --- PASS: TestKillContainer (2.20s)
13:47:01 [2021-04-22T13:47:01.149Z]     --- PASS: TestKillContainer/no_signal (0.71s)
13:47:01 [2021-04-22T13:47:01.149Z]     --- PASS: TestKillContainer/non_killing_signal (0.57s)
13:47:01 [2021-04-22T13:47:01.149Z]     --- PASS: TestKillContainer/killing_signal (0.72s)
13:47:01 [2021-04-22T13:47:01.149Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:47:01 [2021-04-22T13:47:01.149Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:47:01 [2021-04-22T13:47:01.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:47:01 [2021-04-22T13:47:01.722Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:47:01 [2021-04-22T13:47:01.807Z] --- PASS: TestIpcModeNone (0.94s)
13:47:01 [2021-04-22T13:47:01.807Z] === RUN   TestIpcModePrivate
13:47:02 [2021-04-22T13:47:02.294Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s)
13:47:02 [2021-04-22T13:47:02.294Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s)
13:47:02 [2021-04-22T13:47:02.294Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
13:47:02 [2021-04-22T13:47:02.294Z] === RUN   TestKillStoppedContainer
13:47:02 [2021-04-22T13:47:02.555Z] --- PASS: TestKillStoppedContainer (0.04s)
13:47:02 [2021-04-22T13:47:02.555Z] === RUN   TestKillStoppedContainerAPIPre120
13:47:02 [2021-04-22T13:47:02.555Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
13:47:02 [2021-04-22T13:47:02.555Z] === RUN   TestKillDifferentUserContainer
13:47:02 [2021-04-22T13:47:02.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
13:47:02 [2021-04-22T13:47:02.743Z] --- PASS: TestIpcModePrivate (0.93s)
13:47:02 [2021-04-22T13:47:02.743Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
13:47:02 [2021-04-22T13:47:02.744Z] === RUN   TestIpcModeShareable
13:47:02 [2021-04-22T13:47:02.744Z] --- SKIP: TestIpcModeShareable (0.00s)
13:47:02 [2021-04-22T13:47:02.744Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:47:02 [2021-04-22T13:47:02.744Z] === RUN   TestAPIIpcModeShareableAndContainer
13:47:02 [2021-04-22T13:47:02.750Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:47:02 [2021-04-22T13:47:02.750Z] Using test binary docker
13:47:03 [2021-04-22T13:47:03.011Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
13:47:03 [2021-04-22T13:47:03.011Z] +++ /etc/init.d/apparmor start
13:47:03 [2021-04-22T13:47:03.011Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:47:03 [2021-04-22T13:47:03.011Z] INFO: Waiting for daemon to start...
13:47:03 [2021-04-22T13:47:03.011Z] Starting dockerd
13:47:03 [2021-04-22T13:47:03.011Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
13:47:03 [2021-04-22T13:47:03.128Z] --- PASS: TestKillDifferentUserContainer (0.69s)
13:47:03 [2021-04-22T13:47:03.128Z] === RUN   TestInspectOomKilledTrue
13:47:03 [2021-04-22T13:47:03.128Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:47:03 [2021-04-22T13:47:03.128Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:47:03 [2021-04-22T13:47:03.128Z] === RUN   TestInspectOomKilledFalse
13:47:04 [2021-04-22T13:47:04.072Z] --- PASS: TestInspectOomKilledFalse (0.70s)
13:47:04 [2021-04-22T13:47:04.072Z] === RUN   TestLinksEtcHostsContentMatch
13:47:04 [2021-04-22T13:47:04.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
13:47:04 [2021-04-22T13:47:04.650Z] --- PASS: TestLinksEtcHostsContentMatch (0.85s)
13:47:04 [2021-04-22T13:47:04.650Z] === RUN   TestLinksContainerNames
13:47:05 [2021-04-22T13:47:05.277Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s)
13:47:05 [2021-04-22T13:47:05.277Z] === RUN   TestAPIIpcModeHost
13:47:05 [2021-04-22T13:47:05.277Z] --- SKIP: TestAPIIpcModeHost (0.00s)
13:47:05 [2021-04-22T13:47:05.277Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:47:05 [2021-04-22T13:47:05.277Z] === RUN   TestDaemonIpcModeShareable
13:47:05 [2021-04-22T13:47:05.277Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
13:47:05 [2021-04-22T13:47:05.277Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:47:05 [2021-04-22T13:47:05.277Z] === RUN   TestDaemonIpcModePrivate
13:47:06 [2021-04-22T13:47:06.312Z] .
13:47:06 [2021-04-22T13:47:06.312Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:47:06 [2021-04-22T13:47:06.312Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:47:06 [2021-04-22T13:47:06.312Z] Error: No such image: emptyfs
13:47:06 [2021-04-22T13:47:06.312Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:47:06 [2021-04-22T13:47:06.312Z] ++++ docker load
13:47:06 [2021-04-22T13:47:06.312Z] Running integration-test (iteration 1)
13:47:06 [2021-04-22T13:47:06.312Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
13:47:06 [2021-04-22T13:47:06.312Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
13:47:06 [2021-04-22T13:47:06.312Z] ++ set -e
13:47:06 [2021-04-22T13:47:06.312Z] ++ '[' -n 0 ']'
13:47:06 [2021-04-22T13:47:06.312Z] ++ set -x
13:47:06 [2021-04-22T13:47:06.312Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
13:47:06 [2021-04-22T13:47:06.566Z] --- PASS: TestLinksContainerNames (1.46s)
13:47:06 [2021-04-22T13:47:06.567Z] === RUN   TestLogsFollowTailEmpty
13:47:06 [2021-04-22T13:47:06.828Z] --- PASS: TestLogsFollowTailEmpty (0.69s)
13:47:06 [2021-04-22T13:47:06.828Z] === RUN   TestContainerNetworkMountsNoChown
13:47:07 [2021-04-22T13:47:07.769Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s)
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/default
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/default
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/private
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/private
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rprivate
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rprivate
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/slave
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/slave
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rslave
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rslave
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/shared
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/shared
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rshared
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rshared
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/default
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/default/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/default/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rslave
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rshared
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/shared
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rprivate
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/slave
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/private
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/private/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/private/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/default/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/default/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:47:07 [2021-04-22T13:47:07.769Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/private/bind_root
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/private/mount_root
13:47:08 [2021-04-22T13:47:08.030Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:47:08 [2021-04-22T13:47:08.030Z] --- PASS: TestMountDaemonRoot (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
13:47:08 [2021-04-22T13:47:08.030Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
13:47:08 [2021-04-22T13:47:08.030Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.01s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
13:47:08 [2021-04-22T13:47:08.030Z] === RUN   TestContainerBindMountNonRecursive
13:47:08 [2021-04-22T13:47:08.570Z] --- PASS: TestDaemonIpcModePrivate (2.85s)
13:47:08 [2021-04-22T13:47:08.570Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
13:47:08 [2021-04-22T13:47:08.570Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:47:08 [2021-04-22T13:47:08.570Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
13:47:08 [2021-04-22T13:47:08.570Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:47:08 [2021-04-22T13:47:08.570Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:47:08 [2021-04-22T13:47:08.570Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
13:47:08 [2021-04-22T13:47:08.570Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:47:08 [2021-04-22T13:47:08.570Z] === RUN   TestIpcModeOlderClient
13:47:08 [2021-04-22T13:47:08.570Z] === PAUSE TestIpcModeOlderClient
13:47:08 [2021-04-22T13:47:08.570Z] === RUN   TestKillContainerInvalidSignal
13:47:08 [2021-04-22T13:47:08.829Z] --- PASS: TestKillContainerInvalidSignal (0.69s)
13:47:08 [2021-04-22T13:47:08.829Z] === RUN   TestKillContainer
13:47:08 [2021-04-22T13:47:08.829Z] === RUN   TestKillContainer/no_signal
13:47:09 [2021-04-22T13:47:09.397Z] === RUN   TestKillContainer/non_killing_signal
13:47:09 [2021-04-22T13:47:09.574Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
13:47:09 [2021-04-22T13:47:09.574Z] 
13:47:09 [2021-04-22T13:47:09.574Z]  ________   ____  __.
13:47:09 [2021-04-22T13:47:09.574Z]  \_____  \ |    |/ _|
13:47:09 [2021-04-22T13:47:09.574Z]  /   |   \|      <
13:47:09 [2021-04-22T13:47:09.574Z]  /    |    \    |  \
13:47:09 [2021-04-22T13:47:09.574Z]  \_______  /____|__ \
13:47:09 [2021-04-22T13:47:09.574Z]          \/        \/
13:47:09 [2021-04-22T13:47:09.574Z] 
13:47:09 [2021-04-22T13:47:09.574Z] INFO: make.ps1 ended at 04/22/2021 13:47:01
13:47:09 [2021-04-22T13:47:09.574Z] INFO: Binaries build ended at 04/22/2021 13:47:03. Duration:00:01:10.4983924
13:47:09 [2021-04-22T13:47:09.574Z] INFO: Copying the built daemon binary to d:\CI\PR-42164\9\binary\dockerd-bffa730860.exe...
13:47:09 [2021-04-22T13:47:09.574Z] INFO: Copying the built client binary to d:\CI\PR-42164\9\binary\docker-bffa730860.exe...
13:47:09 [2021-04-22T13:47:09.574Z] INFO: Copying dockerversion from the container...
13:47:09 [2021-04-22T13:47:09.574Z] INFO: Copying the golang package from the container to d:\CI\PR-42164\9\installer\go.zip...
13:47:09 [2021-04-22T13:47:09.574Z] INFO: Extracting go.zip to d:\CI\PR-42164\9\go
13:47:09 [2021-04-22T13:47:09.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
13:47:09 [2021-04-22T13:47:09.965Z] === RUN   TestKillContainer/killing_signal
13:47:10 [2021-04-22T13:47:10.577Z] --- PASS: TestContainerBindMountNonRecursive (2.19s)
13:47:10 [2021-04-22T13:47:10.577Z] === RUN   TestContainerVolumesMountedAsShared
13:47:10 [2021-04-22T13:47:10.577Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
13:47:10 [2021-04-22T13:47:10.577Z] === RUN   TestContainerVolumesMountedAsSlave
13:47:10 [2021-04-22T13:47:10.903Z] --- PASS: TestKillContainer (2.01s)
13:47:10 [2021-04-22T13:47:10.903Z]     --- PASS: TestKillContainer/no_signal (0.64s)
13:47:10 [2021-04-22T13:47:10.903Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
13:47:10 [2021-04-22T13:47:10.903Z]     --- PASS: TestKillContainer/killing_signal (0.66s)
13:47:10 [2021-04-22T13:47:10.903Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:47:10 [2021-04-22T13:47:10.903Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:47:11 [2021-04-22T13:47:11.472Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:47:11 [2021-04-22T13:47:11.552Z] --- PASS: TestContainerVolumesMountedAsSlave (0.91s)
13:47:11 [2021-04-22T13:47:11.552Z] === RUN   TestNetworkNat
13:47:12 [2021-04-22T13:47:12.041Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.31s)
13:47:12 [2021-04-22T13:47:12.041Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.64s)
13:47:12 [2021-04-22T13:47:12.041Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s)
13:47:12 [2021-04-22T13:47:12.041Z] === RUN   TestKillStoppedContainer
13:47:12 [2021-04-22T13:47:12.041Z] --- PASS: TestKillStoppedContainer (0.04s)
13:47:12 [2021-04-22T13:47:12.041Z] === RUN   TestKillStoppedContainerAPIPre120
13:47:12 [2021-04-22T13:47:12.041Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
13:47:12 [2021-04-22T13:47:12.041Z] === RUN   TestKillDifferentUserContainer
13:47:12 [2021-04-22T13:47:12.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
13:47:12 [2021-04-22T13:47:12.515Z] --- PASS: TestNetworkNat (0.87s)
13:47:12 [2021-04-22T13:47:12.515Z] === RUN   TestNetworkLocalhostTCPNat
13:47:12 [2021-04-22T13:47:12.976Z] --- PASS: TestKillDifferentUserContainer (0.63s)
13:47:12 [2021-04-22T13:47:12.976Z] === RUN   TestInspectOomKilledTrue
13:47:12 [2021-04-22T13:47:12.976Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:47:12 [2021-04-22T13:47:12.976Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
13:47:12 [2021-04-22T13:47:12.976Z] === RUN   TestInspectOomKilledFalse
13:47:12 [2021-04-22T13:47:12.976Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
13:47:12 [2021-04-22T13:47:12.976Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:47:12 [2021-04-22T13:47:12.976Z] === RUN   TestLinksEtcHostsContentMatch
13:47:12 [2021-04-22T13:47:12.976Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
13:47:12 [2021-04-22T13:47:12.976Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
13:47:12 [2021-04-22T13:47:12.976Z] === RUN   TestLinksContainerNames
13:47:13 [2021-04-22T13:47:13.457Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s)
13:47:13 [2021-04-22T13:47:13.457Z] === RUN   TestNetworkLoopbackNat
13:47:14 [2021-04-22T13:47:14.355Z] --- PASS: TestLinksContainerNames (1.31s)
13:47:14 [2021-04-22T13:47:14.355Z] === RUN   TestLogsFollowTailEmpty
13:47:14 [2021-04-22T13:47:14.614Z] --- PASS: TestLogsFollowTailEmpty (0.63s)
13:47:14 [2021-04-22T13:47:14.614Z] === RUN   TestContainerNetworkMountsNoChown
13:47:15 [2021-04-22T13:47:15.551Z] --- PASS: TestContainerNetworkMountsNoChown (0.62s)
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/default
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/default
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/private
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/private
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rprivate
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rprivate
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/slave
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/slave
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rslave
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rslave
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/shared
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/shared
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rshared
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rshared
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/default
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/default/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/default/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rslave
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rshared
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/shared
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rprivate
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/slave
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/private
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/private/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/private/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/default/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/default/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/private/bind_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:47:15 [2021-04-22T13:47:15.551Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:47:15 [2021-04-22T13:47:15.810Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:47:15 [2021-04-22T13:47:15.810Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:47:15 [2021-04-22T13:47:15.810Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:47:15 [2021-04-22T13:47:15.810Z] === CONT  TestMountDaemonRoot/private/mount_root
13:47:15 [2021-04-22T13:47:15.810Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:47:15 [2021-04-22T13:47:15.810Z] --- PASS: TestMountDaemonRoot (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
13:47:15 [2021-04-22T13:47:15.810Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.01s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
13:47:15 [2021-04-22T13:47:15.810Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
13:47:15 [2021-04-22T13:47:15.810Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
13:47:15 [2021-04-22T13:47:15.810Z] === RUN   TestContainerBindMountNonRecursive
13:47:15 [2021-04-22T13:47:15.810Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
13:47:15 [2021-04-22T13:47:15.810Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:47:15 [2021-04-22T13:47:15.810Z] === RUN   TestContainerVolumesMountedAsShared
13:47:15 [2021-04-22T13:47:15.810Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:47:15 [2021-04-22T13:47:15.810Z] === RUN   TestContainerVolumesMountedAsSlave
13:47:15 [2021-04-22T13:47:15.810Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
13:47:15 [2021-04-22T13:47:15.810Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:47:15 [2021-04-22T13:47:15.810Z] === RUN   TestNetworkNat
13:47:16 [2021-04-22T13:47:16.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
13:47:16 [2021-04-22T13:47:16.748Z] --- PASS: TestNetworkNat (0.85s)
13:47:16 [2021-04-22T13:47:16.748Z] === RUN   TestNetworkLocalhostTCPNat
13:47:16 [2021-04-22T13:47:16.755Z] --- PASS: TestNetworkLoopbackNat (3.21s)
13:47:16 [2021-04-22T13:47:16.755Z] === RUN   TestPause
13:47:17 [2021-04-22T13:47:17.316Z] --- PASS: TestNetworkLocalhostTCPNat (0.75s)
13:47:17 [2021-04-22T13:47:17.316Z] === RUN   TestNetworkLoopbackNat
13:47:17 [2021-04-22T13:47:17.325Z] --- PASS: TestPause (0.87s)
13:47:17 [2021-04-22T13:47:17.325Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:47:17 [2021-04-22T13:47:17.325Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:47:17 [2021-04-22T13:47:17.325Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:47:17 [2021-04-22T13:47:17.325Z] === RUN   TestPauseStopPausedContainer
13:47:18 [2021-04-22T13:47:18.267Z] --- PASS: TestPauseStopPausedContainer (0.72s)
13:47:18 [2021-04-22T13:47:18.267Z] === RUN   TestPidHost
13:47:18 [2021-04-22T13:47:18.601Z] Loaded image: buildpack-deps:buster
13:47:18 [2021-04-22T13:47:18.601Z] Loaded image: busybox:latest
13:47:18 [2021-04-22T13:47:18.601Z] Loaded image: busybox:glibc
13:47:19 [2021-04-22T13:47:19.763Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
13:47:19 [2021-04-22T13:47:19.988Z] Loaded image: debian:bullseye
13:47:20 [2021-04-22T13:47:20.181Z] --- PASS: TestPidHost (2.05s)
13:47:20 [2021-04-22T13:47:20.181Z] === RUN   TestPsFilter
13:47:20 [2021-04-22T13:47:20.181Z] --- PASS: TestPsFilter (0.11s)
13:47:20 [2021-04-22T13:47:20.181Z] === RUN   TestRemoveContainerWithRemovedVolume
13:47:20 [2021-04-22T13:47:20.601Z] --- PASS: TestNetworkLoopbackNat (3.13s)
13:47:20 [2021-04-22T13:47:20.601Z] === RUN   TestPause
13:47:20 [2021-04-22T13:47:20.601Z] --- SKIP: TestPause (0.00s)
13:47:20 [2021-04-22T13:47:20.601Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
13:47:20 [2021-04-22T13:47:20.601Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:47:20 [2021-04-22T13:47:20.601Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:47:20 [2021-04-22T13:47:20.601Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:47:20 [2021-04-22T13:47:20.601Z] === RUN   TestPauseStopPausedContainer
13:47:20 [2021-04-22T13:47:20.601Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
13:47:20 [2021-04-22T13:47:20.601Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
13:47:20 [2021-04-22T13:47:20.601Z] === RUN   TestPidHost
13:47:20 [2021-04-22T13:47:20.960Z] Loaded image: hello-world:latest
13:47:21 [2021-04-22T13:47:21.123Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.70s)
13:47:21 [2021-04-22T13:47:21.123Z] === RUN   TestRemoveContainerWithVolume
13:47:21 [2021-04-22T13:47:21.534Z] Loaded image: arm32v7/hello-world:latest
13:47:21 [2021-04-22T13:47:21.534Z] INFO: Testing against a local daemon
13:47:21 [2021-04-22T13:47:21.534Z] === RUN   TestCgroupNamespacesBuild
13:47:21 [2021-04-22T13:47:21.694Z] --- PASS: TestRemoveContainerWithVolume (0.71s)
13:47:21 [2021-04-22T13:47:21.694Z] === RUN   TestRemoveContainerRunning
13:47:22 [2021-04-22T13:47:22.266Z] --- PASS: TestRemoveContainerRunning (0.70s)
13:47:22 [2021-04-22T13:47:22.266Z] === RUN   TestRemoveContainerForceRemoveRunning
13:47:22 [2021-04-22T13:47:22.506Z] --- PASS: TestPidHost (1.84s)
13:47:22 [2021-04-22T13:47:22.506Z] === RUN   TestPsFilter
13:47:22 [2021-04-22T13:47:22.506Z] --- PASS: TestPsFilter (0.11s)
13:47:22 [2021-04-22T13:47:22.506Z] === RUN   TestRemoveContainerWithRemovedVolume
13:47:22 [2021-04-22T13:47:22.836Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
13:47:22 [2021-04-22T13:47:22.836Z] 
13:47:22 [2021-04-22T13:47:22.836Z]  ________   ____  __.
13:47:22 [2021-04-22T13:47:22.836Z]  \_____  \ |    |/ _|
13:47:22 [2021-04-22T13:47:22.836Z]  /   |   \|      <
13:47:22 [2021-04-22T13:47:22.836Z]  /    |    \    |  \
13:47:22 [2021-04-22T13:47:22.836Z]  \_______  /____|__ \
13:47:22 [2021-04-22T13:47:22.836Z]          \/        \/
13:47:22 [2021-04-22T13:47:22.836Z] 
13:47:22 [2021-04-22T13:47:22.836Z] INFO: make.ps1 ended at 04/22/2021 13:47:13
13:47:22 [2021-04-22T13:47:22.836Z] INFO: Binaries build ended at 04/22/2021 13:47:14. Duration:00:01:23.4998028
13:47:22 [2021-04-22T13:47:22.836Z] INFO: Copying the built daemon binary to d:\CI\PR-42164\9\binary\dockerd-bffa730860.exe...
13:47:22 [2021-04-22T13:47:22.836Z] INFO: Copying the built client binary to d:\CI\PR-42164\9\binary\docker-bffa730860.exe...
13:47:22 [2021-04-22T13:47:22.836Z] INFO: Copying dockerversion from the container...
13:47:22 [2021-04-22T13:47:22.836Z] INFO: Copying the golang package from the container to d:\CI\PR-42164\9\installer\go.zip...
13:47:22 [2021-04-22T13:47:22.836Z] INFO: Extracting go.zip to d:\CI\PR-42164\9\go
13:47:23 [2021-04-22T13:47:23.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
13:47:23 [2021-04-22T13:47:23.073Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.65s)
13:47:23 [2021-04-22T13:47:23.074Z] === RUN   TestRemoveContainerWithVolume
13:47:23 [2021-04-22T13:47:23.209Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s)
13:47:23 [2021-04-22T13:47:23.209Z] === RUN   TestRemoveInvalidContainer
13:47:23 [2021-04-22T13:47:23.209Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:47:23 [2021-04-22T13:47:23.209Z] === RUN   TestRenameLinkedContainer
13:47:23 [2021-04-22T13:47:23.642Z] --- PASS: TestRemoveContainerWithVolume (0.68s)
13:47:23 [2021-04-22T13:47:23.642Z] === RUN   TestRemoveContainerRunning
13:47:24 [2021-04-22T13:47:24.580Z] --- PASS: TestRemoveContainerRunning (0.66s)
13:47:24 [2021-04-22T13:47:24.580Z] === RUN   TestRemoveContainerForceRemoveRunning
13:47:24 [2021-04-22T13:47:24.836Z] --- PASS: TestCgroupNamespacesBuild (2.87s)
13:47:24 [2021-04-22T13:47:24.837Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:47:25 [2021-04-22T13:47:25.147Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s)
13:47:25 [2021-04-22T13:47:25.147Z] === RUN   TestRemoveInvalidContainer
13:47:25 [2021-04-22T13:47:25.147Z] --- PASS: TestRemoveInvalidContainer (0.01s)
13:47:25 [2021-04-22T13:47:25.147Z] === RUN   TestRenameLinkedContainer
13:47:26 [2021-04-22T13:47:26.307Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:47:26 [2021-04-22T13:47:26.307Z] Using test binary docker
13:47:26 [2021-04-22T13:47:26.307Z] +++ /etc/init.d/apparmor start
13:47:26 [2021-04-22T13:47:26.307Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:47:26 [2021-04-22T13:47:26.307Z] INFO: Waiting for daemon to start...
13:47:26 [2021-04-22T13:47:26.307Z] Starting dockerd
13:47:26 [2021-04-22T13:47:26.307Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:47:26 [2021-04-22T13:47:26.511Z] --- PASS: TestRenameLinkedContainer (2.85s)
13:47:26 [2021-04-22T13:47:26.511Z] === RUN   TestRenameStoppedContainer
13:47:26 [2021-04-22T13:47:26.511Z] --- PASS: TestRenameStoppedContainer (0.71s)
13:47:26 [2021-04-22T13:47:26.511Z] === RUN   TestRenameRunningContainerAndReuse
13:47:26 [2021-04-22T13:47:26.757Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.27s)
13:47:26 [2021-04-22T13:47:26.757Z] === RUN   TestBuildWithSession
13:47:26 [2021-04-22T13:47:26.757Z] --- SKIP: TestBuildWithSession (0.00s)
13:47:26 [2021-04-22T13:47:26.757Z]     build_session_test.go:25: TODO: BuildKit
13:47:26 [2021-04-22T13:47:26.757Z] === RUN   TestBuildSquashParent
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Extraction ended at 04/22/2021 13:47:25. Duration:00:00:20.0210189
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Updating the golang and path environment variables
13:47:27 [2021-04-22T13:47:27.344Z] INFO: GOPATH=d:\gopath
13:47:27 [2021-04-22T13:47:27.344Z] INFO: go version go1.13.15 windows/amd64
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Running the daemon under test in debug mode
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Starting a daemon under test...
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42164\9\daemon --pidfile d:\CI\PR-42164\9\docker.pid -D
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Process started successfully.
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Start tailing logs of the daemon under tests
13:47:27 [2021-04-22T13:47:27.344Z] INFO: Waiting for the daemon under test to start...
13:47:27 [2021-04-22T13:47:27.683Z] --- PASS: TestRenameLinkedContainer (2.57s)
13:47:27 [2021-04-22T13:47:27.683Z] === RUN   TestRenameStoppedContainer
13:47:27 [2021-04-22T13:47:27.896Z] --- PASS: TestRenameRunningContainerAndReuse (1.41s)
13:47:27 [2021-04-22T13:47:27.896Z] === RUN   TestRenameInvalidName
13:47:28 [2021-04-22T13:47:28.618Z] --- PASS: TestRenameStoppedContainer (0.80s)
13:47:28 [2021-04-22T13:47:28.618Z] === RUN   TestRenameRunningContainerAndReuse
13:47:28 [2021-04-22T13:47:28.831Z] .
13:47:28 [2021-04-22T13:47:28.831Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:47:28 [2021-04-22T13:47:28.831Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:47:28 [2021-04-22T13:47:28.831Z] Error: No such image: emptyfs
13:47:28 [2021-04-22T13:47:28.831Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:47:28 [2021-04-22T13:47:28.831Z] ++++ docker load
13:47:28 [2021-04-22T13:47:28.837Z] --- PASS: TestRenameInvalidName (0.76s)
13:47:28 [2021-04-22T13:47:28.837Z] === RUN   TestRenameAnonymousContainer
13:47:29 [2021-04-22T13:47:29.395Z] Running integration-test (iteration 1)
13:47:29 [2021-04-22T13:47:29.395Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
13:47:29 [2021-04-22T13:47:29.395Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
13:47:29 [2021-04-22T13:47:29.395Z] ++ set -e
13:47:29 [2021-04-22T13:47:29.395Z] ++ '[' -n 0 ']'
13:47:29 [2021-04-22T13:47:29.395Z] ++ set -x
13:47:29 [2021-04-22T13:47:29.395Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
13:47:29 [2021-04-22T13:47:29.994Z] --- PASS: TestRenameRunningContainerAndReuse (1.30s)
13:47:29 [2021-04-22T13:47:29.994Z] === RUN   TestRenameInvalidName
13:47:30 [2021-04-22T13:47:30.565Z] --- PASS: TestRenameInvalidName (0.68s)
13:47:30 [2021-04-22T13:47:30.565Z] === RUN   TestRenameAnonymousContainer
13:47:32 [2021-04-22T13:47:32.137Z] --- PASS: TestRenameAnonymousContainer (3.20s)
13:47:32 [2021-04-22T13:47:32.137Z] === RUN   TestRenameContainerWithSameName
13:47:32 [2021-04-22T13:47:32.709Z] --- PASS: TestRenameContainerWithSameName (0.73s)
13:47:32 [2021-04-22T13:47:32.709Z] === RUN   TestRenameContainerWithLinkedContainer
13:47:33 [2021-04-22T13:47:33.346Z] --- PASS: TestBuildSquashParent (6.38s)
13:47:33 [2021-04-22T13:47:33.346Z] === RUN   TestBuildWithRemoveAndForceRemove
13:47:33 [2021-04-22T13:47:33.346Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:47:33 [2021-04-22T13:47:33.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:47:33 [2021-04-22T13:47:33.346Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:47:33 [2021-04-22T13:47:33.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:47:33 [2021-04-22T13:47:33.346Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:47:33 [2021-04-22T13:47:33.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:47:33 [2021-04-22T13:47:33.346Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:47:33 [2021-04-22T13:47:33.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:47:33 [2021-04-22T13:47:33.346Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:47:33 [2021-04-22T13:47:33.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:47:33 [2021-04-22T13:47:33.346Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:47:33 [2021-04-22T13:47:33.346Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:47:33 [2021-04-22T13:47:33.346Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:47:33 [2021-04-22T13:47:33.346Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:47:33 [2021-04-22T13:47:33.346Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:47:33 [2021-04-22T13:47:33.346Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:47:33 [2021-04-22T13:47:33.852Z] --- PASS: TestRenameAnonymousContainer (3.08s)
13:47:33 [2021-04-22T13:47:33.852Z] === RUN   TestRenameContainerWithSameName
13:47:34 [2021-04-22T13:47:34.096Z] --- PASS: TestRenameContainerWithLinkedContainer (1.42s)
13:47:34 [2021-04-22T13:47:34.096Z] === RUN   TestResize
13:47:34 [2021-04-22T13:47:34.111Z] --- PASS: TestRenameContainerWithSameName (0.64s)
13:47:34 [2021-04-22T13:47:34.111Z] === RUN   TestRenameContainerWithLinkedContainer
13:47:35 [2021-04-22T13:47:35.037Z] --- PASS: TestResize (0.70s)
13:47:35 [2021-04-22T13:47:35.037Z] === RUN   TestResizeWithInvalidSize
13:47:35 [2021-04-22T13:47:35.487Z] --- PASS: TestRenameContainerWithLinkedContainer (1.29s)
13:47:35 [2021-04-22T13:47:35.487Z] === RUN   TestResize
13:47:35 [2021-04-22T13:47:35.609Z] --- PASS: TestResizeWithInvalidSize (0.73s)
13:47:35 [2021-04-22T13:47:35.609Z] === RUN   TestResizeWhenContainerNotStarted
13:47:35 [2021-04-22T13:47:35.899Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:47:36 [2021-04-22T13:47:36.056Z] --- PASS: TestResize (0.65s)
13:47:36 [2021-04-22T13:47:36.056Z] === RUN   TestResizeWithInvalidSize
13:47:36 [2021-04-22T13:47:36.163Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:47:36 [2021-04-22T13:47:36.181Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s)
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:47:36 [2021-04-22T13:47:36.181Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:47:36 [2021-04-22T13:47:36.992Z] --- PASS: TestResizeWithInvalidSize (0.66s)
13:47:36 [2021-04-22T13:47:36.992Z] === RUN   TestResizeWhenContainerNotStarted
13:47:37 [2021-04-22T13:47:37.557Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s)
13:47:37 [2021-04-22T13:47:37.557Z] === RUN   TestDaemonRestartKillContainers
13:47:37 [2021-04-22T13:47:37.557Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
13:47:37 [2021-04-22T13:47:37.557Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
13:47:37 [2021-04-22T13:47:37.557Z] === RUN   TestCgroupNamespacesRun
13:47:37 [2021-04-22T13:47:37.981Z] ..........................xx....................                         [ 29%]
13:47:38 [2021-04-22T13:47:38.708Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:47:38 [2021-04-22T13:47:38.708Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.68s)
13:47:38 [2021-04-22T13:47:38.708Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.93s)
13:47:38 [2021-04-22T13:47:38.708Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.11s)
13:47:38 [2021-04-22T13:47:38.708Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.29s)
13:47:38 [2021-04-22T13:47:38.708Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.28s)
13:47:38 [2021-04-22T13:47:38.708Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.22s)
13:47:38 [2021-04-22T13:47:38.708Z] === RUN   TestBuildMultiStageCopy
13:47:38 [2021-04-22T13:47:38.708Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:47:38 [2021-04-22T13:47:38.724Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:47:38 [2021-04-22T13:47:38.724Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:47:40 [2021-04-22T13:47:40.106Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:47:40 [2021-04-22T13:47:40.106Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Extraction ended at 04/22/2021 13:47:40. Duration:00:00:22.5094904
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Updating the golang and path environment variables
13:47:40 [2021-04-22T13:47:40.572Z] INFO: GOPATH=d:\gopath
13:47:40 [2021-04-22T13:47:40.572Z] INFO: go version go1.13.15 windows/amd64
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Running the daemon under test in debug mode
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Starting a daemon under test...
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42164\9\daemon --pidfile d:\CI\PR-42164\9\docker.pid -D
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Process started successfully.
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Start tailing logs of the daemon under tests
13:47:40 [2021-04-22T13:47:40.572Z] INFO: Waiting for the daemon under test to start...
13:47:40 [2021-04-22T13:47:40.622Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:47:40 [2021-04-22T13:47:40.622Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:47:40 [2021-04-22T13:47:40.843Z] --- PASS: TestCgroupNamespacesRun (2.85s)
13:47:40 [2021-04-22T13:47:40.843Z] === RUN   TestCgroupNamespacesRunPrivileged
13:47:41 [2021-04-22T13:47:41.194Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:47:41 [2021-04-22T13:47:41.455Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:47:41 [2021-04-22T13:47:41.489Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:47:41 [2021-04-22T13:47:41.489Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:47:41 [2021-04-22T13:47:41.716Z] --- PASS: TestBuildMultiStageCopy (3.53s)
13:47:41 [2021-04-22T13:47:41.716Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.09s)
13:47:41 [2021-04-22T13:47:41.716Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.34s)
13:47:41 [2021-04-22T13:47:41.716Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.35s)
13:47:41 [2021-04-22T13:47:41.716Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.37s)
13:47:41 [2021-04-22T13:47:41.716Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.38s)
13:47:41 [2021-04-22T13:47:41.716Z] === RUN   TestBuildMultiStageParentConfig
13:47:42 [2021-04-22T13:47:42.658Z] --- PASS: TestBuildMultiStageParentConfig (0.95s)
13:47:42 [2021-04-22T13:47:42.658Z] === RUN   TestBuildLabelWithTargets
13:47:42 [2021-04-22T13:47:42.799Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.49s)
13:47:42 [2021-04-22T13:47:42.799Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:47:43 [2021-04-22T13:47:43.401Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:47:43 [2021-04-22T13:47:43.664Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:47:44 [2021-04-22T13:47:44.579Z] --- PASS: TestBuildLabelWithTargets (1.53s)
13:47:44 [2021-04-22T13:47:44.579Z] === RUN   TestBuildWithEmptyLayers
13:47:45 [2021-04-22T13:47:45.151Z] --- PASS: TestBuildWithEmptyLayers (0.77s)
13:47:45 [2021-04-22T13:47:45.151Z] === RUN   TestBuildMultiStageOnBuild
13:47:46 [2021-04-22T13:47:46.084Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.89s)
13:47:46 [2021-04-22T13:47:46.084Z] === RUN   TestCgroupNamespacesRunHostMode
13:47:46 [2021-04-22T13:47:46.969Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:47:46 [2021-04-22T13:47:46.969Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:47:47 [2021-04-22T13:47:47.695Z] --- PASS: TestBuildMultiStageOnBuild (2.45s)
13:47:47 [2021-04-22T13:47:47.695Z] === RUN   TestBuildUncleanTarFilenames
13:47:48 [2021-04-22T13:47:48.497Z] .....INFO: Daemon under test started and replied!
13:47:48 [2021-04-22T13:47:48.497Z] INFO: Docker version of the daemon under test
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] Client:
13:47:48 [2021-04-22T13:47:48.497Z]  Version:      17.06.2-ce
13:47:48 [2021-04-22T13:47:48.497Z]  API version:  1.30
13:47:48 [2021-04-22T13:47:48.497Z]  Go version:   go1.8.3
13:47:48 [2021-04-22T13:47:48.497Z]  Git commit:   cec0b72
13:47:48 [2021-04-22T13:47:48.497Z]  Built:        Tue Sep  5 19:57:19 2017
13:47:48 [2021-04-22T13:47:48.497Z]  OS/Arch:      windows/amd64
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] Server:
13:47:48 [2021-04-22T13:47:48.497Z]  Version:      0.0.0-dev
13:47:48 [2021-04-22T13:47:48.497Z]  API version:  1.41 (minimum version 1.24)
13:47:48 [2021-04-22T13:47:48.497Z]  Go version:   go1.13.15
13:47:48 [2021-04-22T13:47:48.497Z]  Git commit:   bffa730860
13:47:48 [2021-04-22T13:47:48.497Z]  Built:        04/22/2021 13:45:56
13:47:48 [2021-04-22T13:47:48.497Z]  OS/Arch:      windows/amd64
13:47:48 [2021-04-22T13:47:48.497Z]  Experimental: false
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] INFO: Docker info of the daemon under test
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] Containers: 0
13:47:48 [2021-04-22T13:47:48.497Z]  Running: 0
13:47:48 [2021-04-22T13:47:48.497Z]  Paused: 0
13:47:48 [2021-04-22T13:47:48.497Z]  Stopped: 0
13:47:48 [2021-04-22T13:47:48.497Z] Images: 0
13:47:48 [2021-04-22T13:47:48.497Z] Server Version: 0.0.0-dev
13:47:48 [2021-04-22T13:47:48.497Z] Storage Driver: windowsfilter
13:47:48 [2021-04-22T13:47:48.497Z]  Windows: 
13:47:48 [2021-04-22T13:47:48.497Z] Logging Driver: json-file
13:47:48 [2021-04-22T13:47:48.497Z] Plugins: 
13:47:48 [2021-04-22T13:47:48.497Z]  Volume: local
13:47:48 [2021-04-22T13:47:48.497Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:47:48 [2021-04-22T13:47:48.497Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:47:48 [2021-04-22T13:47:48.497Z] Swarm: inactive
13:47:48 [2021-04-22T13:47:48.497Z] Default Isolation: process
13:47:48 [2021-04-22T13:47:48.497Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
13:47:48 [2021-04-22T13:47:48.497Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
13:47:48 [2021-04-22T13:47:48.497Z] OSType: windows
13:47:48 [2021-04-22T13:47:48.497Z] Architecture: x86_64
13:47:48 [2021-04-22T13:47:48.497Z] CPUs: 4
13:47:48 [2021-04-22T13:47:48.497Z] Total Memory: 32GiB
13:47:48 [2021-04-22T13:47:48.497Z] Name: azwin-2-269b30
13:47:48 [2021-04-22T13:47:48.497Z] ID: ARER:NHOO:GXVI:TA5T:O7TX:E4QH:IV7O:N3GZ:ECXB:BTGN:KHZI:MPPF
13:47:48 [2021-04-22T13:47:48.497Z] Docker Root Dir: D:\CI\PR-42164\9\daemon
13:47:48 [2021-04-22T13:47:48.497Z] Debug Mode (client): false
13:47:48 [2021-04-22T13:47:48.497Z] Debug Mode (server): true
13:47:48 [2021-04-22T13:47:48.497Z]  File Descriptors: -1
13:47:48 [2021-04-22T13:47:48.497Z]  Goroutines: 16
13:47:48 [2021-04-22T13:47:48.497Z]  System Time: 2021-04-22T13:47:45.2033299Z
13:47:48 [2021-04-22T13:47:48.497Z]  EventsListeners: 0
13:47:48 [2021-04-22T13:47:48.497Z] Registry: https://index.docker.io/v1/
13:47:48 [2021-04-22T13:47:48.497Z] Labels:
13:47:48 [2021-04-22T13:47:48.497Z] Experimental: false
13:47:48 [2021-04-22T13:47:48.497Z] Insecure Registries:
13:47:48 [2021-04-22T13:47:48.497Z]  127.0.0.0/8
13:47:48 [2021-04-22T13:47:48.497Z] Live Restore Enabled: false
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] INFO: Docker images of the daemon under test
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
13:47:48 [2021-04-22T13:47:48.497Z] 
13:47:48 [2021-04-22T13:47:48.497Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
13:47:48 [2021-04-22T13:47:48.497Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
13:47:48 [2021-04-22T13:47:48.497Z] ltsc2019: Pulling from windows/servercore
13:47:48 [2021-04-22T13:47:48.497Z] 4612f6d0b889: Pulling fs layer
13:47:48 [2021-04-22T13:47:48.497Z] 399f118dfaa9: Pulling fs layer
13:47:48 [2021-04-22T13:47:48.616Z] --- PASS: TestCgroupNamespacesRunHostMode (2.84s)
13:47:48 [2021-04-22T13:47:48.616Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:47:48 [2021-04-22T13:47:48.638Z] --- PASS: TestBuildUncleanTarFilenames (1.12s)
13:47:48 [2021-04-22T13:47:48.638Z] === RUN   TestBuildMultiStageLayerLeak
13:47:48 [2021-04-22T13:47:48.882Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.27s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.37s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.37s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.32s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.24s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.30s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.03s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.93s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.26s)
13:47:48 [2021-04-22T13:47:48.882Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.32s)
13:47:48 [2021-04-22T13:47:48.882Z] === RUN   TestCgroupNamespacesRun
13:47:50 [2021-04-22T13:47:50.797Z] --- PASS: TestCgroupNamespacesRun (1.84s)
13:47:50 [2021-04-22T13:47:50.797Z] === RUN   TestCgroupNamespacesRunPrivileged
13:47:50 [2021-04-22T13:47:50.797Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
13:47:50 [2021-04-22T13:47:50.797Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:47:50 [2021-04-22T13:47:50.797Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:47:51 [2021-04-22T13:47:51.183Z] --- PASS: TestBuildMultiStageLayerLeak (2.51s)
13:47:51 [2021-04-22T13:47:51.183Z] === RUN   TestBuildWithHugeFile
13:47:51 [2021-04-22T13:47:51.901Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.84s)
13:47:51 [2021-04-22T13:47:51.901Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:47:52 [2021-04-22T13:47:52.360Z] 399f118dfaa9: Verifying Checksum
13:47:52 [2021-04-22T13:47:52.360Z] 399f118dfaa9: Download complete
13:47:52 [2021-04-22T13:47:52.708Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.87s)
13:47:52 [2021-04-22T13:47:52.709Z] === RUN   TestCgroupNamespacesRunHostMode
13:47:53 [2021-04-22T13:47:53.802Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.36s)
13:47:53 [2021-04-22T13:47:53.802Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:47:54 [2021-04-22T13:47:54.621Z] --- PASS: TestCgroupNamespacesRunHostMode (1.77s)
13:47:54 [2021-04-22T13:47:54.621Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:47:55 [2021-04-22T13:47:55.704Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.91s)
13:47:55 [2021-04-22T13:47:55.704Z] === RUN   TestCgroupNamespacesRunOlderClient
13:47:56 [2021-04-22T13:47:56.534Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s)
13:47:56 [2021-04-22T13:47:56.534Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:47:57 [2021-04-22T13:47:57.475Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.34s)
13:47:57 [2021-04-22T13:47:57.475Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:47:58 [2021-04-22T13:47:58.416Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s)
13:47:58 [2021-04-22T13:47:58.416Z] === RUN   TestCgroupNamespacesRunOlderClient
13:47:58 [2021-04-22T13:47:58.991Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.87s)
13:47:58 [2021-04-22T13:47:58.991Z] === RUN   TestKernelTCPMemory
13:47:58 [2021-04-22T13:47:58.991Z] --- SKIP: TestKernelTCPMemory (0.01s)
13:47:58 [2021-04-22T13:47:58.991Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
13:47:58 [2021-04-22T13:47:58.991Z] === RUN   TestNISDomainname
13:47:58 [2021-04-22T13:47:58.991Z] --- SKIP: TestNISDomainname (0.01s)
13:47:58 [2021-04-22T13:47:58.991Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
13:47:58 [2021-04-22T13:47:58.991Z] === RUN   TestHostnameDnsResolution
13:47:59 [2021-04-22T13:47:59.514Z] 4612f6d0b889: Verifying Checksum
13:47:59 [2021-04-22T13:47:59.514Z] 4612f6d0b889: Download complete
13:48:00 [2021-04-22T13:48:00.341Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.85s)
13:48:00 [2021-04-22T13:48:00.341Z] === RUN   TestKernelTCPMemory
13:48:00 [2021-04-22T13:48:00.341Z] --- SKIP: TestKernelTCPMemory (0.01s)
13:48:00 [2021-04-22T13:48:00.341Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
13:48:00 [2021-04-22T13:48:00.341Z] === RUN   TestNISDomainname
13:48:00 [2021-04-22T13:48:00.368Z] --- PASS: TestHostnameDnsResolution (1.63s)
13:48:00 [2021-04-22T13:48:00.368Z] === RUN   TestStats
13:48:00 [2021-04-22T13:48:00.368Z] --- SKIP: TestStats (0.00s)
13:48:00 [2021-04-22T13:48:00.368Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:00 [2021-04-22T13:48:00.368Z] === RUN   TestStopContainerWithTimeout
13:48:00 [2021-04-22T13:48:00.368Z] === RUN   TestStopContainerWithTimeout/0
13:48:00 [2021-04-22T13:48:00.368Z] === PAUSE TestStopContainerWithTimeout/0
13:48:00 [2021-04-22T13:48:00.368Z] === RUN   TestStopContainerWithTimeout/1
13:48:00 [2021-04-22T13:48:00.368Z] === PAUSE TestStopContainerWithTimeout/1
13:48:00 [2021-04-22T13:48:00.368Z] === RUN   TestStopContainerWithTimeout/3
13:48:00 [2021-04-22T13:48:00.368Z] === PAUSE TestStopContainerWithTimeout/3
13:48:00 [2021-04-22T13:48:00.368Z] === RUN   TestStopContainerWithTimeout/-1
13:48:00 [2021-04-22T13:48:00.368Z] === PAUSE TestStopContainerWithTimeout/-1
13:48:00 [2021-04-22T13:48:00.368Z] === CONT  TestStopContainerWithTimeout/0
13:48:00 [2021-04-22T13:48:00.368Z] === CONT  TestStopContainerWithTimeout/-1
13:48:01 [2021-04-22T13:48:01.305Z] === CONT  TestStopContainerWithTimeout/3
13:48:01 [2021-04-22T13:48:01.714Z] ...INFO: Daemon under test started and replied!
13:48:01 [2021-04-22T13:48:01.714Z] INFO: Docker version of the daemon under test
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] Client:
13:48:01 [2021-04-22T13:48:01.714Z]  Version:      17.06.2-ce
13:48:01 [2021-04-22T13:48:01.714Z]  API version:  1.30
13:48:01 [2021-04-22T13:48:01.714Z]  Go version:   go1.8.3
13:48:01 [2021-04-22T13:48:01.714Z]  Git commit:   cec0b72
13:48:01 [2021-04-22T13:48:01.714Z]  Built:        Tue Sep  5 19:57:19 2017
13:48:01 [2021-04-22T13:48:01.714Z]  OS/Arch:      windows/amd64
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] Server:
13:48:01 [2021-04-22T13:48:01.714Z]  Version:      0.0.0-dev
13:48:01 [2021-04-22T13:48:01.714Z]  API version:  1.41 (minimum version 1.24)
13:48:01 [2021-04-22T13:48:01.714Z]  Go version:   go1.13.15
13:48:01 [2021-04-22T13:48:01.714Z]  Git commit:   bffa730860
13:48:01 [2021-04-22T13:48:01.714Z]  Built:        04/22/2021 13:45:56
13:48:01 [2021-04-22T13:48:01.714Z]  OS/Arch:      windows/amd64
13:48:01 [2021-04-22T13:48:01.714Z]  Experimental: false
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] INFO: Docker info of the daemon under test
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] Containers: 0
13:48:01 [2021-04-22T13:48:01.714Z]  Running: 0
13:48:01 [2021-04-22T13:48:01.714Z]  Paused: 0
13:48:01 [2021-04-22T13:48:01.714Z]  Stopped: 0
13:48:01 [2021-04-22T13:48:01.714Z] Images: 0
13:48:01 [2021-04-22T13:48:01.714Z] Server Version: 0.0.0-dev
13:48:01 [2021-04-22T13:48:01.714Z] Storage Driver: windowsfilter
13:48:01 [2021-04-22T13:48:01.714Z]  Windows: 
13:48:01 [2021-04-22T13:48:01.714Z] Logging Driver: json-file
13:48:01 [2021-04-22T13:48:01.714Z] Plugins: 
13:48:01 [2021-04-22T13:48:01.714Z]  Volume: local
13:48:01 [2021-04-22T13:48:01.714Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
13:48:01 [2021-04-22T13:48:01.714Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
13:48:01 [2021-04-22T13:48:01.714Z] Swarm: inactive
13:48:01 [2021-04-22T13:48:01.714Z] Default Isolation: process
13:48:01 [2021-04-22T13:48:01.714Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
13:48:01 [2021-04-22T13:48:01.714Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
13:48:01 [2021-04-22T13:48:01.714Z] OSType: windows
13:48:01 [2021-04-22T13:48:01.714Z] Architecture: x86_64
13:48:01 [2021-04-22T13:48:01.714Z] CPUs: 4
13:48:01 [2021-04-22T13:48:01.714Z] Total Memory: 32GiB
13:48:01 [2021-04-22T13:48:01.714Z] Name: azwin-2-4ba620
13:48:01 [2021-04-22T13:48:01.714Z] ID: 7QLU:2GWG:RCQH:EXHJ:CISG:5CMJ:7IAH:PLC6:4OVN:JHOB:4SHN:ZBCQ
13:48:01 [2021-04-22T13:48:01.714Z] Docker Root Dir: D:\CI\PR-42164\9\daemon
13:48:01 [2021-04-22T13:48:01.714Z] Debug Mode (client): false
13:48:01 [2021-04-22T13:48:01.714Z] Debug Mode (server): true
13:48:01 [2021-04-22T13:48:01.714Z]  File Descriptors: -1
13:48:01 [2021-04-22T13:48:01.714Z]  Goroutines: 16
13:48:01 [2021-04-22T13:48:01.714Z]  System Time: 2021-04-22T13:48:01.0371468Z
13:48:01 [2021-04-22T13:48:01.714Z]  EventsListeners: 0
13:48:01 [2021-04-22T13:48:01.714Z] Registry: https://index.docker.io/v1/
13:48:01 [2021-04-22T13:48:01.714Z] Labels:
13:48:01 [2021-04-22T13:48:01.714Z] Experimental: false
13:48:01 [2021-04-22T13:48:01.714Z] Insecure Registries:
13:48:01 [2021-04-22T13:48:01.714Z]  127.0.0.0/8
13:48:01 [2021-04-22T13:48:01.714Z] Live Restore Enabled: false
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] INFO: Docker images of the daemon under test
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
13:48:01 [2021-04-22T13:48:01.714Z] 
13:48:01 [2021-04-22T13:48:01.714Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider
13:48:01 [2021-04-22T13:48:01.714Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time...
13:48:01 [2021-04-22T13:48:01.714Z] 10.0.20295.1: Pulling from windows/servercore/insider
13:48:01 [2021-04-22T13:48:01.734Z] --- PASS: TestNISDomainname (1.45s)
13:48:01 [2021-04-22T13:48:01.734Z] === RUN   TestHostnameDnsResolution
13:48:02 [2021-04-22T13:48:02.177Z] 29d5b6a226d2: Pulling fs layer
13:48:03 [2021-04-22T13:48:03.206Z] === CONT  TestStopContainerWithTimeout/1
13:48:03 [2021-04-22T13:48:03.645Z] --- PASS: TestHostnameDnsResolution (1.81s)
13:48:03 [2021-04-22T13:48:03.645Z] === RUN   TestStats
13:48:04 [2021-04-22T13:48:04.299Z] tests/integration/api_exec_test.py .....................                 [ 34%]
13:48:05 [2021-04-22T13:48:05.109Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:48:05 [2021-04-22T13:48:05.109Z]     --- PASS: TestStopContainerWithTimeout/0 (1.02s)
13:48:05 [2021-04-22T13:48:05.109Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.07s)
13:48:05 [2021-04-22T13:48:05.109Z]     --- PASS: TestStopContainerWithTimeout/3 (2.64s)
13:48:05 [2021-04-22T13:48:05.109Z]     --- PASS: TestStopContainerWithTimeout/1 (1.67s)
13:48:05 [2021-04-22T13:48:05.109Z] === RUN   TestDeleteDevicemapper
13:48:05 [2021-04-22T13:48:05.109Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:48:05 [2021-04-22T13:48:05.109Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:48:05 [2021-04-22T13:48:05.109Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:48:06 [2021-04-22T13:48:06.186Z] --- PASS: TestStats (2.75s)
13:48:06 [2021-04-22T13:48:06.186Z] === RUN   TestStopContainerWithTimeout
13:48:06 [2021-04-22T13:48:06.186Z] === RUN   TestStopContainerWithTimeout/0
13:48:06 [2021-04-22T13:48:06.186Z] === PAUSE TestStopContainerWithTimeout/0
13:48:06 [2021-04-22T13:48:06.186Z] === RUN   TestStopContainerWithTimeout/1
13:48:06 [2021-04-22T13:48:06.186Z] === PAUSE TestStopContainerWithTimeout/1
13:48:06 [2021-04-22T13:48:06.186Z] === RUN   TestStopContainerWithTimeout/3
13:48:06 [2021-04-22T13:48:06.186Z] === PAUSE TestStopContainerWithTimeout/3
13:48:06 [2021-04-22T13:48:06.186Z] === RUN   TestStopContainerWithTimeout/-1
13:48:06 [2021-04-22T13:48:06.186Z] === PAUSE TestStopContainerWithTimeout/-1
13:48:06 [2021-04-22T13:48:06.186Z] === CONT  TestStopContainerWithTimeout/0
13:48:06 [2021-04-22T13:48:06.186Z] === CONT  TestStopContainerWithTimeout/-1
13:48:07 [2021-04-22T13:48:07.013Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.20s)
13:48:07 [2021-04-22T13:48:07.013Z] === RUN   TestUpdateMemory
13:48:07 [2021-04-22T13:48:07.013Z] --- SKIP: TestUpdateMemory (0.00s)
13:48:07 [2021-04-22T13:48:07.013Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:07 [2021-04-22T13:48:07.013Z] === RUN   TestUpdateCPUQuota
13:48:07 [2021-04-22T13:48:07.013Z] --- SKIP: TestUpdateCPUQuota (0.00s)
13:48:07 [2021-04-22T13:48:07.013Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:07 [2021-04-22T13:48:07.013Z] === RUN   TestUpdatePidsLimit
13:48:07 [2021-04-22T13:48:07.013Z] --- SKIP: TestUpdatePidsLimit (0.00s)
13:48:07 [2021-04-22T13:48:07.013Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:07 [2021-04-22T13:48:07.013Z] === RUN   TestUpdateRestartPolicy
13:48:07 [2021-04-22T13:48:07.571Z] === CONT  TestStopContainerWithTimeout/3
13:48:09 [2021-04-22T13:48:09.481Z] === CONT  TestStopContainerWithTimeout/1
13:48:11 [2021-04-22T13:48:11.393Z] --- PASS: TestStopContainerWithTimeout (0.01s)
13:48:11 [2021-04-22T13:48:11.393Z]     --- PASS: TestStopContainerWithTimeout/0 (1.04s)
13:48:11 [2021-04-22T13:48:11.393Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.09s)
13:48:11 [2021-04-22T13:48:11.393Z]     --- PASS: TestStopContainerWithTimeout/3 (2.67s)
13:48:11 [2021-04-22T13:48:11.393Z]     --- PASS: TestStopContainerWithTimeout/1 (1.75s)
13:48:11 [2021-04-22T13:48:11.393Z] === RUN   TestDeleteDevicemapper
13:48:11 [2021-04-22T13:48:11.393Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:48:11 [2021-04-22T13:48:11.393Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:48:11 [2021-04-22T13:48:11.393Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:48:13 [2021-04-22T13:48:13.659Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
13:48:13 [2021-04-22T13:48:13.936Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.53s)
13:48:13 [2021-04-22T13:48:13.936Z] === RUN   TestUpdateMemory
13:48:14 [2021-04-22T13:48:14.878Z] --- PASS: TestUpdateMemory (1.26s)
13:48:14 [2021-04-22T13:48:14.878Z] === RUN   TestUpdateCPUQuota
13:48:16 [2021-04-22T13:48:16.027Z] Loaded image: buildpack-deps:buster
13:48:16 [2021-04-22T13:48:16.027Z] Loaded image: busybox:latest
13:48:16 [2021-04-22T13:48:16.027Z] Loaded image: busybox:glibc
13:48:16 [2021-04-22T13:48:16.588Z] Loaded image: debian:bullseye
13:48:16 [2021-04-22T13:48:16.588Z] Loaded image: hello-world:latest
13:48:16 [2021-04-22T13:48:16.844Z] Loaded image: arm32v7/hello-world:latest
13:48:16 [2021-04-22T13:48:16.844Z] INFO: Testing against a local daemon
13:48:16 [2021-04-22T13:48:16.844Z] === RUN   TestCgroupNamespacesBuild
13:48:17 [2021-04-22T13:48:17.930Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
13:48:21 [2021-04-22T13:48:21.075Z] --- PASS: TestCgroupNamespacesBuild (3.44s)
13:48:21 [2021-04-22T13:48:21.075Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
13:48:21 [2021-04-22T13:48:21.887Z] --- PASS: TestUpdateRestartPolicy (12.38s)
13:48:21 [2021-04-22T13:48:21.887Z] === RUN   TestUpdateRestartWithAutoRemove
13:48:21 [2021-04-22T13:48:21.887Z] --- PASS: TestUpdateRestartWithAutoRemove (0.64s)
13:48:21 [2021-04-22T13:48:21.887Z] === RUN   TestWaitNonBlocked
13:48:21 [2021-04-22T13:48:21.887Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:48:21 [2021-04-22T13:48:21.887Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:48:21 [2021-04-22T13:48:21.887Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:48:21 [2021-04-22T13:48:21.887Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:48:21 [2021-04-22T13:48:21.887Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:48:21 [2021-04-22T13:48:21.887Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:48:21 [2021-04-22T13:48:21.887Z] --- PASS: TestWaitNonBlocked (0.01s)
13:48:21 [2021-04-22T13:48:21.887Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s)
13:48:21 [2021-04-22T13:48:21.887Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s)
13:48:21 [2021-04-22T13:48:21.887Z] === RUN   TestWaitBlocked
13:48:21 [2021-04-22T13:48:21.887Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:48:21 [2021-04-22T13:48:21.887Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:48:21 [2021-04-22T13:48:21.887Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:48:21 [2021-04-22T13:48:21.887Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:48:21 [2021-04-22T13:48:21.887Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:48:21 [2021-04-22T13:48:21.887Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:48:22 [2021-04-22T13:48:22.146Z] --- PASS: TestWaitBlocked (0.01s)
13:48:22 [2021-04-22T13:48:22.146Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.96s)
13:48:22 [2021-04-22T13:48:22.146Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s)
13:48:22 [2021-04-22T13:48:22.146Z] === CONT  TestDaemonRestartIpcMode
13:48:22 [2021-04-22T13:48:22.146Z] === CONT  TestIpcModeOlderClient
13:48:22 [2021-04-22T13:48:22.405Z] --- PASS: TestIpcModeOlderClient (0.06s)
13:48:22 [2021-04-22T13:48:22.405Z] === CONT  TestRestartDaemonWithRestartingContainer
13:48:23 [2021-04-22T13:48:23.011Z] --- PASS: TestUpdateCPUQuota (6.84s)
13:48:23 [2021-04-22T13:48:23.011Z] === RUN   TestUpdatePidsLimit
13:48:23 [2021-04-22T13:48:23.011Z] === RUN   TestUpdatePidsLimit/update_from_none
13:48:23 [2021-04-22T13:48:23.011Z] === RUN   TestUpdatePidsLimit/no_change
13:48:23 [2021-04-22T13:48:23.272Z] === RUN   TestUpdatePidsLimit/update_lower
13:48:23 [2021-04-22T13:48:23.605Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.20s)
13:48:23 [2021-04-22T13:48:23.605Z] === RUN   TestBuildWithSession
13:48:23 [2021-04-22T13:48:23.605Z] --- SKIP: TestBuildWithSession (0.00s)
13:48:23 [2021-04-22T13:48:23.605Z]     build_session_test.go:25: TODO: BuildKit
13:48:23 [2021-04-22T13:48:23.605Z] === RUN   TestBuildSquashParent
13:48:23 [2021-04-22T13:48:23.843Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:48:24 [2021-04-22T13:48:24.784Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:48:25 [2021-04-22T13:48:25.355Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:48:25 [2021-04-22T13:48:25.927Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:48:27 [2021-04-22T13:48:27.312Z] --- PASS: TestUpdatePidsLimit (5.43s)
13:48:27 [2021-04-22T13:48:27.312Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.69s)
13:48:27 [2021-04-22T13:48:27.312Z]     --- PASS: TestUpdatePidsLimit/no_change (0.70s)
13:48:27 [2021-04-22T13:48:27.312Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.72s)
13:48:27 [2021-04-22T13:48:27.312Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.71s)
13:48:27 [2021-04-22T13:48:27.312Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.69s)
13:48:27 [2021-04-22T13:48:27.312Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.71s)
13:48:27 [2021-04-22T13:48:27.312Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.69s)
13:48:27 [2021-04-22T13:48:27.312Z] === RUN   TestUpdateRestartPolicy
13:48:27 [2021-04-22T13:48:27.676Z] --- PASS: TestDaemonRestartIpcMode (5.51s)
13:48:27 [2021-04-22T13:48:27.935Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.51s)
13:48:27 [2021-04-22T13:48:27.935Z] PASS
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === Skipped
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
13:48:27 [2021-04-22T13:48:27.935Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestPause (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
13:48:27 [2021-04-22T13:48:27.935Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
13:48:27 [2021-04-22T13:48:27.935Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
13:48:27 [2021-04-22T13:48:27.935Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestStats (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
13:48:27 [2021-04-22T13:48:27.935Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] 
13:48:27 [2021-04-22T13:48:27.935Z] DONE 178 tests, 26 skipped in 109.465s
13:48:27 [2021-04-22T13:48:27.935Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:48:27 [2021-04-22T13:48:27.935Z] INFO: Testing against a local daemon
13:48:27 [2021-04-22T13:48:27.935Z] === RUN   TestCommitInheritsEnv
13:48:29 [2021-04-22T13:48:29.310Z] --- PASS: TestCommitInheritsEnv (1.18s)
13:48:29 [2021-04-22T13:48:29.310Z] === RUN   TestImportExtremelyLargeImageWorks
13:48:29 [2021-04-22T13:48:29.310Z] === PAUSE TestImportExtremelyLargeImageWorks
13:48:29 [2021-04-22T13:48:29.310Z] === RUN   TestImagesFilterMultiReference
13:48:29 [2021-04-22T13:48:29.310Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:48:29 [2021-04-22T13:48:29.310Z] === RUN   TestImagePullPlatformInvalid
13:48:29 [2021-04-22T13:48:29.310Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:48:29 [2021-04-22T13:48:29.310Z] === RUN   TestRemoveImageOrphaning
13:48:31 [2021-04-22T13:48:31.211Z] --- PASS: TestRemoveImageOrphaning (1.94s)
13:48:31 [2021-04-22T13:48:31.211Z] === RUN   TestRemoveImageGarbageCollector
13:48:31 [2021-04-22T13:48:31.211Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:48:31 [2021-04-22T13:48:31.211Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
13:48:31 [2021-04-22T13:48:31.211Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:48:31 [2021-04-22T13:48:31.211Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
13:48:31 [2021-04-22T13:48:31.211Z] === RUN   TestTagInvalidReference
13:48:31 [2021-04-22T13:48:31.211Z] --- PASS: TestTagInvalidReference (0.02s)
13:48:31 [2021-04-22T13:48:31.211Z] === RUN   TestTagValidPrefixedRepo
13:48:31 [2021-04-22T13:48:31.211Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
13:48:31 [2021-04-22T13:48:31.211Z] === RUN   TestTagExistedNameWithoutForce
13:48:31 [2021-04-22T13:48:31.211Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:48:31 [2021-04-22T13:48:31.211Z] === RUN   TestTagOfficialNames
13:48:31 [2021-04-22T13:48:31.211Z] --- PASS: TestTagOfficialNames (0.05s)
13:48:31 [2021-04-22T13:48:31.211Z] === RUN   TestTagMatchesDigest
13:48:31 [2021-04-22T13:48:31.211Z] --- PASS: TestTagMatchesDigest (0.01s)
13:48:31 [2021-04-22T13:48:31.211Z] === CONT  TestImportExtremelyLargeImageWorks
13:48:38 [2021-04-22T13:48:38.453Z] --- PASS: TestBuildSquashParent (13.70s)
13:48:38 [2021-04-22T13:48:38.453Z] === RUN   TestBuildWithRemoveAndForceRemove
13:48:38 [2021-04-22T13:48:38.453Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:38 [2021-04-22T13:48:38.453Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:38 [2021-04-22T13:48:38.453Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:38 [2021-04-22T13:48:38.453Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:38 [2021-04-22T13:48:38.453Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:38 [2021-04-22T13:48:38.453Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:38 [2021-04-22T13:48:38.453Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:38 [2021-04-22T13:48:38.453Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:38 [2021-04-22T13:48:38.453Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:38 [2021-04-22T13:48:38.453Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:38 [2021-04-22T13:48:38.453Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:38 [2021-04-22T13:48:38.453Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:38 [2021-04-22T13:48:38.453Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:48:38 [2021-04-22T13:48:38.453Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:48:42 [2021-04-22T13:48:42.220Z] --- PASS: TestUpdateRestartPolicy (12.70s)
13:48:42 [2021-04-22T13:48:42.220Z] === RUN   TestUpdateRestartWithAutoRemove
13:48:42 [2021-04-22T13:48:42.220Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s)
13:48:42 [2021-04-22T13:48:42.220Z] === RUN   TestWaitNonBlocked
13:48:42 [2021-04-22T13:48:42.220Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:48:42 [2021-04-22T13:48:42.220Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:48:42 [2021-04-22T13:48:42.220Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:48:42 [2021-04-22T13:48:42.220Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:48:42 [2021-04-22T13:48:42.220Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:48:42 [2021-04-22T13:48:42.221Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:48:42 [2021-04-22T13:48:42.221Z] --- PASS: TestWaitNonBlocked (0.01s)
13:48:42 [2021-04-22T13:48:42.221Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s)
13:48:42 [2021-04-22T13:48:42.221Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s)
13:48:42 [2021-04-22T13:48:42.221Z] === RUN   TestWaitBlocked
13:48:42 [2021-04-22T13:48:42.221Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:48:42 [2021-04-22T13:48:42.221Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:48:42 [2021-04-22T13:48:42.221Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:48:42 [2021-04-22T13:48:42.221Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:48:42 [2021-04-22T13:48:42.221Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:48:42 [2021-04-22T13:48:42.221Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:48:42 [2021-04-22T13:48:42.792Z] --- PASS: TestWaitBlocked (0.01s)
13:48:42 [2021-04-22T13:48:42.792Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.17s)
13:48:42 [2021-04-22T13:48:42.792Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.20s)
13:48:42 [2021-04-22T13:48:42.792Z] === CONT  TestContainerStartOnDaemonRestart
13:48:42 [2021-04-22T13:48:42.792Z] === CONT  TestContainerKillOnDaemonStart
13:48:43 [2021-04-22T13:48:43.707Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:48:43 [2021-04-22T13:48:43.707Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:48:46 [2021-04-22T13:48:46.093Z] --- PASS: TestContainerStartOnDaemonRestart (2.86s)
13:48:46 [2021-04-22T13:48:46.093Z] === CONT  TestIpcModeOlderClient
13:48:46 [2021-04-22T13:48:46.093Z] --- PASS: TestIpcModeOlderClient (0.07s)
13:48:46 [2021-04-22T13:48:46.093Z] === CONT  TestDaemonHostGatewayIP
13:48:47 [2021-04-22T13:48:47.462Z] --- PASS: TestBuildWithHugeFile (50.29s)
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildWCOWSandboxSize
13:48:47 [2021-04-22T13:48:47.462Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
13:48:47 [2021-04-22T13:48:47.462Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildWithEmptyDockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:48:47 [2021-04-22T13:48:47.462Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s)
13:48:47 [2021-04-22T13:48:47.462Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.19s)
13:48:47 [2021-04-22T13:48:47.462Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.19s)
13:48:47 [2021-04-22T13:48:47.462Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.20s)
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildPreserveOwnership
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildPreserveOwnership/copy_from
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:48:47 [2021-04-22T13:48:47.462Z] --- PASS: TestBuildPreserveOwnership (5.26s)
13:48:47 [2021-04-22T13:48:47.462Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.55s)
13:48:47 [2021-04-22T13:48:47.462Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.70s)
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildPlatformInvalid
13:48:47 [2021-04-22T13:48:47.462Z] --- PASS: TestBuildPlatformInvalid (0.16s)
13:48:47 [2021-04-22T13:48:47.462Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:48:47 [2021-04-22T13:48:47.700Z] tests/integration/api_network_test.py ............................       [ 47%]
13:48:48 [2021-04-22T13:48:48.959Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:48:48 [2021-04-22T13:48:48.959Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:48:50 [2021-04-22T13:48:50.300Z] --- PASS: TestDaemonHostGatewayIP (3.72s)
13:48:50 [2021-04-22T13:48:50.300Z] === CONT  TestRestartDaemonWithRestartingContainer
13:48:52 [2021-04-22T13:48:52.845Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.82s)
13:48:52 [2021-04-22T13:48:52.845Z] === CONT  TestDaemonRestartIpcMode
13:48:52 [2021-04-22T13:48:52.962Z] 29d5b6a226d2: Verifying Checksum
13:48:52 [2021-04-22T13:48:52.962Z] 29d5b6a226d2: Download complete
13:48:54 [2021-04-22T13:48:54.211Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:48:54 [2021-04-22T13:48:54.211Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.58s)
13:48:54 [2021-04-22T13:48:54.211Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.63s)
13:48:54 [2021-04-22T13:48:54.211Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.21s)
13:48:54 [2021-04-22T13:48:54.211Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.43s)
13:48:54 [2021-04-22T13:48:54.211Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.54s)
13:48:54 [2021-04-22T13:48:54.211Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.32s)
13:48:54 [2021-04-22T13:48:54.211Z] === RUN   TestBuildMultiStageCopy
13:48:54 [2021-04-22T13:48:54.211Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:48:55 [2021-04-22T13:48:55.391Z] --- PASS: TestDaemonRestartIpcMode (3.01s)
13:48:55 [2021-04-22T13:48:55.964Z] --- PASS: TestContainerKillOnDaemonStart (12.90s)
13:48:55 [2021-04-22T13:48:55.964Z] PASS
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] === Skipped
13:48:55 [2021-04-22T13:48:55.964Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:48:55 [2021-04-22T13:48:55.964Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
13:48:55 [2021-04-22T13:48:55.964Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:48:55 [2021-04-22T13:48:55.964Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
13:48:55 [2021-04-22T13:48:55.964Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
13:48:55 [2021-04-22T13:48:55.964Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:48:55 [2021-04-22T13:48:55.964Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] 
13:48:55 [2021-04-22T13:48:55.964Z] DONE 197 tests, 6 skipped in 153.115s
13:48:55 [2021-04-22T13:48:55.964Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:48:55 [2021-04-22T13:48:55.964Z] INFO: Testing against a local daemon
13:48:55 [2021-04-22T13:48:55.964Z] === RUN   TestCommitInheritsEnv
13:48:56 [2021-04-22T13:48:56.225Z] --- PASS: TestCommitInheritsEnv (0.31s)
13:48:56 [2021-04-22T13:48:56.225Z] === RUN   TestImportExtremelyLargeImageWorks
13:48:56 [2021-04-22T13:48:56.225Z] === PAUSE TestImportExtremelyLargeImageWorks
13:48:56 [2021-04-22T13:48:56.225Z] === RUN   TestImagesFilterMultiReference
13:48:56 [2021-04-22T13:48:56.225Z] --- PASS: TestImagesFilterMultiReference (0.05s)
13:48:56 [2021-04-22T13:48:56.225Z] === RUN   TestImagePullPlatformInvalid
13:48:56 [2021-04-22T13:48:56.225Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
13:48:56 [2021-04-22T13:48:56.225Z] === RUN   TestRemoveImageOrphaning
13:48:56 [2021-04-22T13:48:56.486Z] --- PASS: TestRemoveImageOrphaning (0.28s)
13:48:56 [2021-04-22T13:48:56.486Z] === RUN   TestRemoveImageGarbageCollector
13:48:56 [2021-04-22T13:48:56.867Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
13:48:57 [2021-04-22T13:48:57.481Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:48:58 [2021-04-22T13:48:58.044Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:48:58 [2021-04-22T13:48:58.608Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:48:58 [2021-04-22T13:48:58.819Z] tests/integration/api_secret_test.py .....                               [ 51%]
13:48:59 [2021-04-22T13:48:59.032Z] --- PASS: TestRemoveImageGarbageCollector (2.05s)
13:48:59 [2021-04-22T13:48:59.032Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:48:59 [2021-04-22T13:48:59.032Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
13:48:59 [2021-04-22T13:48:59.032Z] === RUN   TestTagInvalidReference
13:48:59 [2021-04-22T13:48:59.032Z] --- PASS: TestTagInvalidReference (0.02s)
13:48:59 [2021-04-22T13:48:59.032Z] === RUN   TestTagValidPrefixedRepo
13:48:59 [2021-04-22T13:48:59.032Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
13:48:59 [2021-04-22T13:48:59.032Z] === RUN   TestTagExistedNameWithoutForce
13:48:59 [2021-04-22T13:48:59.032Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
13:48:59 [2021-04-22T13:48:59.032Z] === RUN   TestTagOfficialNames
13:48:59 [2021-04-22T13:48:59.032Z] --- PASS: TestTagOfficialNames (0.06s)
13:48:59 [2021-04-22T13:48:59.032Z] === RUN   TestTagMatchesDigest
13:48:59 [2021-04-22T13:48:59.032Z] --- PASS: TestTagMatchesDigest (0.01s)
13:48:59 [2021-04-22T13:48:59.032Z] === CONT  TestImportExtremelyLargeImageWorks
13:48:59 [2021-04-22T13:48:59.171Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:49:00 [2021-04-22T13:49:00.101Z] --- PASS: TestBuildMultiStageCopy (6.25s)
13:49:00 [2021-04-22T13:49:00.101Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.86s)
13:49:00 [2021-04-22T13:49:00.101Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s)
13:49:00 [2021-04-22T13:49:00.101Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.55s)
13:49:00 [2021-04-22T13:49:00.101Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.65s)
13:49:00 [2021-04-22T13:49:00.101Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s)
13:49:00 [2021-04-22T13:49:00.101Z] === RUN   TestBuildMultiStageParentConfig
13:49:01 [2021-04-22T13:49:01.031Z] --- PASS: TestBuildMultiStageParentConfig (1.27s)
13:49:01 [2021-04-22T13:49:01.031Z] === RUN   TestBuildLabelWithTargets
13:49:02 [2021-04-22T13:49:02.401Z] Loaded image: buildpack-deps:buster
13:49:02 [2021-04-22T13:49:02.401Z] Loaded image: busybox:latest
13:49:02 [2021-04-22T13:49:02.401Z] Loaded image: busybox:glibc
13:49:02 [2021-04-22T13:49:02.401Z] Loaded image: debian:bullseye
13:49:02 [2021-04-22T13:49:02.401Z] Loaded image: hello-world:latest
13:49:02 [2021-04-22T13:49:02.401Z] Loaded image: arm32v7/hello-world:latest
13:49:03 [2021-04-22T13:49:03.202Z] tests/integration/api_service_test.py ....................s............. [ 60%]
13:49:03 [2021-04-22T13:49:03.550Z] --- PASS: TestBuildLabelWithTargets (2.25s)
13:49:03 [2021-04-22T13:49:03.550Z] === RUN   TestBuildWithEmptyLayers
13:49:04 [2021-04-22T13:49:04.917Z] --- PASS: TestBuildWithEmptyLayers (1.33s)
13:49:04 [2021-04-22T13:49:04.917Z] === RUN   TestBuildMultiStageOnBuild
13:49:09 [2021-04-22T13:49:09.087Z] --- PASS: TestBuildMultiStageOnBuild (4.38s)
13:49:09 [2021-04-22T13:49:09.087Z] === RUN   TestBuildUncleanTarFilenames
13:49:10 [2021-04-22T13:49:10.980Z] --- PASS: TestBuildUncleanTarFilenames (1.86s)
13:49:10 [2021-04-22T13:49:10.980Z] === RUN   TestBuildMultiStageLayerLeak
13:49:12 [2021-04-22T13:49:12.400Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.58s)
13:49:12 [2021-04-22T13:49:12.401Z] PASS
13:49:12 [2021-04-22T13:49:12.401Z] 
13:49:12 [2021-04-22T13:49:12.401Z] === Skipped
13:49:12 [2021-04-22T13:49:12.401Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
13:49:12 [2021-04-22T13:49:12.401Z]     build_session_test.go:25: TODO: BuildKit
13:49:12 [2021-04-22T13:49:12.401Z] 
13:49:12 [2021-04-22T13:49:12.401Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s)
13:49:12 [2021-04-22T13:49:12.401Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:49:12 [2021-04-22T13:49:12.401Z] 
13:49:12 [2021-04-22T13:49:12.401Z] 
13:49:12 [2021-04-22T13:49:12.401Z] DONE 34 tests, 2 skipped in 125.642s
13:49:12 [2021-04-22T13:49:12.401Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
13:49:12 [2021-04-22T13:49:12.401Z] ++ 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
13:49:12 [2021-04-22T13:49:12.401Z] ++ set -e
13:49:12 [2021-04-22T13:49:12.401Z] ++ '[' -n 0 ']'
13:49:12 [2021-04-22T13:49:12.401Z] ++ set -x
13:49:12 [2021-04-22T13:49:12.401Z] ++ 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
13:49:12 [2021-04-22T13:49:12.401Z] INFO: Testing against a local daemon
13:49:12 [2021-04-22T13:49:12.401Z] === RUN   TestConfigInspect
13:49:15 [2021-04-22T13:49:15.702Z] --- PASS: TestConfigInspect (3.53s)
13:49:15 [2021-04-22T13:49:15.702Z] === RUN   TestConfigList
13:49:16 [2021-04-22T13:49:16.230Z] --- PASS: TestBuildMultiStageLayerLeak (4.46s)
13:49:16 [2021-04-22T13:49:16.230Z] === RUN   TestBuildWithHugeFile
13:49:17 [2021-04-22T13:49:17.861Z] ..........................                                               [ 67%]
13:49:19 [2021-04-22T13:49:19.002Z] --- PASS: TestConfigList (3.18s)
13:49:19 [2021-04-22T13:49:19.002Z] === RUN   TestConfigsCreateAndDelete
13:49:22 [2021-04-22T13:49:22.301Z] --- PASS: TestConfigsCreateAndDelete (3.19s)
13:49:22 [2021-04-22T13:49:22.301Z] === RUN   TestConfigsUpdate
13:49:25 [2021-04-22T13:49:25.601Z] --- PASS: TestConfigsUpdate (3.20s)
13:49:25 [2021-04-22T13:49:25.601Z] === RUN   TestTemplatedConfig
13:49:28 [2021-04-22T13:49:28.410Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:49:28 [2021-04-22T13:49:28.410Z] Using test binary docker
13:49:28 [2021-04-22T13:49:28.410Z] +++ /etc/init.d/apparmor start
13:49:28 [2021-04-22T13:49:28.410Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:49:28 [2021-04-22T13:49:28.410Z] INFO: Waiting for daemon to start...
13:49:28 [2021-04-22T13:49:28.410Z] Starting dockerd
13:49:28 [2021-04-22T13:49:28.410Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:49:28 [2021-04-22T13:49:28.410Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
13:49:28 [2021-04-22T13:49:28.410Z] Using test binary docker
13:49:28 [2021-04-22T13:49:28.410Z] +++ /etc/init.d/apparmor start
13:49:28 [2021-04-22T13:49:28.410Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
13:49:28 [2021-04-22T13:49:28.410Z] INFO: Waiting for daemon to start...
13:49:28 [2021-04-22T13:49:28.410Z] Starting dockerd
13:49:28 [2021-04-22T13:49:28.410Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
13:49:29 [2021-04-22T13:49:29.806Z] --- PASS: TestTemplatedConfig (3.84s)
13:49:29 [2021-04-22T13:49:29.806Z] === RUN   TestConfigCreateResolve
13:49:32 [2021-04-22T13:49:32.350Z] --- PASS: TestConfigCreateResolve (3.20s)
13:49:32 [2021-04-22T13:49:32.350Z] === RUN   TestConfigDaemonLibtrustID
13:49:32 [2021-04-22T13:49:32.582Z] .
13:49:32 [2021-04-22T13:49:32.582Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:49:32 [2021-04-22T13:49:32.582Z] 
13:49:32 [2021-04-22T13:49:32.582Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
13:49:32 [2021-04-22T13:49:32.582Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:49:32 [2021-04-22T13:49:32.582Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
13:49:32 [2021-04-22T13:49:32.582Z] Error: No such image: emptyfs
13:49:32 [2021-04-22T13:49:32.582Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:49:32 [2021-04-22T13:49:32.582Z] ++++ docker load
13:49:32 [2021-04-22T13:49:32.582Z] Error: No such image: emptyfs
13:49:32 [2021-04-22T13:49:32.582Z] ++++ tar -cC bundles/test-integration/emptyfs .
13:49:32 [2021-04-22T13:49:32.582Z] ++++ docker load
13:49:32 [2021-04-22T13:49:32.839Z] Running integration-test (iteration 1)
13:49:32 [2021-04-22T13:49:32.839Z] Running integration-test (iteration 1)Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
13:49:32 [2021-04-22T13:49:32.839Z] 
13:49:32 [2021-04-22T13:49:32.839Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:49:32 [2021-04-22T13:49:32.839Z] ++ set -e
13:49:32 [2021-04-22T13:49:32.839Z] ++ '[' -n 0 ']'
13:49:32 [2021-04-22T13:49:32.839Z] ++ set -x
13:49:32 [2021-04-22T13:49:32.839Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
13:49:32 [2021-04-22T13:49:32.839Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
13:49:32 [2021-04-22T13:49:32.839Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:49:32 [2021-04-22T13:49:32.839Z] ++ set -e
13:49:32 [2021-04-22T13:49:32.839Z] ++ '[' -n 0 ']'
13:49:32 [2021-04-22T13:49:32.839Z] ++ set -x
13:49:32 [2021-04-22T13:49:32.839Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
13:49:33 [2021-04-22T13:49:33.734Z] --- PASS: TestConfigDaemonLibtrustID (1.16s)
13:49:33 [2021-04-22T13:49:33.734Z] PASS
13:49:33 [2021-04-22T13:49:33.734Z] 
13:49:33 [2021-04-22T13:49:33.734Z] DONE 7 tests in 21.445s
13:49:33 [2021-04-22T13:49:33.734Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
13:49:33 [2021-04-22T13:49:33.734Z] ++ 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
13:49:33 [2021-04-22T13:49:33.734Z] ++ set -e
13:49:33 [2021-04-22T13:49:33.734Z] ++ '[' -n 0 ']'
13:49:33 [2021-04-22T13:49:33.734Z] ++ set -x
13:49:33 [2021-04-22T13:49:33.734Z] ++ 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
13:49:33 [2021-04-22T13:49:33.734Z] INFO: Testing against a local daemon
13:49:33 [2021-04-22T13:49:33.734Z] === RUN   TestCheckpoint
13:49:33 [2021-04-22T13:49:33.734Z] --- SKIP: TestCheckpoint (0.00s)
13:49:33 [2021-04-22T13:49:33.734Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:49:33 [2021-04-22T13:49:33.734Z] === RUN   TestContainerInvalidJSON
13:49:33 [2021-04-22T13:49:33.734Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
13:49:33 [2021-04-22T13:49:33.734Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
13:49:33 [2021-04-22T13:49:33.734Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
13:49:33 [2021-04-22T13:49:33.734Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
13:49:33 [2021-04-22T13:49:33.734Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
13:49:33 [2021-04-22T13:49:33.734Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
13:49:33 [2021-04-22T13:49:33.734Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
13:49:33 [2021-04-22T13:49:33.734Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
13:49:33 [2021-04-22T13:49:33.734Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
13:49:33 [2021-04-22T13:49:33.734Z] --- PASS: TestContainerInvalidJSON (0.03s)
13:49:33 [2021-04-22T13:49:33.734Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
13:49:33 [2021-04-22T13:49:33.734Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
13:49:33 [2021-04-22T13:49:33.735Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
13:49:33 [2021-04-22T13:49:33.735Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:49:33 [2021-04-22T13:49:33.735Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
13:49:33 [2021-04-22T13:49:33.735Z] === RUN   TestCopyFromContainerPathIsNotDir
13:49:33 [2021-04-22T13:49:33.735Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
13:49:33 [2021-04-22T13:49:33.735Z] === RUN   TestCopyToContainerPathDoesNotExist
13:49:33 [2021-04-22T13:49:33.996Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
13:49:33 [2021-04-22T13:49:33.996Z] === RUN   TestCopyToContainerPathIsNotDir
13:49:33 [2021-04-22T13:49:33.996Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
13:49:33 [2021-04-22T13:49:33.996Z] === RUN   TestCopyFromContainer
13:49:35 [2021-04-22T13:49:35.910Z] === RUN   TestCopyFromContainer//
13:49:35 [2021-04-22T13:49:35.911Z] === RUN   TestCopyFromContainer//bar/root
13:49:35 [2021-04-22T13:49:35.911Z] === RUN   TestCopyFromContainer//bar/root/
13:49:35 [2021-04-22T13:49:35.911Z] === RUN   TestCopyFromContainer/bar/quux
13:49:36 [2021-04-22T13:49:36.172Z] === RUN   TestCopyFromContainer/bar/quux/
13:49:36 [2021-04-22T13:49:36.172Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:49:36 [2021-04-22T13:49:36.172Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:49:36 [2021-04-22T13:49:36.433Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:49:36 [2021-04-22T13:49:36.433Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:49:36 [2021-04-22T13:49:36.693Z] === RUN   TestCopyFromContainer/bar/notarget
13:49:36 [2021-04-22T13:49:36.693Z] --- PASS: TestCopyFromContainer (2.75s)
13:49:36 [2021-04-22T13:49:36.693Z]     --- PASS: TestCopyFromContainer// (0.12s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.10s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:49:36 [2021-04-22T13:49:36.694Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:49:36 [2021-04-22T13:49:36.694Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:49:36 [2021-04-22T13:49:36.694Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:49:36 [2021-04-22T13:49:36.694Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:49:36 [2021-04-22T13:49:36.694Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:49:36 [2021-04-22T13:49:36.694Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:49:36 [2021-04-22T13:49:36.694Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:49:36 [2021-04-22T13:49:36.694Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateLinkToNonExistingContainer
13:49:36 [2021-04-22T13:49:36.694Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateWithInvalidEnv
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateWithInvalidEnv/0
13:49:36 [2021-04-22T13:49:36.694Z] === PAUSE TestCreateWithInvalidEnv/0
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateWithInvalidEnv/1
13:49:36 [2021-04-22T13:49:36.694Z] === PAUSE TestCreateWithInvalidEnv/1
13:49:36 [2021-04-22T13:49:36.694Z] === RUN   TestCreateWithInvalidEnv/2
13:49:36 [2021-04-22T13:49:36.694Z] === PAUSE TestCreateWithInvalidEnv/2
13:49:36 [2021-04-22T13:49:36.955Z] === CONT  TestCreateWithInvalidEnv/0
13:49:36 [2021-04-22T13:49:36.955Z] === CONT  TestCreateWithInvalidEnv/1
13:49:36 [2021-04-22T13:49:36.955Z] === CONT  TestCreateWithInvalidEnv/2
13:49:36 [2021-04-22T13:49:36.955Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
13:49:36 [2021-04-22T13:49:36.955Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
13:49:36 [2021-04-22T13:49:36.955Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:49:36 [2021-04-22T13:49:36.955Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:49:36 [2021-04-22T13:49:36.955Z] === RUN   TestCreateTmpfsMountsTarget
13:49:36 [2021-04-22T13:49:36.955Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
13:49:36 [2021-04-22T13:49:36.955Z] === RUN   TestCreateWithCustomMaskedPaths
13:49:39 [2021-04-22T13:49:39.500Z] --- PASS: TestCreateWithCustomMaskedPaths (2.38s)
13:49:39 [2021-04-22T13:49:39.500Z] === RUN   TestCreateWithCustomReadonlyPaths
13:49:42 [2021-04-22T13:49:42.045Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.41s)
13:49:42 [2021-04-22T13:49:42.045Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:49:42 [2021-04-22T13:49:42.045Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:49:42 [2021-04-22T13:49:42.045Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:49:42 [2021-04-22T13:49:42.045Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:49:42 [2021-04-22T13:49:42.045Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:49:42 [2021-04-22T13:49:42.045Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:49:42 [2021-04-22T13:49:42.045Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:49:42 [2021-04-22T13:49:42.045Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:49:42 [2021-04-22T13:49:42.045Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
13:49:42 [2021-04-22T13:49:42.045Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
13:49:42 [2021-04-22T13:49:42.045Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
13:49:42 [2021-04-22T13:49:42.045Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
13:49:42 [2021-04-22T13:49:42.045Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
13:49:42 [2021-04-22T13:49:42.045Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
13:49:42 [2021-04-22T13:49:42.045Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:49:42 [2021-04-22T13:49:42.616Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s)
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestCreateDifferentPlatform
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestCreateDifferentPlatform/different_os
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:49:42 [2021-04-22T13:49:42.616Z] --- PASS: TestCreateDifferentPlatform (0.04s)
13:49:42 [2021-04-22T13:49:42.616Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
13:49:42 [2021-04-22T13:49:42.616Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:49:42 [2021-04-22T13:49:42.616Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:49:42 [2021-04-22T13:49:42.616Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestContainerStartOnDaemonRestart
13:49:42 [2021-04-22T13:49:42.616Z] === PAUSE TestContainerStartOnDaemonRestart
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestDaemonRestartIpcMode
13:49:42 [2021-04-22T13:49:42.616Z] === PAUSE TestDaemonRestartIpcMode
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestDaemonHostGatewayIP
13:49:42 [2021-04-22T13:49:42.616Z] === PAUSE TestDaemonHostGatewayIP
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestRestartDaemonWithRestartingContainer
13:49:42 [2021-04-22T13:49:42.616Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestContainerKillOnDaemonStart
13:49:42 [2021-04-22T13:49:42.616Z] === PAUSE TestContainerKillOnDaemonStart
13:49:42 [2021-04-22T13:49:42.616Z] === RUN   TestDiff
13:49:43 [2021-04-22T13:49:43.559Z] --- PASS: TestDiff (0.80s)
13:49:43 [2021-04-22T13:49:43.559Z] === RUN   TestExecWithCloseStdin
13:49:44 [2021-04-22T13:49:44.501Z] --- PASS: TestExecWithCloseStdin (1.11s)
13:49:44 [2021-04-22T13:49:44.501Z] === RUN   TestExec
13:49:45 [2021-04-22T13:49:45.886Z] --- PASS: TestExec (1.09s)
13:49:45 [2021-04-22T13:49:45.887Z] === RUN   TestExecUser
13:49:46 [2021-04-22T13:49:46.829Z] --- PASS: TestExecUser (1.09s)
13:49:46 [2021-04-22T13:49:46.829Z] === RUN   TestExportContainerAndImportImage
13:49:47 [2021-04-22T13:49:47.771Z] --- PASS: TestExportContainerAndImportImage (1.06s)
13:49:47 [2021-04-22T13:49:47.771Z] === RUN   TestExportContainerAfterDaemonRestart
13:49:51 [2021-04-22T13:49:51.071Z] --- PASS: TestExportContainerAfterDaemonRestart (3.04s)
13:49:51 [2021-04-22T13:49:51.071Z] === RUN   TestHealthCheckWorkdir
13:49:52 [2021-04-22T13:49:52.457Z] --- PASS: TestHealthCheckWorkdir (1.43s)
13:49:52 [2021-04-22T13:49:52.457Z] === RUN   TestHealthKillContainer
13:49:55 [2021-04-22T13:49:55.755Z] --- PASS: TestHealthKillContainer (3.06s)
13:49:55 [2021-04-22T13:49:55.755Z] === RUN   TestInspectCpusetInConfigPre120
13:49:56 [2021-04-22T13:49:56.096Z] 4612f6d0b889: Pull complete
13:49:56 [2021-04-22T13:49:56.326Z] --- PASS: TestInspectCpusetInConfigPre120 (0.83s)
13:49:56 [2021-04-22T13:49:56.326Z] === RUN   TestIpcModeNone
13:49:57 [2021-04-22T13:49:57.268Z] --- PASS: TestIpcModeNone (1.09s)
13:49:57 [2021-04-22T13:49:57.268Z] === RUN   TestIpcModePrivate
13:49:58 [2021-04-22T13:49:58.652Z] --- PASS: TestIpcModePrivate (1.07s)
13:49:58 [2021-04-22T13:49:58.652Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false
13:49:58 [2021-04-22T13:49:58.652Z] === RUN   TestIpcModeShareable
13:49:59 [2021-04-22T13:49:59.594Z] --- PASS: TestIpcModeShareable (1.09s)
13:49:59 [2021-04-22T13:49:59.594Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true
13:49:59 [2021-04-22T13:49:59.594Z] === RUN   TestAPIIpcModeShareableAndContainer
13:50:01 [2021-04-22T13:50:01.788Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
13:50:02 [2021-04-22T13:50:02.925Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.13s)
13:50:02 [2021-04-22T13:50:02.925Z] === RUN   TestAPIIpcModeHost
13:50:03 [2021-04-22T13:50:03.866Z] --- PASS: TestAPIIpcModeHost (1.10s)
13:50:03 [2021-04-22T13:50:03.866Z] === RUN   TestDaemonIpcModeShareable
13:50:06 [2021-04-22T13:50:06.410Z] --- PASS: TestDaemonIpcModeShareable (2.50s)
13:50:06 [2021-04-22T13:50:06.410Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
13:50:06 [2021-04-22T13:50:06.410Z] === RUN   TestDaemonIpcModePrivate
13:50:08 [2021-04-22T13:50:08.956Z] --- PASS: TestDaemonIpcModePrivate (2.59s)
13:50:08 [2021-04-22T13:50:08.956Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
13:50:08 [2021-04-22T13:50:08.956Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:50:11 [2021-04-22T13:50:11.502Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.47s)
13:50:11 [2021-04-22T13:50:11.502Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false
13:50:11 [2021-04-22T13:50:11.502Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:50:14 [2021-04-22T13:50:14.046Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.48s)
13:50:14 [2021-04-22T13:50:14.046Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true
13:50:14 [2021-04-22T13:50:14.046Z] === RUN   TestIpcModeOlderClient
13:50:14 [2021-04-22T13:50:14.046Z] === PAUSE TestIpcModeOlderClient
13:50:14 [2021-04-22T13:50:14.046Z] === RUN   TestKillContainerInvalidSignal
13:50:14 [2021-04-22T13:50:14.620Z] --- PASS: TestKillContainerInvalidSignal (0.84s)
13:50:14 [2021-04-22T13:50:14.620Z] === RUN   TestKillContainer
13:50:14 [2021-04-22T13:50:14.620Z] === RUN   TestKillContainer/no_signal
13:50:15 [2021-04-22T13:50:15.563Z] === RUN   TestKillContainer/non_killing_signal
13:50:16 [2021-04-22T13:50:16.135Z] === RUN   TestKillContainer/killing_signal
13:50:16 [2021-04-22T13:50:16.680Z] tests/integration/api_volume_test.py .........                           [ 74%]
13:50:17 [2021-04-22T13:50:17.076Z] --- PASS: TestKillContainer (2.48s)
13:50:17 [2021-04-22T13:50:17.076Z]     --- PASS: TestKillContainer/no_signal (0.79s)
13:50:17 [2021-04-22T13:50:17.076Z]     --- PASS: TestKillContainer/non_killing_signal (0.63s)
13:50:17 [2021-04-22T13:50:17.076Z]     --- PASS: TestKillContainer/killing_signal (0.82s)
13:50:17 [2021-04-22T13:50:17.076Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:50:17 [2021-04-22T13:50:17.076Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:50:18 [2021-04-22T13:50:18.018Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:50:18 [2021-04-22T13:50:18.844Z] tests/integration/client_test.py .....                                   [ 75%]
13:50:18 [2021-04-22T13:50:18.844Z] tests/integration/context_api_test.py ...                                [ 76%]
13:50:18 [2021-04-22T13:50:18.959Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.63s)
13:50:18 [2021-04-22T13:50:18.959Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.80s)
13:50:18 [2021-04-22T13:50:18.959Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s)
13:50:18 [2021-04-22T13:50:18.959Z] === RUN   TestKillStoppedContainer
13:50:18 [2021-04-22T13:50:18.959Z] --- PASS: TestKillStoppedContainer (0.07s)
13:50:18 [2021-04-22T13:50:18.959Z] === RUN   TestKillStoppedContainerAPIPre120
13:50:18 [2021-04-22T13:50:18.959Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
13:50:18 [2021-04-22T13:50:18.959Z] === RUN   TestKillDifferentUserContainer
13:50:19 [2021-04-22T13:50:19.480Z] Loaded image: buildpack-deps:buster
13:50:19 [2021-04-22T13:50:19.480Z] Loaded image: busybox:latest
13:50:19 [2021-04-22T13:50:19.480Z] Loaded image: busybox:glibc
13:50:19 [2021-04-22T13:50:19.480Z] Loaded image: buildpack-deps:buster
13:50:19 [2021-04-22T13:50:19.480Z] Loaded image: busybox:latest
13:50:19 [2021-04-22T13:50:19.480Z] Loaded image: busybox:glibc
13:50:19 [2021-04-22T13:50:19.782Z] tests/integration/errors_test.py .                                       [ 76%]
13:50:19 [2021-04-22T13:50:19.900Z] --- PASS: TestKillDifferentUserContainer (0.89s)
13:50:19 [2021-04-22T13:50:19.900Z] === RUN   TestInspectOomKilledTrue
13:50:19 [2021-04-22T13:50:19.900Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
13:50:19 [2021-04-22T13:50:19.900Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:50:19 [2021-04-22T13:50:19.900Z] === RUN   TestInspectOomKilledFalse
13:50:19 [2021-04-22T13:50:19.900Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
13:50:19 [2021-04-22T13:50:19.900Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:50:19 [2021-04-22T13:50:19.900Z] === RUN   TestLinksEtcHostsContentMatch
13:50:20 [2021-04-22T13:50:20.411Z] Loaded image: debian:bullseye
13:50:20 [2021-04-22T13:50:20.411Z] Loaded image: hello-world:latest
13:50:20 [2021-04-22T13:50:20.470Z] --- PASS: TestLinksEtcHostsContentMatch (0.83s)
13:50:20 [2021-04-22T13:50:20.470Z] === RUN   TestLinksContainerNames
13:50:20 [2021-04-22T13:50:20.668Z] Loaded image: arm32v7/hello-world:latest
13:50:20 [2021-04-22T13:50:20.668Z] INFO: Testing against a local daemon
13:50:20 [2021-04-22T13:50:20.668Z] === RUN   TestDockerDaemonSuite
13:50:20 [2021-04-22T13:50:20.925Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
13:50:21 [2021-04-22T13:50:21.183Z] Loaded image: debian:bullseye
13:50:21 [2021-04-22T13:50:21.441Z] Loaded image: hello-world:latest
13:50:21 [2021-04-22T13:50:21.699Z] Loaded image: arm32v7/hello-world:latest
13:50:21 [2021-04-22T13:50:21.699Z] INFO: Testing against a local daemon
13:50:21 [2021-04-22T13:50:21.699Z] === RUN   TestDockerSuite
13:50:21 [2021-04-22T13:50:21.699Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
13:50:21 [2021-04-22T13:50:21.699Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
13:50:21 [2021-04-22T13:50:21.956Z] === RUN   TestDockerSuite/TestAPIErrorJSON
13:50:21 [2021-04-22T13:50:21.956Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
13:50:21 [2021-04-22T13:50:21.956Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
13:50:21 [2021-04-22T13:50:21.956Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
13:50:21 [2021-04-22T13:50:21.956Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
13:50:21 [2021-04-22T13:50:21.956Z] === RUN   TestDockerSuite/TestAPIImagesDelete
13:50:22 [2021-04-22T13:50:22.382Z] --- PASS: TestLinksContainerNames (1.65s)
13:50:22 [2021-04-22T13:50:22.383Z] === RUN   TestLogsFollowTailEmpty
13:50:22 [2021-04-22T13:50:22.667Z] --- PASS: TestImportExtremelyLargeImageWorks (108.57s)
13:50:22 [2021-04-22T13:50:22.667Z] PASS
13:50:22 [2021-04-22T13:50:22.667Z] 
13:50:22 [2021-04-22T13:50:22.667Z] === Skipped
13:50:22 [2021-04-22T13:50:22.667Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:50:22 [2021-04-22T13:50:22.667Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
13:50:22 [2021-04-22T13:50:22.667Z] 
13:50:22 [2021-04-22T13:50:22.667Z] 
13:50:22 [2021-04-22T13:50:22.667Z] DONE 12 tests, 1 skipped in 112.078s
13:50:22 [2021-04-22T13:50:22.667Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:50:22 [2021-04-22T13:50:22.667Z] INFO: Testing against a local daemon
13:50:22 [2021-04-22T13:50:22.667Z] === RUN   TestNetworkCreateDelete
13:50:22 [2021-04-22T13:50:22.667Z] --- PASS: TestNetworkCreateDelete (0.44s)
13:50:22 [2021-04-22T13:50:22.667Z] === RUN   TestDockerNetworkDeletePreferID
13:50:22 [2021-04-22T13:50:22.667Z] --- PASS: TestDockerNetworkDeletePreferID (1.24s)
13:50:22 [2021-04-22T13:50:22.667Z] === RUN   TestDaemonDNSFallback
13:50:22 [2021-04-22T13:50:22.953Z] --- PASS: TestLogsFollowTailEmpty (0.80s)
13:50:22 [2021-04-22T13:50:22.953Z] === RUN   TestContainerNetworkMountsNoChown
13:50:22 [2021-04-22T13:50:22.958Z] === RUN   TestDockerSuite/TestAPIImagesFilter
13:50:23 [2021-04-22T13:50:23.237Z] === RUN   TestDockerSuite/TestAPIImagesHistory
13:50:23 [2021-04-22T13:50:23.804Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
13:50:23 [2021-04-22T13:50:23.804Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
13:50:23 [2021-04-22T13:50:23.896Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s)
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/default
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/default
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/private
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/private
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rprivate
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rprivate
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/slave
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/slave
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rslave
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rslave
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/shared
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/shared
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rshared
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rshared
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/default
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rslave
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rshared
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/default/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/default/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rprivate
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/slave
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/private
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/private/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/private/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/shared
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/default/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:50:23 [2021-04-22T13:50:23.896Z] === CONT  TestMountDaemonRoot/default/mount_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/private/bind_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/private/mount_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:50:24 [2021-04-22T13:50:24.158Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:50:24 [2021-04-22T13:50:24.419Z] --- PASS: TestMountDaemonRoot (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
13:50:24 [2021-04-22T13:50:24.419Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
13:50:24 [2021-04-22T13:50:24.419Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
13:50:24 [2021-04-22T13:50:24.419Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.07s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
13:50:24 [2021-04-22T13:50:24.419Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
13:50:24 [2021-04-22T13:50:24.419Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
13:50:24 [2021-04-22T13:50:24.419Z] === RUN   TestContainerBindMountNonRecursive
13:50:24 [2021-04-22T13:50:24.734Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
13:50:24 [2021-04-22T13:50:24.990Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
13:50:24 [2021-04-22T13:50:24.990Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
13:50:26 [2021-04-22T13:50:26.965Z] --- PASS: TestContainerBindMountNonRecursive (2.23s)
13:50:26 [2021-04-22T13:50:26.966Z] === RUN   TestContainerVolumesMountedAsShared
13:50:27 [2021-04-22T13:50:27.226Z] --- PASS: TestContainerVolumesMountedAsShared (0.61s)
13:50:27 [2021-04-22T13:50:27.226Z] === RUN   TestContainerVolumesMountedAsSlave
13:50:27 [2021-04-22T13:50:27.512Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
13:50:28 [2021-04-22T13:50:28.168Z] --- PASS: TestContainerVolumesMountedAsSlave (0.86s)
13:50:28 [2021-04-22T13:50:28.168Z] === RUN   TestNetworkNat
13:50:28 [2021-04-22T13:50:28.878Z] === RUN   TestDockerSuite/TestAPINetworkFilter
13:50:28 [2021-04-22T13:50:28.878Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
13:50:28 [2021-04-22T13:50:28.878Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
13:50:29 [2021-04-22T13:50:29.110Z] --- PASS: TestNetworkNat (1.05s)
13:50:29 [2021-04-22T13:50:29.110Z] === RUN   TestNetworkLocalhostTCPNat
13:50:29 [2021-04-22T13:50:29.134Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
13:50:30 [2021-04-22T13:50:30.051Z] --- PASS: TestNetworkLocalhostTCPNat (1.02s)
13:50:30 [2021-04-22T13:50:30.051Z] === RUN   TestNetworkLoopbackNat
13:50:30 [2021-04-22T13:50:30.788Z] --- PASS: TestDaemonDNSFallback (8.09s)
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestInspectNetwork
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestInspectNetwork (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestRunContainerWithBridgeNone
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestNetworkInvalidJSON
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestNetworkInvalidJSON//networks/create
13:50:30 [2021-04-22T13:50:30.788Z] === PAUSE TestNetworkInvalidJSON//networks/create
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
13:50:30 [2021-04-22T13:50:30.788Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
13:50:30 [2021-04-22T13:50:30.788Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
13:50:30 [2021-04-22T13:50:30.788Z] === CONT  TestNetworkInvalidJSON//networks/create
13:50:30 [2021-04-22T13:50:30.788Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
13:50:30 [2021-04-22T13:50:30.788Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
13:50:30 [2021-04-22T13:50:30.788Z] --- PASS: TestNetworkInvalidJSON (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestNetworkList
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestNetworkList//networks
13:50:30 [2021-04-22T13:50:30.788Z] === PAUSE TestNetworkList//networks
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestNetworkList//networks/
13:50:30 [2021-04-22T13:50:30.788Z] === PAUSE TestNetworkList//networks/
13:50:30 [2021-04-22T13:50:30.788Z] === CONT  TestNetworkList//networks
13:50:30 [2021-04-22T13:50:30.788Z] === CONT  TestNetworkList//networks/
13:50:30 [2021-04-22T13:50:30.788Z] --- PASS: TestNetworkList (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     --- PASS: TestNetworkList//networks (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestHostIPv4BridgeLabel
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDaemonRestartWithLiveRestore
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDaemonDefaultNetworkPools
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDaemonRestartWithExistingNetwork
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestServiceWithPredefinedNetwork
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:242: FLAKY_TEST
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestServiceWithDataPathPortInit
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] PASS
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === Skipped
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:242: FLAKY_TEST
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] DONE 22 tests, 12 skipped in 9.961s
13:50:30 [2021-04-22T13:50:30.788Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:50:30 [2021-04-22T13:50:30.788Z] INFO: Testing against a local daemon
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDockerNetworkIpvlanPersistance
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDockerNetworkIpvlan
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:50:30 [2021-04-22T13:50:30.788Z] PASS
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === Skipped
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] DONE 2 tests, 2 skipped in 0.106s
13:50:30 [2021-04-22T13:50:30.788Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:50:30 [2021-04-22T13:50:30.788Z] INFO: Testing against a local daemon
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDockerNetworkMacvlanPersistance
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestDockerNetworkMacvlan
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] PASS
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === Skipped
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] DONE 2 tests, 2 skipped in 0.098s
13:50:30 [2021-04-22T13:50:30.788Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:50:30 [2021-04-22T13:50:30.788Z] testing: warning: no tests to run
13:50:30 [2021-04-22T13:50:30.788Z] PASS
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] DONE 0 tests in 0.023s
13:50:30 [2021-04-22T13:50:30.788Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:50:30 [2021-04-22T13:50:30.788Z] INFO: Testing against a local daemon
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginAllowRequest
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginTLS
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginTLS (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginDenyRequest
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginAPIDenyResponse
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginDenyResponse
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginAllowEventStream
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginErrorResponse
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginErrorRequest
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginHeader
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginHeader (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.16s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginV2Disable
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginV2Disable (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:50:30 [2021-04-22T13:50:30.788Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] PASS
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === Skipped
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.788Z] 
13:50:30 [2021-04-22T13:50:30.788Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.16s)
13:50:30 [2021-04-22T13:50:30.788Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s)
13:50:30 [2021-04-22T13:50:30.789Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
13:50:30 [2021-04-22T13:50:30.789Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s)
13:50:30 [2021-04-22T13:50:30.789Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s)
13:50:30 [2021-04-22T13:50:30.789Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] DONE 17 tests, 17 skipped in 0.324s
13:50:30 [2021-04-22T13:50:30.789Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:50:30 [2021-04-22T13:50:30.789Z] INFO: Testing against a local daemon
13:50:30 [2021-04-22T13:50:30.789Z] === RUN   TestPluginInvalidJSON
13:50:30 [2021-04-22T13:50:30.789Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
13:50:30 [2021-04-22T13:50:30.789Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
13:50:30 [2021-04-22T13:50:30.789Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
13:50:30 [2021-04-22T13:50:30.789Z] --- PASS: TestPluginInvalidJSON (0.03s)
13:50:30 [2021-04-22T13:50:30.789Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
13:50:30 [2021-04-22T13:50:30.789Z] === RUN   TestPluginInstall
13:50:30 [2021-04-22T13:50:30.789Z] --- SKIP: TestPluginInstall (0.00s)
13:50:30 [2021-04-22T13:50:30.789Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.789Z] === RUN   TestPluginsWithRuntimes
13:50:30 [2021-04-22T13:50:30.789Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
13:50:30 [2021-04-22T13:50:30.789Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
13:50:30 [2021-04-22T13:50:30.789Z] === RUN   TestPluginBackCompatMediaTypes
13:50:30 [2021-04-22T13:50:30.789Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
13:50:30 [2021-04-22T13:50:30.789Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
13:50:30 [2021-04-22T13:50:30.789Z] PASS
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] === Skipped
13:50:30 [2021-04-22T13:50:30.789Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
13:50:30 [2021-04-22T13:50:30.789Z]     plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
13:50:30 [2021-04-22T13:50:30.789Z]     plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
13:50:30 [2021-04-22T13:50:30.789Z]     plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] 
13:50:30 [2021-04-22T13:50:30.789Z] DONE 5 tests, 3 skipped in 0.148s
13:50:30 [2021-04-22T13:50:30.789Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:50:30 [2021-04-22T13:50:30.789Z] INFO: Testing against a local daemon
13:50:30 [2021-04-22T13:50:30.789Z] === RUN   TestExternalGraphDriver
13:50:30 [2021-04-22T13:50:30.789Z] --- SKIP: TestExternalGraphDriver (0.07s)
13:50:30 [2021-04-22T13:50:30.789Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
13:50:30 [2021-04-22T13:50:30.789Z] === RUN   TestGraphdriverPluginV2
13:50:31 [2021-04-22T13:50:31.025Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
13:50:31 [2021-04-22T13:50:31.588Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
13:50:32 [2021-04-22T13:50:32.954Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
13:50:33 [2021-04-22T13:50:33.350Z] --- PASS: TestNetworkLoopbackNat (3.37s)
13:50:33 [2021-04-22T13:50:33.350Z] === RUN   TestPause
13:50:33 [2021-04-22T13:50:33.517Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
13:50:33 [2021-04-22T13:50:33.517Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
13:50:33 [2021-04-22T13:50:33.517Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
13:50:34 [2021-04-22T13:50:34.293Z] --- PASS: TestPause (0.88s)
13:50:34 [2021-04-22T13:50:34.293Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:50:34 [2021-04-22T13:50:34.293Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:50:34 [2021-04-22T13:50:34.293Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:50:34 [2021-04-22T13:50:34.293Z] === RUN   TestPauseStopPausedContainer
13:50:35 [2021-04-22T13:50:35.235Z] --- PASS: TestPauseStopPausedContainer (0.87s)
13:50:35 [2021-04-22T13:50:35.235Z] === RUN   TestPidHost
13:50:37 [2021-04-22T13:50:37.352Z] --- PASS: TestGraphdriverPluginV2 (6.59s)
13:50:37 [2021-04-22T13:50:37.352Z] PASS
13:50:37 [2021-04-22T13:50:37.352Z] 
13:50:37 [2021-04-22T13:50:37.352Z] === Skipped
13:50:37 [2021-04-22T13:50:37.352Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
13:50:37 [2021-04-22T13:50:37.352Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
13:50:37 [2021-04-22T13:50:37.352Z] 
13:50:37 [2021-04-22T13:50:37.352Z] 
13:50:37 [2021-04-22T13:50:37.352Z] DONE 2 tests, 1 skipped in 6.770s
13:50:37 [2021-04-22T13:50:37.352Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:50:37 [2021-04-22T13:50:37.611Z] INFO: Testing against a local daemon
13:50:37 [2021-04-22T13:50:37.611Z] === RUN   TestContinueAfterPluginCrash
13:50:37 [2021-04-22T13:50:37.611Z] === PAUSE TestContinueAfterPluginCrash
13:50:37 [2021-04-22T13:50:37.611Z] === RUN   TestReadPluginNoRead
13:50:37 [2021-04-22T13:50:37.611Z] === PAUSE TestReadPluginNoRead
13:50:37 [2021-04-22T13:50:37.611Z] === RUN   TestDaemonStartWithLogOpt
13:50:37 [2021-04-22T13:50:37.611Z] === PAUSE TestDaemonStartWithLogOpt
13:50:37 [2021-04-22T13:50:37.611Z] === CONT  TestContinueAfterPluginCrash
13:50:37 [2021-04-22T13:50:37.611Z] === CONT  TestDaemonStartWithLogOpt
13:50:37 [2021-04-22T13:50:37.779Z] --- PASS: TestPidHost (2.21s)
13:50:37 [2021-04-22T13:50:37.779Z] === RUN   TestPsFilter
13:50:37 [2021-04-22T13:50:37.779Z] --- PASS: TestPsFilter (0.15s)
13:50:37 [2021-04-22T13:50:37.779Z] === RUN   TestRemoveContainerWithRemovedVolume
13:50:38 [2021-04-22T13:50:38.351Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s)
13:50:38 [2021-04-22T13:50:38.351Z] === RUN   TestRemoveContainerWithVolume
13:50:39 [2021-04-22T13:50:39.292Z] --- PASS: TestRemoveContainerWithVolume (0.84s)
13:50:39 [2021-04-22T13:50:39.292Z] === RUN   TestRemoveContainerRunning
13:50:40 [2021-04-22T13:50:40.061Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
13:50:40 [2021-04-22T13:50:40.233Z] --- PASS: TestRemoveContainerRunning (0.84s)
13:50:40 [2021-04-22T13:50:40.233Z] === RUN   TestRemoveContainerForceRemoveRunning
13:50:40 [2021-04-22T13:50:40.804Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s)
13:50:40 [2021-04-22T13:50:40.804Z] === RUN   TestRemoveInvalidContainer
13:50:40 [2021-04-22T13:50:40.804Z] --- PASS: TestRemoveInvalidContainer (0.02s)
13:50:40 [2021-04-22T13:50:40.804Z] === RUN   TestRenameLinkedContainer
13:50:42 [2021-04-22T13:50:42.880Z] --- PASS: TestDaemonStartWithLogOpt (5.43s)
13:50:42 [2021-04-22T13:50:42.880Z] === CONT  TestReadPluginNoRead
13:50:44 [2021-04-22T13:50:44.104Z] --- PASS: TestRenameLinkedContainer (3.40s)
13:50:44 [2021-04-22T13:50:44.104Z] === RUN   TestRenameStoppedContainer
13:50:44 [2021-04-22T13:50:44.233Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
13:50:45 [2021-04-22T13:50:45.050Z] --- PASS: TestRenameStoppedContainer (0.81s)
13:50:45 [2021-04-22T13:50:45.050Z] === RUN   TestRenameRunningContainerAndReuse
13:50:46 [2021-04-22T13:50:46.280Z] tests/integration/models_containers_test.py ............................ [ 83%]
13:50:46 [2021-04-22T13:50:46.963Z] --- PASS: TestRenameRunningContainerAndReuse (1.63s)
13:50:46 [2021-04-22T13:50:46.963Z] === RUN   TestRenameInvalidName
13:50:47 [2021-04-22T13:50:47.123Z] === RUN   TestReadPluginNoRead/default
13:50:47 [2021-04-22T13:50:47.506Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
13:50:47 [2021-04-22T13:50:47.535Z] --- PASS: TestRenameInvalidName (0.83s)
13:50:47 [2021-04-22T13:50:47.535Z] === RUN   TestRenameAnonymousContainer
13:50:48 [2021-04-22T13:50:48.082Z] --- PASS: TestContinueAfterPluginCrash (10.38s)
13:50:48 [2021-04-22T13:50:48.436Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
13:50:49 [2021-04-22T13:50:49.017Z] === RUN   TestReadPluginNoRead/disabled_caching
13:50:49 [2021-04-22T13:50:49.365Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
13:50:49 [2021-04-22T13:50:49.619Z] 29d5b6a226d2: Pull complete
13:50:49 [2021-04-22T13:50:49.619Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b
13:50:49 [2021-04-22T13:50:49.619Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
13:50:49 [2021-04-22T13:50:49.619Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully
13:50:49 [2021-04-22T13:50:49.619Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test
13:50:49 [2021-04-22T13:50:49.619Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1'
13:50:49 [2021-04-22T13:50:49.619Z] WARN: Skipping validation tests
13:50:49 [2021-04-22T13:50:49.619Z] INFO: Running unit tests at 04/22/2021 13:50:41...
13:50:49 [2021-04-22T13:50:49.619Z] INFO: make.ps1 starting at 04/22/2021 13:50:47
13:50:49 [2021-04-22T13:50:49.619Z] INFO: Git commit (bffa730860) assumed from DOCKER_GITCOMMIT environment variable
13:50:49 [2021-04-22T13:50:49.619Z] INFO: Invoking autogen...
13:50:49 [2021-04-22T13:50:49.619Z] INFO: Running unit tests...
13:50:50 [2021-04-22T13:50:50.569Z] --- PASS: TestImportExtremelyLargeImageWorks (108.21s)
13:50:50 [2021-04-22T13:50:50.569Z] PASS
13:50:50 [2021-04-22T13:50:50.569Z] 
13:50:50 [2021-04-22T13:50:50.569Z] DONE 12 tests in 111.131s
13:50:50 [2021-04-22T13:50:50.569Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
13:50:50 [2021-04-22T13:50:50.569Z] INFO: Testing against a local daemon
13:50:50 [2021-04-22T13:50:50.569Z] === RUN   TestNetworkCreateDelete
13:50:50 [2021-04-22T13:50:50.569Z] --- PASS: TestNetworkCreateDelete (0.45s)
13:50:50 [2021-04-22T13:50:50.569Z] === RUN   TestDockerNetworkDeletePreferID
13:50:50 [2021-04-22T13:50:50.569Z] --- PASS: TestDockerNetworkDeletePreferID (1.27s)
13:50:50 [2021-04-22T13:50:50.569Z] === RUN   TestDaemonDNSFallback
13:50:50 [2021-04-22T13:50:50.734Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
13:50:51 [2021-04-22T13:50:51.546Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:50:52 [2021-04-22T13:50:52.104Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
13:50:52 [2021-04-22T13:50:52.666Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
13:50:52 [2021-04-22T13:50:52.848Z] --- PASS: TestRenameAnonymousContainer (4.39s)
13:50:52 [2021-04-22T13:50:52.848Z] === RUN   TestRenameContainerWithSameName
13:50:52 [2021-04-22T13:50:52.848Z] --- PASS: TestRenameContainerWithSameName (0.85s)
13:50:52 [2021-04-22T13:50:52.848Z] === RUN   TestRenameContainerWithLinkedContainer
13:50:53 [2021-04-22T13:50:53.228Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
13:50:54 [2021-04-22T13:50:54.074Z] --- PASS: TestReadPluginNoRead (10.98s)
13:50:54 [2021-04-22T13:50:54.074Z]     --- PASS: TestReadPluginNoRead/default (2.54s)
13:50:54 [2021-04-22T13:50:54.074Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.44s)
13:50:54 [2021-04-22T13:50:54.074Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.46s)
13:50:54 [2021-04-22T13:50:54.074Z]     read_test.go:92: [d42ee08249681] daemon is not started
13:50:54 [2021-04-22T13:50:54.074Z] PASS
13:50:54 [2021-04-22T13:50:54.074Z] 
13:50:54 [2021-04-22T13:50:54.074Z] DONE 6 tests in 16.516s
13:50:54 [2021-04-22T13:50:54.074Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:50:54 [2021-04-22T13:50:54.074Z] testing: warning: no tests to run
13:50:54 [2021-04-22T13:50:54.074Z] PASS
13:50:54 [2021-04-22T13:50:54.074Z] 
13:50:54 [2021-04-22T13:50:54.074Z] DONE 0 tests in 0.039s
13:50:54 [2021-04-22T13:50:54.074Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:50:54 [2021-04-22T13:50:54.074Z] INFO: Testing against a local daemon
13:50:54 [2021-04-22T13:50:54.074Z] === RUN   TestPluginWithDevMounts
13:50:54 [2021-04-22T13:50:54.074Z] --- SKIP: TestPluginWithDevMounts (0.00s)
13:50:54 [2021-04-22T13:50:54.074Z]     mounts_test.go:21: (*Execution).IsRootless-fm
13:50:54 [2021-04-22T13:50:54.074Z] PASS
13:50:54 [2021-04-22T13:50:54.074Z] 
13:50:54 [2021-04-22T13:50:54.074Z] === Skipped
13:50:54 [2021-04-22T13:50:54.074Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
13:50:54 [2021-04-22T13:50:54.074Z]     mounts_test.go:21: (*Execution).IsRootless-fm
13:50:54 [2021-04-22T13:50:54.074Z] 
13:50:54 [2021-04-22T13:50:54.074Z] 
13:50:54 [2021-04-22T13:50:54.074Z] DONE 1 tests, 1 skipped in 0.109s
13:50:54 [2021-04-22T13:50:54.074Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:50:54 [2021-04-22T13:50:54.333Z] INFO: Testing against a local daemon
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestSecretInspect
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestSecretInspect (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestSecretList
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestSecretList (0.02s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestSecretsCreateAndDelete
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestSecretsCreateAndDelete (0.02s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestSecretsUpdate
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestSecretsUpdate (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestTemplatedSecret
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestTemplatedSecret (0.00s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestSecretCreateResolve
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestSecretCreateResolve (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] PASS
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] === Skipped
13:50:54 [2021-04-22T13:50:54.333Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] 
13:50:54 [2021-04-22T13:50:54.333Z] DONE 6 tests, 6 skipped in 0.169s
13:50:54 [2021-04-22T13:50:54.333Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:50:54 [2021-04-22T13:50:54.333Z] INFO: Testing against a local daemon
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestServiceCreateInit
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:50:54 [2021-04-22T13:50:54.333Z] --- PASS: TestServiceCreateInit (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
13:50:54 [2021-04-22T13:50:54.333Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
13:50:54 [2021-04-22T13:50:54.333Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestCreateServiceMultipleTimes
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestCreateServiceConflict
13:50:54 [2021-04-22T13:50:54.333Z] --- SKIP: TestCreateServiceConflict (0.01s)
13:50:54 [2021-04-22T13:50:54.333Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.333Z] === RUN   TestCreateServiceMaxReplicas
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s)
13:50:54 [2021-04-22T13:50:54.592Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestCreateWithDuplicateNetworkNames
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
13:50:54 [2021-04-22T13:50:54.592Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestCreateServiceSecretFileMode
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
13:50:54 [2021-04-22T13:50:54.592Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestCreateServiceConfigFileMode
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
13:50:54 [2021-04-22T13:50:54.592Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestCreateServiceSysctls
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestCreateServiceSysctls (0.02s)
13:50:54 [2021-04-22T13:50:54.592Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestCreateServiceCapabilities
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
13:50:54 [2021-04-22T13:50:54.592Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestInspect
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestInspect (0.01s)
13:50:54 [2021-04-22T13:50:54.592Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestCreateJob
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestCreateJob (0.01s)
13:50:54 [2021-04-22T13:50:54.592Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestReplicatedJob
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestReplicatedJob (0.01s)
13:50:54 [2021-04-22T13:50:54.592Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestUpdateReplicatedJob
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestUpdateReplicatedJob (0.02s)
13:50:54 [2021-04-22T13:50:54.592Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.592Z] === RUN   TestServiceListWithStatuses
13:50:54 [2021-04-22T13:50:54.592Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:50:54 [2021-04-22T13:50:54.593Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:50:54 [2021-04-22T13:50:54.593Z] === RUN   TestDockerNetworkConnectAlias
13:50:54 [2021-04-22T13:50:54.593Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
13:50:54 [2021-04-22T13:50:54.593Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.593Z] === RUN   TestDockerNetworkReConnect
13:50:54 [2021-04-22T13:50:54.593Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
13:50:54 [2021-04-22T13:50:54.593Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:54 [2021-04-22T13:50:54.593Z] === RUN   TestServicePlugin
13:50:54 [2021-04-22T13:50:54.610Z] --- PASS: TestBuildWithHugeFile (98.91s)
13:50:54 [2021-04-22T13:50:54.610Z] === RUN   TestBuildWCOWSandboxSize
13:50:54 [2021-04-22T13:50:54.610Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
13:50:54 [2021-04-22T13:50:54.610Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:50:54 [2021-04-22T13:50:54.610Z] === RUN   TestBuildWithEmptyDockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === RUN   TestDockerSuite/TestAttachAfterDetach
13:50:54 [2021-04-22T13:50:54.610Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
13:50:54 [2021-04-22T13:50:54.610Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
13:50:54 [2021-04-22T13:50:54.775Z] --- PASS: TestRenameContainerWithLinkedContainer (1.64s)
13:50:54 [2021-04-22T13:50:54.775Z] === RUN   TestResize
13:50:54 [2021-04-22T13:50:54.866Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
13:50:55 [2021-04-22T13:50:55.122Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s)
13:50:55 [2021-04-22T13:50:55.122Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.36s)
13:50:55 [2021-04-22T13:50:55.122Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.39s)
13:50:55 [2021-04-22T13:50:55.122Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s)
13:50:55 [2021-04-22T13:50:55.122Z] === RUN   TestBuildPreserveOwnership
13:50:55 [2021-04-22T13:50:55.122Z] === RUN   TestBuildPreserveOwnership/copy_from
13:50:55 [2021-04-22T13:50:55.347Z] --- PASS: TestResize (0.80s)
13:50:55 [2021-04-22T13:50:55.347Z] === RUN   TestResizeWithInvalidSize
13:50:55 [2021-04-22T13:50:55.854Z] --- PASS: TestDaemonDNSFallback (7.14s)
13:50:55 [2021-04-22T13:50:55.854Z] === RUN   TestInspectNetwork
13:50:56 [2021-04-22T13:50:56.288Z] --- PASS: TestResizeWithInvalidSize (0.89s)
13:50:56 [2021-04-22T13:50:56.288Z] === RUN   TestResizeWhenContainerNotStarted
13:50:56 [2021-04-22T13:50:56.489Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
13:50:56 [2021-04-22T13:50:56.859Z] --- PASS: TestResizeWhenContainerNotStarted (0.84s)
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:50:56 [2021-04-22T13:50:56.859Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:50:57 [2021-04-22T13:50:57.052Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
13:50:58 [2021-04-22T13:50:58.780Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:50:58 [2021-04-22T13:50:58.785Z] --- SKIP: TestServicePlugin (3.62s)
13:50:58 [2021-04-22T13:50:58.785Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestServiceUpdateLabel
13:50:58 [2021-04-22T13:50:58.785Z] --- SKIP: TestServiceUpdateLabel (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestServiceUpdateSecrets
13:50:58 [2021-04-22T13:50:58.785Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestServiceUpdateConfigs
13:50:58 [2021-04-22T13:50:58.785Z] --- SKIP: TestServiceUpdateConfigs (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestServiceUpdateNetwork
13:50:58 [2021-04-22T13:50:58.785Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestServiceUpdatePidsLimit
13:50:58 [2021-04-22T13:50:58.785Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] PASS
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === Skipped
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
13:50:58 [2021-04-22T13:50:58.785Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
13:50:58 [2021-04-22T13:50:58.785Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
13:50:58 [2021-04-22T13:50:58.785Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
13:50:58 [2021-04-22T13:50:58.785Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestInspect (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
13:50:58 [2021-04-22T13:50:58.785Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServicePlugin (3.62s)
13:50:58 [2021-04-22T13:50:58.785Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] DONE 24 tests, 23 skipped in 4.006s
13:50:58 [2021-04-22T13:50:58.785Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
13:50:58 [2021-04-22T13:50:58.785Z] INFO: Testing against a local daemon
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestSessionCreate
13:50:58 [2021-04-22T13:50:58.785Z] --- PASS: TestSessionCreate (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestSessionCreateWithBadUpgrade
13:50:58 [2021-04-22T13:50:58.785Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
13:50:58 [2021-04-22T13:50:58.785Z] PASS
13:50:58 [2021-04-22T13:50:58.785Z] 
13:50:58 [2021-04-22T13:50:58.785Z] DONE 2 tests in 0.150s
13:50:58 [2021-04-22T13:50:58.785Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
13:50:58 [2021-04-22T13:50:58.785Z] INFO: Testing against a local daemon
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:50:58 [2021-04-22T13:50:58.785Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:50:58 [2021-04-22T13:50:58.785Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:50:58 [2021-04-22T13:50:58.785Z] === RUN   TestEventsExecDie
13:50:58 [2021-04-22T13:50:58.942Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
13:50:59 [2021-04-22T13:50:59.198Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
13:50:59 [2021-04-22T13:50:59.455Z] === RUN   TestDockerSuite/TestAttachDetach
13:50:59 [2021-04-22T13:50:59.720Z] --- PASS: TestEventsExecDie (0.98s)
13:50:59 [2021-04-22T13:50:59.720Z] === RUN   TestEventsBackwardsCompatible
13:50:59 [2021-04-22T13:50:59.720Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
13:50:59 [2021-04-22T13:50:59.720Z] === RUN   TestInfoBinaryCommits
13:50:59 [2021-04-22T13:50:59.720Z] --- PASS: TestInfoBinaryCommits (0.02s)
13:50:59 [2021-04-22T13:50:59.720Z] === RUN   TestInfoAPIVersioned
13:50:59 [2021-04-22T13:50:59.720Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:50:59 [2021-04-22T13:50:59.720Z] === RUN   TestInfoDiscoveryBackend
13:50:59 [2021-04-22T13:50:59.725Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:50:59 [2021-04-22T13:50:59.980Z] 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
13:50:59 [2021-04-22T13:50:59.986Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:50:59 [2021-04-22T13:50:59.986Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:51:00 [2021-04-22T13:51:00.060Z] === RUN   TestInspectNetwork/full_network_id
13:51:00 [2021-04-22T13:51:00.060Z] === RUN   TestInspectNetwork/partial_network_id
13:51:00 [2021-04-22T13:51:00.060Z] === RUN   TestInspectNetwork/network_name
13:51:00 [2021-04-22T13:51:00.060Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:51:00 [2021-04-22T13:51:00.383Z] === RUN   TestDockerSuite/TestAttachDisconnect
13:51:01 [2021-04-22T13:51:01.312Z] --- PASS: TestBuildPreserveOwnership (6.22s)
13:51:01 [2021-04-22T13:51:01.312Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.25s)
13:51:01 [2021-04-22T13:51:01.312Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.95s)
13:51:01 [2021-04-22T13:51:01.312Z] === RUN   TestBuildPlatformInvalid
13:51:01 [2021-04-22T13:51:01.312Z] --- PASS: TestBuildPlatformInvalid (0.12s)
13:51:01 [2021-04-22T13:51:01.312Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
13:51:01 [2021-04-22T13:51:01.377Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:51:01 [2021-04-22T13:51:01.568Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
13:51:01 [2021-04-22T13:51:01.619Z] --- PASS: TestInfoDiscoveryBackend (1.73s)
13:51:01 [2021-04-22T13:51:01.619Z] === RUN   TestInfoDiscoveryInvalidAdvertise
13:51:02 [2021-04-22T13:51:02.769Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:51:02 [2021-04-22T13:51:02.769Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:51:03 [2021-04-22T13:51:03.458Z] === RUN   TestDockerSuite/TestAttachPausedContainer
13:51:03 [2021-04-22T13:51:03.714Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:51:04 [2021-04-22T13:51:04.022Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
13:51:04 [2021-04-22T13:51:04.261Z] --- PASS: TestInspectNetwork (8.31s)
13:51:04 [2021-04-22T13:51:04.262Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:51:04 [2021-04-22T13:51:04.262Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:51:04 [2021-04-22T13:51:04.262Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:51:04 [2021-04-22T13:51:04.262Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:51:04 [2021-04-22T13:51:04.262Z] === RUN   TestRunContainerWithBridgeNone
13:51:04 [2021-04-22T13:51:04.901Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.40s)
13:51:04 [2021-04-22T13:51:04.901Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
13:51:04 [2021-04-22T13:51:04.901Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
13:51:04 [2021-04-22T13:51:04.901Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
13:51:04 [2021-04-22T13:51:04.901Z] === RUN   TestInfoAPI
13:51:04 [2021-04-22T13:51:04.901Z] --- PASS: TestInfoAPI (0.02s)
13:51:04 [2021-04-22T13:51:04.901Z] === RUN   TestInfoAPIWarnings
13:51:04 [2021-04-22T13:51:04.955Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
13:51:04 [2021-04-22T13:51:04.995Z] .........                                                                [ 86%]
13:51:06 [2021-04-22T13:51:06.259Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.80s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.97s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.00s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.62s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.83s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.53s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.82s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.84s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.55s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.58s)
13:51:06 [2021-04-22T13:51:06.259Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.19s)
13:51:06 [2021-04-22T13:51:06.259Z] === RUN   TestCgroupNamespacesRun
13:51:06 [2021-04-22T13:51:06.321Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
13:51:07 [2021-04-22T13:51:07.563Z] --- PASS: TestRunContainerWithBridgeNone (3.14s)
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestNetworkInvalidJSON
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestNetworkInvalidJSON//networks/create
13:51:07 [2021-04-22T13:51:07.563Z] === PAUSE TestNetworkInvalidJSON//networks/create
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
13:51:07 [2021-04-22T13:51:07.563Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
13:51:07 [2021-04-22T13:51:07.563Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
13:51:07 [2021-04-22T13:51:07.563Z] === CONT  TestNetworkInvalidJSON//networks/create
13:51:07 [2021-04-22T13:51:07.563Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
13:51:07 [2021-04-22T13:51:07.563Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
13:51:07 [2021-04-22T13:51:07.563Z] --- PASS: TestNetworkInvalidJSON (0.02s)
13:51:07 [2021-04-22T13:51:07.563Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
13:51:07 [2021-04-22T13:51:07.563Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
13:51:07 [2021-04-22T13:51:07.563Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestNetworkList
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestNetworkList//networks
13:51:07 [2021-04-22T13:51:07.563Z] === PAUSE TestNetworkList//networks
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestNetworkList//networks/
13:51:07 [2021-04-22T13:51:07.563Z] === PAUSE TestNetworkList//networks/
13:51:07 [2021-04-22T13:51:07.563Z] === CONT  TestNetworkList//networks
13:51:07 [2021-04-22T13:51:07.563Z] === CONT  TestNetworkList//networks/
13:51:07 [2021-04-22T13:51:07.563Z] --- PASS: TestNetworkList (0.01s)
13:51:07 [2021-04-22T13:51:07.563Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:51:07 [2021-04-22T13:51:07.563Z]     --- PASS: TestNetworkList//networks (0.00s)
13:51:07 [2021-04-22T13:51:07.563Z] === RUN   TestHostIPv4BridgeLabel
13:51:08 [2021-04-22T13:51:08.138Z] --- PASS: TestHostIPv4BridgeLabel (0.84s)
13:51:08 [2021-04-22T13:51:08.138Z] === RUN   TestDaemonRestartWithLiveRestore
13:51:08 [2021-04-22T13:51:08.212Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
13:51:08 [2021-04-22T13:51:08.591Z] ?   	github.com/docker/docker/api	[no test files]
13:51:08 [2021-04-22T13:51:08.803Z] --- PASS: TestCgroupNamespacesRun (2.48s)
13:51:08 [2021-04-22T13:51:08.803Z] === RUN   TestCgroupNamespacesRunPrivileged
13:51:08 [2021-04-22T13:51:08.815Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
13:51:10 [2021-04-22T13:51:10.053Z] --- PASS: TestDaemonRestartWithLiveRestore (1.48s)
13:51:10 [2021-04-22T13:51:10.053Z] === RUN   TestDaemonDefaultNetworkPools
13:51:10 [2021-04-22T13:51:10.709Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
13:51:10 [2021-04-22T13:51:10.719Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.01s)
13:51:10 [2021-04-22T13:51:10.719Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:51:10 [2021-04-22T13:51:10.995Z] --- PASS: TestDaemonDefaultNetworkPools (1.39s)
13:51:10 [2021-04-22T13:51:10.995Z] === RUN   TestDaemonRestartWithExistingNetwork
13:51:11 [2021-04-22T13:51:11.840Z] tests/integration/models_images_test.py ...............                  [ 89%]
13:51:12 [2021-04-22T13:51:12.610Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
13:51:12 [2021-04-22T13:51:12.867Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
13:51:13 [2021-04-22T13:51:13.265Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.60s)
13:51:13 [2021-04-22T13:51:13.265Z] === RUN   TestCgroupNamespacesRunHostMode
13:51:13 [2021-04-22T13:51:13.542Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.08s)
13:51:13 [2021-04-22T13:51:13.542Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:51:14 [2021-04-22T13:51:14.235Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
13:51:14 [2021-04-22T13:51:14.235Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
13:51:14 [2021-04-22T13:51:14.623Z] tests/integration/models_networks_test.py ....                           [ 91%]
13:51:15 [2021-04-22T13:51:15.602Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
13:51:15 [2021-04-22T13:51:15.810Z] --- PASS: TestCgroupNamespacesRunHostMode (2.50s)
13:51:15 [2021-04-22T13:51:15.810Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:51:16 [2021-04-22T13:51:16.087Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.52s)
13:51:16 [2021-04-22T13:51:16.087Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:51:16 [2021-04-22T13:51:16.349Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.79s)
13:51:16 [2021-04-22T13:51:16.349Z] === RUN   TestServiceWithPredefinedNetwork
13:51:16 [2021-04-22T13:51:16.970Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
13:51:18 [2021-04-22T13:51:18.353Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.45s)
13:51:18 [2021-04-22T13:51:18.353Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:51:18 [2021-04-22T13:51:18.861Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
13:51:18 [2021-04-22T13:51:18.895Z] --- PASS: TestServiceWithPredefinedNetwork (2.25s)
13:51:18 [2021-04-22T13:51:18.895Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:51:18 [2021-04-22T13:51:18.895Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:51:18 [2021-04-22T13:51:18.895Z]     service_test.go:242: FLAKY_TEST
13:51:18 [2021-04-22T13:51:18.895Z] === RUN   TestServiceWithDataPathPortInit
13:51:20 [2021-04-22T13:51:20.267Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.04s)
13:51:20 [2021-04-22T13:51:20.267Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:51:21 [2021-04-22T13:51:21.192Z] tests/integration/models_nodes_test.py .                                 [ 91%]
13:51:21 [2021-04-22T13:51:21.210Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.35s)
13:51:21 [2021-04-22T13:51:21.210Z] === RUN   TestCgroupNamespacesRunOlderClient
13:51:21 [2021-04-22T13:51:21.760Z] tests/integration/models_resources_test.py .                             [ 91%]
13:51:22 [2021-04-22T13:51:22.973Z] --- PASS: TestInfoAPIWarnings (17.73s)
13:51:22 [2021-04-22T13:51:22.973Z] === RUN   TestInfoDebug
13:51:23 [2021-04-22T13:51:23.455Z] === RUN   TestMiddlewares
13:51:23 [2021-04-22T13:51:23.455Z] --- PASS: TestMiddlewares (0.00s)
13:51:23 [2021-04-22T13:51:23.455Z] PASS
13:51:23 [2021-04-22T13:51:23.455Z] coverage: 9.0% of statements
13:51:23 [2021-04-22T13:51:23.455Z] ok  	github.com/docker/docker/api/server	0.087s	coverage: 9.0% of statements
13:51:24 [2021-04-22T13:51:24.347Z] --- PASS: TestInfoDebug (1.78s)
13:51:24 [2021-04-22T13:51:24.347Z] === RUN   TestInfoInsecureRegistries
13:51:24 [2021-04-22T13:51:24.508Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.67s)
13:51:24 [2021-04-22T13:51:24.509Z] === RUN   TestKernelTCPMemory
13:51:25 [2021-04-22T13:51:25.080Z] --- PASS: TestKernelTCPMemory (1.13s)
13:51:25 [2021-04-22T13:51:25.080Z] === RUN   TestNISDomainname
13:51:25 [2021-04-22T13:51:25.405Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
13:51:26 [2021-04-22T13:51:26.247Z] --- PASS: TestInfoInsecureRegistries (1.75s)
13:51:26 [2021-04-22T13:51:26.247Z] === RUN   TestInfoRegistryMirrors
13:51:26 [2021-04-22T13:51:26.464Z] --- PASS: TestNISDomainname (1.35s)
13:51:26 [2021-04-22T13:51:26.464Z] === RUN   TestHostnameDnsResolution
13:51:28 [2021-04-22T13:51:28.139Z] tests/integration/models_services_test.py ..............X.               [ 95%]
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestInfoRegistryMirrors (1.76s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestLoginFailsWithBadCredentials
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestPingCacheHeaders
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestPingCacheHeaders (0.02s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestPingGet
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestPingGet (0.02s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestPingHead
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestPingHead (0.02s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestVersion
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestVersion (0.02s)
13:51:28 [2021-04-22T13:51:28.146Z] PASS
13:51:28 [2021-04-22T13:51:28.146Z] 
13:51:28 [2021-04-22T13:51:28.146Z] === Skipped
13:51:28 [2021-04-22T13:51:28.146Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:51:28 [2021-04-22T13:51:28.146Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:51:28 [2021-04-22T13:51:28.146Z] 
13:51:28 [2021-04-22T13:51:28.146Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
13:51:28 [2021-04-22T13:51:28.146Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
13:51:28 [2021-04-22T13:51:28.146Z] 
13:51:28 [2021-04-22T13:51:28.146Z] 
13:51:28 [2021-04-22T13:51:28.146Z] DONE 18 tests, 2 skipped in 29.554s
13:51:28 [2021-04-22T13:51:28.146Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
13:51:28 [2021-04-22T13:51:28.146Z] INFO: Testing against a local daemon
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestVolumesCreateAndList
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestVolumesRemove
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestVolumesRemove (0.07s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestVolumesInspect
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestVolumesInspect (0.02s)
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestVolumesInvalidJSON
13:51:28 [2021-04-22T13:51:28.146Z] === RUN   TestVolumesInvalidJSON//volumes/create
13:51:28 [2021-04-22T13:51:28.146Z] === PAUSE TestVolumesInvalidJSON//volumes/create
13:51:28 [2021-04-22T13:51:28.146Z] === CONT  TestVolumesInvalidJSON//volumes/create
13:51:28 [2021-04-22T13:51:28.146Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:51:28 [2021-04-22T13:51:28.146Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
13:51:28 [2021-04-22T13:51:28.146Z] PASS
13:51:28 [2021-04-22T13:51:28.146Z] 
13:51:28 [2021-04-22T13:51:28.146Z] DONE 5 tests in 0.210s
13:51:28 [2021-04-22T13:51:28.146Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:51:28 [2021-04-22T13:51:28.404Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12222 is not a child of this shell
13:51:28 [2021-04-22T13:51:28.404Z] warning: PID 12222 from bundles/test-integration/docker.pid had a nonzero exit code
13:51:28 [2021-04-22T13:51:28.404Z] Leaving: AppArmorNo profiles have been unloaded.
13:51:28 [2021-04-22T13:51:28.404Z] 
13:51:28 [2021-04-22T13:51:28.404Z] Unloading profiles will leave already running processes permanently
13:51:28 [2021-04-22T13:51:28.404Z] unconfined, which can lead to unexpected situations.
13:51:28 [2021-04-22T13:51:28.404Z] 
13:51:28 [2021-04-22T13:51:28.404Z] To set a process to complain mode, use the command line tool
13:51:28 [2021-04-22T13:51:28.404Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:51:28 [2021-04-22T13:51:28.404Z] Removing test suite binaries
13:51:28 [2021-04-22T13:51:28.404Z] exiting test-integration
13:51:28 [2021-04-22T13:51:28.404Z] ++ exit 0
13:51:29 [2021-04-22T13:51:29.007Z] --- PASS: TestHostnameDnsResolution (2.31s)
13:51:29 [2021-04-22T13:51:29.007Z] === RUN   TestStats
13:51:29 [2021-04-22T13:51:29.382Z] 
13:51:29 [2021-04-22T13:51:29.606Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
Post stage
[Pipeline] junit
13:51:30 [2021-04-22T13:51:30.771Z] Recording test results
13:51:31 [2021-04-22T13:51:31.496Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
13:51:31 [2021-04-22T13:51:31.549Z] --- PASS: TestStats (2.85s)
13:51:31 [2021-04-22T13:51:31.549Z] === RUN   TestStopContainerWithTimeout
13:51:31 [2021-04-22T13:51:31.549Z] === RUN   TestStopContainerWithTimeout/0
13:51:31 [2021-04-22T13:51:31.549Z] === PAUSE TestStopContainerWithTimeout/0
13:51:31 [2021-04-22T13:51:31.549Z] === RUN   TestStopContainerWithTimeout/1
13:51:31 [2021-04-22T13:51:31.549Z] === PAUSE TestStopContainerWithTimeout/1
13:51:31 [2021-04-22T13:51:31.549Z] === RUN   TestStopContainerWithTimeout/3
13:51:31 [2021-04-22T13:51:31.549Z] === PAUSE TestStopContainerWithTimeout/3
13:51:31 [2021-04-22T13:51:31.549Z] === RUN   TestStopContainerWithTimeout/-1
13:51:31 [2021-04-22T13:51:31.549Z] === PAUSE TestStopContainerWithTimeout/-1
13:51:31 [2021-04-22T13:51:31.549Z] === CONT  TestStopContainerWithTimeout/0
13:51:31 [2021-04-22T13:51:31.549Z] === CONT  TestStopContainerWithTimeout/1
13:51:31 [2021-04-22T13:51:31.549Z] === CONT  TestStopContainerWithTimeout/-1
13:51:31 [2021-04-22T13:51:31.549Z] === CONT  TestStopContainerWithTimeout/3
13:51:32 [2021-04-22T13:51:32.488Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:51:32 [2021-04-22T13:51:32.849Z] + echo Ensuring container killed.
13:51:32 [2021-04-22T13:51:32.849Z] Ensuring container killed.
13:51:32 [2021-04-22T13:51:32.849Z] + docker rm -vf docker-pr9
13:51:32 [2021-04-22T13:51:32.849Z] Error: No such container: docker-pr9
13:51:32 [2021-04-22T13:51:32.863Z] Loaded image: buildpack-deps:buster
[Pipeline] sh
13:51:33 [2021-04-22T13:51:33.154Z] + echo Chowning /workspace to jenkins user
13:51:33 [2021-04-22T13:51:33.154Z] Chowning /workspace to jenkins user
13:51:33 [2021-04-22T13:51:33.154Z] + id -u
13:51:33 [2021-04-22T13:51:33.154Z] + id -g
13:51:33 [2021-04-22T13:51:33.154Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42164:/workspace busybox chown -R 1000:1000 /workspace
13:51:33 [2021-04-22T13:51:33.154Z] Unable to find image 'busybox:latest' locally
13:51:33 [2021-04-22T13:51:33.412Z] latest: Pulling from library/busybox
13:51:33 [2021-04-22T13:51:33.412Z] f531cdc67389: Pulling fs layer
13:51:33 [2021-04-22T13:51:33.412Z] f531cdc67389: Verifying Checksum
13:51:33 [2021-04-22T13:51:33.412Z] f531cdc67389: Download complete
13:51:33 [2021-04-22T13:51:33.425Z] Loaded image: busybox:latest
13:51:33 [2021-04-22T13:51:33.673Z] f531cdc67389: Pull complete
13:51:33 [2021-04-22T13:51:33.673Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
13:51:33 [2021-04-22T13:51:33.673Z] Status: Downloaded newer image for busybox:latest
13:51:33 [2021-04-22T13:51:33.681Z] Loaded image: busybox:glibc
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:51:35 [2021-04-22T13:51:35.277Z] tests/integration/models_swarm_test.py ..                                [ 96%]
13:51:35 [2021-04-22T13:51:35.277Z] tests/integration/models_volumes_test.py ..                              [ 96%]
13:51:35 [2021-04-22T13:51:35.348Z] + bundleName=amd64-rootless
13:51:35 [2021-04-22T13:51:35.348Z] + echo Creating amd64-rootless-bundles.tar.gz
13:51:35 [2021-04-22T13:51:35.348Z] Creating amd64-rootless-bundles.tar.gz
13:51:35 [2021-04-22T13:51:35.348Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
13:51:35 [2021-04-22T13:51:35.348Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
13:51:35 [2021-04-22T13:51:35.360Z] Archiving artifacts
13:51:35 [2021-04-22T13:51:35.571Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
13:51:35 [2021-04-22T13:51:35.757Z] --- PASS: TestStopContainerWithTimeout (0.02s)
13:51:35 [2021-04-22T13:51:35.757Z]     --- PASS: TestStopContainerWithTimeout/0 (1.22s)
13:51:35 [2021-04-22T13:51:35.757Z]     --- PASS: TestStopContainerWithTimeout/1 (2.21s)
13:51:35 [2021-04-22T13:51:35.757Z]     --- PASS: TestStopContainerWithTimeout/3 (3.25s)
13:51:35 [2021-04-22T13:51:35.757Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.32s)
13:51:35 [2021-04-22T13:51:35.757Z] === RUN   TestDeleteDevicemapper
13:51:35 [2021-04-22T13:51:35.757Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:51:35 [2021-04-22T13:51:35.757Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:51:35 [2021-04-22T13:51:35.757Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:51:35 [2021-04-22T13:51:35.828Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
13:51:36 [2021-04-22T13:51:36.390Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
13:51:37 [2021-04-22T13:51:37.014Z] --- PASS: TestServiceWithDataPathPortInit (15.57s)
13:51:37 [2021-04-22T13:51:37.014Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:51:37 [2021-04-22T13:51:37.247Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:51:37 [2021-04-22T13:51:37.434Z] 399f118dfaa9: Pull complete
13:51:37 [2021-04-22T13:51:37.435Z] Digest: sha256:1bb6543a7fe87bb95d9adfa4c53ea3469c1c846ad63baf32729078062e8c1127
13:51:37 [2021-04-22T13:51:37.435Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
13:51:37 [2021-04-22T13:51:37.435Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
13:51:37 [2021-04-22T13:51:37.435Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
13:51:37 [2021-04-22T13:51:37.435Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1879'
13:51:37 [2021-04-22T13:51:37.435Z] WARN: Skipping validation tests
13:51:37 [2021-04-22T13:51:37.435Z] INFO: Running unit tests at 04/22/2021 13:51:32...
13:51:37 [2021-04-22T13:51:37.435Z] INFO: make.ps1 starting at 04/22/2021 13:51:35
13:51:37 [2021-04-22T13:51:37.435Z] INFO: Git commit (bffa730860) assumed from DOCKER_GITCOMMIT environment variable
13:51:37 [2021-04-22T13:51:37.435Z] INFO: Invoking autogen...
13:51:37 [2021-04-22T13:51:37.435Z] INFO: Running unit tests...
13:51:37 [2021-04-22T13:51:37.570Z] + make clean
13:51:37 [2021-04-22T13:51:37.829Z] docker volume rm -f docker-dev-cache
13:51:37 [2021-04-22T13:51:37.829Z] docker-dev-cache
[Pipeline] deleteDir
13:51:38 [2021-04-22T13:51:38.310Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.25s)
13:51:38 [2021-04-22T13:51:38.310Z] === RUN   TestUpdateMemory
13:51:38 [2021-04-22T13:51:38.310Z] --- SKIP: TestUpdateMemory (0.00s)
13:51:38 [2021-04-22T13:51:38.310Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
13:51:38 [2021-04-22T13:51:38.310Z] === RUN   TestUpdateCPUQuota
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:51:38 [2021-04-22T13:51:38.908Z] Loaded image: debian:bullseye
13:51:38 [2021-04-22T13:51:38.908Z] Loaded image: hello-world:latest
13:51:38 [2021-04-22T13:51:38.908Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
13:51:39 [2021-04-22T13:51:39.165Z] Loaded image: arm32v7/hello-world:latest
13:51:39 [2021-04-22T13:51:39.729Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
13:51:40 [2021-04-22T13:51:40.346Z] tests/integration/regression_test.py ......                              [ 98%]
13:51:40 [2021-04-22T13:51:40.865Z] tests/integration/credentials/store_test.py ......                       [ 99%]
13:51:40 [2021-04-22T13:51:40.865Z] tests/integration/credentials/utils_test.py .                            [100%]
13:51:40 [2021-04-22T13:51:40.865Z] 
13:51:40 [2021-04-22T13:51:40.866Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
13:51:40 [2021-04-22T13:51:40.866Z] =========================== short test summary info ============================
13:51:40 [2021-04-22T13:51:40.866Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
13:51:40 [2021-04-22T13:51:40.866Z]   CONFIG_RT_GROUP_SCHED isn't enabled
13:51:40 [2021-04-22T13:51:40.866Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
13:51:40 [2021-04-22T13:51:40.866Z]   Not supported on most drivers
13:51:40 [2021-04-22T13:51:40.866Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
13:51:40 [2021-04-22T13:51:40.866Z]   Output of docker top depends on host distro, and is not formalized.
13:51:40 [2021-04-22T13:51:40.866Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
13:51:40 [2021-04-22T13:51:40.866Z]   Output of docker top depends on host distro, and is not formalized.
13:51:40 [2021-04-22T13:51:40.866Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
13:51:40 [2021-04-22T13:51:40.866Z]   Can fail if eth0 has multiple IP addresses
13:51:40 [2021-04-22T13:51:40.866Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
13:51:40 [2021-04-22T13:51:40.866Z]   This doesn't seem to be taken into account by the engine
13:51:40 [2021-04-22T13:51:40.866Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
13:51:40 [2021-04-22T13:51:40.866Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
13:51:40 [2021-04-22T13:51:40.866Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
13:51:40 [2021-04-22T13:51:40.866Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 375.33 seconds ==
13:51:41 [2021-04-22T13:51:41.127Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
13:51:42 [2021-04-22T13:51:42.305Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.78s)
13:51:42 [2021-04-22T13:51:42.305Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:8y7kwkbe6hl5afa4mj564ee5e Created:2021-04-22 13:51:35.609093467 +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[605332a9764ef11405e7477956232c558ad749e6ca62bee7e21251e471e1aa25:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8x2hhhlgzm38t6vvcp1yhou7b EndpointID:350fa66d79888aaeb4186cd32714d034369839fc38a25167d92b5dc620a816f3 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8f39e103bf692652a44a0fa5fbdece73e3d42c96a288dfe7f44006aae16ad9f8 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:03b9f1dae661 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8x2hhhlgzm38t6vvcp1yhou7b EndpointID:350fa66d79888aaeb4186cd32714d034369839fc38a25167d92b5dc620a816f3 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:51:42 [2021-04-22T13:51:42.305Z] PASS
13:51:42 [2021-04-22T13:51:42.305Z] 
13:51:42 [2021-04-22T13:51:42.305Z] === Skipped
13:51:42 [2021-04-22T13:51:42.305Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:51:42 [2021-04-22T13:51:42.305Z]     service_test.go:242: FLAKY_TEST
13:51:42 [2021-04-22T13:51:42.305Z] 
13:51:42 [2021-04-22T13:51:42.305Z] 
13:51:42 [2021-04-22T13:51:42.305Z] DONE 26 tests, 1 skipped in 55.077s
13:51:42 [2021-04-22T13:51:42.305Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:51:42 [2021-04-22T13:51:42.305Z] INFO: Testing against a local daemon
13:51:42 [2021-04-22T13:51:42.305Z] === RUN   TestDockerNetworkIpvlanPersistance
13:51:42 [2021-04-22T13:51:42.305Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
13:51:42 [2021-04-22T13:51:42.305Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:42 [2021-04-22T13:51:42.305Z] === RUN   TestDockerNetworkIpvlan
13:51:42 [2021-04-22T13:51:42.305Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:51:42 [2021-04-22T13:51:42.305Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:42 [2021-04-22T13:51:42.305Z] PASS
13:51:42 [2021-04-22T13:51:42.305Z] 
13:51:42 [2021-04-22T13:51:42.305Z] === Skipped
13:51:42 [2021-04-22T13:51:42.305Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
13:51:42 [2021-04-22T13:51:42.305Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:42 [2021-04-22T13:51:42.305Z] 
13:51:42 [2021-04-22T13:51:42.305Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:51:42 [2021-04-22T13:51:42.305Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:51:42 [2021-04-22T13:51:42.305Z] 
13:51:42 [2021-04-22T13:51:42.305Z] 
13:51:42 [2021-04-22T13:51:42.305Z] DONE 2 tests, 2 skipped in 0.038s
13:51:42 [2021-04-22T13:51:42.305Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:51:42 [2021-04-22T13:51:42.305Z] INFO: Testing against a local daemon
13:51:42 [2021-04-22T13:51:42.305Z] === RUN   TestDockerNetworkMacvlanPersistance
13:51:43 [2021-04-22T13:51:43.901Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
13:51:44 [2021-04-22T13:51:44.158Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
13:51:44 [2021-04-22T13:51:44.220Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.93s)
13:51:44 [2021-04-22T13:51:44.220Z] === RUN   TestDockerNetworkMacvlan
13:51:44 [2021-04-22T13:51:44.725Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
13:51:44 [2021-04-22T13:51:44.896Z] --- PASS: TestUpdateCPUQuota (5.77s)
13:51:44 [2021-04-22T13:51:44.896Z] === RUN   TestUpdatePidsLimit
13:51:44 [2021-04-22T13:51:44.896Z] === RUN   TestUpdatePidsLimit/update_from_none
13:51:44 [2021-04-22T13:51:44.896Z] === RUN   TestUpdatePidsLimit/no_change
13:51:45 [2021-04-22T13:51:45.165Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:51:45 [2021-04-22T13:51:45.473Z] === RUN   TestUpdatePidsLimit/update_lower
13:51:46 [2021-04-22T13:51:46.051Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:51:46 [2021-04-22T13:51:46.110Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:51:46 [2021-04-22T13:51:46.616Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
13:51:46 [2021-04-22T13:51:46.616Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
13:51:46 [2021-04-22T13:51:46.624Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:51:47 [2021-04-22T13:51:47.088Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:51:47 [2021-04-22T13:51:47.546Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
13:51:47 [2021-04-22T13:51:47.565Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:51:47 [2021-04-22T13:51:47.802Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
13:51:47 [2021-04-22T13:51:47.913Z] 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
13:51:48 [2021-04-22T13:51:48.135Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:51:49 [2021-04-22T13:51:49.519Z] --- PASS: TestUpdatePidsLimit (5.33s)
13:51:49 [2021-04-22T13:51:49.519Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.65s)
13:51:49 [2021-04-22T13:51:49.519Z]     --- PASS: TestUpdatePidsLimit/no_change (0.72s)
13:51:49 [2021-04-22T13:51:49.519Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.64s)
13:51:49 [2021-04-22T13:51:49.519Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.67s)
13:51:49 [2021-04-22T13:51:49.519Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s)
13:51:49 [2021-04-22T13:51:49.519Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.64s)
13:51:49 [2021-04-22T13:51:49.519Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s)
13:51:49 [2021-04-22T13:51:49.519Z] === RUN   TestUpdateRestartPolicy
13:51:50 [2021-04-22T13:51:50.394Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:51:51 [2021-04-22T13:51:51.073Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (49.25s)
13:51:51 [2021-04-22T13:51:51.073Z] PASS
13:51:51 [2021-04-22T13:51:51.073Z] 
13:51:51 [2021-04-22T13:51:51.073Z] === Skipped
13:51:51 [2021-04-22T13:51:51.073Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
13:51:51 [2021-04-22T13:51:51.073Z]     build_session_test.go:25: TODO: BuildKit
13:51:51 [2021-04-22T13:51:51.073Z] 
13:51:51 [2021-04-22T13:51:51.073Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
13:51:51 [2021-04-22T13:51:51.073Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
13:51:51 [2021-04-22T13:51:51.073Z] 
13:51:51 [2021-04-22T13:51:51.073Z] 
13:51:51 [2021-04-22T13:51:51.073Z] DONE 34 tests, 2 skipped in 261.346s
13:51:51 [2021-04-22T13:51:51.073Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
13:51:51 [2021-04-22T13:51:51.073Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
13:51:51 [2021-04-22T13:51:51.073Z] ++ set -e
13:51:51 [2021-04-22T13:51:51.073Z] ++ '[' -n 0 ']'
13:51:51 [2021-04-22T13:51:51.073Z] ++ set -x
13:51:51 [2021-04-22T13:51:51.073Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
13:51:51 [2021-04-22T13:51:51.073Z] INFO: Testing against a local daemon
13:51:51 [2021-04-22T13:51:51.073Z] === RUN   TestConfigInspect
13:51:51 [2021-04-22T13:51:51.073Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
13:51:51 [2021-04-22T13:51:51.636Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
13:51:53 [2021-04-22T13:51:53.351Z] Leaving: AppArmorNo profiles have been unloaded.
13:51:53 [2021-04-22T13:51:53.351Z] 
13:51:53 [2021-04-22T13:51:53.351Z] Unloading profiles will leave already running processes permanently
13:51:53 [2021-04-22T13:51:53.351Z] unconfined, which can lead to unexpected situations.
13:51:53 [2021-04-22T13:51:53.351Z] 
13:51:53 [2021-04-22T13:51:53.351Z] To set a process to complain mode, use the command line tool
13:51:53 [2021-04-22T13:51:53.351Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:51:53 [2021-04-22T13:51:53.351Z] 
13:51:53 [2021-04-22T13:51:53.537Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
13:51:53 [2021-04-22T13:51:53.537Z] --- PASS: TestConfigInspect (2.58s)
13:51:53 [2021-04-22T13:51:53.537Z] === RUN   TestConfigList
Post stage
[Pipeline] junit
13:51:53 [2021-04-22T13:51:53.624Z] Recording test results
13:51:53 [2021-04-22T13:51:53.793Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
13:51:54 [2021-04-22T13:51:54.050Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
13:51:54 [2021-04-22T13:51:54.605Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:51:54 [2021-04-22T13:51:54.613Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
13:51:54 [2021-04-22T13:51:54.845Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
13:51:55 [2021-04-22T13:51:55.029Z] ?   	github.com/docker/docker/api	[no test files]
13:51:55 [2021-04-22T13:51:55.127Z] + echo Ensuring container killed.
13:51:55 [2021-04-22T13:51:55.127Z] Ensuring container killed.
13:51:55 [2021-04-22T13:51:55.127Z] + docker rm -vf docker-pr9
13:51:55 [2021-04-22T13:51:55.127Z] Error: No such container: docker-pr9
[Pipeline] sh
13:51:55 [2021-04-22T13:51:55.412Z] + echo Chowning /workspace to jenkins user
13:51:55 [2021-04-22T13:51:55.412Z] Chowning /workspace to jenkins user
13:51:55 [2021-04-22T13:51:55.412Z] + id -u
13:51:55 [2021-04-22T13:51:55.412Z] + id -g
13:51:55 [2021-04-22T13:51:55.412Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42164:/workspace busybox chown -R 1000:1000 /workspace
13:51:55 [2021-04-22T13:51:55.412Z] Unable to find image 'busybox:latest' locally
13:51:55 [2021-04-22T13:51:55.674Z] latest: Pulling from library/busybox
13:51:55 [2021-04-22T13:51:55.674Z] f531cdc67389: Pulling fs layer
13:51:55 [2021-04-22T13:51:55.674Z] f531cdc67389: Download complete
13:51:55 [2021-04-22T13:51:55.938Z] f531cdc67389: Pull complete
13:51:55 [2021-04-22T13:51:55.938Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
13:51:55 [2021-04-22T13:51:55.938Z] Status: Downloaded newer image for busybox:latest
13:51:56 [2021-04-22T13:51:56.507Z] --- PASS: TestConfigList (2.78s)
13:51:56 [2021-04-22T13:51:56.507Z] === RUN   TestConfigsCreateAndDelete
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:51:57 [2021-04-22T13:51:57.179Z] + bundleName=docker-py
13:51:57 [2021-04-22T13:51:57.179Z] + echo Creating docker-py-bundles.tar.gz
13:51:57 [2021-04-22T13:51:57.179Z] Creating docker-py-bundles.tar.gz
13:51:57 [2021-04-22T13:51:57.179Z] + 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
13:51:57 [2021-04-22T13:51:57.192Z] Archiving artifacts
13:51:58 [2021-04-22T13:51:58.673Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
13:51:59 [2021-04-22T13:51:59.024Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
13:51:59 [2021-04-22T13:51:59.068Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh binary-daemon
13:51:59 [2021-04-22T13:51:59.281Z] --- PASS: TestConfigsCreateAndDelete (3.07s)
13:51:59 [2021-04-22T13:51:59.281Z] === RUN   TestConfigsUpdate
13:51:59 [2021-04-22T13:51:59.329Z] 
13:51:59 [2021-04-22T13:51:59.589Z] Removing bundles/
13:51:59 [2021-04-22T13:51:59.589Z] 
13:51:59 [2021-04-22T13:51:59.589Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
13:51:59 [2021-04-22T13:51:59.589Z] Building: bundles/binary-daemon/dockerd-dev
13:51:59 [2021-04-22T13:51:59.589Z] GOOS="" GOARCH="" GOARM=""
13:52:01 [2021-04-22T13:52:01.204Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:52:02 [2021-04-22T13:52:02.147Z] --- PASS: TestDockerNetworkMacvlan (17.91s)
13:52:02 [2021-04-22T13:52:02.147Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s)
13:52:02 [2021-04-22T13:52:02.147Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
13:52:02 [2021-04-22T13:52:02.147Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.99s)
13:52:02 [2021-04-22T13:52:02.147Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.49s)
13:52:02 [2021-04-22T13:52:02.147Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.08s)
13:52:02 [2021-04-22T13:52:02.147Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.56s)
13:52:02 [2021-04-22T13:52:02.147Z] PASS
13:52:02 [2021-04-22T13:52:02.147Z] 
13:52:02 [2021-04-22T13:52:02.147Z] DONE 8 tests in 19.873s
13:52:02 [2021-04-22T13:52:02.147Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
13:52:02 [2021-04-22T13:52:02.147Z] testing: warning: no tests to run
13:52:02 [2021-04-22T13:52:02.147Z] PASS
13:52:02 [2021-04-22T13:52:02.147Z] 
13:52:02 [2021-04-22T13:52:02.147Z] DONE 0 tests in 0.007s
13:52:02 [2021-04-22T13:52:02.147Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:52:02 [2021-04-22T13:52:02.147Z] INFO: Testing against a local daemon
13:52:02 [2021-04-22T13:52:02.147Z] === RUN   TestAuthZPluginAllowRequest
13:52:02 [2021-04-22T13:52:02.557Z] --- PASS: TestConfigsUpdate (2.91s)
13:52:02 [2021-04-22T13:52:02.557Z] === RUN   TestTemplatedConfig
13:52:02 [2021-04-22T13:52:02.557Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
13:52:02 [2021-04-22T13:52:02.813Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
13:52:03 [2021-04-22T13:52:03.069Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
13:52:03 [2021-04-22T13:52:03.999Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
13:52:04 [2021-04-22T13:52:04.060Z] --- PASS: TestAuthZPluginAllowRequest (1.62s)
13:52:04 [2021-04-22T13:52:04.060Z] === RUN   TestAuthZPluginTLS
13:52:04 [2021-04-22T13:52:04.323Z] --- PASS: TestAuthZPluginTLS (0.70s)
13:52:04 [2021-04-22T13:52:04.323Z] === RUN   TestAuthZPluginDenyRequest
13:52:04 [2021-04-22T13:52:04.422Z] --- PASS: TestUpdateRestartPolicy (12.88s)
13:52:04 [2021-04-22T13:52:04.422Z] === RUN   TestUpdateRestartWithAutoRemove
13:52:04 [2021-04-22T13:52:04.422Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s)
13:52:04 [2021-04-22T13:52:04.422Z] === RUN   TestWaitNonBlocked
13:52:04 [2021-04-22T13:52:04.422Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:52:04 [2021-04-22T13:52:04.422Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:52:04 [2021-04-22T13:52:04.422Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:52:04 [2021-04-22T13:52:04.422Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:52:04 [2021-04-22T13:52:04.422Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:52:04 [2021-04-22T13:52:04.422Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:52:04 [2021-04-22T13:52:04.422Z] --- PASS: TestWaitNonBlocked (0.02s)
13:52:04 [2021-04-22T13:52:04.422Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s)
13:52:04 [2021-04-22T13:52:04.422Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s)
13:52:04 [2021-04-22T13:52:04.422Z] === RUN   TestWaitBlocked
13:52:04 [2021-04-22T13:52:04.422Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:52:04 [2021-04-22T13:52:04.422Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:52:04 [2021-04-22T13:52:04.422Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:52:04 [2021-04-22T13:52:04.422Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:52:04 [2021-04-22T13:52:04.422Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:52:04 [2021-04-22T13:52:04.422Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:52:04 [2021-04-22T13:52:04.929Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
13:52:05 [2021-04-22T13:52:05.265Z] --- PASS: TestAuthZPluginDenyRequest (0.66s)
13:52:05 [2021-04-22T13:52:05.265Z] === RUN   TestAuthZPluginAPIDenyResponse
13:52:05 [2021-04-22T13:52:05.365Z] --- PASS: TestWaitBlocked (0.03s)
13:52:05 [2021-04-22T13:52:05.366Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.23s)
13:52:05 [2021-04-22T13:52:05.366Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.28s)
13:52:05 [2021-04-22T13:52:05.366Z] === CONT  TestContainerStartOnDaemonRestart
13:52:05 [2021-04-22T13:52:05.366Z] === CONT  TestContainerKillOnDaemonStart
13:52:05 [2021-04-22T13:52:05.366Z] === CONT  TestDaemonHostGatewayIP
13:52:05 [2021-04-22T13:52:05.366Z] === CONT  TestRestartDaemonWithRestartingContainer
13:52:05 [2021-04-22T13:52:05.837Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.66s)
13:52:05 [2021-04-22T13:52:05.837Z] === RUN   TestAuthZPluginDenyResponse
13:52:05 [2021-04-22T13:52:05.886Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
13:52:06 [2021-04-22T13:52:06.409Z] --- PASS: TestAuthZPluginDenyResponse (0.66s)
13:52:06 [2021-04-22T13:52:06.409Z] === RUN   TestAuthZPluginAllowEventStream
13:52:07 [2021-04-22T13:52:07.251Z] --- PASS: TestTemplatedConfig (5.01s)
13:52:07 [2021-04-22T13:52:07.251Z] === RUN   TestConfigCreateResolve
13:52:07 [2021-04-22T13:52:07.457Z] === RUN   TestMiddlewares
13:52:07 [2021-04-22T13:52:07.458Z] --- PASS: TestMiddlewares (0.00s)
13:52:07 [2021-04-22T13:52:07.458Z] PASS
13:52:07 [2021-04-22T13:52:07.458Z] coverage: 9.0% of statements
13:52:07 [2021-04-22T13:52:07.458Z] ok  	github.com/docker/docker/api/server	0.100s	coverage: 9.0% of statements
13:52:08 [2021-04-22T13:52:08.180Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
13:52:08 [2021-04-22T13:52:08.323Z] --- PASS: TestAuthZPluginAllowEventStream (1.57s)
13:52:08 [2021-04-22T13:52:08.323Z] === RUN   TestAuthZPluginErrorResponse
13:52:08 [2021-04-22T13:52:08.437Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
13:52:08 [2021-04-22T13:52:08.584Z] --- PASS: TestAuthZPluginErrorResponse (0.68s)
13:52:08 [2021-04-22T13:52:08.584Z] === RUN   TestAuthZPluginErrorRequest
13:52:09 [2021-04-22T13:52:09.156Z] --- PASS: TestAuthZPluginErrorRequest (0.62s)
13:52:09 [2021-04-22T13:52:09.156Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:52:09 [2021-04-22T13:52:09.588Z] --- PASS: TestContainerStartOnDaemonRestart (3.47s)
13:52:09 [2021-04-22T13:52:09.588Z] === CONT  TestIpcModeOlderClient
13:52:09 [2021-04-22T13:52:09.588Z] --- PASS: TestIpcModeOlderClient (0.10s)
13:52:09 [2021-04-22T13:52:09.588Z] === CONT  TestDaemonRestartIpcMode
13:52:10 [2021-04-22T13:52:10.098Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.68s)
13:52:10 [2021-04-22T13:52:10.098Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:52:10 [2021-04-22T13:52:10.331Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
13:52:10 [2021-04-22T13:52:10.587Z] --- PASS: TestConfigCreateResolve (3.50s)
13:52:10 [2021-04-22T13:52:10.587Z] === RUN   TestConfigDaemonLibtrustID
13:52:10 [2021-04-22T13:52:10.843Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
13:52:11 [2021-04-22T13:52:11.504Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.77s)
13:52:11 [2021-04-22T13:52:11.772Z] --- PASS: TestConfigDaemonLibtrustID (1.20s)
13:52:11 [2021-04-22T13:52:11.772Z] PASS
13:52:11 [2021-04-22T13:52:11.772Z] 
13:52:11 [2021-04-22T13:52:11.772Z] DONE 7 tests in 21.202s
13:52:12 [2021-04-22T13:52:12.012Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.85s)
13:52:12 [2021-04-22T13:52:12.012Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:52:12 [2021-04-22T13:52:12.029Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
13:52:12 [2021-04-22T13:52:12.029Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
13:52:12 [2021-04-22T13:52:12.029Z] ++ set -e
13:52:12 [2021-04-22T13:52:12.029Z] ++ '[' -n 0 ']'
13:52:12 [2021-04-22T13:52:12.029Z] ++ set -x
13:52:12 [2021-04-22T13:52:12.029Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
13:52:12 [2021-04-22T13:52:12.029Z] INFO: Testing against a local daemon
13:52:12 [2021-04-22T13:52:12.029Z] === RUN   TestCheckpoint
13:52:12 [2021-04-22T13:52:12.029Z] --- SKIP: TestCheckpoint (0.00s)
13:52:12 [2021-04-22T13:52:12.029Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:52:12 [2021-04-22T13:52:12.029Z] === RUN   TestContainerInvalidJSON
13:52:12 [2021-04-22T13:52:12.075Z] --- PASS: TestDaemonHostGatewayIP (6.69s)
13:52:12 [2021-04-22T13:52:12.285Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
13:52:12 [2021-04-22T13:52:12.285Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
13:52:12 [2021-04-22T13:52:12.285Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
13:52:12 [2021-04-22T13:52:12.285Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
13:52:12 [2021-04-22T13:52:12.285Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
13:52:12 [2021-04-22T13:52:12.285Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
13:52:12 [2021-04-22T13:52:12.285Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
13:52:12 [2021-04-22T13:52:12.285Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
13:52:12 [2021-04-22T13:52:12.285Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
13:52:12 [2021-04-22T13:52:12.285Z] --- PASS: TestContainerInvalidJSON (0.05s)
13:52:12 [2021-04-22T13:52:12.285Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
13:52:12 [2021-04-22T13:52:12.285Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
13:52:12 [2021-04-22T13:52:12.285Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
13:52:12 [2021-04-22T13:52:12.285Z] === RUN   TestCopyFromContainerPathDoesNotExist
13:52:12 [2021-04-22T13:52:12.285Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
13:52:12 [2021-04-22T13:52:12.285Z] === RUN   TestCopyFromContainerPathIsNotDir
13:52:12 [2021-04-22T13:52:12.285Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
13:52:12 [2021-04-22T13:52:12.285Z] === RUN   TestCopyToContainerPathDoesNotExist
13:52:12 [2021-04-22T13:52:12.542Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s)
13:52:12 [2021-04-22T13:52:12.542Z] === RUN   TestCopyToContainerPathIsNotDir
13:52:12 [2021-04-22T13:52:12.542Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
13:52:12 [2021-04-22T13:52:12.542Z] === RUN   TestCopyFromContainer
13:52:13 [2021-04-22T13:52:13.015Z] --- PASS: TestDaemonRestartIpcMode (3.84s)
13:52:13 [2021-04-22T13:52:13.926Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.94s)
13:52:13 [2021-04-22T13:52:13.926Z] === RUN   TestAuthZPluginHeader
13:52:14 [2021-04-22T13:52:14.498Z] --- PASS: TestAuthZPluginHeader (0.83s)
13:52:14 [2021-04-22T13:52:14.498Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:52:15 [2021-04-22T13:52:15.065Z] === RUN   TestDockerSuite/TestBuildAddNonTar
13:52:15 [2021-04-22T13:52:15.065Z] === RUN   TestCopyFromContainer//
13:52:15 [2021-04-22T13:52:15.065Z] === RUN   TestCopyFromContainer//bar/root
13:52:15 [2021-04-22T13:52:15.065Z] === RUN   TestCopyFromContainer//bar/root/
13:52:15 [2021-04-22T13:52:15.065Z] === RUN   TestCopyFromContainer/bar/quux
13:52:15 [2021-04-22T13:52:15.322Z] === RUN   TestCopyFromContainer/bar/quux/
13:52:15 [2021-04-22T13:52:15.322Z] === RUN   TestCopyFromContainer/bar/quux/baz
13:52:15 [2021-04-22T13:52:15.577Z] === RUN   TestCopyFromContainer/bar/filesymlink
13:52:15 [2021-04-22T13:52:15.577Z] === RUN   TestCopyFromContainer/bar/dirsymlink
13:52:15 [2021-04-22T13:52:15.577Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
13:52:15 [2021-04-22T13:52:15.834Z] === RUN   TestCopyFromContainer/bar/notarget
13:52:16 [2021-04-22T13:52:16.090Z] --- PASS: TestCopyFromContainer (3.52s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer// (0.13s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer//bar/root (0.10s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.13s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer/bar/quux (0.11s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.10s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.16s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:16 [2021-04-22T13:52:16.090Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:16 [2021-04-22T13:52:16.090Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:16 [2021-04-22T13:52:16.090Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:16 [2021-04-22T13:52:16.090Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
13:52:16 [2021-04-22T13:52:16.090Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
13:52:16 [2021-04-22T13:52:16.090Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
13:52:16 [2021-04-22T13:52:16.090Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateLinkToNonExistingContainer
13:52:16 [2021-04-22T13:52:16.090Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateWithInvalidEnv
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateWithInvalidEnv/0
13:52:16 [2021-04-22T13:52:16.090Z] === PAUSE TestCreateWithInvalidEnv/0
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateWithInvalidEnv/1
13:52:16 [2021-04-22T13:52:16.090Z] === PAUSE TestCreateWithInvalidEnv/1
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateWithInvalidEnv/2
13:52:16 [2021-04-22T13:52:16.090Z] === PAUSE TestCreateWithInvalidEnv/2
13:52:16 [2021-04-22T13:52:16.090Z] === CONT  TestCreateWithInvalidEnv/0
13:52:16 [2021-04-22T13:52:16.090Z] === CONT  TestCreateWithInvalidEnv/2
13:52:16 [2021-04-22T13:52:16.090Z] === CONT  TestCreateWithInvalidEnv/1
13:52:16 [2021-04-22T13:52:16.090Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
13:52:16 [2021-04-22T13:52:16.090Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateTmpfsMountsTarget
13:52:16 [2021-04-22T13:52:16.090Z] --- PASS: TestCreateTmpfsMountsTarget (0.04s)
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestCreateWithCustomMaskedPaths
13:52:16 [2021-04-22T13:52:16.090Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
13:52:17 [2021-04-22T13:52:17.458Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
13:52:18 [2021-04-22T13:52:18.826Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
13:52:19 [2021-04-22T13:52:19.596Z] --- PASS: TestContainerKillOnDaemonStart (13.72s)
13:52:19 [2021-04-22T13:52:19.605Z] PASS
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] === Skipped
13:52:19 [2021-04-22T13:52:19.605Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
13:52:19 [2021-04-22T13:52:19.605Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
13:52:19 [2021-04-22T13:52:19.605Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
13:52:19 [2021-04-22T13:52:19.605Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:52:19 [2021-04-22T13:52:19.605Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
13:52:19 [2021-04-22T13:52:19.605Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
13:52:19 [2021-04-22T13:52:19.605Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] 
13:52:19 [2021-04-22T13:52:19.605Z] DONE 197 tests, 6 skipped in 165.739s
13:52:19 [2021-04-22T13:52:19.605Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
13:52:19 [2021-04-22T13:52:19.605Z] ++ 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
13:52:19 [2021-04-22T13:52:19.605Z] ++ set -e
13:52:19 [2021-04-22T13:52:19.605Z] ++ '[' -n 0 ']'
13:52:19 [2021-04-22T13:52:19.605Z] ++ set -x
13:52:19 [2021-04-22T13:52:19.605Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
13:52:19 [2021-04-22T13:52:19.605Z] INFO: Testing against a local daemon
13:52:19 [2021-04-22T13:52:19.605Z] === RUN   TestCommitInheritsEnv
13:52:19 [2021-04-22T13:52:19.755Z] --- PASS: TestCreateWithCustomMaskedPaths (3.41s)
13:52:19 [2021-04-22T13:52:19.755Z] === RUN   TestCreateWithCustomReadonlyPaths
13:52:19 [2021-04-22T13:52:19.785Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.68s)
13:52:19 [2021-04-22T13:52:19.785Z] === RUN   TestAuthZPluginV2Disable
13:52:19 [2021-04-22T13:52:19.866Z] --- PASS: TestCommitInheritsEnv (0.44s)
13:52:19 [2021-04-22T13:52:19.866Z] === RUN   TestImportExtremelyLargeImageWorks
13:52:19 [2021-04-22T13:52:19.866Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
13:52:19 [2021-04-22T13:52:19.866Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
13:52:19 [2021-04-22T13:52:19.866Z] === RUN   TestImagesFilterMultiReference
13:52:19 [2021-04-22T13:52:19.866Z] --- PASS: TestImagesFilterMultiReference (0.10s)
13:52:19 [2021-04-22T13:52:19.866Z] === RUN   TestImagePullPlatformInvalid
13:52:20 [2021-04-22T13:52:20.128Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
13:52:20 [2021-04-22T13:52:20.128Z] === RUN   TestRemoveImageOrphaning
13:52:20 [2021-04-22T13:52:20.388Z] --- PASS: TestRemoveImageOrphaning (0.38s)
13:52:20 [2021-04-22T13:52:20.388Z] === RUN   TestRemoveImageGarbageCollector
13:52:20 [2021-04-22T13:52:20.388Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
13:52:20 [2021-04-22T13:52:20.388Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:20 [2021-04-22T13:52:20.388Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:52:20 [2021-04-22T13:52:20.388Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
13:52:20 [2021-04-22T13:52:20.388Z] === RUN   TestTagInvalidReference
13:52:20 [2021-04-22T13:52:20.388Z] --- PASS: TestTagInvalidReference (0.03s)
13:52:20 [2021-04-22T13:52:20.388Z] === RUN   TestTagValidPrefixedRepo
13:52:20 [2021-04-22T13:52:20.649Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
13:52:20 [2021-04-22T13:52:20.649Z] === RUN   TestTagExistedNameWithoutForce
13:52:20 [2021-04-22T13:52:20.649Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
13:52:20 [2021-04-22T13:52:20.649Z] === RUN   TestTagOfficialNames
13:52:20 [2021-04-22T13:52:20.649Z] --- PASS: TestTagOfficialNames (0.07s)
13:52:20 [2021-04-22T13:52:20.649Z] === RUN   TestTagMatchesDigest
13:52:20 [2021-04-22T13:52:20.649Z] --- PASS: TestTagMatchesDigest (0.03s)
13:52:20 [2021-04-22T13:52:20.649Z] PASS
13:52:20 [2021-04-22T13:52:20.649Z] 
13:52:20 [2021-04-22T13:52:20.649Z] === Skipped
13:52:20 [2021-04-22T13:52:20.649Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
13:52:20 [2021-04-22T13:52:20.649Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
13:52:20 [2021-04-22T13:52:20.649Z] 
13:52:20 [2021-04-22T13:52:20.649Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
13:52:20 [2021-04-22T13:52:20.649Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:52:20 [2021-04-22T13:52:20.649Z] 
13:52:20 [2021-04-22T13:52:20.649Z] 
13:52:20 [2021-04-22T13:52:20.649Z] DONE 12 tests, 2 skipped in 1.494s
13:52:20 [2021-04-22T13:52:20.649Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
13:52:20 [2021-04-22T13:52:20.649Z] ++ 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
13:52:20 [2021-04-22T13:52:20.649Z] ++ set -e
13:52:20 [2021-04-22T13:52:20.649Z] ++ '[' -n 0 ']'
13:52:20 [2021-04-22T13:52:20.649Z] ++ set -x
13:52:20 [2021-04-22T13:52:20.649Z] ++ 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
13:52:20 [2021-04-22T13:52:20.909Z] INFO: Testing against a local daemon
13:52:20 [2021-04-22T13:52:20.909Z] === RUN   TestNetworkCreateDelete
13:52:21 [2021-04-22T13:52:21.851Z] --- PASS: TestNetworkCreateDelete (0.79s)
13:52:21 [2021-04-22T13:52:21.851Z] === RUN   TestDockerNetworkDeletePreferID
13:52:22 [2021-04-22T13:52:22.276Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
13:52:22 [2021-04-22T13:52:22.838Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.33s)
13:52:22 [2021-04-22T13:52:22.839Z] === RUN   TestCreateWithInvalidHealthcheckParams
13:52:22 [2021-04-22T13:52:22.839Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:22 [2021-04-22T13:52:22.839Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:22 [2021-04-22T13:52:22.839Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:22 [2021-04-22T13:52:22.839Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:22 [2021-04-22T13:52:22.839Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
13:52:22 [2021-04-22T13:52:22.839Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
13:52:22 [2021-04-22T13:52:22.839Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
13:52:22 [2021-04-22T13:52:22.839Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
13:52:22 [2021-04-22T13:52:22.839Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
13:52:22 [2021-04-22T13:52:22.839Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
13:52:22 [2021-04-22T13:52:22.839Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
13:52:22 [2021-04-22T13:52:22.839Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
13:52:22 [2021-04-22T13:52:22.839Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
13:52:22 [2021-04-22T13:52:22.839Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
13:52:23 [2021-04-22T13:52:23.106Z] --- PASS: TestAuthZPluginV2Disable (3.63s)
13:52:23 [2021-04-22T13:52:23.107Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:52:23 [2021-04-22T13:52:23.402Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
13:52:23 [2021-04-22T13:52:23.402Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
13:52:23 [2021-04-22T13:52:23.660Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s)
13:52:23 [2021-04-22T13:52:23.660Z] === RUN   TestCreateDifferentPlatform
13:52:23 [2021-04-22T13:52:23.660Z] === RUN   TestCreateDifferentPlatform/different_os
13:52:23 [2021-04-22T13:52:23.660Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
13:52:23 [2021-04-22T13:52:23.660Z] --- PASS: TestCreateDifferentPlatform (0.01s)
13:52:23 [2021-04-22T13:52:23.660Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
13:52:23 [2021-04-22T13:52:23.660Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
13:52:23 [2021-04-22T13:52:23.660Z] === RUN   TestCreateVolumesFromNonExistingContainer
13:52:23 [2021-04-22T13:52:23.660Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
13:52:23 [2021-04-22T13:52:23.660Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
13:52:23 [2021-04-22T13:52:23.916Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
13:52:23 [2021-04-22T13:52:23.916Z] === RUN   TestContainerStartOnDaemonRestart
13:52:23 [2021-04-22T13:52:23.917Z] === PAUSE TestContainerStartOnDaemonRestart
13:52:23 [2021-04-22T13:52:23.917Z] === RUN   TestDaemonRestartIpcMode
13:52:23 [2021-04-22T13:52:23.917Z] === PAUSE TestDaemonRestartIpcMode
13:52:23 [2021-04-22T13:52:23.917Z] === RUN   TestDaemonHostGatewayIP
13:52:23 [2021-04-22T13:52:23.917Z] === PAUSE TestDaemonHostGatewayIP
13:52:23 [2021-04-22T13:52:23.917Z] === RUN   TestRestartDaemonWithRestartingContainer
13:52:23 [2021-04-22T13:52:23.917Z] === PAUSE TestRestartDaemonWithRestartingContainer
13:52:23 [2021-04-22T13:52:23.917Z] === RUN   TestContainerKillOnDaemonStart
13:52:23 [2021-04-22T13:52:23.917Z] === PAUSE TestContainerKillOnDaemonStart
13:52:23 [2021-04-22T13:52:23.917Z] === RUN   TestDiff
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestBoolValue
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestBoolValue (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestBoolValueOrDefault
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestBoolValueOrDefault (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestInt64ValueOrZero
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestInt64ValueOrZero (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestInt64ValueOrDefault
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestInt64ValueOrDefault (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestInt64ValueOrDefaultWithError
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestJsonContentType
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestJsonContentType (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] PASS
13:52:24 [2021-04-22T13:52:24.103Z] coverage: 14.7% of statements
13:52:24 [2021-04-22T13:52:24.103Z] ok  	github.com/docker/docker/api/server/httputils	0.060s	coverage: 14.7% of statements
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestMaskSecretKeys
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestMaskSecretKeys (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestVersionMiddlewareVersion
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
13:52:24 [2021-04-22T13:52:24.103Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
13:52:24 [2021-04-22T13:52:24.103Z] PASS
13:52:24 [2021-04-22T13:52:24.103Z] coverage: 37.7% of statements
13:52:24 [2021-04-22T13:52:24.103Z] ok  	github.com/docker/docker/api/server/middleware	0.089s	coverage: 37.7% of statements
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:52:24 [2021-04-22T13:52:24.103Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:52:24 [2021-04-22T13:52:24.394Z] --- PASS: TestDockerNetworkDeletePreferID (2.43s)
13:52:24 [2021-04-22T13:52:24.394Z] === RUN   TestDaemonDNSFallback
13:52:24 [2021-04-22T13:52:24.846Z] --- PASS: TestDiff (0.88s)
13:52:24 [2021-04-22T13:52:24.846Z] === RUN   TestExecWithCloseStdin
13:52:24 [2021-04-22T13:52:24.846Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestStrSliceMarshalJSON
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestStrSliceUnmarshalJSON
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestStrSliceUnmarshalString
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestStrSliceUnmarshalSlice
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] PASS
13:52:25 [2021-04-22T13:52:25.079Z] coverage: 90.0% of statements
13:52:25 [2021-04-22T13:52:25.079Z] ok  	github.com/docker/docker/api/types/strslice	0.228s	coverage: 90.0% of statements
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestToJSON
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestToJSON (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestToParamWithVersion
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestToParamWithVersion (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestFromJSON
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestFromJSON (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestEmpty
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestEmpty (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestArgsMatchKVListEmptySources
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestArgsMatchKVList
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestArgsMatchKVList (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestArgsMatch
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestArgsMatch (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestAdd
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestAdd (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestDel
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestDel (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestLen
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestLen (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestExactMatch
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestExactMatch (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestOnlyOneExactMatch
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestOnlyOneExactMatch (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestContains
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestContains (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestValidate
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestValidate (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestWalkValues
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestWalkValues (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestFuzzyMatch
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestFuzzyMatch (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestClone
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestClone (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] PASS
13:52:25 [2021-04-22T13:52:25.079Z] coverage: 92.2% of statements
13:52:25 [2021-04-22T13:52:25.079Z] ok  	github.com/docker/docker/api/types/filters	0.047s	coverage: 92.2% of statements
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestAdjustForAPIVersion
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestAdjustForAPIVersion (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] PASS
13:52:25 [2021-04-22T13:52:25.079Z] coverage: 5.7% of statements
13:52:25 [2021-04-22T13:52:25.079Z] ok  	github.com/docker/docker/api/server/router/swarm	0.064s	coverage: 5.7% of statements
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/container	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestDurationToSecondsString
13:52:25 [2021-04-22T13:52:25.079Z] --- PASS: TestDurationToSecondsString (0.00s)
13:52:25 [2021-04-22T13:52:25.079Z] === RUN   TestGetTimestamp
13:52:25 [2021-04-22T13:52:25.541Z] --- PASS: TestGetTimestamp (0.18s)
13:52:25 [2021-04-22T13:52:25.541Z] === RUN   TestParseTimestamps
13:52:25 [2021-04-22T13:52:25.541Z] --- PASS: TestParseTimestamps (0.00s)
13:52:25 [2021-04-22T13:52:25.541Z] PASS
13:52:25 [2021-04-22T13:52:25.541Z] coverage: 100.0% of statements
13:52:25 [2021-04-22T13:52:25.541Z] ok  	github.com/docker/docker/api/types/time	0.229s	coverage: 100.0% of statements
13:52:26 [2021-04-22T13:52:26.003Z] === RUN   TestCompareVersion
13:52:26 [2021-04-22T13:52:26.003Z] --- PASS: TestCompareVersion (0.00s)
13:52:26 [2021-04-22T13:52:26.003Z] PASS
13:52:26 [2021-04-22T13:52:26.003Z] coverage: 75.0% of statements
13:52:26 [2021-04-22T13:52:26.003Z] ok  	github.com/docker/docker/api/types/versions	0.045s	coverage: 75.0% of statements
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:52:26 [2021-04-22T13:52:26.003Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:52:26 [2021-04-22T13:52:26.406Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.41s)
13:52:26 [2021-04-22T13:52:26.406Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:52:26 [2021-04-22T13:52:26.737Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
13:52:26 [2021-04-22T13:52:26.738Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
13:52:26 [2021-04-22T13:52:26.738Z] --- PASS: TestExecWithCloseStdin (1.90s)
13:52:26 [2021-04-22T13:52:26.738Z] === RUN   TestExec
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
13:52:27 [2021-04-22T13:52:27.553Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
13:52:27 [2021-04-22T13:52:27.553Z] --- PASS: TestParseRemoteURL (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z] === RUN   TestCloneArgsSmartHttp
13:52:27 [2021-04-22T13:52:27.554Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
13:52:27 [2021-04-22T13:52:27.554Z] === RUN   TestCloneArgsDumbHttp
13:52:27 [2021-04-22T13:52:27.554Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z] === RUN   TestCloneArgsGit
13:52:27 [2021-04-22T13:52:27.554Z] --- PASS: TestCloneArgsGit (0.00s)
13:52:27 [2021-04-22T13:52:27.554Z] === RUN   TestCheckoutGit
13:52:28 [2021-04-22T13:52:28.105Z] === RUN   TestDockerSuite/TestBuildAddScript
13:52:28 [2021-04-22T13:52:28.361Z] --- PASS: TestExec (1.79s)
13:52:28 [2021-04-22T13:52:28.361Z] === RUN   TestExecUser
13:52:29 [2021-04-22T13:52:29.728Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
13:52:29 [2021-04-22T13:52:29.750Z] === RUN   TestEnable
13:52:29 [2021-04-22T13:52:29.750Z] --- PASS: TestEnable (0.00s)
13:52:29 [2021-04-22T13:52:29.750Z] === RUN   TestDisable
13:52:29 [2021-04-22T13:52:29.750Z] --- PASS: TestDisable (0.00s)
13:52:29 [2021-04-22T13:52:29.750Z] === RUN   TestEnabled
13:52:29 [2021-04-22T13:52:29.750Z] --- PASS: TestEnabled (0.00s)
13:52:29 [2021-04-22T13:52:29.750Z] PASS
13:52:29 [2021-04-22T13:52:29.750Z] coverage: 100.0% of statements
13:52:29 [2021-04-22T13:52:29.750Z] ok  	github.com/docker/docker/cli/debug	0.042s	coverage: 100.0% of statements
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestProcessNoDockerignore
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestProcessNoDockerignore (0.01s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestProcessShouldLeaveAllFiles
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestDetectContentType
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestDetectContentType (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestSelectAcceptableMIME
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestSelectAcceptableMIME (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestInspectEmptyResponse
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestInspectEmptyResponse (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestInspectResponseBinary
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestInspectResponseBinary (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestResponseUnsupportedContentType
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestInspectResponseTextSimple
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestInspectResponseTextSimple (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestInspectResponseEmptyContentType
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestUnknownContentLength
13:52:30 [2021-04-22T13:52:30.212Z] --- PASS: TestUnknownContentLength (0.00s)
13:52:30 [2021-04-22T13:52:30.212Z] === RUN   TestDownloadRemote
13:52:30 [2021-04-22T13:52:30.292Z] --- PASS: TestExecUser (1.83s)
13:52:30 [2021-04-22T13:52:30.292Z] === RUN   TestExportContainerAndImportImage
13:52:30 [2021-04-22T13:52:30.675Z] --- PASS: TestDownloadRemote (0.24s)
13:52:30 [2021-04-22T13:52:30.675Z] === RUN   TestGetWithStatusError
13:52:30 [2021-04-22T13:52:30.675Z] --- PASS: TestGetWithStatusError (0.00s)
13:52:30 [2021-04-22T13:52:30.675Z] === RUN   TestCloseRootDirectory
13:52:30 [2021-04-22T13:52:30.675Z] --- SKIP: TestCloseRootDirectory (0.00s)
13:52:30 [2021-04-22T13:52:30.675Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:52:30 [2021-04-22T13:52:30.675Z] === RUN   TestHashFile
13:52:30 [2021-04-22T13:52:30.675Z] --- SKIP: TestHashFile (0.00s)
13:52:30 [2021-04-22T13:52:30.675Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:52:30 [2021-04-22T13:52:30.675Z] === RUN   TestHashSubdir
13:52:30 [2021-04-22T13:52:30.675Z] --- SKIP: TestHashSubdir (0.01s)
13:52:30 [2021-04-22T13:52:30.675Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:52:30 [2021-04-22T13:52:30.675Z] === RUN   TestRemoveDirectory
13:52:30 [2021-04-22T13:52:30.675Z] --- SKIP: TestRemoveDirectory (0.00s)
13:52:30 [2021-04-22T13:52:30.675Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:52:30 [2021-04-22T13:52:30.675Z] PASS
13:52:30 [2021-04-22T13:52:30.675Z] coverage: 9.3% of statements
13:52:30 [2021-04-22T13:52:30.675Z] ok  	github.com/docker/docker/builder/remotecontext	0.426s	coverage: 9.3% of statements
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestGetAllAllowed
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestGetAllAllowed (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestGetAllMeta
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestGetAllMeta (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestWarnOnUnusedBuildArgs
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestIsUnreferencedBuiltin
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestIsExistingDirectory
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestIsExistingDirectory (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestGetFilenameForDownload
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestGetFilenameForDownload (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestEnv2Variables
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestEnv2Variables (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestEnvValueWithExistingRunConfigEnv
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestMaintainer
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestMaintainer (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestLabel
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestLabel (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestFromScratch
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestFromScratch (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestFromWithArg
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestFromWithArg (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestFromWithArgButBuildArgsNotGiven
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestFromWithUndefinedArg
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestFromWithUndefinedArg (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestFromMultiStageWithNamedStage
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestOnbuild
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestOnbuild (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestWorkdir
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestWorkdir (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestCmd
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestCmd (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestHealthcheckNone
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestHealthcheckNone (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestHealthcheckCmd
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestHealthcheckCmd (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestEntrypoint
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestEntrypoint (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestExpose
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestExpose (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestUser
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestUser (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestVolume
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestVolume (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestStopSignal
13:52:31 [2021-04-22T13:52:31.138Z] --- SKIP: TestStopSignal (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z]     dispatchers_test.go:377: Windows does not support stopsignal
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestArg
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestArg (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestShell
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestShell (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestPrependEnvOnCmd
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestPrependEnvOnCmd (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestRunWithBuildArgs
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestRunWithBuildArgs (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestRunIgnoresHealthcheck
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatchUnsupportedOptions
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestNormalizeWorkdir
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestNormalizeWorkdir (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch/ADD_multiple_files_to_file
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch/COPY_multiple_files_to_file
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch/COPY_wildcard_no_files
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDispatch/COPY_url
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestDispatch (0.06s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z]     --- PASS: TestDispatch/COPY_url (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestAddScratchImageAddsToMounts
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestAddFromScratchPopulatesPlatform
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestImageSourceGetAddsToMounts
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestEmptyDockerfile
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestEmptyDockerfile (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestSymlinkDockerfile
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestSymlinkDockerfile (0.01s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDockerfileOutsideTheBuildContext
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestNonExistingDockerfile
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestNonExistingDockerfile (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestCopyRunConfig
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestCopyRunConfig (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestDeepCopyRunConfig
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestDeepCopyRunConfig (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestExportImage
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestExportImage (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] === RUN   TestNormalizeDest
13:52:31 [2021-04-22T13:52:31.138Z] --- PASS: TestNormalizeDest (0.00s)
13:52:31 [2021-04-22T13:52:31.138Z] PASS
13:52:31 [2021-04-22T13:52:31.138Z] coverage: 46.8% of statements
13:52:31 [2021-04-22T13:52:31.138Z] ok  	github.com/docker/docker/builder/dockerfile	0.219s	coverage: 46.8% of statements
13:52:31 [2021-04-22T13:52:31.601Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
13:52:31 [2021-04-22T13:52:31.660Z] --- PASS: TestExportContainerAndImportImage (1.57s)
13:52:31 [2021-04-22T13:52:31.660Z] === RUN   TestExportContainerAfterDaemonRestart
13:52:32 [2021-04-22T13:52:32.530Z] --- PASS: TestDaemonDNSFallback (8.08s)
13:52:32 [2021-04-22T13:52:32.530Z] === RUN   TestInspectNetwork
13:52:33 [2021-04-22T13:52:33.028Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
13:52:33 [2021-04-22T13:52:33.028Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
13:52:34 [2021-04-22T13:52:34.921Z] --- PASS: TestExportContainerAfterDaemonRestart (2.93s)
13:52:34 [2021-04-22T13:52:34.921Z] === RUN   TestHealthCheckWorkdir
13:52:35 [2021-04-22T13:52:35.483Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
13:52:37 [2021-04-22T13:52:37.373Z] --- PASS: TestHealthCheckWorkdir (2.65s)
13:52:37 [2021-04-22T13:52:37.373Z] === RUN   TestHealthKillContainer
13:52:37 [2021-04-22T13:52:37.831Z] === RUN   TestInspectNetwork/full_network_id
13:52:37 [2021-04-22T13:52:37.831Z] === RUN   TestInspectNetwork/partial_network_id
13:52:37 [2021-04-22T13:52:37.831Z] === RUN   TestInspectNetwork/network_name
13:52:37 [2021-04-22T13:52:37.831Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
13:52:38 [2021-04-22T13:52:38.645Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.75s)
13:52:38 [2021-04-22T13:52:38.645Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:52:41 [2021-04-22T13:52:41.547Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
13:52:41 [2021-04-22T13:52:41.547Z] --- PASS: TestHealthKillContainer (3.95s)
13:52:41 [2021-04-22T13:52:41.547Z] === RUN   TestInspectCpusetInConfigPre120
13:52:41 [2021-04-22T13:52:41.547Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCheckpointCreateError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCheckpointCreateError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCheckpointCreate
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCheckpointCreate (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCheckpointDeleteError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCheckpointDeleteError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCheckpointDelete
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCheckpointDelete (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCheckpointListError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCheckpointListError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCheckpointList
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCheckpointList (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCheckpointListContainerNotFound
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNewClientWithOpsFromEnv
13:52:41 [2021-04-22T13:52:41.964Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z]     client_test.go:23: runtime.GOOS == "windows"
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestGetAPIPath
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestGetAPIPath (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestParseHostURL
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestParseHostURL (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNegotiateAPIVersionEmpty
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNegotiateAPIVersion
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestNegotiateAPIVersion (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNegotiateAPVersionOverride
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNegotiateAPIVersionAutomatic
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestClientRedirect
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestClientRedirect (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigCreateUnsupported
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigCreateUnsupported (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigCreateError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigCreateError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigCreate
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigCreate (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigInspectNotFound
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigInspectNotFound (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigInspectWithEmptyID
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigInspectUnsupported
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigInspectUnsupported (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigInspectError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigInspectError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigInspectConfigNotFound
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigInspect
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigInspect (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigListUnsupported
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigListUnsupported (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigListError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigListError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigList
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigList (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigRemoveUnsupported
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigRemoveError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigRemoveError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigRemove
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigRemove (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigUpdateUnsupported
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigUpdateError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigUpdateError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestConfigUpdate
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestConfigUpdate (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerCommitError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerCommitError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerCommit
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerCommit (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStatPathError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStatPathError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStatPathNotFoundError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStatPathNoHeaderError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStatPath
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStatPath (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyToContainerError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyToContainerError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyToContainerNotFoundError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyToContainerNotStatusOKError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyToContainer
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyToContainer (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyFromContainerError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyFromContainerError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyFromContainerNotFoundError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyFromContainerNotStatusOKError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyFromContainerNoHeaderError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestCopyFromContainer
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestCopyFromContainer (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerCreateError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerCreateError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerCreateImageNotFound
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerCreateWithName
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerCreateWithName (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerCreateAutoRemove
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerDiffError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerDiffError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerDiff
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerDiff (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecCreateError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecCreateError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecCreate
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecCreate (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecStartError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecStartError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecStart
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecStart (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecInspectError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecInspectError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecInspect
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecInspect (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExportError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExportError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExport
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExport (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerInspectError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerInspectError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerInspectContainerNotFound
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerInspectWithEmptyID
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerInspect
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerInspect (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerInspectNode
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerInspectNode (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerKillError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerKillError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerKill
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerKill (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerListError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerListError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerList
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerList (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerLogsNotFoundError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerLogsError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerLogsError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerLogs
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerLogs (0.19s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerPauseError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerPauseError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerPause
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerPause (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainersPruneError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainersPruneError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainersPrune
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainersPrune (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerRemoveError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerRemoveError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerRemoveNotFoundError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerRemove
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerRemove (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerRenameError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerRenameError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerRename
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerRename (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerResizeError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerResizeError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecResizeError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecResizeError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerResize
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerResize (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerExecResize
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerExecResize (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerRestartError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerRestartError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerRestart
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerRestart (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStartError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStartError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStart
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStart (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStatsError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStatsError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStats
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStats (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStopError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStopError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerStop
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerStop (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerTopError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerTopError (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerTop
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerTop (0.00s)
13:52:41 [2021-04-22T13:52:41.964Z] === RUN   TestContainerUnpauseError
13:52:41 [2021-04-22T13:52:41.964Z] --- PASS: TestContainerUnpauseError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestContainerUnpause
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestContainerUnpause (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestContainerUpdateError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestContainerUpdateError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestContainerUpdate
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestContainerUpdate (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestContainerWaitError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestContainerWaitError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestContainerWait
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestContainerWait (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestDiskUsageError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestDiskUsageError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestDiskUsage
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestDiskUsage (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestDistributionInspectUnsupported
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestDistributionInspectWithEmptyID
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestEventsErrorInOptions
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestEventsErrorInOptions (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestEventsErrorFromServer
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestEventsErrorFromServer (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestEvents
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestEvents (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestTLSCloseWriter
13:52:41 [2021-04-22T13:52:41.965Z] === PAUSE TestTLSCloseWriter
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageBuildError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageBuildError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageBuild
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageBuild (0.07s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestGetDockerOS
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestGetDockerOS (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageCreateError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageCreateError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageCreate
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageCreate (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageHistoryError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageHistoryError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageHistory
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageHistory (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageImportError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageImportError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageImport
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageImport (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageInspectError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageInspectError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageInspectImageNotFound
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageInspectImageNotFound (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageInspectWithEmptyID
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageInspect
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageInspect (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageListError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageListError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageList
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageList (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageListApiBefore125
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageListApiBefore125 (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageLoadError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageLoadError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImageLoad
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImageLoad (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImagesPruneError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImagesPruneError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImagesPrune
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImagesPrune (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImagePullReferenceParseError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImagePullReferenceParseError (0.00s)
13:52:41 [2021-04-22T13:52:41.965Z] === RUN   TestImagePullAnyError
13:52:41 [2021-04-22T13:52:41.965Z] --- PASS: TestImagePullAnyError (0.00s)
13:52:42 [2021-04-22T13:52:42.033Z] --- PASS: TestInspectNetwork (9.16s)
13:52:42 [2021-04-22T13:52:42.033Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
13:52:42 [2021-04-22T13:52:42.033Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
13:52:42 [2021-04-22T13:52:42.033Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
13:52:42 [2021-04-22T13:52:42.033Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
13:52:42 [2021-04-22T13:52:42.033Z] === RUN   TestRunContainerWithBridgeNone
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePullStatusUnauthorizedError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.01s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePullWithPrivilegedFuncNoError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePullWithoutErrors
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePullWithoutErrors (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushReferenceError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePushReferenceError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushAnyError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePushAnyError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushStatusUnauthorizedError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithPrivilegedFuncNoError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithoutErrors
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImagePushWithoutErrors (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageRemoveError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageRemoveError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageRemoveImageNotFound
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageRemove
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageRemove (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSaveError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSaveError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSave
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSave (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSearchAnyError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSearchAnyError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSearchStatusUnauthorizedError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageSearchWithoutErrors
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageTagError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageTagError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageTagInvalidReference
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageTagInvalidReference (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageTagInvalidSourceImageName
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageTagHexSource
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageTagHexSource (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestImageTag
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestImageTag (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestInfoServerError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestInfoServerError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestInfoInvalidResponseJSONError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestInfo
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestInfo (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkConnectError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkConnectError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkConnect
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkConnect (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkCreateError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkCreateError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkCreate
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkCreate (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkDisconnectError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkDisconnectError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkDisconnect
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkDisconnect (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkInspectError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkInspectNotFoundError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkInspectWithEmptyID
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkInspect
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkListError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkListError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkList
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkList (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworksPruneError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworksPruneError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworksPrune
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworksPrune (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkRemoveError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkRemoveError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNetworkRemove
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNetworkRemove (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNodeInspectError
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNodeInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNodeInspectNodeNotFound
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNodeInspectWithEmptyID
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
13:52:42 [2021-04-22T13:52:42.439Z] === RUN   TestNodeInspect
13:52:42 [2021-04-22T13:52:42.439Z] --- PASS: TestNodeInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestNodeListError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestNodeListError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestNodeList
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestNodeList (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestNodeRemoveError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestNodeRemoveError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestNodeRemove
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestNodeRemove (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestNodeUpdateError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestNodeUpdateError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestNodeUpdate
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestNodeUpdate (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestOptionWithTimeout
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestOptionWithTimeout (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingFail
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPingFail (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingWithError
13:52:42 [2021-04-22T13:52:42.440Z] 2021/04/22 13:52:41 RoundTripper returned a response & error; ignoring response
13:52:42 [2021-04-22T13:52:42.440Z] 2021/04/22 13:52:41 RoundTripper returned a response & error; ignoring response
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPingWithError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingSuccess
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPingSuccess (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingHeadFallback
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingHeadFallback/OK
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingHeadFallback/Internal_Server_Error
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingHeadFallback/Not_Found
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPingHeadFallback (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginDisableError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginDisableError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginDisable
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginDisable (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginEnableError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginEnableError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginEnable
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginEnable (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginInspectError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginInspectWithEmptyID
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginInspect
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginListError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginListError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginList
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginList (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginPushError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginPushError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginPush
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginPush (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginRemoveError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginRemoveError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginRemove
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginRemove (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginSetError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginSetError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPluginSet
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPluginSet (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSetHostHeader
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSetHostHeader (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestPlainTextError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestPlainTextError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestInfiniteError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestInfiniteError (0.02s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretCreateUnsupported
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretCreateUnsupported (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretCreateError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretCreateError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretCreate
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretCreate (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretInspectUnsupported
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretInspectUnsupported (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretInspectError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretInspectSecretNotFound
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretInspectWithEmptyID
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretInspect
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretListUnsupported
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretListUnsupported (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretListError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretListError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretList
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretList (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretRemoveUnsupported
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretRemoveError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretRemoveError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretRemove
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretRemove (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretUpdateUnsupported
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretUpdateError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretUpdateError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSecretUpdate
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSecretUpdate (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceCreateError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceCreateError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceCreate
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceCreate (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceCreateCompatiblePlatforms
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceCreateDigestPinning
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceInspectError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceInspectServiceNotFound
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceInspectWithEmptyID
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceInspect
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceListError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceListError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceList
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceList (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceLogsError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceLogsError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceLogs
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceLogs (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceRemoveError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceRemoveError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceRemoveNotFoundError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceRemove
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceRemove (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceUpdateError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceUpdateError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestServiceUpdate
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestServiceUpdate (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSwarmGetUnlockKeyError
13:52:42 [2021-04-22T13:52:42.440Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
13:52:42 [2021-04-22T13:52:42.440Z] === RUN   TestSwarmGetUnlockKey
13:52:42 [2021-04-22T13:52:42.478Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
13:52:42 [2021-04-22T13:52:42.478Z] --- PASS: TestInspectCpusetInConfigPre120 (1.17s)
13:52:42 [2021-04-22T13:52:42.478Z] === RUN   TestIpcModeNone
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmInitError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmInitError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmInit
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmInit (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmInspectError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmInspect
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmJoinError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmJoinError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmJoin
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmJoin (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmLeaveError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmLeaveError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmLeave
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmLeave (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmUnlockError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmUnlockError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmUnlock
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmUnlock (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmUpdateError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmUpdateError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestSwarmUpdate
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestSwarmUpdate (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestTaskInspectError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestTaskInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestTaskInspectWithEmptyID
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestTaskInspect
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestTaskInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestTaskListError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestTaskListError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestTaskList
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestTaskList (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeCreateError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeCreateError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeCreate
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeCreate (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeInspectError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeInspectError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeInspectNotFound
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeInspectNotFound (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeInspectWithEmptyID
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeInspect
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeInspect (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeListError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeListError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeList
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeList (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeRemoveError
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeRemoveError (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === RUN   TestVolumeRemove
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestVolumeRemove (0.00s)
13:52:42 [2021-04-22T13:52:42.903Z] === CONT  TestTLSCloseWriter
13:52:42 [2021-04-22T13:52:42.903Z] --- PASS: TestTLSCloseWriter (0.01s)
13:52:42 [2021-04-22T13:52:42.903Z] PASS
13:52:42 [2021-04-22T13:52:42.903Z] coverage: 74.9% of statements
13:52:42 [2021-04-22T13:52:42.903Z] ok  	github.com/docker/docker/client	0.515s	coverage: 74.9% of statements
13:52:44 [2021-04-22T13:52:44.370Z] --- PASS: TestIpcModeNone (1.81s)
13:52:44 [2021-04-22T13:52:44.370Z] === RUN   TestIpcModePrivate
13:52:45 [2021-04-22T13:52:45.333Z] --- PASS: TestRunContainerWithBridgeNone (3.37s)
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestNetworkInvalidJSON
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestNetworkInvalidJSON//networks/create
13:52:45 [2021-04-22T13:52:45.333Z] === PAUSE TestNetworkInvalidJSON//networks/create
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
13:52:45 [2021-04-22T13:52:45.333Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
13:52:45 [2021-04-22T13:52:45.333Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
13:52:45 [2021-04-22T13:52:45.333Z] === CONT  TestNetworkInvalidJSON//networks/create
13:52:45 [2021-04-22T13:52:45.333Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
13:52:45 [2021-04-22T13:52:45.333Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
13:52:45 [2021-04-22T13:52:45.333Z] --- PASS: TestNetworkInvalidJSON (0.04s)
13:52:45 [2021-04-22T13:52:45.333Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
13:52:45 [2021-04-22T13:52:45.333Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
13:52:45 [2021-04-22T13:52:45.333Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestNetworkList
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestNetworkList//networks
13:52:45 [2021-04-22T13:52:45.333Z] === PAUSE TestNetworkList//networks
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestNetworkList//networks/
13:52:45 [2021-04-22T13:52:45.333Z] === PAUSE TestNetworkList//networks/
13:52:45 [2021-04-22T13:52:45.333Z] === CONT  TestNetworkList//networks
13:52:45 [2021-04-22T13:52:45.333Z] === CONT  TestNetworkList//networks/
13:52:45 [2021-04-22T13:52:45.333Z] --- PASS: TestNetworkList (0.03s)
13:52:45 [2021-04-22T13:52:45.333Z]     --- PASS: TestNetworkList//networks (0.00s)
13:52:45 [2021-04-22T13:52:45.333Z]     --- PASS: TestNetworkList//networks/ (0.00s)
13:52:45 [2021-04-22T13:52:45.333Z] === RUN   TestHostIPv4BridgeLabel
13:52:45 [2021-04-22T13:52:45.738Z] --- PASS: TestIpcModePrivate (1.57s)
13:52:45 [2021-04-22T13:52:45.738Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:108, shared: false, mustBeShared: false
13:52:45 [2021-04-22T13:52:45.738Z] === RUN   TestIpcModeShareable
13:52:46 [2021-04-22T13:52:46.273Z] --- PASS: TestHostIPv4BridgeLabel (1.51s)
13:52:46 [2021-04-22T13:52:46.273Z] === RUN   TestDaemonRestartWithLiveRestore
13:52:46 [2021-04-22T13:52:46.299Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
13:52:47 [2021-04-22T13:52:47.666Z] --- PASS: TestIpcModeShareable (1.63s)
13:52:47 [2021-04-22T13:52:47.666Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true
13:52:47 [2021-04-22T13:52:47.666Z] === RUN   TestAPIIpcModeShareableAndContainer
13:52:48 [2021-04-22T13:52:48.816Z] --- PASS: TestDaemonRestartWithLiveRestore (2.63s)
13:52:48 [2021-04-22T13:52:48.817Z] === RUN   TestDaemonDefaultNetworkPools
13:52:49 [2021-04-22T13:52:49.040Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
13:52:50 [2021-04-22T13:52:50.938Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
13:52:51 [2021-04-22T13:52:51.360Z] --- PASS: TestDaemonDefaultNetworkPools (2.25s)
13:52:51 [2021-04-22T13:52:51.360Z] === RUN   TestDaemonRestartWithExistingNetwork
13:52:52 [2021-04-22T13:52:52.304Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.69s)
13:52:52 [2021-04-22T13:52:52.304Z] === RUN   TestAPIIpcModeHost
13:52:53 [2021-04-22T13:52:53.232Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
13:52:53 [2021-04-22T13:52:53.795Z] === RUN   TestDockerSuite/TestBuildAddTar
13:52:54 [2021-04-22T13:52:54.661Z] --- PASS: TestDaemonRestartWithExistingNetwork (3.58s)
13:52:54 [2021-04-22T13:52:54.661Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
13:52:54 [2021-04-22T13:52:54.723Z] --- PASS: TestAPIIpcModeHost (2.39s)
13:52:54 [2021-04-22T13:52:54.723Z] === RUN   TestDaemonIpcModeShareable
13:53:00 [2021-04-22T13:53:00.151Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
13:53:00 [2021-04-22T13:53:00.151Z] --- PASS: TestDaemonIpcModeShareable (3.20s)
13:53:00 [2021-04-22T13:53:00.151Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: true, mustBeShared: true
13:53:00 [2021-04-22T13:53:00.151Z] === RUN   TestDaemonIpcModePrivate
13:53:00 [2021-04-22T13:53:00.151Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
13:53:00 [2021-04-22T13:53:00.151Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
13:53:00 [2021-04-22T13:53:00.151Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
13:53:00 [2021-04-22T13:53:00.153Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (4.48s)
13:53:00 [2021-04-22T13:53:00.153Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
13:53:00 [2021-04-22T13:53:00.154Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.77s)
13:53:00 [2021-04-22T13:53:00.155Z] PASS
13:53:00 [2021-04-22T13:53:00.155Z] 
13:53:00 [2021-04-22T13:53:00.155Z] DONE 17 tests in 52.747s
13:53:00 [2021-04-22T13:53:00.155Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:53:00 [2021-04-22T13:53:00.155Z] INFO: Testing against a local daemon
13:53:00 [2021-04-22T13:53:00.155Z] === RUN   TestPluginInvalidJSON
13:53:00 [2021-04-22T13:53:00.155Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
13:53:00 [2021-04-22T13:53:00.155Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
13:53:00 [2021-04-22T13:53:00.155Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
13:53:00 [2021-04-22T13:53:00.155Z] --- PASS: TestPluginInvalidJSON (0.01s)
13:53:00 [2021-04-22T13:53:00.155Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
13:53:00 [2021-04-22T13:53:00.155Z] === RUN   TestPluginInstall
13:53:00 [2021-04-22T13:53:00.155Z] === RUN   TestPluginInstall/no_auth
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70bf6efb607ca7ecff981dd4c56b34cc029543a85541a88ad2c27315d3719904" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70bf6efb607ca7ecff981dd4c56b34cc029543a85541a88ad2c27315d3719904" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:00 [2021-04-22T13:53:00.155Z] === RUN   TestPluginInstall/with_htpasswd
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70bf6efb607ca7ecff981dd4c56b34cc029543a85541a88ad2c27315d3719904" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:70bf6efb607ca7ecff981dd4c56b34cc029543a85541a88ad2c27315d3719904" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:00 [2021-04-22T13:53:00.155Z] === RUN   TestPluginInstall/with_insecure
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3b5c2581c67f65c9a394dca73d8707a7b293638521903ee9140eb4921679bab" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:53:00 [2021-04-22T13:53:00.155Z] time="2021-04-22T13:52:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c3b5c2581c67f65c9a394dca73d8707a7b293638521903ee9140eb4921679bab" mediatype=application/vnd.docker.plugin.v1+json size=522
13:53:00 [2021-04-22T13:53:00.155Z] --- PASS: TestPluginInstall (4.32s)
13:53:00 [2021-04-22T13:53:00.155Z]     --- PASS: TestPluginInstall/no_auth (2.15s)
13:53:00 [2021-04-22T13:53:00.155Z]     --- PASS: TestPluginInstall/with_htpasswd (0.79s)
13:53:00 [2021-04-22T13:53:00.155Z]     --- PASS: TestPluginInstall/with_insecure (1.39s)
13:53:00 [2021-04-22T13:53:00.155Z]         plugin_test.go:165: [d273b8d40e540] daemon is not started
13:53:00 [2021-04-22T13:53:00.155Z] === RUN   TestPluginsWithRuntimes
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestBoolValue
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestBoolValue (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestBoolValueOrDefault
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestBoolValueOrDefault (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestInt64ValueOrZero
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestInt64ValueOrZero (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestInt64ValueOrDefault
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestInt64ValueOrDefault (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestInt64ValueOrDefaultWithError
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestJsonContentType
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestJsonContentType (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] PASS
13:53:00 [2021-04-22T13:53:00.292Z] coverage: 14.7% of statements
13:53:00 [2021-04-22T13:53:00.292Z] ok  	github.com/docker/docker/api/server/httputils	0.051s	coverage: 14.7% of statements
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestMaskSecretKeys
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestMaskSecretKeys (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestVersionMiddlewareVersion
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] PASS
13:53:00 [2021-04-22T13:53:00.292Z] coverage: 37.7% of statements
13:53:00 [2021-04-22T13:53:00.292Z] ok  	github.com/docker/docker/api/server/middleware	0.087s	coverage: 37.7% of statements
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestStrSliceMarshalJSON
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestStrSliceUnmarshalJSON
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestStrSliceUnmarshalString
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestStrSliceUnmarshalSlice
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] PASS
13:53:00 [2021-04-22T13:53:00.292Z] coverage: 90.0% of statements
13:53:00 [2021-04-22T13:53:00.292Z] ok  	github.com/docker/docker/api/types/strslice	0.054s	coverage: 90.0% of statements
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestToJSON
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestToJSON (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestToParamWithVersion
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestToParamWithVersion (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestFromJSON
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestFromJSON (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestEmpty
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestEmpty (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestArgsMatchKVListEmptySources
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestArgsMatchKVList
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestArgsMatchKVList (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestArgsMatch
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestArgsMatch (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestAdd
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestAdd (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestDel
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestDel (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestLen
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestLen (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestExactMatch
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestExactMatch (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestOnlyOneExactMatch
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestOnlyOneExactMatch (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestContains
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestContains (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestValidate
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestValidate (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestWalkValues
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestWalkValues (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestFuzzyMatch
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestFuzzyMatch (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestClone
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestClone (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] PASS
13:53:00 [2021-04-22T13:53:00.292Z] coverage: 92.2% of statements
13:53:00 [2021-04-22T13:53:00.292Z] ok  	github.com/docker/docker/api/types/filters	0.043s	coverage: 92.2% of statements
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestAdjustForAPIVersion
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestAdjustForAPIVersion (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] PASS
13:53:00 [2021-04-22T13:53:00.292Z] coverage: 5.7% of statements
13:53:00 [2021-04-22T13:53:00.292Z] ok  	github.com/docker/docker/api/server/router/swarm	0.065s	coverage: 5.7% of statements
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/container	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestDurationToSecondsString
13:53:00 [2021-04-22T13:53:00.292Z] --- PASS: TestDurationToSecondsString (0.00s)
13:53:00 [2021-04-22T13:53:00.292Z] === RUN   TestGetTimestamp
13:53:00 [2021-04-22T13:53:00.724Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.30s)
13:53:00 [2021-04-22T13:53:00.724Z] === RUN   TestServiceWithPredefinedNetwork
13:53:00 [2021-04-22T13:53:00.756Z] --- PASS: TestGetTimestamp (0.16s)
13:53:00 [2021-04-22T13:53:00.756Z] === RUN   TestParseTimestamps
13:53:00 [2021-04-22T13:53:00.756Z] --- PASS: TestParseTimestamps (0.00s)
13:53:00 [2021-04-22T13:53:00.756Z] PASS
13:53:00 [2021-04-22T13:53:00.756Z] coverage: 100.0% of statements
13:53:00 [2021-04-22T13:53:00.756Z] ok  	github.com/docker/docker/api/types/time	0.202s	coverage: 100.0% of statements
13:53:00 [2021-04-22T13:53:00.756Z] === RUN   TestCompareVersion
13:53:00 [2021-04-22T13:53:00.756Z] --- PASS: TestCompareVersion (0.00s)
13:53:00 [2021-04-22T13:53:00.756Z] PASS
13:53:00 [2021-04-22T13:53:00.756Z] coverage: 75.0% of statements
13:53:00 [2021-04-22T13:53:00.756Z] ok  	github.com/docker/docker/api/types/versions	0.041s	coverage: 75.0% of statements
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:53:00 [2021-04-22T13:53:00.756Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:53:01 [2021-04-22T13:53:01.082Z] --- PASS: TestDaemonIpcModePrivate (3.30s)
13:53:01 [2021-04-22T13:53:01.082Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false
13:53:01 [2021-04-22T13:53:01.082Z] === RUN   TestDaemonIpcModePrivateFromConfig
13:53:01 [2021-04-22T13:53:01.095Z] === RUN   TestPluginsWithRuntimes/No_Args
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
13:53:02 [2021-04-22T13:53:02.305Z] --- PASS: TestParseRemoteURL (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestCloneArgsSmartHttp
13:53:02 [2021-04-22T13:53:02.305Z] --- PASS: TestCloneArgsSmartHttp (0.03s)
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestCloneArgsDumbHttp
13:53:02 [2021-04-22T13:53:02.305Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestCloneArgsGit
13:53:02 [2021-04-22T13:53:02.305Z] --- PASS: TestCloneArgsGit (0.00s)
13:53:02 [2021-04-22T13:53:02.305Z] === RUN   TestCheckoutGit
13:53:02 [2021-04-22T13:53:02.480Z] === RUN   TestPluginsWithRuntimes/With_Args
13:53:02 [2021-04-22T13:53:02.492Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
13:53:04 [2021-04-22T13:53:04.034Z] --- PASS: TestServiceWithPredefinedNetwork (3.22s)
13:53:04 [2021-04-22T13:53:04.034Z] === RUN   TestServiceRemoveKeepsIngressNetwork
13:53:04 [2021-04-22T13:53:04.034Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
13:53:04 [2021-04-22T13:53:04.034Z]     service_test.go:242: FLAKY_TEST
13:53:04 [2021-04-22T13:53:04.034Z] === RUN   TestServiceWithDataPathPortInit
13:53:04 [2021-04-22T13:53:04.393Z] --- PASS: TestPluginsWithRuntimes (4.87s)
13:53:04 [2021-04-22T13:53:04.393Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.49s)
13:53:04 [2021-04-22T13:53:04.393Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.53s)
13:53:04 [2021-04-22T13:53:04.393Z] === RUN   TestPluginBackCompatMediaTypes
13:53:04 [2021-04-22T13:53:04.414Z] === RUN   TestDockerSuite/TestBuildAddTarXz
13:53:04 [2021-04-22T13:53:04.414Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.30s)
13:53:04 [2021-04-22T13:53:04.414Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: false, mustBeShared: false
13:53:04 [2021-04-22T13:53:04.414Z] === RUN   TestDaemonIpcModeShareableFromConfig
13:53:04 [2021-04-22T13:53:04.501Z] === RUN   TestEnable
13:53:04 [2021-04-22T13:53:04.501Z] --- PASS: TestEnable (0.00s)
13:53:04 [2021-04-22T13:53:04.501Z] === RUN   TestDisable
13:53:04 [2021-04-22T13:53:04.501Z] --- PASS: TestDisable (0.00s)
13:53:04 [2021-04-22T13:53:04.501Z] === RUN   TestEnabled
13:53:04 [2021-04-22T13:53:04.501Z] --- PASS: TestEnabled (0.00s)
13:53:04 [2021-04-22T13:53:04.501Z] PASS
13:53:04 [2021-04-22T13:53:04.501Z] coverage: 100.0% of statements
13:53:04 [2021-04-22T13:53:04.501Z] ok  	github.com/docker/docker/cli/debug	0.046s	coverage: 100.0% of statements
13:53:04 [2021-04-22T13:53:04.654Z] --- PASS: TestPluginBackCompatMediaTypes (0.70s)
13:53:04 [2021-04-22T13:53:04.654Z] PASS
13:53:04 [2021-04-22T13:53:04.654Z] 
13:53:04 [2021-04-22T13:53:04.654Z] DONE 10 tests in 9.945s
13:53:04 [2021-04-22T13:53:04.654Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:53:04 [2021-04-22T13:53:04.654Z] INFO: Testing against a local daemon
13:53:04 [2021-04-22T13:53:04.654Z] === RUN   TestExternalGraphDriver
13:53:04 [2021-04-22T13:53:04.915Z] === RUN   TestExternalGraphDriver/json
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestProcessNoDockerignore
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestProcessNoDockerignore (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestProcessShouldLeaveAllFiles
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestDetectContentType
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestDetectContentType (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestSelectAcceptableMIME
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestSelectAcceptableMIME (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestInspectEmptyResponse
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestInspectEmptyResponse (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestInspectResponseBinary
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestInspectResponseBinary (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestResponseUnsupportedContentType
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestInspectResponseTextSimple
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestInspectResponseTextSimple (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestInspectResponseEmptyContentType
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestUnknownContentLength
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestUnknownContentLength (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestDownloadRemote
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestDownloadRemote (0.07s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestGetWithStatusError
13:53:04 [2021-04-22T13:53:04.964Z] --- PASS: TestGetWithStatusError (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestCloseRootDirectory
13:53:04 [2021-04-22T13:53:04.964Z] --- SKIP: TestCloseRootDirectory (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestHashFile
13:53:04 [2021-04-22T13:53:04.964Z] --- SKIP: TestHashFile (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestHashSubdir
13:53:04 [2021-04-22T13:53:04.964Z] --- SKIP: TestHashSubdir (0.01s)
13:53:04 [2021-04-22T13:53:04.964Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:53:04 [2021-04-22T13:53:04.964Z] === RUN   TestRemoveDirectory
13:53:04 [2021-04-22T13:53:04.964Z] --- SKIP: TestRemoveDirectory (0.00s)
13:53:04 [2021-04-22T13:53:04.964Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:53:04 [2021-04-22T13:53:04.964Z] PASS
13:53:04 [2021-04-22T13:53:04.964Z] coverage: 9.3% of statements
13:53:04 [2021-04-22T13:53:04.964Z] ok  	github.com/docker/docker/builder/remotecontext	0.293s	coverage: 9.3% of statements
13:53:04 [2021-04-22T13:53:04.977Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestGetAllAllowed
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestGetAllAllowed (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestGetAllMeta
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestGetAllMeta (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestWarnOnUnusedBuildArgs
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestIsUnreferencedBuiltin
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestIsExistingDirectory
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestIsExistingDirectory (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestGetFilenameForDownload
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestGetFilenameForDownload (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestEnv2Variables
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestEnv2Variables (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestEnvValueWithExistingRunConfigEnv
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestMaintainer
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestMaintainer (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestLabel
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestLabel (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestFromScratch
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestFromScratch (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestFromWithArg
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestFromWithArg (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestFromWithArgButBuildArgsNotGiven
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestFromWithUndefinedArg
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestFromWithUndefinedArg (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestFromMultiStageWithNamedStage
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestOnbuild
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestOnbuild (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestWorkdir
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestWorkdir (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestCmd
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestCmd (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestHealthcheckNone
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestHealthcheckNone (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestHealthcheckCmd
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestHealthcheckCmd (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestEntrypoint
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestEntrypoint (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestExpose
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestExpose (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestUser
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestUser (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestVolume
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestVolume (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestStopSignal
13:53:05 [2021-04-22T13:53:05.428Z] --- SKIP: TestStopSignal (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z]     dispatchers_test.go:377: Windows does not support stopsignal
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestArg
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestArg (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestShell
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestShell (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestPrependEnvOnCmd
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestPrependEnvOnCmd (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestRunWithBuildArgs
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestRunWithBuildArgs (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestRunIgnoresHealthcheck
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatchUnsupportedOptions
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestNormalizeWorkdir
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestNormalizeWorkdir (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch/ADD_multiple_files_to_file
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch/COPY_multiple_files_to_file
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch/COPY_wildcard_no_files
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDispatch/COPY_url
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestDispatch (0.11s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.04s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z]     --- PASS: TestDispatch/COPY_url (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestAddScratchImageAddsToMounts
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestAddFromScratchPopulatesPlatform
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestImageSourceGetAddsToMounts
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestEmptyDockerfile
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestEmptyDockerfile (0.01s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestSymlinkDockerfile
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestSymlinkDockerfile (0.01s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDockerfileOutsideTheBuildContext
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestNonExistingDockerfile
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestNonExistingDockerfile (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestCopyRunConfig
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestCopyRunConfig (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestDeepCopyRunConfig
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestDeepCopyRunConfig (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestExportImage
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestExportImage (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] === RUN   TestNormalizeDest
13:53:05 [2021-04-22T13:53:05.428Z] --- PASS: TestNormalizeDest (0.00s)
13:53:05 [2021-04-22T13:53:05.428Z] PASS
13:53:05 [2021-04-22T13:53:05.428Z] coverage: 46.8% of statements
13:53:05 [2021-04-22T13:53:05.428Z] ok  	github.com/docker/docker/builder/dockerfile	0.321s	coverage: 46.8% of statements
13:53:05 [2021-04-22T13:53:05.428Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
13:53:05 [2021-04-22T13:53:05.908Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
13:53:07 [2021-04-22T13:53:07.461Z] === RUN   TestExternalGraphDriver/spec
13:53:07 [2021-04-22T13:53:07.801Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.14s)
13:53:07 [2021-04-22T13:53:07.802Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: true, mustBeShared: true
13:53:07 [2021-04-22T13:53:07.802Z] === RUN   TestIpcModeOlderClient
13:53:07 [2021-04-22T13:53:07.802Z] === PAUSE TestIpcModeOlderClient
13:53:07 [2021-04-22T13:53:07.802Z] === RUN   TestKillContainerInvalidSignal
13:53:07 [2021-04-22T13:53:07.802Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
13:53:07 [2021-04-22T13:53:07.802Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
13:53:08 [2021-04-22T13:53:08.731Z] --- PASS: TestKillContainerInvalidSignal (1.19s)
13:53:08 [2021-04-22T13:53:08.731Z] === RUN   TestKillContainer
13:53:08 [2021-04-22T13:53:08.731Z] === RUN   TestKillContainer/no_signal
13:53:10 [2021-04-22T13:53:10.017Z] === RUN   TestExternalGraphDriver/pull
13:53:10 [2021-04-22T13:53:10.099Z] === RUN   TestKillContainer/non_killing_signal
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliConfigWithTLS
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliConfigWithConflicts
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliWithConflictingLabels
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.01s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestConfigureDaemonLogs
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestConfigureDaemonLogs (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestCommonOptionsInstallFlags
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
13:53:10 [2021-04-22T13:53:10.632Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
13:53:10 [2021-04-22T13:53:10.632Z] PASS
13:53:10 [2021-04-22T13:53:10.632Z] coverage: 18.4% of statements
13:53:10 [2021-04-22T13:53:10.632Z] ok  	github.com/docker/docker/cmd/dockerd	0.302s	coverage: 18.4% of statements
13:53:10 [2021-04-22T13:53:10.662Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
13:53:11 [2021-04-22T13:53:11.224Z] === RUN   TestKillContainer/killing_signal
13:53:11 [2021-04-22T13:53:11.931Z] --- PASS: TestExternalGraphDriver (7.00s)
13:53:11 [2021-04-22T13:53:11.932Z]     --- PASS: TestExternalGraphDriver/json (2.37s)
13:53:11 [2021-04-22T13:53:11.932Z]     --- PASS: TestExternalGraphDriver/spec (2.55s)
13:53:11 [2021-04-22T13:53:11.932Z]     --- PASS: TestExternalGraphDriver/pull (1.98s)
13:53:11 [2021-04-22T13:53:11.932Z] === RUN   TestGraphdriverPluginV2
13:53:12 [2021-04-22T13:53:12.593Z] --- PASS: TestKillContainer (3.89s)
13:53:12 [2021-04-22T13:53:12.593Z]     --- PASS: TestKillContainer/no_signal (1.24s)
13:53:12 [2021-04-22T13:53:12.593Z]     --- PASS: TestKillContainer/non_killing_signal (1.15s)
13:53:12 [2021-04-22T13:53:12.593Z]     --- PASS: TestKillContainer/killing_signal (1.25s)
13:53:12 [2021-04-22T13:53:12.593Z] === RUN   TestKillWithStopSignalAndRestartPolicies
13:53:12 [2021-04-22T13:53:12.593Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestContainerStopSignal
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestContainerStopSignal (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestContainerStopTimeout
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestContainerStopTimeout (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestContainerSecretReferenceDestTarget
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestContainerLogPathSetForJSONFileLogger
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestContainerLogPathSetForRingLogger
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestReplaceAndAppendEnvVars
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestNewMemoryStore
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestNewMemoryStore (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestAddContainers
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestAddContainers (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestGetContainer
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestGetContainer (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestDeleteContainer
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestDeleteContainer (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestListContainers
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestListContainers (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestFirstContainer
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestFirstContainer (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestApplyAllContainer
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestApplyAllContainer (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestIsValidHealthString
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestIsValidHealthString (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestStateRunStop
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestStateRunStop (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestStateTimeoutWait
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestStateTimeoutWait (0.10s)
13:53:12 [2021-04-22T13:53:12.824Z]     state_test.go:141: Stop callback fired
13:53:12 [2021-04-22T13:53:12.824Z]     state_test.go:165: Stop callback fired
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestIsValidStateString
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestIsValidStateString (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestViewSaveDelete
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestViewSaveDelete (0.01s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestViewAll
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestViewAll (0.03s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestViewGet
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestViewGet (0.01s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestNames
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestNames (0.00s)
13:53:12 [2021-04-22T13:53:12.824Z] === RUN   TestViewWithHealthCheck
13:53:12 [2021-04-22T13:53:12.824Z] --- PASS: TestViewWithHealthCheck (0.01s)
13:53:12 [2021-04-22T13:53:12.824Z] PASS
13:53:12 [2021-04-22T13:53:12.824Z] coverage: 41.6% of statements
13:53:12 [2021-04-22T13:53:12.824Z] ok  	github.com/docker/docker/container	0.306s	coverage: 41.6% of statements
13:53:13 [2021-04-22T13:53:13.156Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
13:53:13 [2021-04-22T13:53:13.720Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
13:53:13 [2021-04-22T13:53:13.977Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
13:53:15 [2021-04-22T13:53:15.346Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.73s)
13:53:15 [2021-04-22T13:53:15.346Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.29s)
13:53:15 [2021-04-22T13:53:15.346Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.20s)
13:53:15 [2021-04-22T13:53:15.346Z] === RUN   TestKillStoppedContainer
13:53:15 [2021-04-22T13:53:15.346Z] --- PASS: TestKillStoppedContainer (0.10s)
13:53:15 [2021-04-22T13:53:15.346Z] === RUN   TestKillStoppedContainerAPIPre120
13:53:15 [2021-04-22T13:53:15.602Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s)
13:53:15 [2021-04-22T13:53:15.602Z] === RUN   TestKillDifferentUserContainer
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestCheckpointCreateError
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestCheckpointCreateError (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestCheckpointCreate
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestCheckpointCreate (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestCheckpointDeleteError
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestCheckpointDeleteError (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestCheckpointDelete
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestCheckpointDelete (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestCheckpointListError
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestCheckpointListError (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestCheckpointList
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestCheckpointList (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestCheckpointListContainerNotFound
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestNewClientWithOpsFromEnv
13:53:15 [2021-04-22T13:53:15.805Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z]     client_test.go:23: runtime.GOOS == "windows"
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestGetAPIPath
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestGetAPIPath (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestParseHostURL
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestParseHostURL (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestNegotiateAPIVersionEmpty
13:53:15 [2021-04-22T13:53:15.805Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
13:53:15 [2021-04-22T13:53:15.805Z] === RUN   TestNegotiateAPIVersion
13:53:15 [2021-04-22T13:53:15.859Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestNegotiateAPIVersion (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestNegotiateAPVersionOverride
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestNegotiateAPIVersionAutomatic
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestClientRedirect
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestClientRedirect (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigCreateUnsupported
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigCreateUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigCreateError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigCreate
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigCreate (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigInspectNotFound
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigInspectNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigInspectUnsupported
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigInspectUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigInspectError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigInspectConfigNotFound
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigInspect
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigListUnsupported
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigListUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigListError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigListError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigList
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigList (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigRemoveUnsupported
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigRemoveError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigRemove
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigUpdateUnsupported
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigUpdateError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigUpdateError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestConfigUpdate
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestConfigUpdate (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerCommitError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerCommitError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerCommit
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerCommit (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerStatPathError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerStatPathError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerStatPathNotFoundError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerStatPathNoHeaderError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerStatPath
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerStatPath (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyToContainerError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyToContainerError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyToContainerNotFoundError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyToContainerNotStatusOKError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyToContainer
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyToContainer (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyFromContainerError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyFromContainerError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyFromContainerNotFoundError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyFromContainerNotStatusOKError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyFromContainerNoHeaderError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestCopyFromContainer
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestCopyFromContainer (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerCreateError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerCreateImageNotFound
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerCreateWithName
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerCreateWithName (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerCreateAutoRemove
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerDiffError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerDiffError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerDiff
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerDiff (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerExecCreateError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerExecCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerExecCreate
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerExecCreate (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerExecStartError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerExecStartError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerExecStart
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerExecStart (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerExecInspectError
13:53:16 [2021-04-22T13:53:16.273Z] --- PASS: TestContainerExecInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.273Z] === RUN   TestContainerExecInspect
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerExecInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerExportError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerExportError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerExport
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerExport (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerInspectError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerInspectContainerNotFound
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerInspect
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerInspectNode
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerInspectNode (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerKillError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerKillError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerKill
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerKill (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerListError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerListError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerList
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerList (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerLogsNotFoundError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerLogsError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerLogsError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerLogs
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerLogs (0.20s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerPauseError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerPauseError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerPause
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerPause (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainersPruneError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainersPruneError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainersPrune
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainersPrune (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerRemoveError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerRemoveNotFoundError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerRemove
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerRenameError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerRenameError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerRename
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerRename (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerResizeError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerResizeError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerExecResizeError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerExecResizeError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerResize
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerResize (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerExecResize
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerExecResize (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerRestartError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerRestartError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerRestart
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerRestart (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerStartError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerStartError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerStart
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerStart (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerStatsError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerStatsError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerStats
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerStats (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerStopError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerStopError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerStop
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerStop (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerTopError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerTopError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerTop
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerTop (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerUnpauseError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerUnpauseError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerUnpause
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerUnpause (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerUpdateError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerUpdateError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerUpdate
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerUpdate (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerWaitError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerWaitError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestContainerWait
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestContainerWait (0.01s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestDiskUsageError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestDiskUsageError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestDiskUsage
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestDiskUsage (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestDistributionInspectUnsupported
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestDistributionInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestEventsErrorInOptions
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestEventsErrorInOptions (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestEventsErrorFromServer
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestEventsErrorFromServer (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestEvents
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestEvents (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestTLSCloseWriter
13:53:16 [2021-04-22T13:53:16.274Z] === PAUSE TestTLSCloseWriter
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestImageBuildError
13:53:16 [2021-04-22T13:53:16.274Z] --- PASS: TestImageBuildError (0.00s)
13:53:16 [2021-04-22T13:53:16.274Z] === RUN   TestImageBuild
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageBuild (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestGetDockerOS
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestGetDockerOS (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageCreateError
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageCreate
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageCreate (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageHistoryError
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageHistoryError (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageHistory
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageHistory (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageImportError
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageImportError (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageImport
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageImport (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageInspectError
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageInspectImageNotFound
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageInspectImageNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageInspect
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.276Z] === RUN   TestImageListError
13:53:16 [2021-04-22T13:53:16.276Z] --- PASS: TestImageListError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageList
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageList (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageListApiBefore125
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageListApiBefore125 (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageLoadError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageLoadError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageLoad
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageLoad (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagesPruneError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagesPruneError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagesPrune
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagesPrune (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePullReferenceParseError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePullReferenceParseError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePullAnyError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePullAnyError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePullStatusUnauthorizedError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePullWithPrivilegedFuncNoError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePullWithoutErrors
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePullWithoutErrors (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushReferenceError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePushReferenceError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushAnyError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePushAnyError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushStatusUnauthorizedError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithPrivilegedFuncNoError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithoutErrors
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImagePushWithoutErrors (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageRemoveError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageRemoveImageNotFound
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageRemove
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSaveError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSaveError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSave
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSave (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSearchAnyError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSearchAnyError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSearchStatusUnauthorizedError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageSearchWithoutErrors
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageTagError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageTagError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageTagInvalidReference
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageTagInvalidReference (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageTagInvalidSourceImageName
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageTagHexSource
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageTagHexSource (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestImageTag
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestImageTag (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestInfoServerError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestInfoServerError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestInfoInvalidResponseJSONError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestInfo
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestInfo (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkConnectError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkConnectError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkConnect
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkConnect (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkCreateError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkCreate
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkCreate (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkDisconnectError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkDisconnectError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkDisconnect
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkDisconnect (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkInspectError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkInspectNotFoundError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkInspect
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkListError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkListError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkList
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkList (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworksPruneError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworksPruneError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworksPrune
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworksPrune (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkRemoveError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNetworkRemove
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNetworkRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeInspectError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeInspectNodeNotFound
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeInspect
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeListError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeListError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeList
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeList (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeRemoveError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeRemove
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeUpdateError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeUpdateError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestNodeUpdate
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestNodeUpdate (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestOptionWithTimeout
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestOptionWithTimeout (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingFail
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestPingFail (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingWithError
13:53:16 [2021-04-22T13:53:16.738Z] 2021/04/22 13:53:15 RoundTripper returned a response & error; ignoring response
13:53:16 [2021-04-22T13:53:16.738Z] 2021/04/22 13:53:15 RoundTripper returned a response & error; ignoring response
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestPingWithError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingSuccess
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestPingSuccess (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingHeadFallback
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingHeadFallback/OK
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingHeadFallback/Internal_Server_Error
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingHeadFallback/Not_Found
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestPingHeadFallback (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPluginDisableError
13:53:16 [2021-04-22T13:53:16.738Z] --- PASS: TestPluginDisableError (0.00s)
13:53:16 [2021-04-22T13:53:16.738Z] === RUN   TestPluginDisable
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginDisable (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginEnableError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginEnableError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginEnable
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginEnable (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginInspectError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginInspect
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginListError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginListError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginList
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginList (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginPushError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginPushError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginPush
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginPush (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginRemoveError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginRemove
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginSetError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginSetError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPluginSet
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPluginSet (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSetHostHeader
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSetHostHeader (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestPlainTextError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestPlainTextError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestInfiniteError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestInfiniteError (0.01s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretCreateUnsupported
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretCreateUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretCreateError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretCreate
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretCreate (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretInspectUnsupported
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretInspectUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretInspectError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretInspectSecretNotFound
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretInspect
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretListUnsupported
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretListUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretListError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretListError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretList
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretList (0.01s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretRemoveUnsupported
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretRemoveError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretRemove
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretUpdateUnsupported
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretUpdateError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretUpdateError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSecretUpdate
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSecretUpdate (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceCreateError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceCreate
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceCreate (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceCreateCompatiblePlatforms
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceCreateDigestPinning
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceInspectError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceInspectServiceNotFound
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceInspect
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceListError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceListError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceList
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceList (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceLogsError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceLogsError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceLogs
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceLogs (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceRemoveError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceRemoveNotFoundError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceRemove
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceUpdateError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceUpdateError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestServiceUpdate
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestServiceUpdate (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmGetUnlockKeyError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmGetUnlockKey
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmInitError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmInitError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmInit
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmInit (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmInspectError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmInspect
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmJoinError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmJoinError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmJoin
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmJoin (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmLeaveError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmLeaveError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmLeave
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmLeave (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmUnlockError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmUnlockError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmUnlock
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmUnlock (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmUpdateError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmUpdateError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestSwarmUpdate
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestSwarmUpdate (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestTaskInspectError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestTaskInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestTaskInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestTaskInspect
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestTaskInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestTaskListError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestTaskListError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestTaskList
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestTaskList (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeCreateError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeCreateError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeCreate
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeCreate (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeInspectError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeInspectError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeInspectNotFound
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeInspectNotFound (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeInspectWithEmptyID
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeInspect
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeInspect (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeListError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeListError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeList
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeList (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeRemoveError
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeRemoveError (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === RUN   TestVolumeRemove
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestVolumeRemove (0.00s)
13:53:16 [2021-04-22T13:53:16.739Z] === CONT  TestTLSCloseWriter
13:53:16 [2021-04-22T13:53:16.739Z] --- PASS: TestTLSCloseWriter (0.01s)
13:53:16 [2021-04-22T13:53:16.739Z] PASS
13:53:16 [2021-04-22T13:53:16.739Z] coverage: 74.9% of statements
13:53:16 [2021-04-22T13:53:16.739Z] ok  	github.com/docker/docker/client	0.809s	coverage: 74.9% of statements
13:53:16 [2021-04-22T13:53:16.790Z] --- PASS: TestKillDifferentUserContainer (1.25s)
13:53:16 [2021-04-22T13:53:16.790Z] === RUN   TestInspectOomKilledTrue
13:53:16 [2021-04-22T13:53:16.790Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
13:53:16 [2021-04-22T13:53:16.790Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:53:16 [2021-04-22T13:53:16.790Z] === RUN   TestInspectOomKilledFalse
13:53:16 [2021-04-22T13:53:16.790Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
13:53:16 [2021-04-22T13:53:16.790Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:53:16 [2021-04-22T13:53:16.790Z] === RUN   TestLinksEtcHostsContentMatch
13:53:17 [2021-04-22T13:53:17.221Z] --- PASS: TestGraphdriverPluginV2 (4.55s)
13:53:17 [2021-04-22T13:53:17.221Z] PASS
13:53:17 [2021-04-22T13:53:17.221Z] 
13:53:17 [2021-04-22T13:53:17.221Z] DONE 5 tests in 11.597s
13:53:17 [2021-04-22T13:53:17.221Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:53:17 [2021-04-22T13:53:17.221Z] INFO: Testing against a local daemon
13:53:17 [2021-04-22T13:53:17.221Z] === RUN   TestContinueAfterPluginCrash
13:53:17 [2021-04-22T13:53:17.221Z] === PAUSE TestContinueAfterPluginCrash
13:53:17 [2021-04-22T13:53:17.221Z] === RUN   TestReadPluginNoRead
13:53:17 [2021-04-22T13:53:17.221Z] === PAUSE TestReadPluginNoRead
13:53:17 [2021-04-22T13:53:17.221Z] === RUN   TestDaemonStartWithLogOpt
13:53:17 [2021-04-22T13:53:17.221Z] === PAUSE TestDaemonStartWithLogOpt
13:53:17 [2021-04-22T13:53:17.221Z] === CONT  TestContinueAfterPluginCrash
13:53:17 [2021-04-22T13:53:17.221Z] === CONT  TestDaemonStartWithLogOpt
13:53:18 [2021-04-22T13:53:18.682Z] --- PASS: TestLinksEtcHostsContentMatch (1.76s)
13:53:18 [2021-04-22T13:53:18.682Z] === RUN   TestLinksContainerNames
13:53:18 [2021-04-22T13:53:18.939Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
13:53:19 [2021-04-22T13:53:19.024Z] === RUN   TestPrepare
13:53:19 [2021-04-22T13:53:19.024Z] --- PASS: TestPrepare (0.00s)
13:53:19 [2021-04-22T13:53:19.024Z] === RUN   TestStart
13:53:19 [2021-04-22T13:53:19.024Z] --- PASS: TestStart (0.00s)
13:53:19 [2021-04-22T13:53:19.024Z] === RUN   TestWaitCancel
13:53:19 [2021-04-22T13:53:19.024Z] --- PASS: TestWaitCancel (0.00s)
13:53:19 [2021-04-22T13:53:19.024Z] === RUN   TestWaitDisabled
13:53:19 [2021-04-22T13:53:19.024Z] --- PASS: TestWaitDisabled (0.00s)
13:53:19 [2021-04-22T13:53:19.024Z] === RUN   TestWaitEnabled
13:53:19 [2021-04-22T13:53:19.024Z] --- PASS: TestWaitEnabled (0.00s)
13:53:19 [2021-04-22T13:53:19.024Z] === RUN   TestRemove
13:53:19 [2021-04-22T13:53:19.024Z] --- PASS: TestRemove (0.00s)
13:53:19 [2021-04-22T13:53:19.024Z] PASS
13:53:19 [2021-04-22T13:53:19.024Z] coverage: 65.3% of statements
13:53:19 [2021-04-22T13:53:19.024Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.081s	coverage: 65.3% of statements
13:53:19 [2021-04-22T13:53:19.487Z] --- PASS: TestCheckoutGit (51.67s)
13:53:19 [2021-04-22T13:53:19.487Z] === RUN   TestValidGitTransport
13:53:19 [2021-04-22T13:53:19.487Z] --- PASS: TestValidGitTransport (0.00s)
13:53:19 [2021-04-22T13:53:19.487Z] === RUN   TestGitInvalidRef
13:53:19 [2021-04-22T13:53:19.487Z] === RUN   TestNewListSecretsFilters
13:53:19 [2021-04-22T13:53:19.487Z] --- PASS: TestNewListSecretsFilters (0.00s)
13:53:19 [2021-04-22T13:53:19.487Z] === RUN   TestNewListConfigsFilters
13:53:19 [2021-04-22T13:53:19.487Z] --- PASS: TestNewListConfigsFilters (0.00s)
13:53:19 [2021-04-22T13:53:19.487Z] PASS
13:53:19 [2021-04-22T13:53:19.487Z] coverage: 0.5% of statements
13:53:19 [2021-04-22T13:53:19.487Z] ok  	github.com/docker/docker/daemon/cluster	0.501s	coverage: 0.5% of statements
13:53:19 [2021-04-22T13:53:19.487Z] --- PASS: TestGitInvalidRef (0.25s)
13:53:19 [2021-04-22T13:53:19.487Z] PASS
13:53:19 [2021-04-22T13:53:19.487Z] coverage: 86.3% of statements
13:53:19 [2021-04-22T13:53:19.487Z] ok  	github.com/docker/docker/builder/remotecontext/git	52.114s	coverage: 86.3% of statements
13:53:19 [2021-04-22T13:53:19.871Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
13:53:20 [2021-04-22T13:53:20.527Z] --- PASS: TestDaemonStartWithLogOpt (4.05s)
13:53:20 [2021-04-22T13:53:20.527Z] === CONT  TestReadPluginNoRead
13:53:21 [2021-04-22T13:53:21.035Z] ?   	github.com/docker/docker/cli	[no test files]
13:53:21 [2021-04-22T13:53:21.035Z] ?   	github.com/docker/docker/cli/config	[no test files]
13:53:21 [2021-04-22T13:53:21.035Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:53:21 [2021-04-22T13:53:21.035Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:53:21 [2021-04-22T13:53:21.035Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
13:53:21 [2021-04-22T13:53:21.035Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:53:21 [2021-04-22T13:53:21.055Z] Created binary: bundles/binary-daemon/dockerd-dev
13:53:21 [2021-04-22T13:53:21.238Z] --- PASS: TestLinksContainerNames (2.46s)
13:53:21 [2021-04-22T13:53:21.238Z] === RUN   TestLogsFollowTailEmpty
13:53:21 [2021-04-22T13:53:21.313Z] Copying nested executables into bundles/binary-daemon
13:53:21 [2021-04-22T13:53:21.801Z] --- PASS: TestLogsFollowTailEmpty (0.95s)
13:53:21 [2021-04-22T13:53:21.801Z] === RUN   TestContainerNetworkMountsNoChown
13:53:22 [2021-04-22T13:53:22.147Z] --- PASS: TestServiceWithDataPathPortInit (17.71s)
13:53:22 [2021-04-22T13:53:22.147Z] === RUN   TestServiceWithDefaultAddressPoolInit
13:53:22 [2021-04-22T13:53:22.695Z] 
13:53:23 [2021-04-22T13:53:23.072Z] === RUN   TestReadPluginNoRead/default
13:53:23 [2021-04-22T13:53:23.168Z] --- PASS: TestContainerNetworkMountsNoChown (1.00s)
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/default
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/default
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/private
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/private
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rprivate
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rprivate
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/slave
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/slave
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rslave
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rslave
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/shared
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/shared
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rshared
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rshared
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/default
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/default/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/default/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/default/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/default/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/default/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/default/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/default/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rshared
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rshared/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rshared/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rshared/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/shared
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/shared/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/shared/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/shared/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/shared/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rslave
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rslave/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rslave/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/slave
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/slave/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/slave/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/slave/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/slave/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rprivate
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/private
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/private/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/private/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/private/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/private/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestMountDaemonRoot/private/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === PAUSE TestMountDaemonRoot/private/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/default/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === RUN   TestDockerSuite/TestBuildBlankName
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/default/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/default/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rshared/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/shared/mount_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/shared/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rslave/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/slave/bind_root
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
13:53:23 [2021-04-22T13:53:23.168Z] === CONT  TestMountDaemonRoot/rslave/mount_root
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/slave/mount_root
13:53:23 [2021-04-22T13:53:23.425Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/private/bind_subpath
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/private/bind_root
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/private/mount_subpath
13:53:23 [2021-04-22T13:53:23.425Z] === CONT  TestMountDaemonRoot/private/mount_root
13:53:23 [2021-04-22T13:53:23.425Z] --- PASS: TestMountDaemonRoot (0.03s)
13:53:23 [2021-04-22T13:53:23.425Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
13:53:23 [2021-04-22T13:53:23.425Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
13:53:23 [2021-04-22T13:53:23.425Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
13:53:23 [2021-04-22T13:53:23.425Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
13:53:23 [2021-04-22T13:53:23.425Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
13:53:23 [2021-04-22T13:53:23.425Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
13:53:23 [2021-04-22T13:53:23.425Z] === RUN   TestContainerBindMountNonRecursive
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
13:53:23 [2021-04-22T13:53:23.682Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
[Pipeline] sh
13:53:23 [2021-04-22T13:53:23.977Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/make.sh cross
13:53:24 [2021-04-22T13:53:24.237Z] 
13:53:24 [2021-04-22T13:53:24.497Z] Removing bundles/
13:53:24 [2021-04-22T13:53:24.497Z] 
13:53:24 [2021-04-22T13:53:24.497Z] ---> Making bundle: cross (in bundles/cross)
13:53:24 [2021-04-22T13:53:24.497Z] Cross building: bundles/cross/linux/amd64
13:53:24 [2021-04-22T13:53:24.497Z] Building: bundles/cross/linux/amd64/dockerd-dev
13:53:24 [2021-04-22T13:53:24.497Z] GOOS="linux" GOARCH="amd64" GOARM=""
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.17s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCContainerRuntime
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCIsolation
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCIsolation/empty
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCIsolation/default
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCIsolation/process
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCIsolation
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCIsolation/default
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCIsolation/process
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCConfigs
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCConfigs/file
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCConfigs
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCConfigs/file
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
13:53:24 [2021-04-22T13:53:24.791Z] === RUN   TestServiceConvertToGRPCConfigs/none
13:53:24 [2021-04-22T13:53:24.791Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
13:53:24 [2021-04-22T13:53:24.791Z] PASS
13:53:24 [2021-04-22T13:53:24.791Z] coverage: 35.9% of statements
13:53:24 [2021-04-22T13:53:24.791Z] ok  	github.com/docker/docker/daemon/cluster/convert	1.061s	coverage: 35.9% of statements
13:53:24 [2021-04-22T13:53:24.984Z] === RUN   TestReadPluginNoRead/disabled_caching
13:53:25 [2021-04-22T13:53:25.253Z] === RUN   TestVerifyNetworkingConfig
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestGetContainer
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestGetContainer (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestValidContainerNames
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestValidContainerNames (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestContainerInitDNS
13:53:25 [2021-04-22T13:53:25.254Z] --- SKIP: TestContainerInitDNS (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     daemon_test.go:147: root required
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestMerge
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestMerge (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestValidateContainerIsolation
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestValidateContainerIsolation (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestFindNetworkErrorType
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestFindNetworkErrorType (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestEnsureServicesExist
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestEnsureServicesExist (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestEnsureServicesExistErrors
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestContainerDelete
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestContainerDelete (0.02s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestContainerDoubleDelete
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestContainerDoubleDelete (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestLogContainerEventCopyLabels
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestLogContainerEventWithAttributes
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestNoneHealthcheck
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestNoneHealthcheck (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestHealthStates
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:24Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] time="2021-04-22T13:53:25Z" 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"
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestHealthStates (0.18s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestMaskURLCredentials
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestMaskURLCredentials (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestGetInspectData
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestGetInspectData (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestFillLicense
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestFillLicense (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestListInvalidFilter
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestListInvalidFilter (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestNameFilter
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestNameFilter (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
13:53:25 [2021-04-22T13:53:25.254Z] === 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
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- 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)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestDaemonReloadLabels
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestDaemonReloadLabels (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestDaemonReloadMirrors
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestDaemonReloadMirrors (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestDaemonReloadInsecureRegistries
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestDaemonReloadNotAffectOthers
13:53:25 [2021-04-22T13:53:25.254Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
13:53:25 [2021-04-22T13:53:25.254Z] === RUN   TestDaemonDiscoveryReload
13:53:25 [2021-04-22T13:53:25.556Z] --- PASS: TestContinueAfterPluginCrash (9.28s)
13:53:26 [2021-04-22T13:53:26.128Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:53:26 [2021-04-22T13:53:26.201Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
13:53:26 [2021-04-22T13:53:26.229Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
13:53:26 [2021-04-22T13:53:26.229Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
13:53:26 [2021-04-22T13:53:26.458Z] --- PASS: TestContainerBindMountNonRecursive (3.03s)
13:53:26 [2021-04-22T13:53:26.458Z] === RUN   TestContainerVolumesMountedAsShared
13:53:27 [2021-04-22T13:53:27.023Z] --- PASS: TestContainerVolumesMountedAsShared (0.58s)
13:53:27 [2021-04-22T13:53:27.023Z] === RUN   TestContainerVolumesMountedAsSlave
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.59s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestBuilderGC
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestBuilderGC (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationNotFound
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonBrokenConfiguration
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestParseClusterAdvertiseSettings
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestFindConfigurationConflicts
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestFindConfigurationConflicts (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeConflicts
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeConcurrent
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeConcurrentError
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestFindConfigurationConflictsWithMergedValues
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestValidateConfigurationErrors (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_label
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_dns
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_dns-search
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_max-download-attempts
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestValidateConfiguration/with_node_generic_resources
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestValidateConfiguration (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestModifiedDiscoverySettings
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestReloadSetConfigFileNotExist
13:53:27 [2021-04-22T13:53:27.254Z] time="2021-04-22T13:53:27Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestReloadSetConfigFileNotExist (0.18s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestReloadDefaultConfigNotExist
13:53:27 [2021-04-22T13:53:27.254Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestReloadBadDefaultConfig
13:53:27 [2021-04-22T13:53:27.254Z] time="2021-04-22T13:53:27Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-617673483"
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestReloadWithConflictingLabels
13:53:27 [2021-04-22T13:53:27.254Z] time="2021-04-22T13:53:27Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-236411630"
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestReloadWithDuplicateLabels
13:53:27 [2021-04-22T13:53:27.254Z] time="2021-04-22T13:53:27Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-257737077"
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] === RUN   TestDaemonConfigurationMerge
13:53:27 [2021-04-22T13:53:27.254Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
13:53:27 [2021-04-22T13:53:27.254Z] PASS
13:53:27 [2021-04-22T13:53:27.254Z] coverage: 79.7% of statements
13:53:27 [2021-04-22T13:53:27.254Z] ok  	github.com/docker/docker/daemon/config	0.411s	coverage: 79.7% of statements
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
13:53:27 [2021-04-22T13:53:27.718Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
13:53:27 [2021-04-22T13:53:27.718Z]     reload_test.go:520: root required
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s)
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestParseVolumesFrom
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestParseVolumesFrom (0.00s)
13:53:27 [2021-04-22T13:53:27.718Z] PASS
13:53:27 [2021-04-22T13:53:27.718Z] coverage: 9.0% of statements
13:53:27 [2021-04-22T13:53:27.718Z] ok  	github.com/docker/docker/daemon	3.038s	coverage: 9.0% of statements
13:53:27 [2021-04-22T13:53:27.718Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestDiscoveryOptsErrors
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
13:53:27 [2021-04-22T13:53:27.718Z] === RUN   TestDiscoveryOpts
13:53:27 [2021-04-22T13:53:27.718Z] --- PASS: TestDiscoveryOpts (0.00s)
13:53:27 [2021-04-22T13:53:27.718Z] PASS
13:53:27 [2021-04-22T13:53:27.718Z] coverage: 30.0% of statements
13:53:27 [2021-04-22T13:53:27.718Z] ok  	github.com/docker/docker/daemon/discovery	0.092s	coverage: 30.0% of statements
13:53:28 [2021-04-22T13:53:28.046Z] --- PASS: TestReadPluginNoRead (7.30s)
13:53:28 [2021-04-22T13:53:28.046Z]     --- PASS: TestReadPluginNoRead/default (1.53s)
13:53:28 [2021-04-22T13:53:28.046Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.59s)
13:53:28 [2021-04-22T13:53:28.046Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.55s)
13:53:28 [2021-04-22T13:53:28.046Z]     read_test.go:92: [dca4d135612e4] daemon is not started
13:53:28 [2021-04-22T13:53:28.046Z] PASS
13:53:28 [2021-04-22T13:53:28.046Z] 
13:53:28 [2021-04-22T13:53:28.046Z] DONE 6 tests in 11.388s
13:53:28 [2021-04-22T13:53:28.046Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:53:28 [2021-04-22T13:53:28.046Z] testing: warning: no tests to run
13:53:28 [2021-04-22T13:53:28.046Z] PASS
13:53:28 [2021-04-22T13:53:28.046Z] 
13:53:28 [2021-04-22T13:53:28.046Z] DONE 0 tests in 0.007s
13:53:28 [2021-04-22T13:53:28.046Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:53:28 [2021-04-22T13:53:28.046Z] INFO: Testing against a local daemon
13:53:28 [2021-04-22T13:53:28.046Z] === RUN   TestPluginWithDevMounts
13:53:28 [2021-04-22T13:53:28.046Z] === PAUSE TestPluginWithDevMounts
13:53:28 [2021-04-22T13:53:28.046Z] === CONT  TestPluginWithDevMounts
13:53:28 [2021-04-22T13:53:28.389Z] --- PASS: TestContainerVolumesMountedAsSlave (1.20s)
13:53:28 [2021-04-22T13:53:28.390Z] === RUN   TestNetworkNat
13:53:28 [2021-04-22T13:53:28.390Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
13:53:28 [2021-04-22T13:53:28.692Z] === RUN   TestWaitNodeAttachment
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestWaitNodeAttachment (0.42s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestIsolationConversion
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestIsolationConversion/default
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestIsolationConversion/process
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestIsolationConversion/hyperv
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestIsolationConversion (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z]     --- PASS: TestIsolationConversion/default (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z]     --- PASS: TestIsolationConversion/process (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestContainerLabels
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestContainerLabels (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestCredentialSpecConversion
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestCredentialSpecConversion/none
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestCredentialSpecConversion/config
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestCredentialSpecConversion/file
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestCredentialSpecConversion/registry
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestCredentialSpecConversion (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestControllerValidateMountBind
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestControllerValidateMountBind (0.01s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestControllerValidateMountVolume
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestControllerValidateMountVolume (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestControllerValidateMountTarget
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestControllerValidateMountTarget (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestControllerValidateMountTmpfs
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestControllerValidateMountInvalidType
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] === RUN   TestControllerValidateMountNamedPipe
13:53:29 [2021-04-22T13:53:29.155Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
13:53:29 [2021-04-22T13:53:29.155Z] PASS
13:53:29 [2021-04-22T13:53:29.155Z] coverage: 11.3% of statements
13:53:29 [2021-04-22T13:53:29.155Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.810s	coverage: 11.3% of statements
13:53:29 [2021-04-22T13:53:29.155Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:53:29 [2021-04-22T13:53:29.318Z] --- PASS: TestNetworkNat (1.12s)
13:53:29 [2021-04-22T13:53:29.432Z] --- PASS: TestPluginWithDevMounts (1.72s)
13:53:29 [2021-04-22T13:53:29.432Z] PASS
13:53:29 [2021-04-22T13:53:29.432Z] 
13:53:29 [2021-04-22T13:53:29.432Z] DONE 1 tests in 1.763s
13:53:29 [2021-04-22T13:53:29.432Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
13:53:29 [2021-04-22T13:53:29.575Z] === RUN   TestNetworkLocalhostTCPNat
13:53:29 [2021-04-22T13:53:29.575Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
13:53:29 [2021-04-22T13:53:29.619Z] === RUN   TestEventsLog
13:53:29 [2021-04-22T13:53:29.619Z] --- PASS: TestEventsLog (0.00s)
13:53:29 [2021-04-22T13:53:29.619Z] === RUN   TestEventsLogTimeout
13:53:29 [2021-04-22T13:53:29.619Z] --- PASS: TestEventsLogTimeout (0.00s)
13:53:29 [2021-04-22T13:53:29.619Z] === RUN   TestLogEvents
13:53:29 [2021-04-22T13:53:29.619Z] --- PASS: TestLogEvents (0.05s)
13:53:29 [2021-04-22T13:53:29.619Z] === RUN   TestLoadBufferedEvents
13:53:29 [2021-04-22T13:53:29.692Z] INFO: Testing against a local daemon
13:53:29 [2021-04-22T13:53:29.692Z] === RUN   TestSecretInspect
13:53:30 [2021-04-22T13:53:30.081Z] --- PASS: TestLoadBufferedEvents (0.16s)
13:53:30 [2021-04-22T13:53:30.081Z] === RUN   TestLoadBufferedEventsOnlyFromPast
13:53:30 [2021-04-22T13:53:30.081Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
13:53:30 [2021-04-22T13:53:30.081Z] === RUN   TestIgnoreBufferedWhenNoTimes
13:53:30 [2021-04-22T13:53:30.081Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
13:53:30 [2021-04-22T13:53:30.081Z] PASS
13:53:30 [2021-04-22T13:53:30.081Z] coverage: 50.0% of statements
13:53:30 [2021-04-22T13:53:30.081Z] ok  	github.com/docker/docker/daemon/events	0.310s	coverage: 50.0% of statements
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] === RUN   TestIsEmptyDir
13:53:30 [2021-04-22T13:53:30.081Z] --- PASS: TestIsEmptyDir (0.01s)
13:53:30 [2021-04-22T13:53:30.081Z] PASS
13:53:30 [2021-04-22T13:53:30.081Z] coverage: 2.3% of statements
13:53:30 [2021-04-22T13:53:30.081Z] ok  	github.com/docker/docker/daemon/graphdriver	0.072s	coverage: 2.3% of statements
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
13:53:30 [2021-04-22T13:53:30.081Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
13:53:30 [2021-04-22T13:53:30.285Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.81s)
13:53:30 [2021-04-22T13:53:30.285Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:tyxkzbp43s9u1qg9nij2xoc8f Created:2021-04-22 13:53:23.055886199 +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[8e0b2deaa9b37e6c951592a6d897997e60e2ac1517294ec954f43a48ea49c50f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.iwuq4zy6et4bsjrxcrpwtgnk3 EndpointID:0438be4203b3caf02164b2aa951bfaffc75db33bdf944c8427bb94d4bc475266 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5eeb51e8f83cc03642a8d13d8a469561ed238eb345061ec91d3217fa44491195 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:980527b6dece IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.iwuq4zy6et4bsjrxcrpwtgnk3 EndpointID:0438be4203b3caf02164b2aa951bfaffc75db33bdf944c8427bb94d4bc475266 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
13:53:30 [2021-04-22T13:53:30.285Z] PASS
13:53:30 [2021-04-22T13:53:30.285Z] 
13:53:30 [2021-04-22T13:53:30.285Z] === Skipped
13:53:30 [2021-04-22T13:53:30.285Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
13:53:30 [2021-04-22T13:53:30.285Z]     service_test.go:242: FLAKY_TEST
13:53:30 [2021-04-22T13:53:30.285Z] 
13:53:30 [2021-04-22T13:53:30.285Z] 
13:53:30 [2021-04-22T13:53:30.285Z] DONE 26 tests, 1 skipped in 69.565s
13:53:30 [2021-04-22T13:53:30.285Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
13:53:30 [2021-04-22T13:53:30.285Z] ++ 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
13:53:30 [2021-04-22T13:53:30.285Z] ++ set -e
13:53:30 [2021-04-22T13:53:30.285Z] ++ '[' -n 0 ']'
13:53:30 [2021-04-22T13:53:30.285Z] ++ set -x
13:53:30 [2021-04-22T13:53:30.285Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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
13:53:30 [2021-04-22T13:53:30.504Z] --- PASS: TestNetworkLocalhostTCPNat (1.10s)
13:53:30 [2021-04-22T13:53:30.504Z] === RUN   TestNetworkLoopbackNat
13:53:30 [2021-04-22T13:53:30.504Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
13:53:30 [2021-04-22T13:53:30.544Z] === RUN   TestLinkNaming
13:53:30 [2021-04-22T13:53:30.544Z] --- PASS: TestLinkNaming (0.00s)
13:53:30 [2021-04-22T13:53:30.544Z] === RUN   TestLinkNew
13:53:30 [2021-04-22T13:53:30.544Z] --- PASS: TestLinkNew (0.00s)
13:53:30 [2021-04-22T13:53:30.544Z] === RUN   TestLinkEnv
13:53:30 [2021-04-22T13:53:30.544Z] --- PASS: TestLinkEnv (0.00s)
13:53:30 [2021-04-22T13:53:30.544Z] === RUN   TestLinkMultipleEnv
13:53:30 [2021-04-22T13:53:30.544Z] --- PASS: TestLinkMultipleEnv (0.00s)
13:53:30 [2021-04-22T13:53:30.544Z] === RUN   TestLinkPortRangeEnv
13:53:30 [2021-04-22T13:53:30.544Z] --- PASS: TestLinkPortRangeEnv (0.00s)
13:53:30 [2021-04-22T13:53:30.544Z] PASS
13:53:30 [2021-04-22T13:53:30.544Z] coverage: 93.0% of statements
13:53:30 [2021-04-22T13:53:30.544Z] ok  	github.com/docker/docker/daemon/links	0.056s	coverage: 93.0% of statements
13:53:30 [2021-04-22T13:53:30.546Z] INFO: Testing against a local daemon
13:53:30 [2021-04-22T13:53:30.546Z] === RUN   TestDockerNetworkIpvlanPersistance
13:53:30 [2021-04-22T13:53:30.546Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
13:53:30 [2021-04-22T13:53:30.546Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:30 [2021-04-22T13:53:30.546Z] === RUN   TestDockerNetworkIpvlan
13:53:30 [2021-04-22T13:53:30.546Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
13:53:30 [2021-04-22T13:53:30.546Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:30 [2021-04-22T13:53:30.546Z] PASS
13:53:30 [2021-04-22T13:53:30.546Z] 
13:53:30 [2021-04-22T13:53:30.546Z] === Skipped
13:53:30 [2021-04-22T13:53:30.546Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
13:53:30 [2021-04-22T13:53:30.546Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:30 [2021-04-22T13:53:30.546Z] 
13:53:30 [2021-04-22T13:53:30.546Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
13:53:30 [2021-04-22T13:53:30.546Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
13:53:30 [2021-04-22T13:53:30.546Z] 
13:53:30 [2021-04-22T13:53:30.546Z] 
13:53:30 [2021-04-22T13:53:30.546Z] DONE 2 tests, 2 skipped in 0.155s
13:53:30 [2021-04-22T13:53:30.546Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
13:53:30 [2021-04-22T13:53:30.546Z] ++ 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
13:53:30 [2021-04-22T13:53:30.546Z] ++ set -e
13:53:30 [2021-04-22T13:53:30.546Z] ++ '[' -n 0 ']'
13:53:30 [2021-04-22T13:53:30.546Z] ++ set -x
13:53:30 [2021-04-22T13:53:30.546Z] ++ 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
13:53:30 [2021-04-22T13:53:30.546Z] INFO: Testing against a local daemon
13:53:30 [2021-04-22T13:53:30.546Z] === RUN   TestDockerNetworkMacvlanPersistance
13:53:32 [2021-04-22T13:53:32.236Z] --- PASS: TestSecretInspect (2.45s)
13:53:32 [2021-04-22T13:53:32.236Z] === RUN   TestSecretList
13:53:33 [2021-04-22T13:53:33.025Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestAdapterReadLogs
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestAdapterReadLogs (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCopier
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCopier (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCopierLongLines
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCopierLongLines (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCopierSlow
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig/defaults
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig/invalid_create_group
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig/invalid_flush_interval
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig/flush_interval_at_15
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestNewStreamConfig (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewAWSLogsClientUserAgentHandler
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestNewAWSLogsClientRegionDetect
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCopierSlow (0.24s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCopierWithSized
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCopierWithSized/as_is
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCopierWithSized/With_RingLogger
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCopierWithSized (0.01s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCopierWithPartial
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCopierWithPartial (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestRingLogger
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestRingLogger (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestRingCap
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestRingCap (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestRingClose
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestRingClose (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestRingDrain
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestRingDrain (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] PASS
13:53:34 [2021-04-22T13:53:34.302Z] coverage: 43.5% of statements
13:53:34 [2021-04-22T13:53:34.302Z] ok  	github.com/docker/docker/daemon/logger	0.348s	coverage: 43.5% of statements
13:53:34 [2021-04-22T13:53:34.302Z] time="2021-04-22T13:53:33Z" level=info msg="Trying to get region from EC2 Metadata"
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.18s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCreateSuccess
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCreateSuccess (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCreateLogGroupSuccess
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCreateError
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCreateError (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestCreateAlreadyExists
13:53:34 [2021-04-22T13:53:34.302Z] time="2021-04-22T13:53:33Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestCreateAlreadyExists (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestLogClosed
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestLogClosed (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestLogBlocking
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestLogBlocking (0.00s)
13:53:34 [2021-04-22T13:53:34.302Z] === RUN   TestLogNonBlockingBufferEmpty
13:53:34 [2021-04-22T13:53:34.302Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestLogNonBlockingBufferFull
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestPublishBatchSuccess
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestPublishBatchSuccess (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestPublishBatchError
13:53:34 [2021-04-22T13:53:34.303Z] time="2021-04-22T13:53:33Z" level=error msg=Error
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestPublishBatchError (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestPublishBatchInvalidSeqSuccess
13:53:34 [2021-04-22T13:53:34.303Z] time="2021-04-22T13:53:33Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestPublishBatchAlreadyAccepted
13:53:34 [2021-04-22T13:53:34.303Z] time="2021-04-22T13:53:33Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
13:53:34 [2021-04-22T13:53:34.303Z] time="2021-04-22T13:53:33Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestCollectBatchSimple
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestCollectBatchSimple (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestCollectBatchTicker
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestCollectBatchTicker (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestCollectBatchMultilinePattern
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.30s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestCollectBatchClose
13:53:34 [2021-04-22T13:53:34.303Z] --- PASS: TestCollectBatchClose (0.00s)
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestEffectiveLen
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestEffectiveLen/0/Hello
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestEffectiveLen/2/🙃
13:53:34 [2021-04-22T13:53:34.303Z] === RUN   TestEffectiveLen/3/����
13:53:34 [2021-04-22T13:53:34.497Z] --- PASS: TestCheckoutGit (30.49s)
13:53:34 [2021-04-22T13:53:34.497Z] === RUN   TestValidGitTransport
13:53:34 [2021-04-22T13:53:34.497Z] --- PASS: TestValidGitTransport (0.00s)
13:53:34 [2021-04-22T13:53:34.497Z] === RUN   TestGitInvalidRef
13:53:34 [2021-04-22T13:53:34.497Z] --- PASS: TestGitInvalidRef (0.22s)
13:53:34 [2021-04-22T13:53:34.497Z] PASS
13:53:34 [2021-04-22T13:53:34.497Z] coverage: 86.3% of statements
13:53:34 [2021-04-22T13:53:34.497Z] ok  	github.com/docker/docker/builder/remotecontext/git	30.899s	coverage: 86.3% of statements
13:53:34 [2021-04-22T13:53:34.497Z] ?   	github.com/docker/docker/cli	[no test files]
13:53:34 [2021-04-22T13:53:34.497Z] ?   	github.com/docker/docker/cli/config	[no test files]
13:53:34 [2021-04-22T13:53:34.749Z] --- PASS: TestDockerNetworkMacvlanPersistance (3.35s)
13:53:34 [2021-04-22T13:53:34.749Z] === RUN   TestDockerNetworkMacvlan
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestEffectiveLen/4/He��o
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestEffectiveLen/5/
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestEffectiveLen (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/0/
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/1/Hello
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/2/Hello
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/3/Hello
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/4/🙃
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/5/🙃
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/6/a�
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestFindValidSplit/7/a�
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestFindValidSplit (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: 
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: 
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: Hello
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: 
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: He
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: llo
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: 
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: Hello
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: 
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: 🙃
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: 🙃
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: 
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: a
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: �
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1044: a�
13:53:34 [2021-04-22T13:53:34.765Z]         cloudwatchlogs_test.go:1045: 
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestProcessEventEmoji
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestProcessEventEmoji (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestCollectBatchLineSplit
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestCollectBatchLineSplit (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestCollectBatchLineSplitWithBinary
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestCollectBatchMaxEvents
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestCollectBatchMaxTotalBytes
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestCollectBatchMaxTotalBytes (0.05s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestCollectBatchWithDuplicateTimestamps
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsMultilinePattern
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestCreateTagSuccess
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestCreateTagSuccess (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
13:53:34 [2021-04-22T13:53:34.765Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
13:53:34 [2021-04-22T13:53:34.765Z] PASS
13:53:34 [2021-04-22T13:53:34.765Z] coverage: 77.8% of statements
13:53:34 [2021-04-22T13:53:34.765Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.796s	coverage: 77.8% of statements
13:53:34 [2021-04-22T13:53:34.782Z] --- PASS: TestSecretList (2.45s)
13:53:34 [2021-04-22T13:53:34.782Z] === RUN   TestSecretsCreateAndDelete
13:53:34 [2021-04-22T13:53:34.917Z] --- PASS: TestNetworkLoopbackNat (4.30s)
13:53:34 [2021-04-22T13:53:34.917Z] === RUN   TestPause
13:53:34 [2021-04-22T13:53:34.917Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestSearchRegistryForImagesErrors
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestSearchRegistryForImages
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestSearchRegistryForImages (0.00s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestOnlyPlatformWithFallback
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestImageDelete
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestImageDelete/no_lease
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestImageDelete/lease_exists
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestImageDelete (0.04s)
13:53:35 [2021-04-22T13:53:35.228Z]     --- PASS: TestImageDelete/no_lease (0.01s)
13:53:35 [2021-04-22T13:53:35.228Z]     --- PASS: TestImageDelete/lease_exists (0.01s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestContentStoreForPull
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestJSONFileLogger
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestJSONFileLogger (0.00s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestJSONFileLoggerWithTags
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestJSONFileLoggerWithOpts
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestJSONFileLoggerWithLabelsEnv
13:53:35 [2021-04-22T13:53:35.228Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestEncodeDecode
13:53:35 [2021-04-22T13:53:35.228Z] === PAUSE TestEncodeDecode
13:53:35 [2021-04-22T13:53:35.228Z] === RUN   TestUnexpectedEOF
13:53:35 [2021-04-22T13:53:35.690Z] --- PASS: TestContentStoreForPull (0.22s)
13:53:35 [2021-04-22T13:53:35.690Z] PASS
13:53:35 [2021-04-22T13:53:35.690Z] coverage: 6.7% of statements
13:53:35 [2021-04-22T13:53:35.690Z] ok  	github.com/docker/docker/daemon/images	0.473s	coverage: 6.7% of statements
13:53:35 [2021-04-22T13:53:35.690Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:53:35 [2021-04-22T13:53:35.690Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:53:35 [2021-04-22T13:53:35.690Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
13:53:35 [2021-04-22T13:53:35.690Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
13:53:35 [2021-04-22T13:53:35.690Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:53:35 [2021-04-22T13:53:35.690Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
13:53:35 [2021-04-22T13:53:35.690Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
13:53:35 [2021-04-22T13:53:35.691Z] time="2021-04-22T13:53:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
13:53:35 [2021-04-22T13:53:35.691Z] time="2021-04-22T13:53:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
13:53:35 [2021-04-22T13:53:35.691Z] --- PASS: TestUnexpectedEOF (0.17s)
13:53:35 [2021-04-22T13:53:35.691Z] === CONT  TestEncodeDecode
13:53:35 [2021-04-22T13:53:35.691Z] --- PASS: TestEncodeDecode (0.00s)
13:53:35 [2021-04-22T13:53:35.691Z] PASS
13:53:35 [2021-04-22T13:53:35.691Z] coverage: 69.9% of statements
13:53:35 [2021-04-22T13:53:35.691Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.304s	coverage: 69.9% of statements
13:53:35 [2021-04-22T13:53:35.691Z] === RUN   TestJSONLogsMarshalJSONBuf
13:53:35 [2021-04-22T13:53:35.691Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
13:53:35 [2021-04-22T13:53:35.691Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
13:53:35 [2021-04-22T13:53:35.691Z] === RUN   TestDockerNetworkMacvlan/Subinterface
13:53:36 [2021-04-22T13:53:36.153Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.19s)
13:53:36 [2021-04-22T13:53:36.153Z] === RUN   TestFastTimeMarshalJSON
13:53:36 [2021-04-22T13:53:36.153Z] --- PASS: TestFastTimeMarshalJSON (0.02s)
13:53:36 [2021-04-22T13:53:36.153Z] PASS
13:53:36 [2021-04-22T13:53:36.153Z] coverage: 87.2% of statements
13:53:36 [2021-04-22T13:53:36.153Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.256s	coverage: 87.2% of statements
13:53:36 [2021-04-22T13:53:36.285Z] --- PASS: TestPause (1.46s)
13:53:36 [2021-04-22T13:53:36.285Z] === RUN   TestPauseFailsOnWindowsServerContainers
13:53:36 [2021-04-22T13:53:36.285Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
13:53:36 [2021-04-22T13:53:36.285Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:53:36 [2021-04-22T13:53:36.285Z] === RUN   TestPauseStopPausedContainer
13:53:37 [2021-04-22T13:53:37.073Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
13:53:37 [2021-04-22T13:53:37.327Z] --- PASS: TestSecretsCreateAndDelete (2.43s)
13:53:37 [2021-04-22T13:53:37.327Z] === RUN   TestSecretsUpdate
13:53:37 [2021-04-22T13:53:37.651Z] --- PASS: TestPauseStopPausedContainer (1.34s)
13:53:37 [2021-04-22T13:53:37.651Z] === RUN   TestPidHost
13:53:37 [2021-04-22T13:53:37.706Z] === RUN   TestWriteLog
13:53:37 [2021-04-22T13:53:37.706Z] === PAUSE TestWriteLog
13:53:37 [2021-04-22T13:53:37.706Z] === RUN   TestReadLog
13:53:37 [2021-04-22T13:53:37.706Z] === PAUSE TestReadLog
13:53:37 [2021-04-22T13:53:37.706Z] === CONT  TestWriteLog
13:53:37 [2021-04-22T13:53:37.706Z] --- PASS: TestWriteLog (0.00s)
13:53:37 [2021-04-22T13:53:37.706Z] === CONT  TestReadLog
13:53:37 [2021-04-22T13:53:37.706Z] === RUN   TestReadLog/tail_exact
13:53:37 [2021-04-22T13:53:37.706Z] === RUN   TestReadLog/tail_less_than_available
13:53:37 [2021-04-22T13:53:37.706Z] === RUN   TestReadLog/tail_more_than_available
13:53:37 [2021-04-22T13:53:37.706Z] --- PASS: TestReadLog (0.21s)
13:53:37 [2021-04-22T13:53:37.706Z]     --- PASS: TestReadLog/tail_exact (0.16s)
13:53:37 [2021-04-22T13:53:37.706Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
13:53:37 [2021-04-22T13:53:37.706Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
13:53:37 [2021-04-22T13:53:37.706Z] PASS
13:53:37 [2021-04-22T13:53:37.706Z] coverage: 75.2% of statements
13:53:37 [2021-04-22T13:53:37.706Z] ok  	github.com/docker/docker/daemon/logger/local	0.410s	coverage: 75.2% of statements
13:53:37 [2021-04-22T13:53:37.706Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:53:38 [2021-04-22T13:53:38.580Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestOpenFileDelete
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestOpenFileDelete (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestOpenFileRename
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestOpenFileRename (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestParseLogTagDefaultTag
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestParseLogTag
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestParseLogTag (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestParseLogTagEmptyTag
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestTailFiles
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestTailFiles (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestFollowLogsConsumerGone
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestFollowLogsProducerGone
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestFollowLogsProducerGone (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z]     logfile_test.go:232: messages sent: 4098, received: 4098
13:53:38 [2021-04-22T13:53:38.681Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestCheckCapacityAndRotate
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
13:53:38 [2021-04-22T13:53:38.681Z] --- PASS: TestCheckCapacityAndRotate (0.04s)
13:53:38 [2021-04-22T13:53:38.681Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
13:53:38 [2021-04-22T13:53:38.681Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s)
13:53:38 [2021-04-22T13:53:38.681Z] PASS
13:53:38 [2021-04-22T13:53:38.681Z] coverage: 50.9% of statements
13:53:38 [2021-04-22T13:53:38.681Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.199s	coverage: 50.9% of statements
13:53:38 [2021-04-22T13:53:38.681Z] === RUN   TestLog
13:53:38 [2021-04-22T13:53:38.836Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
13:53:38 [2021-04-22T13:53:38.985Z] === RUN   TestDockerNetworkMacvlan/NilParent
13:53:39 [2021-04-22T13:53:39.144Z] --- PASS: TestLog (0.01s)
13:53:39 [2021-04-22T13:53:39.144Z] PASS
13:53:39 [2021-04-22T13:53:39.144Z] coverage: 31.5% of statements
13:53:39 [2021-04-22T13:53:39.144Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.102s	coverage: 31.5% of statements
13:53:39 [2021-04-22T13:53:39.144Z] === RUN   TestValidateLogOpt
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestValidateLogOpt (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestNewMissedConfig
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestNewMissedConfig (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestNewMissedUrl
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestNewMissedUrl (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestNewMissedToken
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestNewMissedToken (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestNewWithProxy
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestNewWithProxy (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestDefault
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestDefault (0.01s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestInlineFormatWithNonDefaultOptions
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestJsonFormat
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestJsonFormat (0.01s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestRawFormat
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestRawFormat (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestRawFormatWithLabels
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestRawFormatWithLabels (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestRawFormatWithoutTag
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestRawFormatWithoutTag (0.00s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestBatching
13:53:39 [2021-04-22T13:53:39.607Z] --- PASS: TestBatching (0.29s)
13:53:39 [2021-04-22T13:53:39.607Z] === RUN   TestFrequency
13:53:39 [2021-04-22T13:53:39.871Z] --- PASS: TestSecretsUpdate (2.53s)
13:53:39 [2021-04-22T13:53:39.871Z] === RUN   TestTemplatedSecret
13:53:40 [2021-04-22T13:53:40.070Z] --- PASS: TestFrequency (0.19s)
13:53:40 [2021-04-22T13:53:40.070Z] === RUN   TestOneMessagePerRequest
13:53:40 [2021-04-22T13:53:40.070Z] --- PASS: TestOneMessagePerRequest (0.00s)
13:53:40 [2021-04-22T13:53:40.070Z] === RUN   TestVerify
13:53:40 [2021-04-22T13:53:40.070Z] --- PASS: TestVerify (0.00s)
13:53:40 [2021-04-22T13:53:40.070Z] === RUN   TestSkipVerify
13:53:40 [2021-04-22T13:53:40.070Z] time="2021-04-22T13:53:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.070Z] time="2021-04-22T13:53:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.070Z] time="2021-04-22T13:53:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.070Z] time="2021-04-22T13:53:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.070Z] === RUN   TestNewParse
13:53:40 [2021-04-22T13:53:40.070Z] --- PASS: TestNewParse (0.00s)
13:53:40 [2021-04-22T13:53:40.070Z] PASS
13:53:40 [2021-04-22T13:53:40.070Z] coverage: 8.3% of statements
13:53:40 [2021-04-22T13:53:40.070Z] ok  	github.com/docker/docker/daemon/logger/templates	0.072s	coverage: 8.3% of statements
13:53:40 [2021-04-22T13:53:40.205Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliConfigWithTLS
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliConfigWithConflicts
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliWithConflictingLabels
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestConfigureDaemonLogs
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestConfigureDaemonLogs (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestCommonOptionsInstallFlags
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
13:53:40 [2021-04-22T13:53:40.364Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
13:53:40 [2021-04-22T13:53:40.364Z] PASS
13:53:40 [2021-04-22T13:53:40.364Z] coverage: 18.4% of statements
13:53:40 [2021-04-22T13:53:40.364Z] ok  	github.com/docker/docker/cmd/dockerd	0.455s	coverage: 18.4% of statements
13:53:40 [2021-04-22T13:53:40.535Z] --- PASS: TestSkipVerify (0.50s)
13:53:40 [2021-04-22T13:53:40.535Z] === RUN   TestBufferMaximum
13:53:40 [2021-04-22T13:53:40.535Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.535Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.535Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.535Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.535Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.535Z] time="2021-04-22T13:53:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099620.116527\",\"host\":\"4b85b9db066e\"}'"
13:53:40 [2021-04-22T13:53:40.535Z] time="2021-04-22T13:53:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099620.116527\",\"host\":\"4b85b9db066e\"}'"
13:53:40 [2021-04-22T13:53:40.535Z] --- PASS: TestBufferMaximum (0.00s)
13:53:40 [2021-04-22T13:53:40.535Z] === RUN   TestServerAlwaysDown
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099620.119502\",\"host\":\"4b85b9db066e\"}'"
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099620.119502\",\"host\":\"4b85b9db066e\"}'"
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099620.119502\",\"host\":\"4b85b9db066e\"}'"
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099620.120502\",\"host\":\"4b85b9db066e\"}'"
13:53:40 [2021-04-22T13:53:40.536Z] time="2021-04-22T13:53:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099620.120502\",\"host\":\"4b85b9db066e\"}'"
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestServerAlwaysDown (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestCannotSendAfterClose
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestCannotSendAfterClose (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestDeadlockOnBlockedEndpoint
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestParseLogFormat
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestParseLogFormat (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestValidateLogOptEmpty
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestValidateLogOptEmpty (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestValidateSyslogAddress
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestValidateSyslogAddress (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestParseAddressDefaultPort
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestParseAddressDefaultPort (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestValidateSyslogFacility
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestValidateSyslogFacility (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestValidateLogOptSyslogFormat
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] === RUN   TestValidateLogOpt
13:53:40 [2021-04-22T13:53:40.536Z] --- PASS: TestValidateLogOpt (0.00s)
13:53:40 [2021-04-22T13:53:40.536Z] PASS
13:53:40 [2021-04-22T13:53:40.536Z] coverage: 46.8% of statements
13:53:40 [2021-04-22T13:53:40.536Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.207s	coverage: 46.8% of statements
13:53:41 [2021-04-22T13:53:41.511Z] time="2021-04-22T13:53:41Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49200/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
13:53:41 [2021-04-22T13:53:41.511Z] time="2021-04-22T13:53:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4b85b9db066e\"}'"
13:53:41 [2021-04-22T13:53:41.511Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
13:53:41 [2021-04-22T13:53:41.511Z] PASS
13:53:41 [2021-04-22T13:53:41.511Z] coverage: 82.5% of statements
13:53:41 [2021-04-22T13:53:41.511Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.151s	coverage: 82.5% of statements
13:53:41 [2021-04-22T13:53:41.511Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:53:41 [2021-04-22T13:53:41.511Z] ?   	github.com/docker/docker/daemon/network	[no test files]
13:53:41 [2021-04-22T13:53:41.511Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:53:41 [2021-04-22T13:53:41.572Z] --- PASS: TestPidHost (3.89s)
13:53:41 [2021-04-22T13:53:41.572Z] === RUN   TestPsFilter
13:53:41 [2021-04-22T13:53:41.828Z] --- PASS: TestPsFilter (0.17s)
13:53:41 [2021-04-22T13:53:41.828Z] === RUN   TestRemoveContainerWithRemovedVolume
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestContainerStopSignal
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestContainerStopSignal (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestContainerStopTimeout
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestContainerStopTimeout (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestContainerSecretReferenceDestTarget
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestContainerLogPathSetForJSONFileLogger
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestContainerLogPathSetForRingLogger
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestReplaceAndAppendEnvVars
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestNewMemoryStore
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestNewMemoryStore (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestAddContainers
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestAddContainers (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestGetContainer
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestGetContainer (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestDeleteContainer
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestDeleteContainer (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestListContainers
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestListContainers (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestFirstContainer
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestFirstContainer (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestApplyAllContainer
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestApplyAllContainer (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestIsValidHealthString
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestIsValidHealthString (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestStateRunStop
13:53:41 [2021-04-22T13:53:41.921Z] --- PASS: TestStateRunStop (0.00s)
13:53:41 [2021-04-22T13:53:41.921Z] === RUN   TestStateTimeoutWait
13:53:42 [2021-04-22T13:53:42.384Z] --- PASS: TestStateTimeoutWait (0.10s)
13:53:42 [2021-04-22T13:53:42.384Z]     state_test.go:141: Stop callback fired
13:53:42 [2021-04-22T13:53:42.384Z]     state_test.go:165: Stop callback fired
13:53:42 [2021-04-22T13:53:42.384Z] === RUN   TestIsValidStateString
13:53:42 [2021-04-22T13:53:42.384Z] --- PASS: TestIsValidStateString (0.00s)
13:53:42 [2021-04-22T13:53:42.384Z] === RUN   TestViewSaveDelete
13:53:42 [2021-04-22T13:53:42.384Z] --- PASS: TestViewSaveDelete (0.01s)
13:53:42 [2021-04-22T13:53:42.384Z] === RUN   TestViewAll
13:53:42 [2021-04-22T13:53:42.384Z] --- PASS: TestViewAll (0.02s)
13:53:42 [2021-04-22T13:53:42.384Z] === RUN   TestViewGet
13:53:42 [2021-04-22T13:53:42.384Z] --- PASS: TestViewGet (0.01s)
13:53:42 [2021-04-22T13:53:42.384Z] === RUN   TestNames
13:53:42 [2021-04-22T13:53:42.384Z] --- PASS: TestNames (0.00s)
13:53:42 [2021-04-22T13:53:42.384Z] === RUN   TestViewWithHealthCheck
13:53:42 [2021-04-22T13:53:42.384Z] --- PASS: TestViewWithHealthCheck (0.01s)
13:53:42 [2021-04-22T13:53:42.384Z] PASS
13:53:42 [2021-04-22T13:53:42.384Z] coverage: 41.6% of statements
13:53:42 [2021-04-22T13:53:42.384Z] ok  	github.com/docker/docker/container	0.276s	coverage: 41.6% of statements
13:53:42 [2021-04-22T13:53:42.384Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:53:42 [2021-04-22T13:53:42.384Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:53:42 [2021-04-22T13:53:42.384Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
13:53:42 [2021-04-22T13:53:42.384Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:53:42 [2021-04-22T13:53:42.757Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
13:53:42 [2021-04-22T13:53:42.757Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.05s)
13:53:42 [2021-04-22T13:53:42.757Z] === RUN   TestRemoveContainerWithVolume
13:53:43 [2021-04-22T13:53:43.066Z] === RUN   TestV1IDService
13:53:43 [2021-04-22T13:53:43.172Z] --- PASS: TestTemplatedSecret (3.42s)
13:53:43 [2021-04-22T13:53:43.172Z] === RUN   TestSecretCreateResolve
13:53:43 [2021-04-22T13:53:43.189Z] === RUN   TestDockerNetworkMacvlan/InternalMode
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestV1IDService (0.04s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestV2MetadataService
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestContinueOnError_NonMirrorEndpoint
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestContinueOnError_MirrorEndpoint
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestContinueOnError_NeverContinue
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/no_remote_or_local
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestSuccessfulDownload
13:53:43 [2021-04-22T13:53:43.528Z] --- SKIP: TestSuccessfulDownload (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     download_test.go:268: Needs fixing on Windows
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestCancelledDownload
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestCancelledDownload (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestMaxDownloadAttempts
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
13:53:43 [2021-04-22T13:53:43.528Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
13:53:43 [2021-04-22T13:53:43.528Z] time="2021-04-22T13:53:43Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local694161055\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/no_local_cache
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/with_local_cache
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/unknown_media_type
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/unknown_media_type/no_cache
13:53:43 [2021-04-22T13:53:43.528Z] time="2021-04-22T13:53:43Z" level=warning msg="reference for unknown type: "
13:53:43 [2021-04-22T13:53:43.528Z] time="2021-04-22T13:53:43Z" level=warning msg="reference for unknown type: "
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/unknown_media_type/with_cache
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
13:53:43 [2021-04-22T13:53:43.528Z] time="2021-04-22T13:53:43Z" level=warning msg="reference for unknown type: "
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
13:53:43 [2021-04-22T13:53:43.528Z] time="2021-04-22T13:53:43Z" level=warning msg="reference for unknown type: "
13:53:43 [2021-04-22T13:53:43.528Z] time="2021-04-22T13:53:43Z" level=warning msg="reference for unknown type: "
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/error_persisting_manifest
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
13:53:43 [2021-04-22T13:53:43.528Z] time="2021-04-22T13:53:43Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestManifestStore (0.34s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestManifestStore/no_remote_or_local (0.20s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestManifestStore/no_local_cache (0.01s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestManifestStore/unknown_media_type (0.05s)
13:53:43 [2021-04-22T13:53:43.528Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
13:53:43 [2021-04-22T13:53:43.528Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s)
13:53:43 [2021-04-22T13:53:43.528Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
13:53:43 [2021-04-22T13:53:43.528Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.06s)
13:53:43 [2021-04-22T13:53:43.528Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.05s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestDetectManifestBlobMediaType
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestDetectManifestBlobMediaType/schema1
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestFixManifestLayers
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestFixManifestLayers (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestFixManifestLayersBaseLayerParent
13:53:43 [2021-04-22T13:53:43.528Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     pull_v2_test.go:73: Needs fixing on Windows
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestFixManifestLayersBadParent
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestValidateManifest
13:53:43 [2021-04-22T13:53:43.528Z] --- SKIP: TestValidateManifest (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     pull_v2_test.go:118: Needs fixing on Windows
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestFormatPlatform
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestFormatPlatform (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestGetRepositoryMountCandidates
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestLayerAlreadyExists
13:53:43 [2021-04-22T13:53:43.528Z] --- PASS: TestLayerAlreadyExists (0.00s)
13:53:43 [2021-04-22T13:53:43.528Z]     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}
13:53:43 [2021-04-22T13:53:43.528Z]     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}
13:53:43 [2021-04-22T13:53:43.528Z]     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}
13:53:43 [2021-04-22T13:53:43.528Z]     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}
13:53:43 [2021-04-22T13:53:43.528Z]     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}
13:53:43 [2021-04-22T13:53:43.528Z]     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}
13:53:43 [2021-04-22T13:53:43.528Z] === RUN   TestWhenEmptyAuthConfig
13:53:43 [2021-04-22T13:53:43.933Z] === RUN   TestPrepare
13:53:43 [2021-04-22T13:53:43.933Z] --- PASS: TestPrepare (0.00s)
13:53:43 [2021-04-22T13:53:43.933Z] === RUN   TestStart
13:53:43 [2021-04-22T13:53:43.933Z] --- PASS: TestStart (0.00s)
13:53:43 [2021-04-22T13:53:43.933Z] === RUN   TestWaitCancel
13:53:43 [2021-04-22T13:53:43.933Z] --- PASS: TestWaitCancel (0.00s)
13:53:43 [2021-04-22T13:53:43.933Z] === RUN   TestWaitDisabled
13:53:43 [2021-04-22T13:53:43.933Z] --- PASS: TestWaitDisabled (0.02s)
13:53:43 [2021-04-22T13:53:43.933Z] === RUN   TestWaitEnabled
13:53:43 [2021-04-22T13:53:43.933Z] --- PASS: TestWaitEnabled (0.00s)
13:53:43 [2021-04-22T13:53:43.933Z] === RUN   TestRemove
13:53:43 [2021-04-22T13:53:43.933Z] --- PASS: TestRemove (0.00s)
13:53:43 [2021-04-22T13:53:43.933Z] PASS
13:53:43 [2021-04-22T13:53:43.933Z] coverage: 65.3% of statements
13:53:43 [2021-04-22T13:53:43.933Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.215s	coverage: 65.3% of statements
13:53:43 [2021-04-22T13:53:43.994Z] time="2021-04-22T13:53:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:53:43 [2021-04-22T13:53:43.994Z] time="2021-04-22T13:53:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:53:43 [2021-04-22T13:53:43.994Z] time="2021-04-22T13:53:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:53:43 [2021-04-22T13:53:43.994Z] time="2021-04-22T13:53:43Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:53:43 [2021-04-22T13:53:43.994Z] --- PASS: TestMaxDownloadAttempts (0.00s)
13:53:43 [2021-04-22T13:53:43.994Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s)
13:53:43 [2021-04-22T13:53:43.994Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s)
13:53:43 [2021-04-22T13:53:43.994Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.46s)
13:53:43 [2021-04-22T13:53:43.994Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.46s)
13:53:43 [2021-04-22T13:53:43.994Z] === RUN   TestTransfer
13:53:43 [2021-04-22T13:53:43.994Z] --- PASS: TestTransfer (0.12s)
13:53:43 [2021-04-22T13:53:43.994Z] === RUN   TestConcurrencyLimit
13:53:43 [2021-04-22T13:53:43.994Z] --- PASS: TestV2MetadataService (0.79s)
13:53:43 [2021-04-22T13:53:43.994Z] PASS
13:53:43 [2021-04-22T13:53:43.994Z] coverage: 48.2% of statements
13:53:43 [2021-04-22T13:53:43.994Z] ok  	github.com/docker/docker/distribution/metadata	0.992s	coverage: 48.2% of statements
13:53:44 [2021-04-22T13:53:44.127Z] --- PASS: TestRemoveContainerWithVolume (1.08s)
13:53:44 [2021-04-22T13:53:44.127Z] === RUN   TestRemoveContainerRunning
13:53:44 [2021-04-22T13:53:44.457Z] --- PASS: TestConcurrencyLimit (0.40s)
13:53:44 [2021-04-22T13:53:44.457Z] === RUN   TestInactiveJobs
13:53:44 [2021-04-22T13:53:44.457Z] === RUN   TestNotFound
13:53:44 [2021-04-22T13:53:44.457Z] --- PASS: TestNotFound (0.00s)
13:53:44 [2021-04-22T13:53:44.457Z] === RUN   TestConflict
13:53:44 [2021-04-22T13:53:44.457Z] --- PASS: TestConflict (0.00s)
13:53:44 [2021-04-22T13:53:44.457Z] === RUN   TestForbidden
13:53:44 [2021-04-22T13:53:44.457Z] --- PASS: TestForbidden (0.00s)
13:53:44 [2021-04-22T13:53:44.457Z] === RUN   TestInvalidParameter
13:53:44 [2021-04-22T13:53:44.457Z] --- PASS: TestInvalidParameter (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestNotImplemented
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestNotImplemented (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestNotModified
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestNotModified (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestUnauthorized
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestUnauthorized (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestUnknown
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestUnknown (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestCancelled
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestCancelled (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestDeadline
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestDeadline (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestDataLoss
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestDataLoss (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestUnavailable
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestUnavailable (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestSystem
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestSystem (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Not_Found
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Bad_Request
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Conflict
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Unauthorized
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Service_Unavailable
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Forbidden
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Not_Modified
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Not_Implemented
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Internal_Server_Error
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
13:53:44 [2021-04-22T13:53:44.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
13:53:44 [2021-04-22T13:53:44.919Z] --- PASS: TestFromStatusCode (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
13:53:44 [2021-04-22T13:53:44.919Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z] PASS
13:53:44 [2021-04-22T13:53:44.920Z] coverage: 53.1% of statements
13:53:44 [2021-04-22T13:53:44.920Z] ok  	github.com/docker/docker/errdefs	0.049s	coverage: 53.1% of statements
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestWhenEmptyAuthConfig (1.14s)
13:53:44 [2021-04-22T13:53:44.920Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z] === RUN   TestTokenPassThru
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestTokenPassThru (0.01s)
13:53:44 [2021-04-22T13:53:44.920Z] === RUN   TestTokenPassThruDifferentHost
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestInactiveJobs (0.36s)
13:53:44 [2021-04-22T13:53:44.920Z] === RUN   TestWatchRelease
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
13:53:44 [2021-04-22T13:53:44.920Z] PASS
13:53:44 [2021-04-22T13:53:44.920Z] coverage: 23.6% of statements
13:53:44 [2021-04-22T13:53:44.920Z] ok  	github.com/docker/docker/distribution	1.697s	coverage: 23.6% of statements
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestWatchRelease (0.08s)
13:53:44 [2021-04-22T13:53:44.920Z] === RUN   TestWatchFinishedTransfer
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestWatchFinishedTransfer (0.00s)
13:53:44 [2021-04-22T13:53:44.920Z] === RUN   TestDuplicateTransfer
13:53:44 [2021-04-22T13:53:44.920Z] --- PASS: TestDuplicateTransfer (0.05s)
13:53:44 [2021-04-22T13:53:44.920Z] === RUN   TestSuccessfulUpload
13:53:44 [2021-04-22T13:53:44.920Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:53:45 [2021-04-22T13:53:45.383Z] time="2021-04-22T13:53:44Z" level=error msg="Upload failed, retrying: simulating retry"
13:53:45 [2021-04-22T13:53:45.383Z] --- PASS: TestSuccessfulUpload (0.46s)
13:53:45 [2021-04-22T13:53:45.383Z] === RUN   TestCancelledUpload
13:53:45 [2021-04-22T13:53:45.383Z] --- PASS: TestCancelledUpload (0.00s)
13:53:45 [2021-04-22T13:53:45.383Z] PASS
13:53:45 [2021-04-22T13:53:45.383Z] coverage: 76.8% of statements
13:53:45 [2021-04-22T13:53:45.383Z] ok  	github.com/docker/docker/distribution/xfer	2.045s	coverage: 76.8% of statements
13:53:45 [2021-04-22T13:53:45.383Z] ?   	github.com/docker/docker/dockerversion	[no test files]
13:53:45 [2021-04-22T13:53:45.498Z] --- PASS: TestRemoveContainerRunning (1.61s)
13:53:45 [2021-04-22T13:53:45.498Z] === RUN   TestRemoveContainerForceRemoveRunning
13:53:45 [2021-04-22T13:53:45.498Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
13:53:45 [2021-04-22T13:53:45.717Z] --- PASS: TestSecretCreateResolve (2.41s)
13:53:45 [2021-04-22T13:53:45.717Z] PASS
13:53:45 [2021-04-22T13:53:45.717Z] 
13:53:45 [2021-04-22T13:53:45.717Z] DONE 6 tests in 15.712s
13:53:45 [2021-04-22T13:53:45.717Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
13:53:45 [2021-04-22T13:53:45.717Z] INFO: Testing against a local daemon
13:53:45 [2021-04-22T13:53:45.717Z] === RUN   TestServiceCreateInit
13:53:45 [2021-04-22T13:53:45.717Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:53:46 [2021-04-22T13:53:46.860Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
13:53:46 [2021-04-22T13:53:46.860Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s)
13:53:46 [2021-04-22T13:53:46.860Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
13:53:46 [2021-04-22T13:53:46.860Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
13:53:46 [2021-04-22T13:53:46.860Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
13:53:46 [2021-04-22T13:53:46.860Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
13:53:46 [2021-04-22T13:53:46.860Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
13:53:46 [2021-04-22T13:53:46.860Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
13:53:46 [2021-04-22T13:53:46.860Z] === RUN   TestServiceConvertToGRPCContainerRuntime
13:53:46 [2021-04-22T13:53:46.860Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCIsolation
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCIsolation/empty
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCIsolation/default
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCIsolation/process
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCIsolation
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCIsolation/default
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCIsolation/process
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCConfigs
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCConfigs/file
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCConfigs
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCConfigs/file
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestServiceConvertToGRPCConfigs/none
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] PASS
13:53:46 [2021-04-22T13:53:46.861Z] coverage: 35.9% of statements
13:53:46 [2021-04-22T13:53:46.861Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.306s	coverage: 35.9% of statements
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestNewListSecretsFilters
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestNewListSecretsFilters (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] === RUN   TestNewListConfigsFilters
13:53:46 [2021-04-22T13:53:46.861Z] --- PASS: TestNewListConfigsFilters (0.00s)
13:53:46 [2021-04-22T13:53:46.861Z] PASS
13:53:46 [2021-04-22T13:53:46.861Z] coverage: 0.5% of statements
13:53:46 [2021-04-22T13:53:46.861Z] ok  	github.com/docker/docker/daemon/cluster	0.397s	coverage: 0.5% of statements
13:53:46 [2021-04-22T13:53:46.866Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.48s)
13:53:46 [2021-04-22T13:53:46.866Z] === RUN   TestRemoveInvalidContainer
13:53:46 [2021-04-22T13:53:46.866Z] --- PASS: TestRemoveInvalidContainer (0.03s)
13:53:46 [2021-04-22T13:53:46.866Z] === RUN   TestRenameLinkedContainer
13:53:46 [2021-04-22T13:53:46.932Z] === RUN   TestCompare
13:53:46 [2021-04-22T13:53:46.932Z] --- PASS: TestCompare (0.00s)
13:53:46 [2021-04-22T13:53:46.932Z] PASS
13:53:46 [2021-04-22T13:53:46.932Z] coverage: 19.2% of statements
13:53:46 [2021-04-22T13:53:46.932Z] ok  	github.com/docker/docker/image/cache	0.152s	coverage: 19.2% of statements
13:53:46 [2021-04-22T13:53:46.932Z] === RUN   TestFSGetInvalidData
13:53:46 [2021-04-22T13:53:46.932Z] --- PASS: TestFSGetInvalidData (0.01s)
13:53:46 [2021-04-22T13:53:46.932Z] === RUN   TestFSInvalidSet
13:53:47 [2021-04-22T13:53:47.390Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSInvalidSet (0.02s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSInvalidRoot
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSInvalidRoot (0.01s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSMetadataGetSet
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSMetadataGetSet (0.05s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSInvalidWalker
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSInvalidWalker (0.01s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSGetSet
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSGetSet (0.02s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSGetUnsetKey
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSGetUnsetKey (0.01s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSGetEmptyData
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSGetEmptyData (0.01s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSDelete
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSDelete (0.07s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSWalker
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSWalker (0.16s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestFSWalkerStopOnError
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestFSWalkerStopOnError (0.03s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestNewFromJSON
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestNewFromJSON (0.00s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestNewFromJSONWithInvalidJSON
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestMarshalKeyOrder
13:53:47 [2021-04-22T13:53:47.395Z] --- PASS: TestMarshalKeyOrder (0.00s)
13:53:47 [2021-04-22T13:53:47.395Z] === RUN   TestHistoryEqual
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestHistoryEqual (0.17s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestImage
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestImage (0.00s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestImageOSNotEmpty
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestImageOSNotEmpty (0.00s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestNewChildImageFromImageWithRootFS
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestCreate
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestCreate (0.01s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestRestore
13:53:47 [2021-04-22T13:53:47.858Z] time="2021-04-22T13:53:47Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestRestore (0.03s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestAddDelete
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestAddDelete (0.02s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestSearchAfterDelete
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestSearchAfterDelete (0.01s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestParentReset
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestMakeV1ConfigFromConfig
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
13:53:47 [2021-04-22T13:53:47.858Z] PASS
13:53:47 [2021-04-22T13:53:47.858Z] coverage: 25.0% of statements
13:53:47 [2021-04-22T13:53:47.858Z] ok  	github.com/docker/docker/image/v1	0.075s	coverage: 25.0% of statements
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestParentReset (0.03s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestGetAndSetLastUpdated
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
13:53:47 [2021-04-22T13:53:47.858Z] === RUN   TestStoreLen
13:53:47 [2021-04-22T13:53:47.858Z] --- PASS: TestStoreLen (0.05s)
13:53:47 [2021-04-22T13:53:47.858Z] PASS
13:53:47 [2021-04-22T13:53:47.858Z] coverage: 86.6% of statements
13:53:47 [2021-04-22T13:53:47.858Z] ok  	github.com/docker/docker/image	0.821s	coverage: 86.6% of statements
13:53:48 [2021-04-22T13:53:48.320Z] === RUN   TestValidateManifest
13:53:48 [2021-04-22T13:53:48.320Z] === RUN   TestValidateManifest/nil
13:53:48 [2021-04-22T13:53:48.320Z] === RUN   TestValidateManifest/non-nil
13:53:48 [2021-04-22T13:53:48.320Z] --- PASS: TestValidateManifest (0.00s)
13:53:48 [2021-04-22T13:53:48.320Z]     --- PASS: TestValidateManifest/nil (0.00s)
13:53:48 [2021-04-22T13:53:48.320Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
13:53:48 [2021-04-22T13:53:48.320Z] PASS
13:53:48 [2021-04-22T13:53:48.320Z] coverage: 0.6% of statements
13:53:48 [2021-04-22T13:53:48.320Z] ok  	github.com/docker/docker/image/tarexport	0.122s	coverage: 0.6% of statements
13:53:48 [2021-04-22T13:53:48.320Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:53:49 [2021-04-22T13:53:49.868Z] === RUN   TestSerialization
13:53:49 [2021-04-22T13:53:49.868Z] --- PASS: TestSerialization (0.02s)
13:53:49 [2021-04-22T13:53:49.868Z] PASS
13:53:49 [2021-04-22T13:53:49.868Z] coverage: 100.0% of statements
13:53:50 [2021-04-22T13:53:50.010Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:53:50 [2021-04-22T13:53:50.331Z] ok  	github.com/docker/docker/libcontainerd/queue	0.190s	coverage: 100.0% of statements
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestEnvironmentParsing
13:53:51 [2021-04-22T13:53:51.306Z] --- PASS: TestEnvironmentParsing (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z] PASS
13:53:51 [2021-04-22T13:53:51.306Z] coverage: 1.0% of statements
13:53:51 [2021-04-22T13:53:51.306Z] ok  	github.com/docker/docker/libcontainerd/local	0.138s	coverage: 1.0% of statements
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestEmptyLayer
13:53:51 [2021-04-22T13:53:51.306Z] --- PASS: TestEmptyLayer (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestCommitFailure
13:53:51 [2021-04-22T13:53:51.306Z] --- PASS: TestCommitFailure (0.01s)
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestStartTransactionFailure
13:53:51 [2021-04-22T13:53:51.306Z] --- PASS: TestStartTransactionFailure (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestGetOrphan
13:53:51 [2021-04-22T13:53:51.306Z] --- PASS: TestGetOrphan (0.01s)
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestMountAndRegister
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
13:53:51 [2021-04-22T13:53:51.306Z] --- PASS: TestMountAndRegister (0.07s)
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
13:53:51 [2021-04-22T13:53:51.306Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
13:53:51 [2021-04-22T13:53:51.306Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     layer_test.go:271: Layer size: 14
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
13:53:51 [2021-04-22T13:53:51.306Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
13:53:51 [2021-04-22T13:53:51.307Z] PASS
13:53:51 [2021-04-22T13:53:51.307Z] coverage: 42.3% of statements
13:53:51 [2021-04-22T13:53:51.307Z] ok  	github.com/docker/docker/oci	0.066s	coverage: 42.3% of statements
13:53:51 [2021-04-22T13:53:51.307Z] === RUN   TestLayerRelease
13:53:51 [2021-04-22T13:53:51.307Z] --- SKIP: TestLayerRelease (0.00s)
13:53:51 [2021-04-22T13:53:51.307Z]     layer_test.go:304: Failing on Windows
13:53:51 [2021-04-22T13:53:51.307Z] === RUN   TestStoreRestore
13:53:51 [2021-04-22T13:53:51.307Z] --- SKIP: TestStoreRestore (0.00s)
13:53:51 [2021-04-22T13:53:51.307Z]     layer_test.go:353: Failing on Windows
13:53:51 [2021-04-22T13:53:51.307Z] === RUN   TestTarStreamStability
13:53:51 [2021-04-22T13:53:51.307Z] --- SKIP: TestTarStreamStability (0.00s)
13:53:51 [2021-04-22T13:53:51.307Z]     layer_test.go:468: Failing on Windows
13:53:51 [2021-04-22T13:53:51.307Z] === RUN   TestRegisterExistingLayer
13:53:51 [2021-04-22T13:53:51.769Z] --- PASS: TestRegisterExistingLayer (0.21s)
13:53:51 [2021-04-22T13:53:51.770Z] === RUN   TestTarStreamVerification
13:53:51 [2021-04-22T13:53:51.770Z] --- SKIP: TestTarStreamVerification (0.00s)
13:53:51 [2021-04-22T13:53:51.770Z]     layer_test.go:697: Failing on Windows
13:53:51 [2021-04-22T13:53:51.770Z] === RUN   TestLayerMigration
13:53:51 [2021-04-22T13:53:51.770Z] --- SKIP: TestLayerMigration (0.00s)
13:53:51 [2021-04-22T13:53:51.770Z]     migration_test.go:46: Failing on Windows
13:53:51 [2021-04-22T13:53:51.770Z] === RUN   TestLayerMigrationNoTarsplit
13:53:51 [2021-04-22T13:53:51.770Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
13:53:51 [2021-04-22T13:53:51.770Z]     migration_test.go:182: Failing on Windows
13:53:51 [2021-04-22T13:53:51.770Z] === RUN   TestMountInit
13:53:51 [2021-04-22T13:53:51.770Z] --- SKIP: TestMountInit (0.00s)
13:53:51 [2021-04-22T13:53:51.770Z]     mount_test.go:17: Failing on Windows
13:53:51 [2021-04-22T13:53:51.770Z] === RUN   TestMountSize
13:53:51 [2021-04-22T13:53:51.770Z] --- SKIP: TestMountSize (0.00s)
13:53:51 [2021-04-22T13:53:51.770Z]     mount_test.go:76: Failing on Windows
13:53:51 [2021-04-22T13:53:51.770Z] === RUN   TestMountChanges
13:53:51 [2021-04-22T13:53:51.770Z] --- SKIP: TestMountChanges (0.00s)
13:53:51 [2021-04-22T13:53:51.770Z]     mount_test.go:125: Failing on Windows
13:53:51 [2021-04-22T13:53:51.770Z] === RUN   TestMountApply
13:53:51 [2021-04-22T13:53:51.770Z] --- SKIP: TestMountApply (0.00s)
13:53:51 [2021-04-22T13:53:51.770Z]     mount_test.go:212: Failing on Windows
13:53:51 [2021-04-22T13:53:51.770Z] PASS
13:53:51 [2021-04-22T13:53:51.770Z] coverage: 30.1% of statements
13:53:51 [2021-04-22T13:53:51.770Z] ok  	github.com/docker/docker/layer	0.510s	coverage: 30.1% of statements
13:53:51 [2021-04-22T13:53:51.770Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:53:51 [2021-04-22T13:53:51.770Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:53:51 [2021-04-22T13:53:51.770Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:53:51 [2021-04-22T13:53:51.770Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:53:51 [2021-04-22T13:53:51.770Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:53:52 [2021-04-22T13:53:52.232Z] === RUN   TestParseVersion
13:53:52 [2021-04-22T13:53:52.232Z] --- PASS: TestParseVersion (0.00s)
13:53:52 [2021-04-22T13:53:52.232Z] PASS
13:53:52 [2021-04-22T13:53:52.232Z] coverage: 52.9% of statements
13:53:52 [2021-04-22T13:53:52.232Z] ok  	github.com/docker/docker/pkg/aaparser	0.041s	coverage: 52.9% of statements
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestBuilderGC
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestBuilderGC (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationNotFound
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonBrokenConfiguration
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestParseClusterAdvertiseSettings
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestFindConfigurationConflicts
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestFindConfigurationConflicts (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeConflicts
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeConcurrent
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeConcurrentError
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.01s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestFindConfigurationConflictsWithMergedValues
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestValidateConfigurationErrors (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_label
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_dns
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_dns-search
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_max-download-attempts
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestValidateConfiguration/with_node_generic_resources
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestValidateConfiguration (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestModifiedDiscoverySettings
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestReloadSetConfigFileNotExist
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDiscoveryOptsErrors
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDiscoveryOpts
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDiscoveryOpts (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] PASS
13:53:52 [2021-04-22T13:53:52.688Z] coverage: 30.0% of statements
13:53:52 [2021-04-22T13:53:52.688Z] ok  	github.com/docker/docker/daemon/discovery	0.177s	coverage: 30.0% of statements
13:53:52 [2021-04-22T13:53:52.688Z] time="2021-04-22T13:53:52Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestReloadDefaultConfigNotExist
13:53:52 [2021-04-22T13:53:52.688Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestReloadBadDefaultConfig
13:53:52 [2021-04-22T13:53:52.688Z] time="2021-04-22T13:53:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-979197527"
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestReloadWithConflictingLabels
13:53:52 [2021-04-22T13:53:52.688Z] time="2021-04-22T13:53:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-638374858"
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestReloadWithDuplicateLabels
13:53:52 [2021-04-22T13:53:52.688Z] time="2021-04-22T13:53:52Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-504518305"
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] === RUN   TestDaemonConfigurationMerge
13:53:52 [2021-04-22T13:53:52.688Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
13:53:52 [2021-04-22T13:53:52.688Z] PASS
13:53:52 [2021-04-22T13:53:52.688Z] coverage: 79.7% of statements
13:53:52 [2021-04-22T13:53:52.688Z] ok  	github.com/docker/docker/daemon/config	0.344s	coverage: 79.7% of statements
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestAddressPoolOpt
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestAddressPoolOpt (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/a
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/something
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/_=a
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/env1=value1
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/_env1=value1
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/env2=value2=value3
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/env3=abc!qwe
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/env_4=value_4
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/PATH
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/=a
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/PATH=
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/PATH=something
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/asd!qwe
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/1asd
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/123
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/some_space
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/__some_space_before
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/some_space_after__
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/=
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateEnv/PaTh
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestValidateEnv (0.02s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/a (0.02s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/something (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/_=a (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/PATH (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/=a (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/1asd (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/123 (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/some_space (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/= (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestParseHost
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestParseHost (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestParseDockerDaemonHost
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestParseDockerDaemonHost (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestParseTCP
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestParseTCP (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestParseInvalidUnixAddrInvalid
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateExtraHosts
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestValidateExtraHosts (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestIpOptString
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestIpOptString (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestNewIpOptInvalidDefaultVal
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestNewIpOptValidDefaultVal
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestIpOptSetInvalidVal
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateIPAddress
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestValidateIPAddress (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestMapOpts
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestMapOpts (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestListOptsWithoutValidator
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestListOptsWithoutValidator (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestListOptsWithValidator
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestListOptsWithValidator (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateDNSSearch
13:53:53 [2021-04-22T13:53:53.207Z] --- PASS: TestValidateDNSSearch (0.00s)
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_general_format
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_more_than_one_=
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_one_more
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
13:53:53 [2021-04-22T13:53:53.207Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestValidateLabel (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestNamedListOpts
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestNamedListOpts (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestNamedMapOpts
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestNamedMapOpts (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestParseLink
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestParseLink (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestQuotedStringSetWithQuotes
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestQuotedStringSetWithNoQuotes
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] === RUN   TestUlimitOpt
13:53:53 [2021-04-22T13:53:53.208Z] --- PASS: TestUlimitOpt (0.00s)
13:53:53 [2021-04-22T13:53:53.208Z] PASS
13:53:53 [2021-04-22T13:53:53.208Z] coverage: 67.1% of statements
13:53:53 [2021-04-22T13:53:53.208Z] ok  	github.com/docker/docker/opts	0.258s	coverage: 67.1% of statements
13:53:53 [2021-04-22T13:53:53.409Z] --- PASS: TestRenameLinkedContainer (6.03s)
13:53:53 [2021-04-22T13:53:53.409Z] === RUN   TestRenameStoppedContainer
13:53:53 [2021-04-22T13:53:53.669Z] === RUN   TestUnbuffered
13:53:53 [2021-04-22T13:53:53.670Z] --- PASS: TestUnbuffered (0.00s)
13:53:54 [2021-04-22T13:53:54.133Z] === RUN   TestRaceUnbuffered
13:53:54 [2021-04-22T13:53:54.133Z] --- PASS: TestRaceUnbuffered (0.00s)
13:53:54 [2021-04-22T13:53:54.133Z] PASS
13:53:54 [2021-04-22T13:53:54.133Z] coverage: 100.0% of statements
13:53:54 [2021-04-22T13:53:54.133Z] ok  	github.com/docker/docker/pkg/broadcaster	0.150s	coverage: 100.0% of statements
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestEventsLog
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestEventsLog (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestEventsLogTimeout
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestEventsLogTimeout (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestLogEvents
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestVerifyNetworkingConfig
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestGetContainer
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestGetContainer (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestValidContainerNames
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestValidContainerNames (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestContainerInitDNS
13:53:54 [2021-04-22T13:53:54.238Z] --- SKIP: TestContainerInitDNS (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z]     daemon_test.go:147: root required
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestMerge
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestMerge (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestValidateContainerIsolation
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestValidateContainerIsolation (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestFindNetworkErrorType
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestFindNetworkErrorType (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestEnsureServicesExist
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestEnsureServicesExist (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestEnsureServicesExistErrors
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestContainerDelete
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestContainerDelete (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestContainerDoubleDelete
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestContainerDoubleDelete (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestLogContainerEventCopyLabels
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestLogContainerEventWithAttributes
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestNoneHealthcheck
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestNoneHealthcheck (0.00s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestHealthStates
13:53:54 [2021-04-22T13:53:54.238Z] --- PASS: TestLogEvents (0.07s)
13:53:54 [2021-04-22T13:53:54.238Z] === RUN   TestLoadBufferedEvents
13:53:54 [2021-04-22T13:53:54.238Z] time="2021-04-22T13:53:53Z" 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"
13:53:54 [2021-04-22T13:53:54.238Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.238Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.238Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.340Z] --- PASS: TestRenameStoppedContainer (1.36s)
13:53:54 [2021-04-22T13:53:54.340Z] === RUN   TestRenameRunningContainerAndReuse
13:53:54 [2021-04-22T13:53:54.595Z] === RUN   TestPeerCertificateMarshalJSON
13:53:54 [2021-04-22T13:53:54.702Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.702Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.702Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.702Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.702Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.702Z] time="2021-04-22T13:53:54Z" 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"
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestHealthStates (0.19s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestMaskURLCredentials
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestMaskURLCredentials (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestGetInspectData
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestGetInspectData (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestFillLicense
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestFillLicense (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestListInvalidFilter
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestListInvalidFilter (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestNameFilter
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestNameFilter (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
13:53:54 [2021-04-22T13:53:54.702Z] === 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
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- 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)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestLoadBufferedEvents (0.19s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestDaemonReloadLabels
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestDaemonReloadLabels (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestDaemonReloadMirrors
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestDaemonReloadMirrors (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestDaemonReloadInsecureRegistries
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestDaemonReloadNotAffectOthers
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestDaemonDiscoveryReload
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestLoadBufferedEventsOnlyFromPast
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestIgnoreBufferedWhenNoTimes
13:53:54 [2021-04-22T13:53:54.702Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
13:53:54 [2021-04-22T13:53:54.702Z] PASS
13:53:54 [2021-04-22T13:53:54.702Z] coverage: 50.0% of statements
13:53:54 [2021-04-22T13:53:54.702Z] ok  	github.com/docker/docker/daemon/events	0.372s	coverage: 50.0% of statements
13:53:54 [2021-04-22T13:53:54.702Z] === RUN   TestWaitNodeAttachment
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
13:53:55 [2021-04-22T13:53:55.057Z] --- PASS: TestPeerCertificateMarshalJSON (0.29s)
13:53:55 [2021-04-22T13:53:55.057Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
13:53:55 [2021-04-22T13:53:55.057Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMiddleware
13:53:55 [2021-04-22T13:53:55.057Z] --- PASS: TestMiddleware (0.00s)
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestNewResponseModifier
13:53:55 [2021-04-22T13:53:55.057Z] --- PASS: TestNewResponseModifier (0.00s)
13:53:55 [2021-04-22T13:53:55.057Z] PASS
13:53:55 [2021-04-22T13:53:55.057Z] coverage: 26.8% of statements
13:53:55 [2021-04-22T13:53:55.057Z] ok  	github.com/docker/docker/pkg/authorization	0.527s	coverage: 26.8% of statements
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[foo]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[bar]_[foo]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[foo_bar]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[qux]_[foo]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[]#01
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[qux]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[foo_bar_qux]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[qux]_[baz]]
13:53:55 [2021-04-22T13:53:55.057Z] === RUN   TestMatch/[[foo_baz]]
13:53:55 [2021-04-22T13:53:55.057Z] --- PASS: TestMatch (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[foo]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[]#01 (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[qux]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
13:53:55 [2021-04-22T13:53:55.058Z] PASS
13:53:55 [2021-04-22T13:53:55.058Z] coverage: 87.5% of statements
13:53:55 [2021-04-22T13:53:55.058Z] ok  	github.com/docker/docker/pkg/capabilities	0.201s	coverage: 87.5% of statements
13:53:55 [2021-04-22T13:53:55.058Z] === RUN   TestIsArchivePathDir
13:53:55 [2021-04-22T13:53:55.058Z] --- PASS: TestIsArchivePathDir (0.07s)
13:53:55 [2021-04-22T13:53:55.058Z] === RUN   TestIsArchivePathInvalidFile
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestWaitNodeAttachment (0.42s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestIsolationConversion
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestIsolationConversion/default
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestIsolationConversion/process
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestIsolationConversion/hyperv
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestIsolationConversion (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z]     --- PASS: TestIsolationConversion/default (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z]     --- PASS: TestIsolationConversion/process (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestContainerLabels
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestContainerLabels (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestCredentialSpecConversion
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestCredentialSpecConversion/none
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestCredentialSpecConversion/config
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestCredentialSpecConversion/file
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestCredentialSpecConversion/registry
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestCredentialSpecConversion (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestControllerValidateMountBind
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestControllerValidateMountBind (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestControllerValidateMountVolume
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestControllerValidateMountVolume (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestControllerValidateMountTarget
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestControllerValidateMountTarget (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestControllerValidateMountTmpfs
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestControllerValidateMountInvalidType
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] === RUN   TestControllerValidateMountNamedPipe
13:53:55 [2021-04-22T13:53:55.164Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
13:53:55 [2021-04-22T13:53:55.164Z] PASS
13:53:55 [2021-04-22T13:53:55.164Z] coverage: 11.3% of statements
13:53:55 [2021-04-22T13:53:55.164Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.949s	coverage: 11.3% of statements
13:53:55 [2021-04-22T13:53:55.297Z] --- PASS: TestServiceCreateInit (9.27s)
13:53:55 [2021-04-22T13:53:55.297Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.63s)
13:53:55 [2021-04-22T13:53:55.297Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.63s)
13:53:55 [2021-04-22T13:53:55.297Z] === RUN   TestCreateServiceMultipleTimes
13:53:55 [2021-04-22T13:53:55.520Z] --- PASS: TestIsArchivePathInvalidFile (0.15s)
13:53:55 [2021-04-22T13:53:55.520Z] === RUN   TestIsArchivePathTar
13:53:55 [2021-04-22T13:53:55.520Z] --- PASS: TestIsArchivePathTar (0.24s)
13:53:55 [2021-04-22T13:53:55.520Z] === RUN   TestDecompressStreamGzip
13:53:55 [2021-04-22T13:53:55.520Z] --- PASS: TestDecompressStreamGzip (0.15s)
13:53:55 [2021-04-22T13:53:55.520Z] === RUN   TestDecompressStreamBzip2
13:53:55 [2021-04-22T13:53:55.532Z] === RUN   TestDockerNetworkMacvlan/Addressing
13:53:55 [2021-04-22T13:53:55.627Z] === RUN   TestIsEmptyDir
13:53:55 [2021-04-22T13:53:55.627Z] --- PASS: TestIsEmptyDir (0.01s)
13:53:55 [2021-04-22T13:53:55.627Z] PASS
13:53:55 [2021-04-22T13:53:55.627Z] coverage: 2.3% of statements
13:53:55 [2021-04-22T13:53:55.627Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
13:53:55 [2021-04-22T13:53:55.627Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
13:53:55 [2021-04-22T13:53:55.627Z] ok  	github.com/docker/docker/daemon/graphdriver	0.062s	coverage: 2.3% of statements
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootTarUntar
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootTarUntar (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootUntarWithHugeExcludesList
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootUntarEmptyArchive
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootTarUntarWithSymlink
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootCopyWithTar
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootCopyWithTar (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootCopyFileWithTar
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootUntarPath
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootUntarPath (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestChrootApplyDotDotFile
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
13:53:55 [2021-04-22T13:53:55.983Z] PASS
13:53:55 [2021-04-22T13:53:55.983Z] coverage: 15.4% of statements
13:53:55 [2021-04-22T13:53:55.983Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.138s	coverage: 15.4% of statements
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestDecompressStreamBzip2 (0.17s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestDecompressStreamXz
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestDecompressStreamXz (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:134: Xz not present in msys2
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestCompressStreamXzUnsupported
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestCompressStreamBzip2Unsupported
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestCompressStreamInvalid
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestCompressStreamInvalid (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestExtensionInvalid
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestExtensionInvalid (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestExtensionUncompressed
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestExtensionUncompressed (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestExtensionBzip2
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestExtensionBzip2 (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestExtensionGzip
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestExtensionGzip (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestExtensionXz
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestExtensionXz (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestCmdStreamLargeStderr
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestCmdStreamLargeStderr (0.11s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestCmdStreamBad
13:53:55 [2021-04-22T13:53:55.983Z] --- SKIP: TestCmdStreamBad (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z]     archive_test.go:239: Failing on Windows CI machines
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestCmdStreamGood
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestCmdStreamGood (0.05s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestUntarPathWithInvalidDest
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestUntarPathWithInvalidDest (0.08s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestUntarPathWithInvalidSrc
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestUntarPath
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestSizeEmpty
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestSizeEmpty (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestSizeEmptyFile
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestSizeEmptyFile (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestSizeNonemptyFile
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestSizeNonemptyFile (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestSizeNestedDirectoryEmpty
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestMoveToSubdir
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestMoveToSubdir (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] === RUN   TestSizeNonExistingDirectory
13:53:55 [2021-04-22T13:53:55.983Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
13:53:55 [2021-04-22T13:53:55.983Z] PASS
13:53:55 [2021-04-22T13:53:55.983Z] coverage: 80.0% of statements
13:53:55 [2021-04-22T13:53:55.983Z] ok  	github.com/docker/docker/pkg/directory	0.055s	coverage: 80.0% of statements
13:53:56 [2021-04-22T13:53:56.091Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
13:53:56 [2021-04-22T13:53:56.092Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
13:53:56 [2021-04-22T13:53:56.092Z] === RUN   TestLinkNaming
13:53:56 [2021-04-22T13:53:56.092Z] --- PASS: TestLinkNaming (0.00s)
13:53:56 [2021-04-22T13:53:56.092Z] === RUN   TestLinkNew
13:53:56 [2021-04-22T13:53:56.092Z] --- PASS: TestLinkNew (0.00s)
13:53:56 [2021-04-22T13:53:56.092Z] === RUN   TestLinkEnv
13:53:56 [2021-04-22T13:53:56.092Z] --- PASS: TestLinkEnv (0.00s)
13:53:56 [2021-04-22T13:53:56.092Z] === RUN   TestLinkMultipleEnv
13:53:56 [2021-04-22T13:53:56.092Z] --- PASS: TestLinkMultipleEnv (0.00s)
13:53:56 [2021-04-22T13:53:56.092Z] === RUN   TestLinkPortRangeEnv
13:53:56 [2021-04-22T13:53:56.092Z] --- PASS: TestLinkPortRangeEnv (0.00s)
13:53:56 [2021-04-22T13:53:56.092Z] PASS
13:53:56 [2021-04-22T13:53:56.092Z] coverage: 93.0% of statements
13:53:56 [2021-04-22T13:53:56.092Z] ok  	github.com/docker/docker/daemon/links	0.114s	coverage: 93.0% of statements
13:53:56 [2021-04-22T13:53:56.446Z] --- PASS: TestUntarPath (0.08s)
13:53:56 [2021-04-22T13:53:56.446Z] === RUN   TestUntarPathWithDestinationFile
13:53:56 [2021-04-22T13:53:56.446Z] --- PASS: TestUntarPathWithDestinationFile (0.07s)
13:53:56 [2021-04-22T13:53:56.446Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
13:53:56 [2021-04-22T13:53:56.446Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.13s)
13:53:56 [2021-04-22T13:53:56.446Z] === RUN   TestCopyWithTarInvalidSrc
13:53:56 [2021-04-22T13:53:56.446Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
13:53:56 [2021-04-22T13:53:56.446Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
13:53:56 [2021-04-22T13:53:56.447Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
13:53:56 [2021-04-22T13:53:56.447Z] === RUN   TestCopyWithTarSrcFile
13:53:56 [2021-04-22T13:53:56.447Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
13:53:56 [2021-04-22T13:53:56.447Z] === RUN   TestCopyWithTarSrcFolder
13:53:56 [2021-04-22T13:53:56.447Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
13:53:56 [2021-04-22T13:53:56.447Z] === RUN   TestCopyFileWithTarInvalidSrc
13:53:56 [2021-04-22T13:53:56.447Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
13:53:56 [2021-04-22T13:53:56.447Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
13:53:56 [2021-04-22T13:53:56.447Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
13:53:56 [2021-04-22T13:53:56.447Z] === RUN   TestCopyFileWithTarSrcFolder
13:53:56 [2021-04-22T13:53:56.447Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
13:53:56 [2021-04-22T13:53:56.447Z] === RUN   TestCopyFileWithTarSrcFile
13:53:56 [2021-04-22T13:53:56.447Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
13:53:56 [2021-04-22T13:53:56.447Z] === RUN   TestTarFiles
13:53:56 [2021-04-22T13:53:56.556Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s)
13:53:56 [2021-04-22T13:53:56.557Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
13:53:56 [2021-04-22T13:53:56.557Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
13:53:56 [2021-04-22T13:53:56.557Z]     reload_test.go:520: root required
13:53:56 [2021-04-22T13:53:56.557Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
13:53:56 [2021-04-22T13:53:56.557Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
13:53:56 [2021-04-22T13:53:56.557Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
13:53:56 [2021-04-22T13:53:56.557Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s)
13:53:56 [2021-04-22T13:53:56.557Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
13:53:56 [2021-04-22T13:53:56.557Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s)
13:53:56 [2021-04-22T13:53:56.557Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
13:53:56 [2021-04-22T13:53:56.557Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
13:53:56 [2021-04-22T13:53:56.557Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
13:53:56 [2021-04-22T13:53:56.557Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
13:53:56 [2021-04-22T13:53:56.557Z] === RUN   TestParseVolumesFrom
13:53:56 [2021-04-22T13:53:56.557Z] --- PASS: TestParseVolumesFrom (0.00s)
13:53:56 [2021-04-22T13:53:56.557Z] PASS
13:53:56 [2021-04-22T13:53:56.557Z] coverage: 9.0% of statements
13:53:56 [2021-04-22T13:53:56.557Z] ok  	github.com/docker/docker/daemon	2.910s	coverage: 9.0% of statements
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
13:53:56 [2021-04-22T13:53:56.557Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestContainsEntry
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestCreateEntries
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestEntriesDiff
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestEntriesEquality
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestGeneratorNotGenerate
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestGeneratorWithPort
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestGeneratorWithPortNotGenerate
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestNewEntry
13:53:56 [2021-04-22T13:53:56.909Z] === RUN   Test/TestParse
13:53:56 [2021-04-22T13:53:56.909Z] --- PASS: Test (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestContainsEntry (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestCreateEntries (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestEntriesDiff (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestEntriesEquality (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestNewEntry (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z]     --- PASS: Test/TestParse (0.00s)
13:53:56 [2021-04-22T13:53:56.909Z] PASS
13:53:56 [2021-04-22T13:53:56.909Z] coverage: 58.3% of statements
13:53:56 [2021-04-22T13:53:56.909Z] ok  	github.com/docker/docker/pkg/discovery	0.074s	coverage: 58.3% of statements
13:53:57 [2021-04-22T13:53:57.372Z] === RUN   Test
13:53:57 [2021-04-22T13:53:57.372Z] === RUN   Test/TestContent
13:53:57 [2021-04-22T13:53:57.372Z] === RUN   Test/TestInitialize
13:53:57 [2021-04-22T13:53:57.372Z] === RUN   Test/TestNew
13:53:57 [2021-04-22T13:53:57.372Z] === RUN   Test/TestParsingContentsWithComments
13:53:57 [2021-04-22T13:53:57.372Z] === RUN   Test/TestRegister
13:53:57 [2021-04-22T13:53:57.372Z] === RUN   Test/TestWatch
13:53:57 [2021-04-22T13:53:57.372Z] --- PASS: Test (0.01s)
13:53:57 [2021-04-22T13:53:57.372Z]     --- PASS: Test/TestContent (0.00s)
13:53:57 [2021-04-22T13:53:57.372Z]     --- PASS: Test/TestInitialize (0.00s)
13:53:57 [2021-04-22T13:53:57.372Z]     --- PASS: Test/TestNew (0.00s)
13:53:57 [2021-04-22T13:53:57.372Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
13:53:57 [2021-04-22T13:53:57.372Z]     --- PASS: Test/TestRegister (0.00s)
13:53:57 [2021-04-22T13:53:57.372Z]     --- PASS: Test/TestWatch (0.00s)
13:53:57 [2021-04-22T13:53:57.372Z] PASS
13:53:57 [2021-04-22T13:53:57.372Z] coverage: 92.9% of statements
13:53:57 [2021-04-22T13:53:57.372Z] ok  	github.com/docker/docker/pkg/discovery/file	0.070s	coverage: 92.9% of statements
13:53:57 [2021-04-22T13:53:57.457Z] --- PASS: TestDockerNetworkMacvlan (23.18s)
13:53:57 [2021-04-22T13:53:57.457Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.16s)
13:53:57 [2021-04-22T13:53:57.457Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.20s)
13:53:57 [2021-04-22T13:53:57.457Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.40s)
13:53:57 [2021-04-22T13:53:57.457Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.56s)
13:53:57 [2021-04-22T13:53:57.457Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.77s)
13:53:57 [2021-04-22T13:53:57.457Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.80s)
13:53:57 [2021-04-22T13:53:57.457Z] PASS
13:53:57 [2021-04-22T13:53:57.457Z] 
13:53:57 [2021-04-22T13:53:57.457Z] DONE 8 tests in 26.689s
13:53:57 [2021-04-22T13:53:57.457Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
13:53:57 [2021-04-22T13:53:57.457Z] ++ 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
13:53:57 [2021-04-22T13:53:57.457Z] ++ set -e
13:53:57 [2021-04-22T13:53:57.457Z] ++ '[' -n 0 ']'
13:53:57 [2021-04-22T13:53:57.457Z] ++ set -x
13:53:57 [2021-04-22T13:53:57.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
13:53:57 [2021-04-22T13:53:57.457Z] testing: warning: no tests to run
13:53:57 [2021-04-22T13:53:57.457Z] PASS
13:53:57 [2021-04-22T13:53:57.457Z] 
13:53:57 [2021-04-22T13:53:57.457Z] DONE 0 tests in 0.028s
13:53:57 [2021-04-22T13:53:57.457Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
13:53:57 [2021-04-22T13:53:57.457Z] ++ 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
13:53:57 [2021-04-22T13:53:57.457Z] ++ set -e
13:53:57 [2021-04-22T13:53:57.457Z] ++ '[' -n 0 ']'
13:53:57 [2021-04-22T13:53:57.457Z] ++ set -x
13:53:57 [2021-04-22T13:53:57.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
13:53:57 [2021-04-22T13:53:57.457Z] INFO: Testing against a local daemon
13:53:57 [2021-04-22T13:53:57.457Z] === RUN   TestAuthZPluginAllowRequest
13:53:57 [2021-04-22T13:53:57.677Z] --- PASS: TestRenameRunningContainerAndReuse (3.23s)
13:53:57 [2021-04-22T13:53:57.677Z] === RUN   TestRenameInvalidName
13:53:58 [2021-04-22T13:53:58.346Z] === RUN   Test
13:53:58 [2021-04-22T13:53:58.346Z] === RUN   Test/TestWatch
13:53:58 [2021-04-22T13:53:58.346Z] --- PASS: Test (0.00s)
13:53:58 [2021-04-22T13:53:58.346Z]     --- PASS: Test/TestWatch (0.00s)
13:53:58 [2021-04-22T13:53:58.346Z] PASS
13:53:58 [2021-04-22T13:53:58.346Z] coverage: 92.3% of statements
13:53:58 [2021-04-22T13:53:58.346Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.050s	coverage: 92.3% of statements
13:53:58 [2021-04-22T13:53:58.773Z] === RUN   TestAdapterReadLogs
13:53:58 [2021-04-22T13:53:58.773Z] --- PASS: TestAdapterReadLogs (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestCopier
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestCopier (0.01s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestCopierLongLines
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestCopierLongLines (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestCopierSlow
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestCopierSlow (0.37s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestCopierWithSized
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestCopierWithSized/as_is
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestCopierWithSized/With_RingLogger
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestCopierWithSized (0.02s)
13:53:58 [2021-04-22T13:53:58.774Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestCopierWithPartial
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestCopierWithPartial (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestRingLogger
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestRingLogger (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestRingCap
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestRingCap (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestRingClose
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestRingClose (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z] === RUN   TestRingDrain
13:53:58 [2021-04-22T13:53:58.774Z] --- PASS: TestRingDrain (0.00s)
13:53:58 [2021-04-22T13:53:58.774Z] PASS
13:53:58 [2021-04-22T13:53:58.774Z] coverage: 43.0% of statements
13:53:58 [2021-04-22T13:53:58.774Z] ok  	github.com/docker/docker/daemon/logger	0.496s	coverage: 43.0% of statements
13:53:58 [2021-04-22T13:53:58.809Z] === RUN   Test
13:53:58 [2021-04-22T13:53:58.809Z] === RUN   Test/TestInitialize
13:53:58 [2021-04-22T13:53:58.809Z] === RUN   Test/TestInitializeWithPattern
13:53:58 [2021-04-22T13:53:58.809Z] === RUN   Test/TestRegister
13:53:58 [2021-04-22T13:53:58.809Z] === RUN   Test/TestWatch
13:53:58 [2021-04-22T13:53:58.809Z] --- PASS: Test (0.00s)
13:53:58 [2021-04-22T13:53:58.809Z]     --- PASS: Test/TestInitialize (0.00s)
13:53:58 [2021-04-22T13:53:58.809Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
13:53:58 [2021-04-22T13:53:58.809Z]     --- PASS: Test/TestRegister (0.00s)
13:53:58 [2021-04-22T13:53:58.809Z]     --- PASS: Test/TestWatch (0.00s)
13:53:58 [2021-04-22T13:53:58.809Z] PASS
13:53:58 [2021-04-22T13:53:58.809Z] coverage: 93.8% of statements
13:53:58 [2021-04-22T13:53:58.809Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.042s	coverage: 93.8% of statements
13:53:58 [2021-04-22T13:53:58.809Z] === RUN   Test
13:53:58 [2021-04-22T13:53:58.809Z] === RUN   Test/TestInitialize
13:53:59 [2021-04-22T13:53:59.046Z] --- PASS: TestRenameInvalidName (1.23s)
13:53:59 [2021-04-22T13:53:59.046Z] === RUN   TestRenameAnonymousContainer
13:53:59 [2021-04-22T13:53:59.271Z] time="2021-04-22T13:53:58Z" level=info msg="Initializing discovery without TLS"
13:53:59 [2021-04-22T13:53:59.271Z] time="2021-04-22T13:53:58Z" level=info msg="Initializing discovery without TLS"
13:53:59 [2021-04-22T13:53:59.271Z] time="2021-04-22T13:53:58Z" level=info msg="Initializing discovery without TLS"
13:53:59 [2021-04-22T13:53:59.271Z] === RUN   Test/TestInitializeWithCerts
13:53:59 [2021-04-22T13:53:59.271Z] time="2021-04-22T13:53:58Z" level=info msg="Initializing discovery with TLS"
13:53:59 [2021-04-22T13:53:59.271Z] === RUN   Test/TestWatch
13:53:59 [2021-04-22T13:53:59.271Z] time="2021-04-22T13:53:58Z" level=info msg="Initializing discovery without TLS"
13:53:59 [2021-04-22T13:53:59.733Z] === RUN   TestPollerAddRemove
13:53:59 [2021-04-22T13:53:59.734Z] --- PASS: TestPollerAddRemove (0.00s)
13:53:59 [2021-04-22T13:53:59.734Z] === RUN   TestPollerEvent
13:53:59 [2021-04-22T13:53:59.734Z] --- SKIP: TestPollerEvent (0.00s)
13:53:59 [2021-04-22T13:53:59.734Z]     poller_test.go:41: No chmod on Windows
13:53:59 [2021-04-22T13:53:59.734Z] === RUN   TestPollerClose
13:53:59 [2021-04-22T13:53:59.734Z] --- PASS: TestPollerClose (0.00s)
13:53:59 [2021-04-22T13:53:59.734Z] PASS
13:53:59 [2021-04-22T13:53:59.734Z] coverage: 36.2% of statements
13:53:59 [2021-04-22T13:53:59.734Z] ok  	github.com/docker/docker/pkg/filenotify	0.043s	coverage: 36.2% of statements
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig/defaults
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig/invalid_create_group
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig/invalid_flush_interval
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig/flush_interval_at_15
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
13:53:59 [2021-04-22T13:53:59.749Z] --- PASS: TestNewStreamConfig (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewAWSLogsClientUserAgentHandler
13:53:59 [2021-04-22T13:53:59.749Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
13:53:59 [2021-04-22T13:53:59.749Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
13:53:59 [2021-04-22T13:53:59.749Z] === RUN   TestNewAWSLogsClientRegionDetect
13:54:00 [2021-04-22T13:54:00.001Z] --- PASS: TestAuthZPluginAllowRequest (2.35s)
13:54:00 [2021-04-22T13:54:00.001Z] === RUN   TestAuthZPluginTLS
13:54:00 [2021-04-22T13:54:00.215Z] time="2021-04-22T13:53:59Z" level=info msg="Trying to get region from EC2 Metadata"
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.15s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestCreateSuccess
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestCreateSuccess (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestCreateLogGroupSuccess
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestCreateError
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestCreateError (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestCreateAlreadyExists
13:54:00 [2021-04-22T13:54:00.215Z] time="2021-04-22T13:53:59Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestCreateAlreadyExists (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestLogClosed
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestLogClosed (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestLogBlocking
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestLogBlocking (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestLogNonBlockingBufferEmpty
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestLogNonBlockingBufferFull
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestPublishBatchSuccess
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestPublishBatchSuccess (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestPublishBatchError
13:54:00 [2021-04-22T13:54:00.215Z] time="2021-04-22T13:53:59Z" level=error msg=Error
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestPublishBatchError (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestPublishBatchInvalidSeqSuccess
13:54:00 [2021-04-22T13:54:00.215Z] time="2021-04-22T13:53:59Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestPublishBatchAlreadyAccepted
13:54:00 [2021-04-22T13:54:00.215Z] time="2021-04-22T13:53:59Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
13:54:00 [2021-04-22T13:54:00.215Z] time="2021-04-22T13:53:59Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestCollectBatchSimple
13:54:00 [2021-04-22T13:54:00.215Z] --- PASS: TestCollectBatchSimple (0.00s)
13:54:00 [2021-04-22T13:54:00.215Z] === RUN   TestCollectBatchTicker
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchTicker (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchMultilinePattern
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchClose
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchClose (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEffectiveLen
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEffectiveLen/0/Hello
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEffectiveLen/2/🙃
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEffectiveLen/3/����
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEffectiveLen/4/He��o
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEffectiveLen/5/
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestEffectiveLen (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/0/
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/1/Hello
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/2/Hello
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/3/Hello
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/4/🙃
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/5/🙃
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/6/a�
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestFindValidSplit/7/a�
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestFindValidSplit (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: 
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: 
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: Hello
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: 
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: He
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: llo
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: 
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: Hello
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: 
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: 🙃
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: 🙃
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: 
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: a
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: �
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1044: a�
13:54:00 [2021-04-22T13:54:00.216Z]         cloudwatchlogs_test.go:1045: 
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestProcessEventEmoji
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestProcessEventEmoji (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchLineSplit
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchLineSplit (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchLineSplitWithBinary
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchMaxEvents
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchMaxEvents (0.02s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchMaxTotalBytes
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCollectBatchWithDuplicateTimestamps
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsMultilinePattern
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestCreateTagSuccess
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestCreateTagSuccess (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] PASS
13:54:00 [2021-04-22T13:54:00.216Z] coverage: 77.8% of statements
13:54:00 [2021-04-22T13:54:00.216Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.405s	coverage: 77.8% of statements
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestSearchRegistryForImagesErrors
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestSearchRegistryForImages
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestSearchRegistryForImages (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestOnlyPlatformWithFallback
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestImageDelete
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestJSONFileLogger
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestImageDelete/no_lease
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestJSONFileLogger (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestJSONFileLoggerWithTags
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestJSONFileLoggerWithTags (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestJSONFileLoggerWithOpts
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestImageDelete/lease_exists
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestJSONFileLoggerWithLabelsEnv
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestEncodeDecode
13:54:00 [2021-04-22T13:54:00.216Z] === PAUSE TestEncodeDecode
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestUnexpectedEOF
13:54:00 [2021-04-22T13:54:00.216Z] --- PASS: TestImageDelete (0.05s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestImageDelete/no_lease (0.01s)
13:54:00 [2021-04-22T13:54:00.216Z]     --- PASS: TestImageDelete/lease_exists (0.02s)
13:54:00 [2021-04-22T13:54:00.216Z] === RUN   TestContentStoreForPull
13:54:00 [2021-04-22T13:54:00.679Z] time="2021-04-22T13:54:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
13:54:00 [2021-04-22T13:54:00.679Z] time="2021-04-22T13:54:00Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
13:54:00 [2021-04-22T13:54:00.679Z] --- PASS: TestUnexpectedEOF (0.18s)
13:54:00 [2021-04-22T13:54:00.679Z] === CONT  TestEncodeDecode
13:54:00 [2021-04-22T13:54:00.679Z] --- PASS: TestEncodeDecode (0.00s)
13:54:00 [2021-04-22T13:54:00.679Z] PASS
13:54:00 [2021-04-22T13:54:00.679Z] coverage: 69.9% of statements
13:54:00 [2021-04-22T13:54:00.679Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.357s	coverage: 69.9% of statements
13:54:00 [2021-04-22T13:54:00.679Z] --- PASS: TestContentStoreForPull (0.22s)
13:54:00 [2021-04-22T13:54:00.679Z] PASS
13:54:00 [2021-04-22T13:54:00.679Z] coverage: 6.7% of statements
13:54:00 [2021-04-22T13:54:00.679Z] ok  	github.com/docker/docker/daemon/images	0.538s	coverage: 6.7% of statements
13:54:00 [2021-04-22T13:54:00.679Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:54:00 [2021-04-22T13:54:00.679Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:54:00 [2021-04-22T13:54:00.679Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
13:54:00 [2021-04-22T13:54:00.679Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
13:54:00 [2021-04-22T13:54:00.679Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:54:00 [2021-04-22T13:54:00.679Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
13:54:00 [2021-04-22T13:54:00.679Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
13:54:00 [2021-04-22T13:54:00.679Z] === RUN   TestJSONLogsMarshalJSONBuf
13:54:00 [2021-04-22T13:54:00.679Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
13:54:00 [2021-04-22T13:54:00.679Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCopyFileWithInvalidSrc
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCopyFileWithInvalidDest
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCopyFileWithSameSrcAndDest
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCopyFile
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCopyFile (0.01s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
13:54:00 [2021-04-22T13:54:00.709Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z]     fileutils_test.go:134: Needs porting to Windows
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestReadSymlinkedDirectoryToFile
13:54:00 [2021-04-22T13:54:00.709Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z]     fileutils_test.go:180: Needs porting to Windows
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestWildcardMatches
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestWildcardMatches (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestPatternMatches
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestPatternMatches (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestExclusionPatternMatchesPatternBefore
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestPatternMatchesFolderExclusions
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestPatternMatchesFolderWildcardExclusions
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestExclusionPatternMatchesPatternAfter
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestExclusionPatternMatchesWholeDirectory
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestSingleExclamationError
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestSingleExclamationError (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestMatchesWithNoPatterns
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestMatchesWithMalformedPatterns
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestMatches
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestMatches (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCleanPatterns
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCleanPatterns (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCleanPatternsStripEmptyPatterns
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCleanPatternsExceptionFlag
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCleanPatternsErrorSingleException
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCreateIfNotExistsDir
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestCreateIfNotExistsFile
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestCreateIfNotExistsFile (0.04s)
13:54:00 [2021-04-22T13:54:00.709Z] === RUN   TestMatch
13:54:00 [2021-04-22T13:54:00.709Z] --- PASS: TestMatch (0.00s)
13:54:00 [2021-04-22T13:54:00.709Z] PASS
13:54:00 [2021-04-22T13:54:00.709Z] coverage: 87.7% of statements
13:54:00 [2021-04-22T13:54:00.709Z] ok  	github.com/docker/docker/pkg/fileutils	0.116s	coverage: 87.7% of statements
13:54:00 [2021-04-22T13:54:00.942Z] --- PASS: TestAuthZPluginTLS (1.21s)
13:54:00 [2021-04-22T13:54:00.942Z] === RUN   TestAuthZPluginDenyRequest
13:54:01 [2021-04-22T13:54:01.151Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s)
13:54:01 [2021-04-22T13:54:01.151Z] === RUN   TestFastTimeMarshalJSON
13:54:01 [2021-04-22T13:54:01.151Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
13:54:01 [2021-04-22T13:54:01.151Z] PASS
13:54:01 [2021-04-22T13:54:01.151Z] coverage: 87.2% of statements
13:54:01 [2021-04-22T13:54:01.151Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.196s	coverage: 87.2% of statements
13:54:01 [2021-04-22T13:54:01.171Z] === RUN   TestGet
13:54:01 [2021-04-22T13:54:01.171Z] --- PASS: TestGet (0.00s)
13:54:01 [2021-04-22T13:54:01.171Z] === RUN   TestGetShortcutString
13:54:01 [2021-04-22T13:54:01.171Z] --- PASS: TestGetShortcutString (0.00s)
13:54:01 [2021-04-22T13:54:01.171Z] PASS
13:54:01 [2021-04-22T13:54:01.171Z] coverage: 42.9% of statements
13:54:01 [2021-04-22T13:54:01.171Z] ok  	github.com/docker/docker/pkg/homedir	0.049s	coverage: 42.9% of statements
13:54:02 [2021-04-22T13:54:02.146Z] --- PASS: Test (3.18s)
13:54:02 [2021-04-22T13:54:02.146Z]     --- PASS: Test/TestInitialize (0.17s)
13:54:02 [2021-04-22T13:54:02.146Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
13:54:02 [2021-04-22T13:54:02.146Z]     --- PASS: Test/TestWatch (3.00s)
13:54:02 [2021-04-22T13:54:02.146Z] PASS
13:54:02 [2021-04-22T13:54:02.146Z] coverage: 84.1% of statements
13:54:02 [2021-04-22T13:54:02.146Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.334s	coverage: 84.1% of statements
13:54:02 [2021-04-22T13:54:02.146Z] === RUN   TestCreateIDMapOrder
13:54:02 [2021-04-22T13:54:02.146Z] --- PASS: TestCreateIDMapOrder (0.00s)
13:54:02 [2021-04-22T13:54:02.146Z] PASS
13:54:02 [2021-04-22T13:54:02.146Z] coverage: 7.2% of statements
13:54:02 [2021-04-22T13:54:02.146Z] ok  	github.com/docker/docker/pkg/idtools	0.047s	coverage: 7.2% of statements
13:54:02 [2021-04-22T13:54:02.326Z] --- PASS: TestAuthZPluginDenyRequest (1.16s)
13:54:02 [2021-04-22T13:54:02.326Z] === RUN   TestAuthZPluginAPIDenyResponse
13:54:02 [2021-04-22T13:54:02.609Z] --- PASS: TestTarFiles (6.27s)
13:54:02 [2021-04-22T13:54:02.609Z] === RUN   TestTarUntar
13:54:02 [2021-04-22T13:54:02.609Z] --- PASS: TestTarUntar (0.05s)
13:54:02 [2021-04-22T13:54:02.609Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
13:54:02 [2021-04-22T13:54:02.609Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.01s)
13:54:02 [2021-04-22T13:54:02.609Z] === RUN   TestTarWithOptions
13:54:02 [2021-04-22T13:54:02.609Z] --- PASS: TestTarWithOptions (0.05s)
13:54:02 [2021-04-22T13:54:02.609Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
13:54:02 [2021-04-22T13:54:02.609Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
13:54:02 [2021-04-22T13:54:02.609Z] === RUN   TestUntarUstarGnuConflict
13:54:02 [2021-04-22T13:54:02.609Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
13:54:02 [2021-04-22T13:54:02.609Z] === RUN   TestUntarInvalidFilenames
13:54:02 [2021-04-22T13:54:02.703Z] === RUN   TestWriteLog
13:54:02 [2021-04-22T13:54:02.703Z] === PAUSE TestWriteLog
13:54:02 [2021-04-22T13:54:02.703Z] === RUN   TestReadLog
13:54:02 [2021-04-22T13:54:02.703Z] === PAUSE TestReadLog
13:54:02 [2021-04-22T13:54:02.703Z] === CONT  TestWriteLog
13:54:02 [2021-04-22T13:54:02.703Z] === CONT  TestReadLog
13:54:02 [2021-04-22T13:54:02.703Z] --- PASS: TestWriteLog (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames785722886\\dest"
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestUntarInvalidFilenames (0.23s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestUntarHardlinkToSymlink
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestUntarInvalidHardlink
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink790634087\\victim\\hello" -> "../victim/hello"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink072499866\\victim\\hello" -> "/../victim/hello"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink696775473\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink124389596\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink657281163\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink627469422\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestUntarInvalidHardlink (0.06s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestUntarInvalidSymlink
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink291419381\\dest\\dotdot" -> "../victim/hello"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink626686928\\dest\\slash-dotdot" -> "/../victim/hello"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink020185327\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink674706818\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink986209017\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink926191108\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink641950611\\dest\\dir\\loophole" -> "../../victim"
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestUntarInvalidSymlink (0.05s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestTempArchiveCloseMultipleTimes
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestXGlobalNoParent
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestXGlobalNoParent (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestReplaceFileTarWrapper
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestFixedBufferCap
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestFixedBufferCap (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestFixedBufferLen
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestFixedBufferLen (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestFixedBufferString
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestFixedBufferString (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestFixedBufferWrite
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestFixedBufferWrite (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestFixedBufferRead
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestFixedBufferRead (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestBytesPipeRead
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestBytesPipeRead (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestBytesPipeWrite
13:54:03 [2021-04-22T13:54:03.072Z] --- PASS: TestBytesPipeWrite (0.00s)
13:54:03 [2021-04-22T13:54:03.072Z] === RUN   TestBytesPipeWriteRandomChunks
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestReadLog/tail_exact
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestReadLog/tail_less_than_available
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestReadLog/tail_more_than_available
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestReadLog (0.16s)
13:54:03 [2021-04-22T13:54:03.168Z]     --- PASS: TestReadLog/tail_exact (0.15s)
13:54:03 [2021-04-22T13:54:03.168Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] PASS
13:54:03 [2021-04-22T13:54:03.168Z] coverage: 75.2% of statements
13:54:03 [2021-04-22T13:54:03.168Z] ok  	github.com/docker/docker/daemon/logger/local	0.233s	coverage: 75.2% of statements
13:54:03 [2021-04-22T13:54:03.168Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestLog
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestLog (0.01s)
13:54:03 [2021-04-22T13:54:03.168Z] PASS
13:54:03 [2021-04-22T13:54:03.168Z] coverage: 31.5% of statements
13:54:03 [2021-04-22T13:54:03.168Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.097s	coverage: 31.5% of statements
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestOpenFileDelete
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestOpenFileDelete (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestOpenFileRename
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestOpenFileRename (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestParseLogTagDefaultTag
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestParseLogTag
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestParseLogTag (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestParseLogTagEmptyTag
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestTailFiles
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestTailFiles (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestFollowLogsConsumerGone
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestFollowLogsProducerGone
13:54:03 [2021-04-22T13:54:03.168Z] --- PASS: TestFollowLogsProducerGone (0.00s)
13:54:03 [2021-04-22T13:54:03.168Z]     logfile_test.go:232: messages sent: 4098, received: 4098
13:54:03 [2021-04-22T13:54:03.168Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestCheckCapacityAndRotate
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
13:54:03 [2021-04-22T13:54:03.168Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
13:54:03 [2021-04-22T13:54:03.268Z] --- PASS: TestAuthZPluginAPIDenyResponse (1.15s)
13:54:03 [2021-04-22T13:54:03.268Z] === RUN   TestAuthZPluginDenyResponse
13:54:03 [2021-04-22T13:54:03.535Z] --- PASS: TestReplaceFileTarWrapper (0.25s)
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestPrefixHeaderReadable
13:54:03 [2021-04-22T13:54:03.535Z] --- PASS: TestPrefixHeaderReadable (0.03s)
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestDisablePigz
13:54:03 [2021-04-22T13:54:03.535Z] --- PASS: TestDisablePigz (0.17s)
13:54:03 [2021-04-22T13:54:03.535Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestPigz
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestError
13:54:03 [2021-04-22T13:54:03.535Z] --- PASS: TestError (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/no_progress
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/progress_1
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/some_progress_with_a_start_time
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/some_progress_without_a_start_time
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/with_units
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestProgressString/hide_counts
13:54:03 [2021-04-22T13:54:03.535Z] --- PASS: TestProgressString (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/no_progress (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/progress_1 (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/with_units (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z]     --- PASS: TestProgressString/hide_counts (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestJSONMessageDisplay
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestStandardLongPath
13:54:03 [2021-04-22T13:54:03.535Z] --- PASS: TestStandardLongPath (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z] === RUN   TestUNCLongPath
13:54:03 [2021-04-22T13:54:03.535Z] --- PASS: TestUNCLongPath (0.00s)
13:54:03 [2021-04-22T13:54:03.535Z] PASS
13:54:03 [2021-04-22T13:54:03.535Z] coverage: 100.0% of statements
13:54:03 [2021-04-22T13:54:03.535Z] ok  	github.com/docker/docker/pkg/longpath	0.058s	coverage: 100.0% of statements
13:54:03 [2021-04-22T13:54:03.631Z] --- PASS: TestCheckCapacityAndRotate (0.16s)
13:54:03 [2021-04-22T13:54:03.631Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.03s)
13:54:03 [2021-04-22T13:54:03.631Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s)
13:54:03 [2021-04-22T13:54:03.631Z] PASS
13:54:03 [2021-04-22T13:54:03.631Z] coverage: 55.3% of statements
13:54:03 [2021-04-22T13:54:03.631Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.275s	coverage: 55.3% of statements
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestBytesPipeWriteRandomChunks (0.54s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestAtomicWriteToFile
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestAtomicWriteToFile (0.02s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestAtomicWriteSetCommit
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestPigz (0.17s)
13:54:03 [2021-04-22T13:54:03.998Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestCopyFileWithInvalidDest
13:54:03 [2021-04-22T13:54:03.998Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z]     archive_windows_test.go:16: Currently fails
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestCanonicalTarNameForPath
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestCanonicalTarName
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestCanonicalTarName (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChmodTarEntry
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestChmodTarEntry (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestHardLinkOrder
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestAtomicWriteSetCommit (0.02s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestAtomicWriteSetCancel
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestReadCloserWrapperClose
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestReadCloserWrapperClose (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestReaderErrWrapperReadOnError
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestReaderErrWrapperRead
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestReaderErrWrapperRead (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestHashData
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestHashData (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestCancelReadCloser
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestJSONMessageDisplay (0.19s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestJSONMessageDisplayWithJSONError
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestDisplayJSONMessagesStream
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] PASS
13:54:03 [2021-04-22T13:54:03.998Z] coverage: 91.7% of statements
13:54:03 [2021-04-22T13:54:03.998Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.236s	coverage: 91.7% of statements
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestHardLinkOrder (0.10s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangeString
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestChangeString (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesWithNoChanges
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestCancelReadCloser (0.10s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestWriteCloserWrapperClose
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestNopWriteCloser
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestNopWriteCloser (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestNopWriter
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestNopWriter (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestWriteCounter
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestWriteCounter (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] PASS
13:54:03 [2021-04-22T13:54:03.998Z] coverage: 69.2% of statements
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestChangesWithNoChanges (0.03s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesWithChanges
13:54:03 [2021-04-22T13:54:03.998Z] ok  	github.com/docker/docker/pkg/ioutils	0.774s	coverage: 69.2% of statements
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestChangesWithChanges (0.03s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesWithChangesGH13590
13:54:03 [2021-04-22T13:54:03.998Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z]     changes_test.go:196: needs more investigation
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesDirsEmpty
13:54:03 [2021-04-22T13:54:03.998Z] --- SKIP: TestChangesDirsEmpty (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesDirsMutated
13:54:03 [2021-04-22T13:54:03.998Z] --- SKIP: TestChangesDirsMutated (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestApplyLayer
13:54:03 [2021-04-22T13:54:03.998Z] --- SKIP: TestApplyLayer (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z]     changes_test.go:433: needs further investigation
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesSizeWithHardlinks
13:54:03 [2021-04-22T13:54:03.998Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z]     changes_test.go:469: needs further investigation
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesSizeWithNoChanges
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestChangesSize
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestChangesSize (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestApplyLayerInvalidFilenames
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames404635080\\dest"
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestApplyLayerInvalidHardlink
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink771303482\\victim\\hello" -> "../victim/hello"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink231727185\\victim\\hello" -> "/../victim/hello"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink873531772\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink927305899\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink353101326\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink033443861\\victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestApplyLayerInvalidSymlink
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink833579632\\dest\\dotdot" -> "../victim/hello"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink196082447\\dest\\slash-dotdot" -> "/../victim/hello"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink994239266\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink164148761\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink464839332\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink179127731\\dest\\loophole-victim" -> "../victim"
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestApplyLayerWhiteouts
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestApplyLayerWhiteouts (0.08s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestGenerateEmptyFile
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestGenerateEmptyFile (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] === RUN   TestGenerateWithContent
13:54:03 [2021-04-22T13:54:03.998Z] --- PASS: TestGenerateWithContent (0.00s)
13:54:03 [2021-04-22T13:54:03.998Z] PASS
13:54:03 [2021-04-22T13:54:03.998Z] coverage: 61.6% of statements
13:54:03 [2021-04-22T13:54:03.998Z] ok  	github.com/docker/docker/pkg/archive	9.097s	coverage: 61.6% of statements
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestNewParse
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestNewParse (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] PASS
13:54:04 [2021-04-22T13:54:04.610Z] coverage: 8.3% of statements
13:54:04 [2021-04-22T13:54:04.610Z] ok  	github.com/docker/docker/daemon/logger/templates	0.041s	coverage: 8.3% of statements
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestValidateLogOpt
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestValidateLogOpt (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestNewMissedConfig
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestNewMissedConfig (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestNewMissedUrl
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestNewMissedUrl (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestNewMissedToken
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestNewMissedToken (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestNewWithProxy
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestNewWithProxy (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestDefault
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestDefault (0.01s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestInlineFormatWithNonDefaultOptions
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestJsonFormat
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestJsonFormat (0.01s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestRawFormat
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestRawFormat (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestRawFormatWithLabels
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestRawFormatWithLabels (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestRawFormatWithoutTag
13:54:04 [2021-04-22T13:54:04.610Z] --- PASS: TestRawFormatWithoutTag (0.00s)
13:54:04 [2021-04-22T13:54:04.610Z] === RUN   TestBatching
13:54:04 [2021-04-22T13:54:04.653Z] --- PASS: TestAuthZPluginDenyResponse (1.15s)
13:54:04 [2021-04-22T13:54:04.653Z] === RUN   TestAuthZPluginAllowEventStream
13:54:04 [2021-04-22T13:54:04.975Z] === RUN   TestNameFormat
13:54:04 [2021-04-22T13:54:04.975Z] --- PASS: TestNameFormat (0.00s)
13:54:04 [2021-04-22T13:54:04.975Z] === RUN   TestNameRetries
13:54:04 [2021-04-22T13:54:04.975Z] --- PASS: TestNameRetries (0.00s)
13:54:04 [2021-04-22T13:54:04.975Z] PASS
13:54:04 [2021-04-22T13:54:04.975Z] coverage: 85.7% of statements
13:54:04 [2021-04-22T13:54:04.975Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.045s	coverage: 85.7% of statements
13:54:04 [2021-04-22T13:54:04.975Z] === RUN   TestParseKeyValueOpt
13:54:04 [2021-04-22T13:54:04.975Z] --- PASS: TestParseKeyValueOpt (0.00s)
13:54:04 [2021-04-22T13:54:04.975Z] === RUN   TestParseUintList
13:54:04 [2021-04-22T13:54:04.975Z] --- PASS: TestParseUintList (0.00s)
13:54:04 [2021-04-22T13:54:04.975Z] === RUN   TestParseUintListMaximumLimits
13:54:04 [2021-04-22T13:54:04.975Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
13:54:04 [2021-04-22T13:54:04.975Z] PASS
13:54:04 [2021-04-22T13:54:04.975Z] coverage: 97.0% of statements
13:54:04 [2021-04-22T13:54:04.975Z] ok  	github.com/docker/docker/pkg/parsers	0.044s	coverage: 97.0% of statements
13:54:05 [2021-04-22T13:54:05.072Z] --- PASS: TestBatching (0.25s)
13:54:05 [2021-04-22T13:54:05.072Z] === RUN   TestFrequency
13:54:05 [2021-04-22T13:54:05.072Z] === RUN   TestParseLogFormat
13:54:05 [2021-04-22T13:54:05.072Z] --- PASS: TestParseLogFormat (0.00s)
13:54:05 [2021-04-22T13:54:05.072Z] === RUN   TestValidateLogOptEmpty
13:54:05 [2021-04-22T13:54:05.072Z] --- PASS: TestValidateLogOptEmpty (0.00s)
13:54:05 [2021-04-22T13:54:05.072Z] === RUN   TestValidateSyslogAddress
13:54:05 [2021-04-22T13:54:05.072Z] --- PASS: TestValidateSyslogAddress (0.00s)
13:54:05 [2021-04-22T13:54:05.072Z] === RUN   TestParseAddressDefaultPort
13:54:05 [2021-04-22T13:54:05.072Z] --- PASS: TestParseAddressDefaultPort (0.00s)
13:54:05 [2021-04-22T13:54:05.072Z] === RUN   TestValidateSyslogFacility
13:54:05 [2021-04-22T13:54:05.072Z] --- PASS: TestValidateSyslogFacility (0.00s)
13:54:05 [2021-04-22T13:54:05.073Z] === RUN   TestValidateLogOptSyslogFormat
13:54:05 [2021-04-22T13:54:05.073Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
13:54:05 [2021-04-22T13:54:05.073Z] === RUN   TestValidateLogOpt
13:54:05 [2021-04-22T13:54:05.073Z] --- PASS: TestValidateLogOpt (0.00s)
13:54:05 [2021-04-22T13:54:05.073Z] PASS
13:54:05 [2021-04-22T13:54:05.073Z] coverage: 46.8% of statements
13:54:05 [2021-04-22T13:54:05.073Z] --- PASS: TestFrequency (0.19s)
13:54:05 [2021-04-22T13:54:05.073Z] === RUN   TestOneMessagePerRequest
13:54:05 [2021-04-22T13:54:05.073Z] --- PASS: TestOneMessagePerRequest (0.00s)
13:54:05 [2021-04-22T13:54:05.073Z] === RUN   TestVerify
13:54:05 [2021-04-22T13:54:05.073Z] --- PASS: TestVerify (0.00s)
13:54:05 [2021-04-22T13:54:05.073Z] === RUN   TestSkipVerify
13:54:05 [2021-04-22T13:54:05.073Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.187s	coverage: 46.8% of statements
13:54:05 [2021-04-22T13:54:05.438Z] === RUN   TestNewAndRemove
13:54:05 [2021-04-22T13:54:05.438Z] --- PASS: TestNewAndRemove (0.01s)
13:54:05 [2021-04-22T13:54:05.438Z] === RUN   TestRemoveInvalidPath
13:54:05 [2021-04-22T13:54:05.438Z] --- PASS: TestRemoveInvalidPath (0.00s)
13:54:05 [2021-04-22T13:54:05.438Z] PASS
13:54:05 [2021-04-22T13:54:05.438Z] coverage: 82.6% of statements
13:54:05 [2021-04-22T13:54:05.438Z] ok  	github.com/docker/docker/pkg/pidfile	0.104s	coverage: 82.6% of statements
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:04Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] --- PASS: TestSkipVerify (0.45s)
13:54:05 [2021-04-22T13:54:05.547Z] === RUN   TestBufferMaximum
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099645.336223\",\"host\":\"4dcd49a533f3\"}'"
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099645.336223\",\"host\":\"4dcd49a533f3\"}'"
13:54:05 [2021-04-22T13:54:05.547Z] --- PASS: TestBufferMaximum (0.00s)
13:54:05 [2021-04-22T13:54:05.547Z] === RUN   TestServerAlwaysDown
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099645.339219\",\"host\":\"4dcd49a533f3\"}'"
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099645.339219\",\"host\":\"4dcd49a533f3\"}'"
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099645.339219\",\"host\":\"4dcd49a533f3\"}'"
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099645.340220\",\"host\":\"4dcd49a533f3\"}'"
13:54:05 [2021-04-22T13:54:05.547Z] time="2021-04-22T13:54:05Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1619099645.340220\",\"host\":\"4dcd49a533f3\"}'"
13:54:05 [2021-04-22T13:54:05.547Z] --- PASS: TestServerAlwaysDown (0.00s)
13:54:05 [2021-04-22T13:54:05.547Z] === RUN   TestCannotSendAfterClose
13:54:05 [2021-04-22T13:54:05.547Z] --- PASS: TestCannotSendAfterClose (0.00s)
13:54:05 [2021-04-22T13:54:05.547Z] === RUN   TestDeadlockOnBlockedEndpoint
13:54:05 [2021-04-22T13:54:05.589Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
13:54:05 [2021-04-22T13:54:05.590Z] --- PASS: TestRenameAnonymousContainer (6.20s)
13:54:05 [2021-04-22T13:54:05.590Z] === RUN   TestRenameContainerWithSameName
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestParseEmptyInterface
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestParseEmptyInterface (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestParseNonInterfaceType
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestParseNonInterfaceType (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestParseWithOneFunction
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestParseWithOneFunction (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestParseWithMultipleFuncs
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestParseWithUnnamedReturn
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestEmbeddedInterface
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestEmbeddedInterface (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestParsedImports
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestParsedImports (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] === RUN   TestAliasedImports
13:54:06 [2021-04-22T13:54:06.413Z] --- PASS: TestAliasedImports (0.00s)
13:54:06 [2021-04-22T13:54:06.413Z] PASS
13:54:06 [2021-04-22T13:54:06.413Z] coverage: 56.8% of statements
13:54:06 [2021-04-22T13:54:06.413Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.088s	coverage: 56.8% of statements
13:54:06 [2021-04-22T13:54:06.520Z] --- PASS: TestRenameContainerWithSameName (1.39s)
13:54:06 [2021-04-22T13:54:06.520Z] === RUN   TestRenameContainerWithLinkedContainer
13:54:06 [2021-04-22T13:54:06.523Z] time="2021-04-22T13:54:06Z" 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
13:54:06 [2021-04-22T13:54:06.523Z] time="2021-04-22T13:54:06Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4dcd49a533f3\"}'"
13:54:06 [2021-04-22T13:54:06.523Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
13:54:06 [2021-04-22T13:54:06.523Z] PASS
13:54:06 [2021-04-22T13:54:06.523Z] coverage: 82.5% of statements
13:54:06 [2021-04-22T13:54:06.523Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.047s	coverage: 82.5% of statements
13:54:06 [2021-04-22T13:54:06.523Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:54:06 [2021-04-22T13:54:06.523Z] ?   	github.com/docker/docker/daemon/network	[no test files]
13:54:06 [2021-04-22T13:54:06.523Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:54:06 [2021-04-22T13:54:06.564Z] --- PASS: TestAuthZPluginAllowEventStream (2.20s)
13:54:06 [2021-04-22T13:54:06.564Z] === RUN   TestAuthZPluginErrorResponse
13:54:06 [2021-04-22T13:54:06.985Z] === RUN   TestV1IDService
13:54:06 [2021-04-22T13:54:06.985Z] --- PASS: TestV1IDService (0.03s)
13:54:06 [2021-04-22T13:54:06.985Z] === RUN   TestV2MetadataService
13:54:07 [2021-04-22T13:54:07.388Z] === RUN   TestFailedConnection
13:54:07 [2021-04-22T13:54:07.452Z] === RUN   TestContinueOnError_NonMirrorEndpoint
13:54:07 [2021-04-22T13:54:07.452Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
13:54:07 [2021-04-22T13:54:07.452Z] === RUN   TestContinueOnError_MirrorEndpoint
13:54:07 [2021-04-22T13:54:07.452Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
13:54:07 [2021-04-22T13:54:07.452Z] === RUN   TestContinueOnError_NeverContinue
13:54:07 [2021-04-22T13:54:07.452Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
13:54:07 [2021-04-22T13:54:07.452Z] === RUN   TestManifestStore
13:54:07 [2021-04-22T13:54:07.452Z] === RUN   TestManifestStore/no_remote_or_local
13:54:07 [2021-04-22T13:54:07.915Z] time="2021-04-22T13:54:07Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local795916023\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestManifestStore/no_local_cache
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestManifestStore/with_local_cache
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestManifestStore/unknown_media_type
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestManifestStore/unknown_media_type/no_cache
13:54:07 [2021-04-22T13:54:07.915Z] time="2021-04-22T13:54:07Z" level=warning msg="reference for unknown type: "
13:54:07 [2021-04-22T13:54:07.915Z] time="2021-04-22T13:54:07Z" level=warning msg="reference for unknown type: "
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestManifestStore/unknown_media_type/with_cache
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestSuccessfulDownload
13:54:07 [2021-04-22T13:54:07.915Z] --- SKIP: TestSuccessfulDownload (0.00s)
13:54:07 [2021-04-22T13:54:07.915Z]     download_test.go:268: Needs fixing on Windows
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestCancelledDownload
13:54:07 [2021-04-22T13:54:07.915Z] --- PASS: TestCancelledDownload (0.00s)
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestMaxDownloadAttempts
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
13:54:07 [2021-04-22T13:54:07.915Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
13:54:07 [2021-04-22T13:54:07.915Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
13:54:07 [2021-04-22T13:54:07.915Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
13:54:07 [2021-04-22T13:54:07.916Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
13:54:07 [2021-04-22T13:54:07.916Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
13:54:07 [2021-04-22T13:54:07.916Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
13:54:07 [2021-04-22T13:54:07.916Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
13:54:07 [2021-04-22T13:54:07.916Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
13:54:07 [2021-04-22T13:54:07.916Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
13:54:07 [2021-04-22T13:54:07.916Z] time="2021-04-22T13:54:07Z" level=warning msg="reference for unknown type: "
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
13:54:07 [2021-04-22T13:54:07.916Z] time="2021-04-22T13:54:07Z" level=warning msg="reference for unknown type: "
13:54:07 [2021-04-22T13:54:07.916Z] time="2021-04-22T13:54:07Z" level=warning msg="reference for unknown type: "
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestManifestStore/error_persisting_manifest
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
13:54:07 [2021-04-22T13:54:07.916Z] time="2021-04-22T13:54:07Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
13:54:07 [2021-04-22T13:54:07.916Z] --- PASS: TestManifestStore (0.30s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestManifestStore/no_remote_or_local (0.16s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestManifestStore/no_local_cache (0.03s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestManifestStore/unknown_media_type (0.07s)
13:54:07 [2021-04-22T13:54:07.916Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
13:54:07 [2021-04-22T13:54:07.916Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s)
13:54:07 [2021-04-22T13:54:07.916Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
13:54:07 [2021-04-22T13:54:07.916Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
13:54:07 [2021-04-22T13:54:07.916Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestDetectManifestBlobMediaType
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestDetectManifestBlobMediaType/schema1
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
13:54:07 [2021-04-22T13:54:07.916Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestFixManifestLayers
13:54:07 [2021-04-22T13:54:07.916Z] --- PASS: TestFixManifestLayers (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestFixManifestLayersBaseLayerParent
13:54:07 [2021-04-22T13:54:07.916Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     pull_v2_test.go:73: Needs fixing on Windows
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestFixManifestLayersBadParent
13:54:07 [2021-04-22T13:54:07.916Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestValidateManifest
13:54:07 [2021-04-22T13:54:07.916Z] --- SKIP: TestValidateManifest (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     pull_v2_test.go:118: Needs fixing on Windows
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestFormatPlatform
13:54:07 [2021-04-22T13:54:07.916Z] --- PASS: TestFormatPlatform (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestGetRepositoryMountCandidates
13:54:07 [2021-04-22T13:54:07.916Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestLayerAlreadyExists
13:54:07 [2021-04-22T13:54:07.916Z] --- PASS: TestLayerAlreadyExists (0.00s)
13:54:07 [2021-04-22T13:54:07.916Z]     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}
13:54:07 [2021-04-22T13:54:07.916Z]     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}
13:54:07 [2021-04-22T13:54:07.916Z]     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}
13:54:07 [2021-04-22T13:54:07.916Z]     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}
13:54:07 [2021-04-22T13:54:07.916Z]     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}
13:54:07 [2021-04-22T13:54:07.916Z]     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}
13:54:07 [2021-04-22T13:54:07.916Z] === RUN   TestWhenEmptyAuthConfig
13:54:07 [2021-04-22T13:54:07.946Z] --- PASS: TestAuthZPluginErrorResponse (1.22s)
13:54:07 [2021-04-22T13:54:07.946Z] === RUN   TestAuthZPluginErrorRequest
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestHTTPTransport
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestHTTPTransport (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] PASS
13:54:08 [2021-04-22T13:54:08.363Z] coverage: 85.7% of statements
13:54:08 [2021-04-22T13:54:08.363Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.072s	coverage: 85.7% of statements
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestBufioReaderPoolPutAndGet
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestBufioWriterPoolPutAndGet
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] === RUN   TestBufferPoolPutAndGet
13:54:08 [2021-04-22T13:54:08.363Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
13:54:08 [2021-04-22T13:54:08.363Z] PASS
13:54:08 [2021-04-22T13:54:08.363Z] coverage: 88.2% of statements
13:54:08 [2021-04-22T13:54:08.363Z] ok  	github.com/docker/docker/pkg/pools	0.068s	coverage: 88.2% of statements
13:54:08 [2021-04-22T13:54:08.382Z] --- PASS: TestV2MetadataService (1.23s)
13:54:08 [2021-04-22T13:54:08.382Z] PASS
13:54:08 [2021-04-22T13:54:08.382Z] coverage: 48.2% of statements
13:54:08 [2021-04-22T13:54:08.382Z] ok  	github.com/docker/docker/distribution/metadata	1.523s	coverage: 48.2% of statements
13:54:08 [2021-04-22T13:54:08.382Z] time="2021-04-22T13:54:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:54:08 [2021-04-22T13:54:08.382Z] time="2021-04-22T13:54:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:54:08 [2021-04-22T13:54:08.382Z] time="2021-04-22T13:54:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:54:08 [2021-04-22T13:54:08.382Z] time="2021-04-22T13:54:07Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
13:54:08 [2021-04-22T13:54:08.382Z] --- PASS: TestMaxDownloadAttempts (0.00s)
13:54:08 [2021-04-22T13:54:08.382Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s)
13:54:08 [2021-04-22T13:54:08.382Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s)
13:54:08 [2021-04-22T13:54:08.382Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s)
13:54:08 [2021-04-22T13:54:08.382Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s)
13:54:08 [2021-04-22T13:54:08.382Z] === RUN   TestTransfer
13:54:08 [2021-04-22T13:54:08.382Z] --- PASS: TestTransfer (0.12s)
13:54:08 [2021-04-22T13:54:08.382Z] === RUN   TestConcurrencyLimit
13:54:08 [2021-04-22T13:54:08.414Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestNotFound
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestNotFound (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestConflict
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestConflict (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestForbidden
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestForbidden (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestInvalidParameter
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestInvalidParameter (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestNotImplemented
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestNotImplemented (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestNotModified
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestNotModified (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestUnauthorized
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestUnauthorized (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestUnknown
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestUnknown (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestCancelled
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestCancelled (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestDeadline
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestDeadline (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestDataLoss
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestDataLoss (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestUnavailable
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestUnavailable (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestSystem
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestSystem (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Not_Found
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Bad_Request
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Conflict
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Unauthorized
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Service_Unavailable
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Forbidden
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Not_Modified
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Not_Implemented
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Internal_Server_Error
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestFromStatusCode (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
13:54:08 [2021-04-22T13:54:08.852Z] PASS
13:54:08 [2021-04-22T13:54:08.852Z] coverage: 53.1% of statements
13:54:08 [2021-04-22T13:54:08.852Z] ok  	github.com/docker/docker/errdefs	0.068s	coverage: 53.1% of statements
13:54:08 [2021-04-22T13:54:08.852Z] --- PASS: TestConcurrencyLimit (0.48s)
13:54:08 [2021-04-22T13:54:08.852Z] === RUN   TestInactiveJobs
13:54:08 [2021-04-22T13:54:08.977Z] --- PASS: TestRenameContainerWithLinkedContainer (2.71s)
13:54:08 [2021-04-22T13:54:08.978Z] === RUN   TestResize
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestWhenEmptyAuthConfig (1.17s)
13:54:09 [2021-04-22T13:54:09.315Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
13:54:09 [2021-04-22T13:54:09.315Z] === RUN   TestTokenPassThru
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestTokenPassThru (0.01s)
13:54:09 [2021-04-22T13:54:09.315Z] === RUN   TestTokenPassThruDifferentHost
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
13:54:09 [2021-04-22T13:54:09.315Z] PASS
13:54:09 [2021-04-22T13:54:09.315Z] coverage: 23.6% of statements
13:54:09 [2021-04-22T13:54:09.315Z] ok  	github.com/docker/docker/distribution	1.712s	coverage: 23.6% of statements
13:54:09 [2021-04-22T13:54:09.315Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestInactiveJobs (0.45s)
13:54:09 [2021-04-22T13:54:09.315Z] === RUN   TestWatchRelease
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestWatchRelease (0.05s)
13:54:09 [2021-04-22T13:54:09.315Z] === RUN   TestWatchFinishedTransfer
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestWatchFinishedTransfer (0.00s)
13:54:09 [2021-04-22T13:54:09.315Z] === RUN   TestDuplicateTransfer
13:54:09 [2021-04-22T13:54:09.315Z] --- PASS: TestDuplicateTransfer (0.05s)
13:54:09 [2021-04-22T13:54:09.315Z] === RUN   TestSuccessfulUpload
13:54:09 [2021-04-22T13:54:09.328Z] --- PASS: TestAuthZPluginErrorRequest (1.32s)
13:54:09 [2021-04-22T13:54:09.328Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
13:54:09 [2021-04-22T13:54:09.338Z] === RUN   TestOutputOnPrematureClose
13:54:09 [2021-04-22T13:54:09.338Z] --- PASS: TestOutputOnPrematureClose (0.00s)
13:54:09 [2021-04-22T13:54:09.338Z] === RUN   TestCompleteSilently
13:54:09 [2021-04-22T13:54:09.338Z] --- PASS: TestCompleteSilently (0.00s)
13:54:09 [2021-04-22T13:54:09.338Z] PASS
13:54:09 [2021-04-22T13:54:09.338Z] coverage: 75.9% of statements
13:54:09 [2021-04-22T13:54:09.338Z] ok  	github.com/docker/docker/pkg/progress	0.039s	coverage: 75.9% of statements
13:54:09 [2021-04-22T13:54:09.338Z] === RUN   TestSendToOneSub
13:54:09 [2021-04-22T13:54:09.338Z] --- PASS: TestSendToOneSub (0.00s)
13:54:09 [2021-04-22T13:54:09.338Z] === RUN   TestSendToMultipleSubs
13:54:09 [2021-04-22T13:54:09.338Z] --- PASS: TestSendToMultipleSubs (0.00s)
13:54:09 [2021-04-22T13:54:09.338Z] === RUN   TestEvictOneSub
13:54:09 [2021-04-22T13:54:09.338Z] --- PASS: TestEvictOneSub (0.00s)
13:54:09 [2021-04-22T13:54:09.338Z] === RUN   TestClosePublisher
13:54:09 [2021-04-22T13:54:09.338Z] --- PASS: TestClosePublisher (0.00s)
13:54:09 [2021-04-22T13:54:09.338Z] === RUN   TestPubSubRace
13:54:09 [2021-04-22T13:54:09.779Z] time="2021-04-22T13:54:09Z" level=error msg="Upload failed, retrying: simulating retry"
13:54:09 [2021-04-22T13:54:09.779Z] --- PASS: TestSuccessfulUpload (0.46s)
13:54:09 [2021-04-22T13:54:09.779Z] === RUN   TestCancelledUpload
13:54:09 [2021-04-22T13:54:09.779Z] --- PASS: TestCancelledUpload (0.00s)
13:54:09 [2021-04-22T13:54:09.779Z] PASS
13:54:09 [2021-04-22T13:54:09.779Z] coverage: 76.8% of statements
13:54:09 [2021-04-22T13:54:09.779Z] ok  	github.com/docker/docker/distribution/xfer	2.106s	coverage: 76.8% of statements
13:54:09 [2021-04-22T13:54:09.779Z] ?   	github.com/docker/docker/dockerversion	[no test files]
13:54:09 [2021-04-22T13:54:09.801Z] --- PASS: TestFailedConnection (2.22s)
13:54:09 [2021-04-22T13:54:09.801Z] === RUN   TestFailOnce
13:54:09 [2021-04-22T13:54:09.801Z] 2021/04/22 13:54:09 http: panic serving 127.0.0.1:49220: Plugin not ready
13:54:09 [2021-04-22T13:54:09.801Z] goroutine 34 [running]:
13:54:09 [2021-04-22T13:54:09.801Z] net/http.(*conn).serve.func1(0xc000136000)
13:54:09 [2021-04-22T13:54:09.801Z] 	c:/go/src/net/http/server.go:1795 +0x140
13:54:09 [2021-04-22T13:54:09.801Z] panic(0x849b40, 0x986ad0)
13:54:09 [2021-04-22T13:54:09.801Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
13:54:09 [2021-04-22T13:54:09.801Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000148000, 0xc000146000)
13:54:09 [2021-04-22T13:54:09.801Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
13:54:09 [2021-04-22T13:54:09.801Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000148000, 0xc000146000)
13:54:09 [2021-04-22T13:54:09.801Z] 	c:/go/src/net/http/server.go:2036 +0x4b
13:54:09 [2021-04-22T13:54:09.801Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000148000, 0xc000146000)
13:54:09 [2021-04-22T13:54:09.801Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
13:54:09 [2021-04-22T13:54:09.801Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000148000, 0xc000146000)
13:54:09 [2021-04-22T13:54:09.801Z] 	c:/go/src/net/http/server.go:2831 +0xab
13:54:09 [2021-04-22T13:54:09.801Z] net/http.(*conn).serve(0xc000136000, 0x99b2c0, 0xc000122040)
13:54:09 [2021-04-22T13:54:09.801Z] 	c:/go/src/net/http/server.go:1919 +0x87c
13:54:09 [2021-04-22T13:54:09.801Z] created by net/http.(*Server).Serve
13:54:09 [2021-04-22T13:54:09.801Z] 	c:/go/src/net/http/server.go:2957 +0x38b
13:54:09 [2021-04-22T13:54:09.801Z] time="2021-04-22T13:54:09Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49219/Test.FailOnce: Post http://127.0.0.1:49219/Test.FailOnce: EOF, retrying in 1s"
13:54:10 [2021-04-22T13:54:10.264Z] --- PASS: TestPubSubRace (1.05s)
13:54:10 [2021-04-22T13:54:10.264Z] PASS
13:54:10 [2021-04-22T13:54:10.264Z] coverage: 75.0% of statements
13:54:10 [2021-04-22T13:54:10.264Z] ok  	github.com/docker/docker/pkg/pubsub	1.095s	coverage: 75.0% of statements
13:54:10 [2021-04-22T13:54:10.264Z] === RUN   TestRegister
13:54:10 [2021-04-22T13:54:10.264Z] --- PASS: TestRegister (0.00s)
13:54:10 [2021-04-22T13:54:10.264Z] === RUN   TestCommand
13:54:10 [2021-04-22T13:54:10.264Z] --- PASS: TestCommand (0.03s)
13:54:10 [2021-04-22T13:54:10.264Z] === RUN   TestNaiveSelf
13:54:10 [2021-04-22T13:54:10.264Z] --- PASS: TestNaiveSelf (0.03s)
13:54:10 [2021-04-22T13:54:10.264Z] PASS
13:54:10 [2021-04-22T13:54:10.264Z] coverage: 82.4% of statements
13:54:10 [2021-04-22T13:54:10.264Z] ok  	github.com/docker/docker/pkg/reexec	0.101s	coverage: 82.4% of statements
13:54:10 [2021-04-22T13:54:10.269Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (1.17s)
13:54:10 [2021-04-22T13:54:10.269Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
13:54:10 [2021-04-22T13:54:10.345Z] --- PASS: TestResize (1.31s)
13:54:10 [2021-04-22T13:54:10.345Z] === RUN   TestResizeWithInvalidSize
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestCompare
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestCompare (0.00s)
13:54:10 [2021-04-22T13:54:10.755Z] PASS
13:54:10 [2021-04-22T13:54:10.755Z] coverage: 19.2% of statements
13:54:10 [2021-04-22T13:54:10.755Z] ok  	github.com/docker/docker/image/cache	0.097s	coverage: 19.2% of statements
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSGetInvalidData
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSGetInvalidData (0.04s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSInvalidSet
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSInvalidSet (0.01s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSInvalidRoot
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSInvalidRoot (0.01s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSMetadataGetSet
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSMetadataGetSet (0.04s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSInvalidWalker
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSInvalidWalker (0.01s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSGetSet
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSGetSet (0.05s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSGetUnsetKey
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSGetUnsetKey (0.01s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSGetEmptyData
13:54:10 [2021-04-22T13:54:10.755Z] --- PASS: TestFSGetEmptyData (0.01s)
13:54:10 [2021-04-22T13:54:10.755Z] === RUN   TestFSDelete
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestFSDelete (0.02s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestFSWalker
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestFSWalker (0.02s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestFSWalkerStopOnError
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestFSWalkerStopOnError (0.01s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestNewFromJSON
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestNewFromJSON (0.00s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestNewFromJSONWithInvalidJSON
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestMarshalKeyOrder
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestMarshalKeyOrder (0.00s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestHistoryEqual
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestHistoryEqual (0.16s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestImage
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestImage (0.00s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestImageOSNotEmpty
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestImageOSNotEmpty (0.00s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestNewChildImageFromImageWithRootFS
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestCreate
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestCreate (0.02s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestRestore
13:54:11 [2021-04-22T13:54:11.217Z] time="2021-04-22T13:54:10Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestRestore (0.04s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestAddDelete
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestAddDelete (0.03s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestSearchAfterDelete
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestSearchAfterDelete (0.01s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestParentReset
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestParentReset (0.04s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestGetAndSetLastUpdated
13:54:11 [2021-04-22T13:54:11.217Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
13:54:11 [2021-04-22T13:54:11.217Z] === RUN   TestStoreLen
13:54:11 [2021-04-22T13:54:11.238Z] --- PASS: TestFailOnce (1.19s)
13:54:11 [2021-04-22T13:54:11.238Z] === RUN   TestEchoInputOutput
13:54:11 [2021-04-22T13:54:11.238Z] --- PASS: TestEchoInputOutput (0.00s)
13:54:11 [2021-04-22T13:54:11.238Z] === RUN   TestBackoff
13:54:11 [2021-04-22T13:54:11.238Z] --- PASS: TestBackoff (0.00s)
13:54:11 [2021-04-22T13:54:11.238Z] === RUN   TestAbortRetry
13:54:11 [2021-04-22T13:54:11.238Z] --- PASS: TestAbortRetry (0.00s)
13:54:11 [2021-04-22T13:54:11.238Z] === RUN   TestClientScheme
13:54:11 [2021-04-22T13:54:11.238Z] --- PASS: TestClientScheme (0.00s)
13:54:11 [2021-04-22T13:54:11.238Z] === RUN   TestNewClientWithTimeout
13:54:11 [2021-04-22T13:54:11.238Z] === RUN   TestParseSignal
13:54:11 [2021-04-22T13:54:11.238Z] --- PASS: TestParseSignal (0.00s)
13:54:11 [2021-04-22T13:54:11.238Z] === RUN   TestValidSignalForPlatform
13:54:11 [2021-04-22T13:54:11.238Z] --- PASS: TestValidSignalForPlatform (0.00s)
13:54:11 [2021-04-22T13:54:11.238Z] PASS
13:54:11 [2021-04-22T13:54:11.238Z] coverage: 20.3% of statements
13:54:11 [2021-04-22T13:54:11.238Z] ok  	github.com/docker/docker/pkg/signal	0.056s	coverage: 20.3% of statements
13:54:11 [2021-04-22T13:54:11.238Z] time="2021-04-22T13:54:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
13:54:11 [2021-04-22T13:54:11.679Z] --- PASS: TestStoreLen (0.14s)
13:54:11 [2021-04-22T13:54:11.679Z] PASS
13:54:11 [2021-04-22T13:54:11.679Z] coverage: 86.6% of statements
13:54:11 [2021-04-22T13:54:11.679Z] ok  	github.com/docker/docker/image	0.824s	coverage: 86.6% of statements
13:54:11 [2021-04-22T13:54:11.679Z] === RUN   TestValidateManifest
13:54:11 [2021-04-22T13:54:11.679Z] === RUN   TestValidateManifest/non-nil
13:54:11 [2021-04-22T13:54:11.679Z] === RUN   TestValidateManifest/nil
13:54:11 [2021-04-22T13:54:11.679Z] --- PASS: TestValidateManifest (0.00s)
13:54:11 [2021-04-22T13:54:11.679Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
13:54:11 [2021-04-22T13:54:11.679Z]     --- PASS: TestValidateManifest/nil (0.00s)
13:54:11 [2021-04-22T13:54:11.679Z] PASS
13:54:11 [2021-04-22T13:54:11.679Z] coverage: 0.6% of statements
13:54:11 [2021-04-22T13:54:11.679Z] ok  	github.com/docker/docker/image/tarexport	0.183s	coverage: 0.6% of statements
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestNewStdWriter
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestNewStdWriter (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestWriteWithUninitializedStdWriter
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestWriteWithNilBytes
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestWriteWithNilBytes (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestWrite
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestWrite (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestWriteWithWriterError
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestWriteWithWriterError (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyWriteAndRead
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyReturnsErrorReadingHeader
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyReturnsErrorReadingFrame
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyDetectsCorruptedFrame
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyWithInvalidInputHeader
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyWithCorruptedPrefix
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyReturnsWriteErrors
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] === RUN   TestStdCopyReturnsErrorFromSystem
13:54:11 [2021-04-22T13:54:11.701Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
13:54:11 [2021-04-22T13:54:11.701Z] PASS
13:54:11 [2021-04-22T13:54:11.701Z] coverage: 100.0% of statements
13:54:11 [2021-04-22T13:54:11.701Z] ok  	github.com/docker/docker/pkg/stdcopy	0.063s	coverage: 100.0% of statements
13:54:11 [2021-04-22T13:54:11.713Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
13:54:11 [2021-04-22T13:54:11.970Z] --- PASS: TestResizeWithInvalidSize (1.55s)
13:54:11 [2021-04-22T13:54:11.970Z] === RUN   TestResizeWhenContainerNotStarted
13:54:12 [2021-04-22T13:54:12.141Z] === RUN   TestMakeV1ConfigFromConfig
13:54:12 [2021-04-22T13:54:12.141Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
13:54:12 [2021-04-22T13:54:12.141Z] PASS
13:54:12 [2021-04-22T13:54:12.141Z] coverage: 25.0% of statements
13:54:12 [2021-04-22T13:54:12.141Z] ok  	github.com/docker/docker/image/v1	0.097s	coverage: 25.0% of statements
13:54:12 [2021-04-22T13:54:12.141Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:54:12 [2021-04-22T13:54:12.535Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestGenerateRandomID
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestGenerateRandomID (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestShortenId
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestShortenId (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestShortenSha256Id
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestShortenSha256Id (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestShortenIdEmpty
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestShortenIdEmpty (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestShortenIdInvalid
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestShortenIdInvalid (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestIsShortIDNonHex
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestIsShortIDNonHex (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestIsShortIDNotCorrectSize
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] PASS
13:54:12 [2021-04-22T13:54:12.677Z] coverage: 70.6% of statements
13:54:12 [2021-04-22T13:54:12.677Z] ok  	github.com/docker/docker/pkg/stringid	0.041s	coverage: 70.6% of statements
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestRawProgressFormatterFormatStatus
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestRawProgressFormatterFormatProgress
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestFormatStatus
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestFormatStatus (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestFormatError
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestFormatError (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestFormatJSONError
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestFormatJSONError (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestJsonProgressFormatterFormatProgress
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestJsonProgressFormatterFormatStatus
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestNewJSONProgressOutput
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestNewJSONProgressOutput (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestAuxFormatterEmit
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestAuxFormatterEmit (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestStreamWriterStdout
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestStreamWriterStdout (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] === RUN   TestStreamWriterStderr
13:54:12 [2021-04-22T13:54:12.677Z] --- PASS: TestStreamWriterStderr (0.00s)
13:54:12 [2021-04-22T13:54:12.677Z] PASS
13:54:12 [2021-04-22T13:54:12.677Z] coverage: 66.2% of statements
13:54:12 [2021-04-22T13:54:12.677Z] ok  	github.com/docker/docker/pkg/streamformatter	0.047s	coverage: 66.2% of statements
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
13:54:13 [2021-04-22T13:54:13.098Z] --- PASS: TestResizeWhenContainerNotStarted (1.10s)
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
13:54:13 [2021-04-22T13:54:13.098Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
13:54:13 [2021-04-22T13:54:13.117Z] === RUN   TestSerialization
13:54:13 [2021-04-22T13:54:13.117Z] --- PASS: TestSerialization (0.02s)
13:54:13 [2021-04-22T13:54:13.117Z] PASS
13:54:13 [2021-04-22T13:54:13.117Z] coverage: 100.0% of statements
13:54:13 [2021-04-22T13:54:13.117Z] ok  	github.com/docker/docker/libcontainerd/queue	0.074s	coverage: 100.0% of statements
13:54:13 [2021-04-22T13:54:13.140Z] time="2021-04-22T13:54:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
13:54:13 [2021-04-22T13:54:13.416Z] --- PASS: TestCreateServiceMultipleTimes (18.21s)
13:54:13 [2021-04-22T13:54:13.416Z] === RUN   TestCreateServiceConflict
13:54:13 [2021-04-22T13:54:13.566Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.67s)
13:54:13 [2021-04-22T13:54:13.566Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestEmptyLayer
13:54:14 [2021-04-22T13:54:14.093Z] --- PASS: TestEmptyLayer (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestCommitFailure
13:54:14 [2021-04-22T13:54:14.093Z] --- PASS: TestCommitFailure (0.01s)
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestStartTransactionFailure
13:54:14 [2021-04-22T13:54:14.093Z] --- PASS: TestStartTransactionFailure (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestGetOrphan
13:54:14 [2021-04-22T13:54:14.093Z] --- PASS: TestGetOrphan (0.01s)
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestMountAndRegister
13:54:14 [2021-04-22T13:54:14.093Z] --- PASS: TestMountAndRegister (0.05s)
13:54:14 [2021-04-22T13:54:14.093Z]     layer_test.go:271: Layer size: 14
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestLayerRelease
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestLayerRelease (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     layer_test.go:304: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestStoreRestore
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestStoreRestore (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     layer_test.go:353: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestTarStreamStability
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestTarStreamStability (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     layer_test.go:468: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestRegisterExistingLayer
13:54:14 [2021-04-22T13:54:14.093Z] --- PASS: TestRegisterExistingLayer (0.16s)
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestTarStreamVerification
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestTarStreamVerification (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     layer_test.go:697: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestLayerMigration
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestLayerMigration (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     migration_test.go:46: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestLayerMigrationNoTarsplit
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     migration_test.go:182: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestMountInit
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestMountInit (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     mount_test.go:17: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestMountSize
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestMountSize (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     mount_test.go:76: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestMountChanges
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestMountChanges (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     mount_test.go:125: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] === RUN   TestMountApply
13:54:14 [2021-04-22T13:54:14.093Z] --- SKIP: TestMountApply (0.00s)
13:54:14 [2021-04-22T13:54:14.093Z]     mount_test.go:212: Failing on Windows
13:54:14 [2021-04-22T13:54:14.093Z] PASS
13:54:14 [2021-04-22T13:54:14.093Z] coverage: 30.1% of statements
13:54:14 [2021-04-22T13:54:14.093Z] ok  	github.com/docker/docker/layer	0.346s	coverage: 30.1% of statements
13:54:14 [2021-04-22T13:54:14.117Z] === RUN   TestIsCpusetListAvailable
13:54:14 [2021-04-22T13:54:14.117Z] --- PASS: TestIsCpusetListAvailable (0.00s)
13:54:14 [2021-04-22T13:54:14.117Z] PASS
13:54:14 [2021-04-22T13:54:14.117Z] coverage: 38.2% of statements
13:54:14 [2021-04-22T13:54:14.117Z] ok  	github.com/docker/docker/pkg/sysinfo	0.048s	coverage: 38.2% of statements
13:54:14 [2021-04-22T13:54:14.556Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
13:54:14 [2021-04-22T13:54:14.556Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
13:54:14 [2021-04-22T13:54:14.556Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
13:54:14 [2021-04-22T13:54:14.556Z] PASS
13:54:14 [2021-04-22T13:54:14.556Z] coverage: 42.3% of statements
13:54:14 [2021-04-22T13:54:14.556Z] ok  	github.com/docker/docker/oci	0.066s	coverage: 42.3% of statements
13:54:14 [2021-04-22T13:54:14.580Z] === RUN   TestChtimes
13:54:14 [2021-04-22T13:54:14.580Z] --- PASS: TestChtimes (0.00s)
13:54:14 [2021-04-22T13:54:14.580Z] === RUN   TestChtimesWindows
13:54:14 [2021-04-22T13:54:14.580Z] --- PASS: TestChtimesWindows (0.00s)
13:54:14 [2021-04-22T13:54:14.580Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
13:54:14 [2021-04-22T13:54:14.580Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
13:54:14 [2021-04-22T13:54:14.580Z] === RUN   TestEnsureRemoveAllNotExist
13:54:14 [2021-04-22T13:54:14.580Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
13:54:14 [2021-04-22T13:54:14.580Z] === RUN   TestEnsureRemoveAllWithDir
13:54:14 [2021-04-22T13:54:14.580Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
13:54:14 [2021-04-22T13:54:14.580Z] === RUN   TestEnsureRemoveAllWithFile
13:54:14 [2021-04-22T13:54:14.580Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
13:54:14 [2021-04-22T13:54:14.580Z] === RUN   TestHasWin32KSupport
13:54:14 [2021-04-22T13:54:14.580Z] --- PASS: TestHasWin32KSupport (0.00s)
13:54:14 [2021-04-22T13:54:14.580Z]     syscall_windows_test.go:8: win32k: true
13:54:14 [2021-04-22T13:54:14.580Z] PASS
13:54:14 [2021-04-22T13:54:14.580Z] coverage: 12.0% of statements
13:54:14 [2021-04-22T13:54:14.580Z] ok  	github.com/docker/docker/pkg/system	0.057s	coverage: 12.0% of statements
13:54:15 [2021-04-22T13:54:15.019Z] === RUN   TestEnvironmentParsing
13:54:15 [2021-04-22T13:54:15.019Z] --- PASS: TestEnvironmentParsing (0.00s)
13:54:15 [2021-04-22T13:54:15.019Z] PASS
13:54:15 [2021-04-22T13:54:15.019Z] coverage: 1.0% of statements
13:54:15 [2021-04-22T13:54:15.019Z] ok  	github.com/docker/docker/libcontainerd/local	0.116s	coverage: 1.0% of statements
13:54:15 [2021-04-22T13:54:15.019Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:54:15 [2021-04-22T13:54:15.019Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:54:15 [2021-04-22T13:54:15.019Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:54:15 [2021-04-22T13:54:15.019Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:54:15 [2021-04-22T13:54:15.329Z] --- PASS: TestCreateServiceConflict (2.45s)
13:54:15 [2021-04-22T13:54:15.329Z] === RUN   TestCreateServiceMaxReplicas
13:54:15 [2021-04-22T13:54:15.479Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.62s)
13:54:15 [2021-04-22T13:54:15.479Z] === RUN   TestAuthZPluginHeader
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestParseVersion
13:54:15 [2021-04-22T13:54:15.483Z] --- PASS: TestParseVersion (0.00s)
13:54:15 [2021-04-22T13:54:15.483Z] PASS
13:54:15 [2021-04-22T13:54:15.483Z] coverage: 52.9% of statements
13:54:15 [2021-04-22T13:54:15.483Z] ok  	github.com/docker/docker/pkg/aaparser	0.057s	coverage: 52.9% of statements
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestAddressPoolOpt
13:54:15 [2021-04-22T13:54:15.483Z] --- PASS: TestAddressPoolOpt (0.00s)
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/a
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/something
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/_=a
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/env1=value1
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/_env1=value1
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/env2=value2=value3
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/env3=abc!qwe
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/env_4=value_4
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/PATH
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/=a
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/PATH=
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/PATH=something
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/asd!qwe
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/1asd
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/123
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/some_space
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/__some_space_before
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/some_space_after__
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/=
13:54:15 [2021-04-22T13:54:15.483Z] === RUN   TestValidateEnv/PaTh
13:54:15 [2021-04-22T13:54:15.483Z] --- PASS: TestValidateEnv (0.00s)
13:54:15 [2021-04-22T13:54:15.483Z]     --- PASS: TestValidateEnv/a (0.00s)
13:54:15 [2021-04-22T13:54:15.483Z]     --- PASS: TestValidateEnv/something (0.00s)
13:54:15 [2021-04-22T13:54:15.483Z]     --- PASS: TestValidateEnv/_=a (0.00s)
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestTailFile
13:54:15 [2021-04-22T13:54:15.587Z] --- PASS: TestTailFile (0.00s)
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestTailFileManyLines
13:54:15 [2021-04-22T13:54:15.587Z] --- PASS: TestTailFileManyLines (0.00s)
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestTailEmptyFile
13:54:15 [2021-04-22T13:54:15.587Z] --- PASS: TestTailEmptyFile (0.00s)
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestTailNegativeN
13:54:15 [2021-04-22T13:54:15.587Z] --- PASS: TestTailNegativeN (0.00s)
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader
13:54:15 [2021-04-22T13:54:15.587Z] === CONT  TestNewTailReader
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/single_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/single_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/2_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/2_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/8_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/8_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/12_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/12_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/truncated_last_line
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/truncated_last_line#01
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/truncated_last_line#02
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
13:54:15 [2021-04-22T13:54:15.587Z] === CONT  TestNewTailReader/no_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === CONT  TestNewTailReader/4_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === CONT  TestNewTailReader/12_byte_delimiter
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.587Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.587Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/2_byte_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/single_byte_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/8_byte_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.588Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.588Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
13:54:15 [2021-04-22T13:54:15.589Z] time="2021-04-22T13:54:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:15 [2021-04-22T13:54:15.589Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.589Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
13:54:15 [2021-04-22T13:54:15.590Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.590Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
13:54:15 [2021-04-22T13:54:15.616Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/PATH (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/=a (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/1asd (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/123 (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/some_space (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/= (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestParseHost
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestParseHost (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestParseDockerDaemonHost
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestParseDockerDaemonHost (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestParseTCP
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestParseTCP (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestParseInvalidUnixAddrInvalid
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateExtraHosts
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestValidateExtraHosts (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestIpOptString
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestIpOptString (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestNewIpOptInvalidDefaultVal
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestNewIpOptValidDefaultVal
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestIpOptSetInvalidVal
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateIPAddress
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestValidateIPAddress (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestMapOpts
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestMapOpts (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestListOptsWithoutValidator
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestListOptsWithoutValidator (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestListOptsWithValidator
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestListOptsWithValidator (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateDNSSearch
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestValidateDNSSearch (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_general_format
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_more_than_one_=
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_one_more
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestValidateLabel (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestNamedListOpts
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestNamedListOpts (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestNamedMapOpts
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestNamedMapOpts (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestParseLink
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestParseLink (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestQuotedStringSetWithQuotes
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestQuotedStringSetWithNoQuotes
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] === RUN   TestUlimitOpt
13:54:15 [2021-04-22T13:54:15.945Z] --- PASS: TestUlimitOpt (0.00s)
13:54:15 [2021-04-22T13:54:15.945Z] PASS
13:54:15 [2021-04-22T13:54:15.945Z] coverage: 67.1% of statements
13:54:15 [2021-04-22T13:54:15.945Z] ok  	github.com/docker/docker/opts	0.127s	coverage: 67.1% of statements
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.058Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.058Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.058Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.059Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.059Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.059Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.060Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
13:54:16 [2021-04-22T13:54:16.061Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
13:54:16 [2021-04-22T13:54:16.061Z] --- PASS: TestNewTailReader (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.061Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
13:54:16 [2021-04-22T13:54:16.061Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.01s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.01s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
13:54:16 [2021-04-22T13:54:16.062Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.01s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.01s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.063Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.545Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.02s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
13:54:16 [2021-04-22T13:54:16.574Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] PASS
13:54:16 [2021-04-22T13:54:16.575Z] coverage: 88.6% of statements
13:54:16 [2021-04-22T13:54:16.575Z] ok  	github.com/docker/docker/pkg/tailfile	0.451s	coverage: 88.6% of statements
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestTarSumRemoveNonExistent
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestTarSumRemove
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestTarSumRemove (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestSortFileInfoSums
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestSortFileInfoSums (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestNewTarSumForLabelInvalid
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestNewTarSumForLabel
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestNewTarSumForLabel (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestEmptyTar
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestEmptyTar (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestTarSumsReadSize
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestTarSumsReadSize (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestTarSums
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestTarSums (0.09s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestIteration
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestIteration (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestVersionLabelForChecksum
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestVersionLabelForChecksum (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestVersion
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestVersion (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestGetVersion
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestGetVersion (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] === RUN   TestGetVersions
13:54:16 [2021-04-22T13:54:16.575Z] --- PASS: TestGetVersions (0.00s)
13:54:16 [2021-04-22T13:54:16.575Z] PASS
13:54:16 [2021-04-22T13:54:16.575Z] coverage: 89.3% of statements
13:54:16 [2021-04-22T13:54:16.575Z] ok  	github.com/docker/docker/pkg/tarsum	0.162s	coverage: 89.3% of statements
13:54:16 [2021-04-22T13:54:16.803Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
13:54:16 [2021-04-22T13:54:16.927Z] === RUN   TestUnbuffered
13:54:16 [2021-04-22T13:54:16.927Z] --- PASS: TestUnbuffered (0.00s)
13:54:16 [2021-04-22T13:54:16.927Z] === RUN   TestRaceUnbuffered
13:54:16 [2021-04-22T13:54:16.927Z] --- PASS: TestRaceUnbuffered (0.00s)
13:54:16 [2021-04-22T13:54:16.927Z] PASS
13:54:16 [2021-04-22T13:54:16.927Z] coverage: 100.0% of statements
13:54:16 [2021-04-22T13:54:16.927Z] ok  	github.com/docker/docker/pkg/broadcaster	0.070s	coverage: 100.0% of statements
13:54:16 [2021-04-22T13:54:16.927Z] === RUN   TestPeerCertificateMarshalJSON
13:54:17 [2021-04-22T13:54:17.059Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
13:54:17 [2021-04-22T13:54:17.392Z] --- PASS: TestPeerCertificateMarshalJSON (0.48s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMiddleware
13:54:17 [2021-04-22T13:54:17.392Z] --- PASS: TestMiddleware (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestNewResponseModifier
13:54:17 [2021-04-22T13:54:17.392Z] --- PASS: TestNewResponseModifier (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z] PASS
13:54:17 [2021-04-22T13:54:17.392Z] coverage: 26.8% of statements
13:54:17 [2021-04-22T13:54:17.392Z] ok  	github.com/docker/docker/pkg/authorization	0.616s	coverage: 26.8% of statements
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[foo]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[bar]_[foo]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[foo_bar]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[qux]_[foo]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[]#01
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[qux]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[foo_bar_qux]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[qux]_[baz]]
13:54:17 [2021-04-22T13:54:17.392Z] === RUN   TestMatch/[[foo_baz]]
13:54:17 [2021-04-22T13:54:17.392Z] --- PASS: TestMatch (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[foo]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[]#01 (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[qux]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
13:54:17 [2021-04-22T13:54:17.392Z] PASS
13:54:17 [2021-04-22T13:54:17.392Z] coverage: 87.5% of statements
13:54:17 [2021-04-22T13:54:17.392Z] ok  	github.com/docker/docker/pkg/capabilities	0.049s	coverage: 87.5% of statements
13:54:17 [2021-04-22T13:54:17.395Z] --- PASS: TestAuthZPluginHeader (1.46s)
13:54:17 [2021-04-22T13:54:17.395Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
13:54:17 [2021-04-22T13:54:17.395Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:54:17 [2021-04-22T13:54:17.395Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:17 [2021-04-22T13:54:17.395Z] === RUN   TestAuthZPluginV2Disable
13:54:17 [2021-04-22T13:54:17.395Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
13:54:17 [2021-04-22T13:54:17.395Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:17 [2021-04-22T13:54:17.395Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
13:54:17 [2021-04-22T13:54:17.395Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:54:17 [2021-04-22T13:54:17.395Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:17 [2021-04-22T13:54:17.395Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
13:54:17 [2021-04-22T13:54:17.395Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:54:17 [2021-04-22T13:54:17.395Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:17 [2021-04-22T13:54:17.395Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
13:54:17 [2021-04-22T13:54:17.554Z] testing: warning: no tests to run
13:54:17 [2021-04-22T13:54:17.554Z] PASS
13:54:17 [2021-04-22T13:54:17.554Z] coverage: [no statements]
13:54:17 [2021-04-22T13:54:17.554Z] ok  	github.com/docker/docker/pkg/term/windows	0.039s	coverage: [no statements] [no tests to run]
13:54:17 [2021-04-22T13:54:17.554Z] === RUN   TestTruncIndex
13:54:17 [2021-04-22T13:54:17.855Z] === RUN   TestIsArchivePathDir
13:54:17 [2021-04-22T13:54:17.855Z] --- PASS: TestIsArchivePathDir (0.06s)
13:54:17 [2021-04-22T13:54:17.855Z] === RUN   TestIsArchivePathInvalidFile
13:54:17 [2021-04-22T13:54:17.989Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
13:54:18 [2021-04-22T13:54:18.016Z] --- PASS: TestTruncIndex (0.10s)
13:54:18 [2021-04-22T13:54:18.016Z] PASS
13:54:18 [2021-04-22T13:54:18.016Z] coverage: 91.5% of statements
13:54:18 [2021-04-22T13:54:18.016Z] ok  	github.com/docker/docker/pkg/truncindex	0.142s	coverage: 91.5% of statements
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestIsArchivePathInvalidFile (0.19s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestIsArchivePathTar
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootTarUntar
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootTarUntar (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootUntarWithHugeExcludesList
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootUntarEmptyArchive
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootTarUntarWithSymlink
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootCopyWithTar
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootCopyWithTar (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootCopyFileWithTar
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootUntarPath
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootUntarPath (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestChrootApplyDotDotFile
13:54:18 [2021-04-22T13:54:18.318Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
13:54:18 [2021-04-22T13:54:18.318Z] PASS
13:54:18 [2021-04-22T13:54:18.318Z] coverage: 15.4% of statements
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestSizeEmpty
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestSizeEmpty (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestSizeEmptyFile
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestSizeEmptyFile (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestSizeNonemptyFile
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestSizeNonemptyFile (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestSizeNestedDirectoryEmpty
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestMoveToSubdir
13:54:18 [2021-04-22T13:54:18.318Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.108s	coverage: 15.4% of statements
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestMoveToSubdir (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestSizeNonExistingDirectory
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
13:54:18 [2021-04-22T13:54:18.318Z] PASS
13:54:18 [2021-04-22T13:54:18.318Z] coverage: 80.0% of statements
13:54:18 [2021-04-22T13:54:18.318Z] ok  	github.com/docker/docker/pkg/directory	0.055s	coverage: 80.0% of statements
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestIsArchivePathTar (0.19s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestDecompressStreamGzip
13:54:18 [2021-04-22T13:54:18.318Z] --- PASS: TestDecompressStreamGzip (0.12s)
13:54:18 [2021-04-22T13:54:18.318Z] === RUN   TestDecompressStreamBzip2
13:54:18 [2021-04-22T13:54:18.479Z] === RUN   TestIsGIT
13:54:18 [2021-04-22T13:54:18.479Z] --- PASS: TestIsGIT (0.00s)
13:54:18 [2021-04-22T13:54:18.479Z] === RUN   TestIsTransport
13:54:18 [2021-04-22T13:54:18.479Z] --- PASS: TestIsTransport (0.00s)
13:54:18 [2021-04-22T13:54:18.479Z] PASS
13:54:18 [2021-04-22T13:54:18.479Z] coverage: 100.0% of statements
13:54:18 [2021-04-22T13:54:18.479Z] ok  	github.com/docker/docker/pkg/urlutil	0.051s	coverage: 100.0% of statements
13:54:18 [2021-04-22T13:54:18.630Z] --- PASS: TestCreateServiceMaxReplicas (3.31s)
13:54:18 [2021-04-22T13:54:18.630Z] === RUN   TestCreateWithDuplicateNetworkNames
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestDecompressStreamBzip2 (0.12s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestDecompressStreamXz
13:54:18 [2021-04-22T13:54:18.781Z] --- SKIP: TestDecompressStreamXz (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     archive_test.go:134: Xz not present in msys2
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestCompressStreamXzUnsupported
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestCompressStreamBzip2Unsupported
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestCompressStreamInvalid
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestCompressStreamInvalid (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestExtensionInvalid
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestExtensionInvalid (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestExtensionUncompressed
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestExtensionUncompressed (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestExtensionBzip2
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestExtensionBzip2 (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestExtensionGzip
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestExtensionGzip (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestExtensionXz
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestExtensionXz (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestCmdStreamLargeStderr
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestCmdStreamLargeStderr (0.07s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestCmdStreamBad
13:54:18 [2021-04-22T13:54:18.781Z] --- SKIP: TestCmdStreamBad (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     archive_test.go:239: Failing on Windows CI machines
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestCmdStreamGood
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestCmdStreamGood (0.05s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestUntarPathWithInvalidDest
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestUntarPathWithInvalidDest (0.05s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestUntarPathWithInvalidSrc
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestUntarPath
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: TestUntarPath (0.12s)
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   TestUntarPathWithDestinationFile
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestContainsEntry
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestCreateEntries
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestEntriesDiff
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestEntriesEquality
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestGeneratorNotGenerate
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestGeneratorWithPort
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestGeneratorWithPortNotGenerate
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestNewEntry
13:54:18 [2021-04-22T13:54:18.781Z] === RUN   Test/TestParse
13:54:18 [2021-04-22T13:54:18.781Z] --- PASS: Test (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestContainsEntry (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestCreateEntries (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestEntriesDiff (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestEntriesEquality (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestNewEntry (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z]     --- PASS: Test/TestParse (0.00s)
13:54:18 [2021-04-22T13:54:18.781Z] PASS
13:54:18 [2021-04-22T13:54:18.781Z] coverage: 58.3% of statements
13:54:18 [2021-04-22T13:54:18.781Z] ok  	github.com/docker/docker/pkg/discovery	0.055s	coverage: 58.3% of statements
13:54:18 [2021-04-22T13:54:18.942Z] === RUN   TestVersionInfo
13:54:18 [2021-04-22T13:54:18.942Z] --- PASS: TestVersionInfo (0.00s)
13:54:18 [2021-04-22T13:54:18.942Z] === RUN   TestAppendVersions
13:54:18 [2021-04-22T13:54:18.942Z] --- PASS: TestAppendVersions (0.00s)
13:54:18 [2021-04-22T13:54:18.942Z] PASS
13:54:18 [2021-04-22T13:54:18.942Z] coverage: 88.9% of statements
13:54:18 [2021-04-22T13:54:18.942Z] ok  	github.com/docker/docker/pkg/useragent	0.050s	coverage: 88.9% of statements
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestUntarPathWithDestinationFile (0.06s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.11s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyWithTarInvalidSrc
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyWithTarSrcFile
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyWithTarSrcFolder
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyFileWithTarInvalidSrc
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyFileWithTarSrcFolder
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestCopyFileWithTarSrcFile
13:54:19 [2021-04-22T13:54:19.244Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
13:54:19 [2021-04-22T13:54:19.244Z] === RUN   TestTarFiles
13:54:19 [2021-04-22T13:54:19.707Z] === RUN   Test
13:54:19 [2021-04-22T13:54:19.707Z] === RUN   Test/TestContent
13:54:19 [2021-04-22T13:54:19.707Z] === RUN   Test/TestInitialize
13:54:19 [2021-04-22T13:54:19.707Z] === RUN   Test/TestNew
13:54:19 [2021-04-22T13:54:19.707Z] === RUN   Test/TestParsingContentsWithComments
13:54:19 [2021-04-22T13:54:19.707Z] === RUN   Test/TestRegister
13:54:19 [2021-04-22T13:54:19.707Z] === RUN   Test/TestWatch
13:54:19 [2021-04-22T13:54:19.707Z] --- PASS: Test (0.01s)
13:54:19 [2021-04-22T13:54:19.707Z]     --- PASS: Test/TestContent (0.00s)
13:54:19 [2021-04-22T13:54:19.707Z]     --- PASS: Test/TestInitialize (0.00s)
13:54:19 [2021-04-22T13:54:19.707Z]     --- PASS: Test/TestNew (0.00s)
13:54:19 [2021-04-22T13:54:19.707Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
13:54:19 [2021-04-22T13:54:19.708Z]     --- PASS: Test/TestRegister (0.00s)
13:54:19 [2021-04-22T13:54:19.708Z]     --- PASS: Test/TestWatch (0.01s)
13:54:19 [2021-04-22T13:54:19.708Z] PASS
13:54:19 [2021-04-22T13:54:19.708Z] coverage: 92.9% of statements
13:54:19 [2021-04-22T13:54:19.708Z] ok  	github.com/docker/docker/pkg/discovery/file	0.074s	coverage: 92.9% of statements
13:54:19 [2021-04-22T13:54:19.880Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
13:54:19 [2021-04-22T13:54:19.917Z] time="2021-04-22T13:54:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.Echo: Post http://127.0.0.1:49224/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
13:54:20 [2021-04-22T13:54:20.684Z] === RUN   Test
13:54:20 [2021-04-22T13:54:20.684Z] === RUN   Test/TestWatch
13:54:20 [2021-04-22T13:54:20.684Z] --- PASS: Test (0.00s)
13:54:20 [2021-04-22T13:54:20.684Z]     --- PASS: Test/TestWatch (0.00s)
13:54:20 [2021-04-22T13:54:20.684Z] PASS
13:54:20 [2021-04-22T13:54:20.684Z] coverage: 92.3% of statements
13:54:20 [2021-04-22T13:54:20.684Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.048s	coverage: 92.3% of statements
13:54:20 [2021-04-22T13:54:20.684Z] === RUN   Test
13:54:20 [2021-04-22T13:54:20.684Z] === RUN   Test/TestInitialize
13:54:20 [2021-04-22T13:54:20.684Z] time="2021-04-22T13:54:20Z" level=info msg="Initializing discovery without TLS"
13:54:20 [2021-04-22T13:54:20.684Z] time="2021-04-22T13:54:20Z" level=info msg="Initializing discovery without TLS"
13:54:20 [2021-04-22T13:54:20.684Z] time="2021-04-22T13:54:20Z" level=info msg="Initializing discovery without TLS"
13:54:20 [2021-04-22T13:54:20.684Z] === RUN   Test/TestInitializeWithCerts
13:54:20 [2021-04-22T13:54:20.684Z] time="2021-04-22T13:54:20Z" level=info msg="Initializing discovery with TLS"
13:54:20 [2021-04-22T13:54:20.684Z] === RUN   Test/TestWatch
13:54:20 [2021-04-22T13:54:20.684Z] time="2021-04-22T13:54:20Z" level=info msg="Initializing discovery without TLS"
13:54:20 [2021-04-22T13:54:20.892Z] === RUN   TestValidatePrivileges
13:54:20 [2021-04-22T13:54:20.892Z] --- PASS: TestValidatePrivileges (0.00s)
13:54:20 [2021-04-22T13:54:20.892Z] === RUN   TestFilterByCapNeg
13:54:20 [2021-04-22T13:54:20.892Z] --- PASS: TestFilterByCapNeg (0.00s)
13:54:20 [2021-04-22T13:54:20.892Z] === RUN   TestFilterByCapPos
13:54:20 [2021-04-22T13:54:20.892Z] --- PASS: TestFilterByCapPos (0.00s)
13:54:20 [2021-04-22T13:54:20.892Z] === RUN   TestStoreGetPluginNotMatchCapRefs
13:54:20 [2021-04-22T13:54:20.892Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
13:54:20 [2021-04-22T13:54:20.892Z] PASS
13:54:20 [2021-04-22T13:54:20.892Z] coverage: 12.0% of statements
13:54:20 [2021-04-22T13:54:20.892Z] ok  	github.com/docker/docker/plugin	0.064s	coverage: 12.0% of statements
13:54:21 [2021-04-22T13:54:21.149Z] === RUN   Test
13:54:21 [2021-04-22T13:54:21.149Z] === RUN   Test/TestInitialize
13:54:21 [2021-04-22T13:54:21.149Z] === RUN   Test/TestInitializeWithPattern
13:54:21 [2021-04-22T13:54:21.149Z] === RUN   Test/TestRegister
13:54:21 [2021-04-22T13:54:21.149Z] === RUN   Test/TestWatch
13:54:21 [2021-04-22T13:54:21.149Z] --- PASS: Test (0.00s)
13:54:21 [2021-04-22T13:54:21.149Z]     --- PASS: Test/TestInitialize (0.00s)
13:54:21 [2021-04-22T13:54:21.149Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
13:54:21 [2021-04-22T13:54:21.149Z]     --- PASS: Test/TestRegister (0.00s)
13:54:21 [2021-04-22T13:54:21.149Z]     --- PASS: Test/TestWatch (0.00s)
13:54:21 [2021-04-22T13:54:21.149Z] PASS
13:54:21 [2021-04-22T13:54:21.149Z] coverage: 93.8% of statements
13:54:21 [2021-04-22T13:54:21.149Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.056s	coverage: 93.8% of statements
13:54:21 [2021-04-22T13:54:21.346Z] === RUN   TestNewSettable
13:54:21 [2021-04-22T13:54:21.346Z] --- PASS: TestNewSettable (0.00s)
13:54:21 [2021-04-22T13:54:21.346Z] === RUN   TestIsSettable
13:54:21 [2021-04-22T13:54:21.346Z] --- PASS: TestIsSettable (0.00s)
13:54:21 [2021-04-22T13:54:21.346Z] === RUN   TestUpdateSettingsEnv
13:54:21 [2021-04-22T13:54:21.346Z] --- PASS: TestUpdateSettingsEnv (0.00s)
13:54:21 [2021-04-22T13:54:21.346Z] PASS
13:54:21 [2021-04-22T13:54:21.346Z] coverage: 20.1% of statements
13:54:21 [2021-04-22T13:54:21.346Z] ok  	github.com/docker/docker/plugin/v2	0.047s	coverage: 20.1% of statements
13:54:22 [2021-04-22T13:54:22.132Z] === RUN   TestPollerAddRemove
13:54:22 [2021-04-22T13:54:22.132Z] --- PASS: TestPollerAddRemove (0.00s)
13:54:22 [2021-04-22T13:54:22.132Z] === RUN   TestPollerEvent
13:54:22 [2021-04-22T13:54:22.132Z] --- SKIP: TestPollerEvent (0.00s)
13:54:22 [2021-04-22T13:54:22.132Z]     poller_test.go:41: No chmod on Windows
13:54:22 [2021-04-22T13:54:22.132Z] === RUN   TestPollerClose
13:54:22 [2021-04-22T13:54:22.132Z] --- PASS: TestPollerClose (0.00s)
13:54:22 [2021-04-22T13:54:22.132Z] PASS
13:54:22 [2021-04-22T13:54:22.132Z] coverage: 45.7% of statements
13:54:22 [2021-04-22T13:54:22.132Z] ok  	github.com/docker/docker/pkg/filenotify	0.117s	coverage: 45.7% of statements
13:54:22 [2021-04-22T13:54:22.298Z] === RUN   TestLoad
13:54:22 [2021-04-22T13:54:22.298Z] --- PASS: TestLoad (0.00s)
13:54:22 [2021-04-22T13:54:22.298Z] === RUN   TestSave
13:54:22 [2021-04-22T13:54:22.298Z] --- PASS: TestSave (0.03s)
13:54:22 [2021-04-22T13:54:22.298Z] === RUN   TestAddDeleteGet
13:54:22 [2021-04-22T13:54:22.298Z] --- PASS: TestAddDeleteGet (0.05s)
13:54:22 [2021-04-22T13:54:22.298Z] === RUN   TestInvalidTags
13:54:22 [2021-04-22T13:54:22.298Z] --- PASS: TestInvalidTags (0.01s)
13:54:22 [2021-04-22T13:54:22.298Z] PASS
13:54:22 [2021-04-22T13:54:22.298Z] coverage: 84.4% of statements
13:54:22 [2021-04-22T13:54:22.298Z] ok  	github.com/docker/docker/reference	0.139s	coverage: 84.4% of statements
13:54:22 [2021-04-22T13:54:22.399Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCopyFileWithInvalidSrc
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCopyFileWithInvalidDest
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCopyFileWithSameSrcAndDest
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCopyFile
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCopyFile (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
13:54:22 [2021-04-22T13:54:22.604Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z]     fileutils_test.go:134: Needs porting to Windows
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestReadSymlinkedDirectoryToFile
13:54:22 [2021-04-22T13:54:22.604Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z]     fileutils_test.go:180: Needs porting to Windows
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestWildcardMatches
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestWildcardMatches (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestPatternMatches
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestPatternMatches (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestExclusionPatternMatchesPatternBefore
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestPatternMatchesFolderExclusions
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestPatternMatchesFolderWildcardExclusions
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestExclusionPatternMatchesPatternAfter
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestExclusionPatternMatchesWholeDirectory
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestSingleExclamationError
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestSingleExclamationError (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestMatchesWithNoPatterns
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestMatchesWithMalformedPatterns
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestMatches
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestMatches (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCleanPatterns
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCleanPatterns (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCleanPatternsStripEmptyPatterns
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCleanPatternsExceptionFlag
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCleanPatternsErrorSingleException
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCreateIfNotExistsDir
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestCreateIfNotExistsFile
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] === RUN   TestMatch
13:54:22 [2021-04-22T13:54:22.604Z] --- PASS: TestMatch (0.00s)
13:54:22 [2021-04-22T13:54:22.604Z] PASS
13:54:22 [2021-04-22T13:54:22.604Z] coverage: 87.7% of statements
13:54:22 [2021-04-22T13:54:22.604Z] ok  	github.com/docker/docker/pkg/fileutils	0.077s	coverage: 87.7% of statements
13:54:23 [2021-04-22T13:54:23.068Z] === RUN   TestGet
13:54:23 [2021-04-22T13:54:23.068Z] --- PASS: TestGet (0.00s)
13:54:23 [2021-04-22T13:54:23.068Z] === RUN   TestGetShortcutString
13:54:23 [2021-04-22T13:54:23.068Z] --- PASS: TestGetShortcutString (0.00s)
13:54:23 [2021-04-22T13:54:23.068Z] PASS
13:54:23 [2021-04-22T13:54:23.068Z] coverage: 42.9% of statements
13:54:23 [2021-04-22T13:54:23.068Z] ok  	github.com/docker/docker/pkg/homedir	0.067s	coverage: 42.9% of statements
13:54:23 [2021-04-22T13:54:23.328Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
13:54:24 [2021-04-22T13:54:24.043Z] --- PASS: Test (3.16s)
13:54:24 [2021-04-22T13:54:24.043Z]     --- PASS: Test/TestInitialize (0.15s)
13:54:24 [2021-04-22T13:54:24.043Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
13:54:24 [2021-04-22T13:54:24.043Z]     --- PASS: Test/TestWatch (3.00s)
13:54:24 [2021-04-22T13:54:24.043Z] PASS
13:54:24 [2021-04-22T13:54:24.043Z] coverage: 84.1% of statements
13:54:24 [2021-04-22T13:54:24.043Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.279s	coverage: 84.1% of statements
13:54:24 [2021-04-22T13:54:24.043Z] === RUN   TestCreateIDMapOrder
13:54:24 [2021-04-22T13:54:24.043Z] --- PASS: TestCreateIDMapOrder (0.00s)
13:54:24 [2021-04-22T13:54:24.043Z] PASS
13:54:24 [2021-04-22T13:54:24.043Z] coverage: 7.2% of statements
13:54:24 [2021-04-22T13:54:24.043Z] ok  	github.com/docker/docker/pkg/idtools	0.080s	coverage: 7.2% of statements
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestResolveAuthConfigIndexServer
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestResolveAuthConfigFullURL
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestLoadAllowNondistributableArtifacts
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestValidateMirror
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestValidateMirror (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestLoadInsecureRegistries
13:54:24 [2021-04-22T13:54:24.449Z] time="2021-04-22T13:54:24Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
13:54:24 [2021-04-22T13:54:24.449Z] time="2021-04-22T13:54:24Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
13:54:24 [2021-04-22T13:54:24.449Z] time="2021-04-22T13:54:24Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestLoadInsecureRegistries (0.18s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestNewServiceConfig
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestNewServiceConfig (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestValidateIndexName
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestValidateIndexName (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestValidateIndexNameWithError
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestValidateIndexNameWithError (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestEndpointParse
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestEndpointParse (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestEndpointParseInvalid
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestEndpointParseInvalid (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestValidateEndpoint
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestValidateEndpoint (0.01s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestPing
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestPing (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestPingRegistryEndpoint
13:54:24 [2021-04-22T13:54:24.449Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestEndpoint
13:54:24 [2021-04-22T13:54:24.449Z] --- SKIP: TestEndpoint (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestParseRepositoryInfo
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestParseRepositoryInfo (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestNewIndexInfo
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestNewIndexInfo (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestMirrorEndpointLookup
13:54:24 [2021-04-22T13:54:24.449Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestSearchRepositories
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestSearchRepositories (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
13:54:24 [2021-04-22T13:54:24.449Z]         Host: 127.0.0.1:49229
13:54:24 [2021-04-22T13:54:24.449Z]         User-Agent: docker test client
13:54:24 [2021-04-22T13:54:24.449Z]         Authorization: Token fake-token
13:54:24 [2021-04-22T13:54:24.449Z]         X-Docker-Token: true
13:54:24 [2021-04-22T13:54:24.449Z]         Accept-Encoding: gzip
13:54:24 [2021-04-22T13:54:24.449Z]         
13:54:24 [2021-04-22T13:54:24.449Z]         
13:54:24 [2021-04-22T13:54:24.449Z]     registry_test.go:730: HTTP/1.1 200 OK
13:54:24 [2021-04-22T13:54:24.449Z]         Connection: close
13:54:24 [2021-04-22T13:54:24.449Z]         Content-Length: 144
13:54:24 [2021-04-22T13:54:24.449Z]         Cache-Control: no-cache
13:54:24 [2021-04-22T13:54:24.449Z]         Content-Type: application/json
13:54:24 [2021-04-22T13:54:24.449Z]         Date: Thu, 22 Apr 2021 13:54:24 GMT
13:54:24 [2021-04-22T13:54:24.449Z]         Expires: -1
13:54:24 [2021-04-22T13:54:24.449Z]         Pragma: no-cache
13:54:24 [2021-04-22T13:54:24.449Z]         Server: docker-tests/mock
13:54:24 [2021-04-22T13:54:24.449Z]         X-Docker-Registry-Config: mock
13:54:24 [2021-04-22T13:54:24.449Z]         X-Docker-Registry-Version: 0.0.0
13:54:24 [2021-04-22T13:54:24.449Z]         
13:54:24 [2021-04-22T13:54:24.449Z]         
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestTrustedLocation
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestTrustedLocation (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestAllowNondistributableArtifacts
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] === RUN   TestIsSecureIndex
13:54:24 [2021-04-22T13:54:24.449Z] --- PASS: TestIsSecureIndex (0.00s)
13:54:24 [2021-04-22T13:54:24.449Z] PASS
13:54:24 [2021-04-22T13:54:24.449Z] coverage: 51.7% of statements
13:54:24 [2021-04-22T13:54:24.449Z] ok  	github.com/docker/docker/registry	0.413s	coverage: 51.7% of statements
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestHeaderSimpleErrors
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestHeaderTooMuchFailures
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestReaderWithReadError
13:54:24 [2021-04-22T13:54:24.900Z] time="2021-04-22T13:54:24Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestReaderWithReadError (0.17s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestReader
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestReader (0.00s)
13:54:24 [2021-04-22T13:54:24.900Z] === RUN   TestResumableRequestReaderWithInitialResponse
13:54:24 [2021-04-22T13:54:24.900Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
13:54:24 [2021-04-22T13:54:24.900Z] PASS
13:54:24 [2021-04-22T13:54:24.900Z] coverage: 100.0% of statements
13:54:24 [2021-04-22T13:54:24.900Z] ok  	github.com/docker/docker/registry/resumable	0.248s	coverage: 100.0% of statements
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestFixedBufferCap
13:54:25 [2021-04-22T13:54:25.018Z] --- PASS: TestFixedBufferCap (0.00s)
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestFixedBufferLen
13:54:25 [2021-04-22T13:54:25.018Z] --- PASS: TestFixedBufferLen (0.00s)
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestFixedBufferString
13:54:25 [2021-04-22T13:54:25.018Z] --- PASS: TestFixedBufferString (0.00s)
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestFixedBufferWrite
13:54:25 [2021-04-22T13:54:25.018Z] --- PASS: TestFixedBufferWrite (0.00s)
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestFixedBufferRead
13:54:25 [2021-04-22T13:54:25.018Z] --- PASS: TestFixedBufferRead (0.00s)
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestBytesPipeRead
13:54:25 [2021-04-22T13:54:25.018Z] --- PASS: TestBytesPipeRead (0.00s)
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestBytesPipeWrite
13:54:25 [2021-04-22T13:54:25.018Z] --- PASS: TestBytesPipeWrite (0.00s)
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestBytesPipeWriteRandomChunks
13:54:25 [2021-04-22T13:54:25.018Z] === RUN   TestError
13:54:25 [2021-04-22T13:54:25.352Z] === RUN   TestRestartManagerTimeout
13:54:25 [2021-04-22T13:54:25.352Z] --- PASS: TestRestartManagerTimeout (0.00s)
13:54:25 [2021-04-22T13:54:25.352Z] === RUN   TestRestartManagerTimeoutReset
13:54:25 [2021-04-22T13:54:25.352Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
13:54:25 [2021-04-22T13:54:25.352Z] PASS
13:54:25 [2021-04-22T13:54:25.352Z] coverage: 50.9% of statements
13:54:25 [2021-04-22T13:54:25.352Z] ok  	github.com/docker/docker/restartmanager	0.038s	coverage: 50.9% of statements
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestError (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/no_progress
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/progress_1
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/some_progress_with_a_start_time
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/some_progress_without_a_start_time
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/with_units
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestProgressString/hide_counts
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestProgressString (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/no_progress (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/progress_1 (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/with_units (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z]     --- PASS: TestProgressString/hide_counts (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestJSONMessageDisplay
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestJSONMessageDisplay (0.15s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestJSONMessageDisplayWithJSONError
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestDisplayJSONMessagesStream
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] PASS
13:54:25 [2021-04-22T13:54:25.489Z] coverage: 91.7% of statements
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestBytesPipeWriteRandomChunks (0.55s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestAtomicWriteToFile
13:54:25 [2021-04-22T13:54:25.489Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.195s	coverage: 91.7% of statements
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestAtomicWriteToFile (0.01s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestAtomicWriteSetCommit
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestAtomicWriteSetCancel
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestReadCloserWrapperClose
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestReadCloserWrapperClose (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestReaderErrWrapperReadOnError
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestReaderErrWrapperRead
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestReaderErrWrapperRead (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestHashData
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestHashData (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestCancelReadCloser
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestStandardLongPath
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestStandardLongPath (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestUNCLongPath
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestUNCLongPath (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] PASS
13:54:25 [2021-04-22T13:54:25.489Z] coverage: 100.0% of statements
13:54:25 [2021-04-22T13:54:25.489Z] ok  	github.com/docker/docker/pkg/longpath	0.044s	coverage: 100.0% of statements
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestCancelReadCloser (0.10s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestWriteCloserWrapperClose
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestNopWriteCloser
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestNopWriteCloser (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestNopWriter
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestNopWriter (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] === RUN   TestWriteCounter
13:54:25 [2021-04-22T13:54:25.489Z] --- PASS: TestWriteCounter (0.00s)
13:54:25 [2021-04-22T13:54:25.489Z] PASS
13:54:25 [2021-04-22T13:54:25.489Z] coverage: 69.7% of statements
13:54:25 [2021-04-22T13:54:25.489Z] ok  	github.com/docker/docker/pkg/ioutils	0.736s	coverage: 69.7% of statements
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestTarFiles (6.56s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestTarUntar
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestTarUntar (0.03s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestTarWithOptions
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestTarWithOptions (0.04s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestUntarUstarGnuConflict
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestUntarInvalidFilenames
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames920951978\\dest"
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestUntarInvalidFilenames (0.17s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestUntarHardlinkToSymlink
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestUntarInvalidHardlink
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink507459035\\victim\\hello" -> "../victim/hello"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink304969086\\victim\\hello" -> "/../victim/hello"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink202096837\\victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink736521568\\victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink485943103\\victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink065038738\\victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestUntarInvalidHardlink (0.03s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestUntarInvalidSymlink
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink716645833\\dest\\dotdot" -> "../victim/hello"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink500756628\\dest\\slash-dotdot" -> "/../victim/hello"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink471491811\\dest\\loophole-victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink136545510\\dest\\loophole-victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink349567245\\dest\\loophole-victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink651529480\\dest\\loophole-victim" -> "../victim"
13:54:25 [2021-04-22T13:54:25.951Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink289426631\\dest\\dir\\loophole" -> "../../victim"
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestUntarInvalidSymlink (0.06s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestTempArchiveCloseMultipleTimes
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestXGlobalNoParent
13:54:25 [2021-04-22T13:54:25.951Z] --- PASS: TestXGlobalNoParent (0.00s)
13:54:25 [2021-04-22T13:54:25.951Z] === RUN   TestReplaceFileTarWrapper
13:54:26 [2021-04-22T13:54:26.304Z] === RUN   TestDecodeContainerConfig
13:54:26 [2021-04-22T13:54:26.304Z] --- PASS: TestDecodeContainerConfig (0.00s)
13:54:26 [2021-04-22T13:54:26.304Z] === RUN   TestDecodeContainerConfigIsolation
13:54:26 [2021-04-22T13:54:26.304Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
13:54:26 [2021-04-22T13:54:26.304Z] === RUN   TestValidatePrivileged
13:54:26 [2021-04-22T13:54:26.304Z] --- PASS: TestValidatePrivileged (0.00s)
13:54:26 [2021-04-22T13:54:26.304Z] PASS
13:54:26 [2021-04-22T13:54:26.304Z] coverage: 52.2% of statements
13:54:26 [2021-04-22T13:54:26.304Z] ok  	github.com/docker/docker/runconfig	0.059s	coverage: 52.2% of statements
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestNameFormat
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestNameFormat (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestNameRetries
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestNameRetries (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] PASS
13:54:26 [2021-04-22T13:54:26.414Z] coverage: 85.7% of statements
13:54:26 [2021-04-22T13:54:26.414Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.071s	coverage: 85.7% of statements
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestReplaceFileTarWrapper (0.20s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestPrefixHeaderReadable
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestPrefixHeaderReadable (0.02s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestDisablePigz
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestParseKeyValueOpt
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestParseKeyValueOpt (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestParseUintList
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestParseUintList (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestParseUintListMaximumLimits
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] PASS
13:54:26 [2021-04-22T13:54:26.414Z] coverage: 97.0% of statements
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestDisablePigz (0.15s)
13:54:26 [2021-04-22T13:54:26.414Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestPigz
13:54:26 [2021-04-22T13:54:26.414Z] ok  	github.com/docker/docker/pkg/parsers	0.044s	coverage: 97.0% of statements
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestPigz (0.13s)
13:54:26 [2021-04-22T13:54:26.414Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestCopyFileWithInvalidDest
13:54:26 [2021-04-22T13:54:26.414Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z]     archive_windows_test.go:16: Currently fails
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestCanonicalTarNameForPath
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestCanonicalTarName
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestCanonicalTarName (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestChmodTarEntry
13:54:26 [2021-04-22T13:54:26.414Z] --- PASS: TestChmodTarEntry (0.00s)
13:54:26 [2021-04-22T13:54:26.414Z] === RUN   TestHardLinkOrder
13:54:26 [2021-04-22T13:54:26.599Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
13:54:26 [2021-04-22T13:54:26.599Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
13:54:26 [2021-04-22T13:54:26.599Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
13:54:26 [2021-04-22T13:54:26.876Z] --- PASS: TestHardLinkOrder (0.10s)
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestChangeString
13:54:26 [2021-04-22T13:54:26.876Z] --- PASS: TestChangeString (0.00s)
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestChangesWithNoChanges
13:54:26 [2021-04-22T13:54:26.876Z] --- PASS: TestChangesWithNoChanges (0.02s)
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestChangesWithChanges
13:54:26 [2021-04-22T13:54:26.876Z] --- PASS: TestChangesWithChanges (0.04s)
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestChangesWithChangesGH13590
13:54:26 [2021-04-22T13:54:26.876Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
13:54:26 [2021-04-22T13:54:26.876Z]     changes_test.go:196: needs more investigation
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestChangesDirsEmpty
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestNewAndRemove
13:54:26 [2021-04-22T13:54:26.876Z] --- PASS: TestNewAndRemove (0.00s)
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestRemoveInvalidPath
13:54:26 [2021-04-22T13:54:26.876Z] --- PASS: TestRemoveInvalidPath (0.00s)
13:54:26 [2021-04-22T13:54:26.876Z] PASS
13:54:26 [2021-04-22T13:54:26.876Z] coverage: 82.6% of statements
13:54:26 [2021-04-22T13:54:26.876Z] ok  	github.com/docker/docker/pkg/pidfile	0.049s	coverage: 82.6% of statements
13:54:26 [2021-04-22T13:54:26.876Z] --- PASS: TestChangesDirsEmpty (0.21s)
13:54:26 [2021-04-22T13:54:26.876Z] === RUN   TestChangesDirsMutated
13:54:27 [2021-04-22T13:54:27.257Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
13:54:27 [2021-04-22T13:54:27.257Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
13:54:27 [2021-04-22T13:54:27.257Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
13:54:27 [2021-04-22T13:54:27.257Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
13:54:27 [2021-04-22T13:54:27.257Z] PASS
13:54:27 [2021-04-22T13:54:27.257Z] coverage: 62.5% of statements
13:54:27 [2021-04-22T13:54:27.257Z] ok  	github.com/docker/docker/testutil	0.117s	coverage: 62.5% of statements
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestChangesDirsMutated (0.16s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestApplyLayer
13:54:27 [2021-04-22T13:54:27.339Z] --- SKIP: TestApplyLayer (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z]     changes_test.go:433: needs further investigation
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestChangesSizeWithHardlinks
13:54:27 [2021-04-22T13:54:27.339Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z]     changes_test.go:469: needs further investigation
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestChangesSizeWithNoChanges
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestChangesSize
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestChangesSize (0.01s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestApplyLayerInvalidFilenames
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames724287774\\dest"
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestApplyLayerInvalidFilenames (0.08s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestApplyLayerInvalidHardlink
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink898540544\\victim\\hello" -> "../victim/hello"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink995985759\\victim\\hello" -> "/../victim/hello"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink013016882\\victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink872442089\\victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink598909236\\victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink140817155\\victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestApplyLayerInvalidSymlink
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink186653830\\dest\\dotdot" -> "../victim/hello"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink384094765\\dest\\slash-dotdot" -> "/../victim/hello"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink405835176\\dest\\loophole-victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink763986151\\dest\\loophole-victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink339062554\\dest\\loophole-victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink142604721\\dest\\loophole-victim" -> "../victim"
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestApplyLayerWhiteouts
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestApplyLayerWhiteouts (0.08s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestGenerateEmptyFile
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestGenerateEmptyFile (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestGenerateWithContent
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestGenerateWithContent (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] PASS
13:54:27 [2021-04-22T13:54:27.339Z] coverage: 62.6% of statements
13:54:27 [2021-04-22T13:54:27.339Z] ok  	github.com/docker/docker/pkg/archive	9.491s	coverage: 62.6% of statements
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestParseEmptyInterface
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestParseEmptyInterface (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestParseNonInterfaceType
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestParseNonInterfaceType (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestParseWithOneFunction
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestParseWithOneFunction (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestParseWithMultipleFuncs
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestParseWithUnnamedReturn
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestEmbeddedInterface
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestEmbeddedInterface (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestParsedImports
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestParsedImports (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] === RUN   TestAliasedImports
13:54:27 [2021-04-22T13:54:27.339Z] --- PASS: TestAliasedImports (0.00s)
13:54:27 [2021-04-22T13:54:27.339Z] PASS
13:54:27 [2021-04-22T13:54:27.339Z] coverage: 56.8% of statements
13:54:27 [2021-04-22T13:54:27.339Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.049s	coverage: 56.8% of statements
13:54:27 [2021-04-22T13:54:27.966Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:54:28 [2021-04-22T13:54:28.208Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:54:28 [2021-04-22T13:54:28.315Z] === RUN   TestFailedConnection
13:54:28 [2021-04-22T13:54:28.528Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestNewClientWithTimeout (17.78s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestClientStream
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestClientStream (0.00s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestClientSendFile
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestClientSendFile (0.00s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestClientWithRequestTimeout
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestClientWithRequestTimeout (0.00s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestFileSpecPlugin
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestFileSpecPlugin (0.01s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestFileJSONSpecPlugin
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestFileJSONSpecPlugin (0.01s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestPluginAddHandler
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestPluginAddHandler (0.00s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestPluginWaitBadPlugin
13:54:28 [2021-04-22T13:54:28.662Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
13:54:28 [2021-04-22T13:54:28.662Z] === RUN   TestGet
13:54:28 [2021-04-22T13:54:28.662Z] time="2021-04-22T13:54:28Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestHTTPTransport
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestHTTPTransport (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] PASS
13:54:28 [2021-04-22T13:54:28.777Z] coverage: 85.7% of statements
13:54:28 [2021-04-22T13:54:28.777Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.065s	coverage: 85.7% of statements
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestBufioReaderPoolPutAndGet
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestBufioWriterPoolPutAndGet
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] === RUN   TestBufferPoolPutAndGet
13:54:28 [2021-04-22T13:54:28.777Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
13:54:28 [2021-04-22T13:54:28.777Z] PASS
13:54:28 [2021-04-22T13:54:28.777Z] coverage: 88.2% of statements
13:54:28 [2021-04-22T13:54:28.777Z] ok  	github.com/docker/docker/pkg/pools	0.039s	coverage: 88.2% of statements
13:54:29 [2021-04-22T13:54:29.240Z] --- PASS: TestFailedConnection (1.07s)
13:54:29 [2021-04-22T13:54:29.240Z] === RUN   TestFailOnce
13:54:29 [2021-04-22T13:54:29.240Z] === RUN   TestOutputOnPrematureClose
13:54:29 [2021-04-22T13:54:29.240Z] --- PASS: TestOutputOnPrematureClose (0.00s)
13:54:29 [2021-04-22T13:54:29.240Z] === RUN   TestCompleteSilently
13:54:29 [2021-04-22T13:54:29.240Z] --- PASS: TestCompleteSilently (0.00s)
13:54:29 [2021-04-22T13:54:29.240Z] PASS
13:54:29 [2021-04-22T13:54:29.240Z] coverage: 75.9% of statements
13:54:29 [2021-04-22T13:54:29.240Z] ok  	github.com/docker/docker/pkg/progress	0.040s	coverage: 75.9% of statements
13:54:29 [2021-04-22T13:54:29.615Z] time="2021-04-22T13:54:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
13:54:29 [2021-04-22T13:54:29.702Z] === RUN   TestSendToOneSub
13:54:29 [2021-04-22T13:54:29.702Z] --- PASS: TestSendToOneSub (0.00s)
13:54:29 [2021-04-22T13:54:29.702Z] === RUN   TestSendToMultipleSubs
13:54:29 [2021-04-22T13:54:29.702Z] --- PASS: TestSendToMultipleSubs (0.00s)
13:54:29 [2021-04-22T13:54:29.702Z] === RUN   TestEvictOneSub
13:54:29 [2021-04-22T13:54:29.702Z] --- PASS: TestEvictOneSub (0.00s)
13:54:29 [2021-04-22T13:54:29.702Z] === RUN   TestClosePublisher
13:54:29 [2021-04-22T13:54:29.702Z] --- PASS: TestClosePublisher (0.00s)
13:54:29 [2021-04-22T13:54:29.702Z] === RUN   TestPubSubRace
13:54:29 [2021-04-22T13:54:29.702Z] 2021/04/22 13:54:29 http: panic serving 127.0.0.1:49221: Plugin not ready
13:54:29 [2021-04-22T13:54:29.702Z] goroutine 10 [running]:
13:54:29 [2021-04-22T13:54:29.702Z] net/http.(*conn).serve.func1(0xc000058be0)
13:54:29 [2021-04-22T13:54:29.702Z] 	c:/go/src/net/http/server.go:1795 +0x140
13:54:29 [2021-04-22T13:54:29.702Z] panic(0x849b40, 0x986ad0)
13:54:29 [2021-04-22T13:54:29.702Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
13:54:29 [2021-04-22T13:54:29.702Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300)
13:54:29 [2021-04-22T13:54:29.702Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
13:54:29 [2021-04-22T13:54:29.702Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300)
13:54:29 [2021-04-22T13:54:29.702Z] 	c:/go/src/net/http/server.go:2036 +0x4b
13:54:29 [2021-04-22T13:54:29.702Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300)
13:54:29 [2021-04-22T13:54:29.702Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
13:54:29 [2021-04-22T13:54:29.702Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300)
13:54:29 [2021-04-22T13:54:29.702Z] 	c:/go/src/net/http/server.go:2831 +0xab
13:54:29 [2021-04-22T13:54:29.702Z] net/http.(*conn).serve(0xc000058be0, 0x99b2c0, 0xc00004a980)
13:54:29 [2021-04-22T13:54:29.702Z] 	c:/go/src/net/http/server.go:1919 +0x87c
13:54:29 [2021-04-22T13:54:29.702Z] created by net/http.(*Server).Serve
13:54:29 [2021-04-22T13:54:29.702Z] 	c:/go/src/net/http/server.go:2957 +0x38b
13:54:29 [2021-04-22T13:54:29.702Z] time="2021-04-22T13:54:29Z" 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"
13:54:29 [2021-04-22T13:54:29.896Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
13:54:29 [2021-04-22T13:54:29.896Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
13:54:30 [2021-04-22T13:54:30.164Z] === RUN   TestRegister
13:54:30 [2021-04-22T13:54:30.164Z] --- PASS: TestRegister (0.00s)
13:54:30 [2021-04-22T13:54:30.164Z] === RUN   TestCommand
13:54:30 [2021-04-22T13:54:30.164Z] --- PASS: TestCommand (0.02s)
13:54:30 [2021-04-22T13:54:30.164Z] === RUN   TestNaiveSelf
13:54:30 [2021-04-22T13:54:30.164Z] --- PASS: TestNaiveSelf (0.02s)
13:54:30 [2021-04-22T13:54:30.164Z] PASS
13:54:30 [2021-04-22T13:54:30.164Z] coverage: 82.4% of statements
13:54:30 [2021-04-22T13:54:30.164Z] ok  	github.com/docker/docker/pkg/reexec	0.092s	coverage: 82.4% of statements
13:54:30 [2021-04-22T13:54:30.458Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
13:54:30 [2021-04-22T13:54:30.627Z] --- PASS: TestPubSubRace (1.05s)
13:54:30 [2021-04-22T13:54:30.627Z] PASS
13:54:30 [2021-04-22T13:54:30.627Z] coverage: 75.0% of statements
13:54:30 [2021-04-22T13:54:30.627Z] --- PASS: TestFailOnce (1.16s)
13:54:30 [2021-04-22T13:54:30.627Z] === RUN   TestEchoInputOutput
13:54:30 [2021-04-22T13:54:30.627Z] --- PASS: TestEchoInputOutput (0.00s)
13:54:30 [2021-04-22T13:54:30.627Z] === RUN   TestBackoff
13:54:30 [2021-04-22T13:54:30.627Z] --- PASS: TestBackoff (0.00s)
13:54:30 [2021-04-22T13:54:30.627Z] === RUN   TestAbortRetry
13:54:30 [2021-04-22T13:54:30.627Z] --- PASS: TestAbortRetry (0.00s)
13:54:30 [2021-04-22T13:54:30.627Z] === RUN   TestClientScheme
13:54:30 [2021-04-22T13:54:30.627Z] --- PASS: TestClientScheme (0.00s)
13:54:30 [2021-04-22T13:54:30.627Z] === RUN   TestNewClientWithTimeout
13:54:30 [2021-04-22T13:54:30.627Z] ok  	github.com/docker/docker/pkg/pubsub	1.087s	coverage: 75.0% of statements
13:54:30 [2021-04-22T13:54:30.712Z] === RUN   TestGetAddress
13:54:30 [2021-04-22T13:54:30.712Z] --- PASS: TestGetAddress (0.00s)
13:54:30 [2021-04-22T13:54:30.712Z] === RUN   TestRemove
13:54:30 [2021-04-22T13:54:30.712Z] --- SKIP: TestRemove (0.00s)
13:54:30 [2021-04-22T13:54:30.712Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
13:54:30 [2021-04-22T13:54:30.712Z] === RUN   TestInitializeWithVolumes
13:54:30 [2021-04-22T13:54:30.712Z] --- PASS: TestInitializeWithVolumes (0.00s)
13:54:30 [2021-04-22T13:54:30.712Z] === RUN   TestCreate
13:54:30 [2021-04-22T13:54:30.712Z] --- PASS: TestCreate (0.01s)
13:54:30 [2021-04-22T13:54:30.712Z] === RUN   TestValidateName
13:54:30 [2021-04-22T13:54:30.712Z] --- PASS: TestValidateName (0.00s)
13:54:30 [2021-04-22T13:54:30.712Z] === RUN   TestCreateWithOpts
13:54:30 [2021-04-22T13:54:30.712Z] --- SKIP: TestCreateWithOpts (0.00s)
13:54:30 [2021-04-22T13:54:30.712Z]     local_test.go:181: runtime.GOOS == "windows"
13:54:30 [2021-04-22T13:54:30.712Z] === RUN   TestRelaodNoOpts
13:54:30 [2021-04-22T13:54:30.712Z] --- PASS: TestRelaodNoOpts (0.01s)
13:54:30 [2021-04-22T13:54:30.712Z] PASS
13:54:30 [2021-04-22T13:54:30.712Z] coverage: 41.5% of statements
13:54:30 [2021-04-22T13:54:30.713Z] ok  	github.com/docker/docker/volume/local	0.110s	coverage: 41.5% of statements
13:54:30 [2021-04-22T13:54:30.713Z] === RUN   TestGetDriver
13:54:30 [2021-04-22T13:54:30.713Z] --- PASS: TestGetDriver (0.00s)
13:54:30 [2021-04-22T13:54:30.713Z] === RUN   TestVolumeRequestError
13:54:30 [2021-04-22T13:54:30.713Z] --- PASS: TestVolumeRequestError (0.01s)
13:54:30 [2021-04-22T13:54:30.713Z] PASS
13:54:30 [2021-04-22T13:54:30.713Z] coverage: 36.1% of statements
13:54:30 [2021-04-22T13:54:30.713Z] ok  	github.com/docker/docker/volume/drivers	0.088s	coverage: 36.1% of statements
13:54:31 [2021-04-22T13:54:31.091Z] time="2021-04-22T13:54:30Z" 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"
13:54:31 [2021-04-22T13:54:31.091Z] === RUN   TestParseSignal
13:54:31 [2021-04-22T13:54:31.091Z] --- PASS: TestParseSignal (0.00s)
13:54:31 [2021-04-22T13:54:31.091Z] === RUN   TestValidSignalForPlatform
13:54:31 [2021-04-22T13:54:31.091Z] --- PASS: TestValidSignalForPlatform (0.00s)
13:54:31 [2021-04-22T13:54:31.091Z] PASS
13:54:31 [2021-04-22T13:54:31.091Z] coverage: 20.3% of statements
13:54:31 [2021-04-22T13:54:31.091Z] ok  	github.com/docker/docker/pkg/signal	0.045s	coverage: 20.3% of statements
13:54:31 [2021-04-22T13:54:31.180Z] === RUN   TestConvertTmpfsOptions
13:54:31 [2021-04-22T13:54:31.180Z] --- PASS: TestConvertTmpfsOptions (0.00s)
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:49: data="mode=700,size=1m"
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:49: data="ro"
13:54:31 [2021-04-22T13:54:31.180Z] === RUN   TestParseMountRaw
13:54:31 [2021-04-22T13:54:31.180Z] --- PASS: TestParseMountRaw (0.05s)
13:54:31 [2021-04-22T13:54:31.180Z] === RUN   TestParseMountRawSplit
13:54:31 [2021-04-22T13:54:31.180Z] --- PASS: TestParseMountRawSplit (0.01s)
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 0
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 1
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 2
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 3
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 4
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 5
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 6
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 7
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 8
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 0
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 1
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 2
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 3
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 4
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 5
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 6
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 7
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 8
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 9
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 10
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 11
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 12
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 0
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 1
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 2
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 3
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 4
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 5
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 6
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 7
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 8
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 9
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 10
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:390: case 11
13:54:31 [2021-04-22T13:54:31.180Z] === RUN   TestParseMountSpec
13:54:31 [2021-04-22T13:54:31.180Z] --- PASS: TestParseMountSpec (0.00s)
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:455: case 0
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:455: case 1
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:455: case 2
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:455: case 3
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:455: case 4
13:54:31 [2021-04-22T13:54:31.180Z]     parser_test.go:455: case 5
13:54:31 [2021-04-22T13:54:31.180Z] === RUN   TestParseMountSpecBindWithFileinfoError
13:54:31 [2021-04-22T13:54:31.180Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
13:54:31 [2021-04-22T13:54:31.180Z] === RUN   TestValidateMount
13:54:31 [2021-04-22T13:54:31.180Z] --- PASS: TestValidateMount (0.01s)
13:54:31 [2021-04-22T13:54:31.180Z] PASS
13:54:31 [2021-04-22T13:54:31.180Z] coverage: 66.2% of statements
13:54:31 [2021-04-22T13:54:31.180Z] ok  	github.com/docker/docker/volume/mounts	0.115s	coverage: 66.2% of statements
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestNewStdWriter
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestNewStdWriter (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestWriteWithUninitializedStdWriter
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestWriteWithNilBytes
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestWriteWithNilBytes (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestWrite
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestWrite (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestWriteWithWriterError
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestWriteWithWriterError (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyWriteAndRead
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyReturnsErrorReadingHeader
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyReturnsErrorReadingFrame
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyDetectsCorruptedFrame
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyWithInvalidInputHeader
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyWithCorruptedPrefix
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyReturnsWriteErrors
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] === RUN   TestStdCopyReturnsErrorFromSystem
13:54:31 [2021-04-22T13:54:31.554Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
13:54:31 [2021-04-22T13:54:31.554Z] PASS
13:54:31 [2021-04-22T13:54:31.554Z] coverage: 100.0% of statements
13:54:31 [2021-04-22T13:54:31.554Z] ok  	github.com/docker/docker/pkg/stdcopy	0.045s	coverage: 100.0% of statements
13:54:31 [2021-04-22T13:54:31.630Z] time="2021-04-22T13:54:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
13:54:31 [2021-04-22T13:54:31.824Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
13:54:31 [2021-04-22T13:54:31.824Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
13:54:31 [2021-04-22T13:54:31.824Z] === RUN   TestDockerSuite/TestBuildCacheAdd
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestRawProgressFormatterFormatStatus
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestRawProgressFormatterFormatProgress
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestFormatStatus
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestFormatStatus (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestFormatError
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestFormatError (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestFormatJSONError
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestFormatJSONError (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestJsonProgressFormatterFormatProgress
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestJsonProgressFormatterFormatStatus
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestNewJSONProgressOutput
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestNewJSONProgressOutput (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestAuxFormatterEmit
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestAuxFormatterEmit (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestStreamWriterStdout
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestStreamWriterStdout (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] === RUN   TestStreamWriterStderr
13:54:32 [2021-04-22T13:54:32.016Z] --- PASS: TestStreamWriterStderr (0.00s)
13:54:32 [2021-04-22T13:54:32.016Z] PASS
13:54:32 [2021-04-22T13:54:32.016Z] coverage: 66.2% of statements
13:54:32 [2021-04-22T13:54:32.016Z] ok  	github.com/docker/docker/pkg/streamformatter	0.041s	coverage: 66.2% of statements
13:54:32 [2021-04-22T13:54:32.486Z] === RUN   TestGenerateRandomID
13:54:32 [2021-04-22T13:54:32.486Z] --- PASS: TestGenerateRandomID (0.00s)
13:54:32 [2021-04-22T13:54:32.486Z] === RUN   TestShortenId
13:54:32 [2021-04-22T13:54:32.486Z] --- PASS: TestShortenId (0.00s)
13:54:32 [2021-04-22T13:54:32.486Z] === RUN   TestShortenSha256Id
13:54:32 [2021-04-22T13:54:32.486Z] --- PASS: TestShortenSha256Id (0.00s)
13:54:32 [2021-04-22T13:54:32.486Z] === RUN   TestShortenIdEmpty
13:54:32 [2021-04-22T13:54:32.486Z] --- PASS: TestShortenIdEmpty (0.00s)
13:54:32 [2021-04-22T13:54:32.486Z] === RUN   TestShortenIdInvalid
13:54:32 [2021-04-22T13:54:32.486Z] --- PASS: TestShortenIdInvalid (0.00s)
13:54:32 [2021-04-22T13:54:32.486Z] === RUN   TestIsShortIDNonHex
13:54:32 [2021-04-22T13:54:32.486Z] --- PASS: TestIsShortIDNonHex (0.00s)
13:54:32 [2021-04-22T13:54:32.486Z] === RUN   TestIsShortIDNotCorrectSize
13:54:32 [2021-04-22T13:54:32.486Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
13:54:32 [2021-04-22T13:54:32.486Z] PASS
13:54:32 [2021-04-22T13:54:32.486Z] coverage: 70.6% of statements
13:54:32 [2021-04-22T13:54:32.486Z] ok  	github.com/docker/docker/pkg/stringid	0.034s	coverage: 70.6% of statements
13:54:32 [2021-04-22T13:54:32.486Z] time="2021-04-22T13:54:32Z" 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"
13:54:32 [2021-04-22T13:54:32.752Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestSetGetMeta
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestSetGetMeta
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestRestore
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestRestore
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestServiceCreate
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestServiceCreate
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestServiceList
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestServiceList
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestServiceRemove
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestServiceRemove
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestServiceGet
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestServiceGet
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestServicePrune
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestServicePrune
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestCreate
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestCreate
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestRemove
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestRemove
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestList
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestList
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFindByDriver
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFindByDriver
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFindByReferenced
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFindByReferenced
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestDerefMultipleOfSameRef
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestDerefMultipleOfSameRef
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestDefererencePluginOnCreateError
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestDefererencePluginOnCreateError
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestRefDerefRemove
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestRefDerefRemove
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestGet
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestGet
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestGetWithReference
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestGetWithReference
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_nil_list
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_nil_list
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_empty_list
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_empty_list
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_filter_some
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_filter_some
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_filter_middle
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_filter_middle
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_filter_middle_and_last
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
13:54:33 [2021-04-22T13:54:33.334Z] === RUN   TestFilterFunc/test_filter_first_and_last
13:54:33 [2021-04-22T13:54:33.334Z] === PAUSE TestFilterFunc/test_filter_first_and_last
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_nil_list
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_filter_first_and_last
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_filter_some
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_empty_list
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_filter_middle_and_last
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFilterFunc/test_filter_middle
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestFilterFunc (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestSetGetMeta
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestGetWithReference
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFindByReferenced
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestDefererencePluginOnCreateError
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestSetGetMeta (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestFindByDriver
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestGetWithReference (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestList
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestFindByReferenced (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestRemove
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestDefererencePluginOnCreateError (0.04s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestCreate
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestFindByDriver (0.03s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestServicePrune
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestRemove (0.03s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestServiceGet
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestList (0.03s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestServiceRemove
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestCreate (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestServiceList
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestServiceGet (0.17s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestServiceCreate
13:54:33 [2021-04-22T13:54:33.334Z] time="2021-04-22T13:54:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestServiceRemove (0.18s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestRestore
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestServiceList (0.18s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestGet
13:54:33 [2021-04-22T13:54:33.334Z] time="2021-04-22T13:54:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:33 [2021-04-22T13:54:33.334Z] time="2021-04-22T13:54:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:33 [2021-04-22T13:54:33.334Z] time="2021-04-22T13:54:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestServiceCreate (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestRefDerefRemove
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestGet (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestRestore (0.03s)
13:54:33 [2021-04-22T13:54:33.334Z] time="2021-04-22T13:54:33Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:33 [2021-04-22T13:54:33.334Z] === CONT  TestDerefMultipleOfSameRef
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestServicePrune (0.22s)
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestRefDerefRemove (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
13:54:33 [2021-04-22T13:54:33.334Z] PASS
13:54:33 [2021-04-22T13:54:33.334Z] coverage: 70.3% of statements
13:54:33 [2021-04-22T13:54:33.334Z] ok  	github.com/docker/docker/volume/service	0.365s	coverage: 70.3% of statements
13:54:33 [2021-04-22T13:54:33.462Z] === RUN   TestIsCpusetListAvailable
13:54:33 [2021-04-22T13:54:33.462Z] --- PASS: TestIsCpusetListAvailable (0.00s)
13:54:33 [2021-04-22T13:54:33.462Z] PASS
13:54:33 [2021-04-22T13:54:33.462Z] coverage: 38.2% of statements
13:54:33 [2021-04-22T13:54:33.462Z] ok  	github.com/docker/docker/pkg/sysinfo	0.031s	coverage: 38.2% of statements
13:54:33 [2021-04-22T13:54:33.533Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.86s)
13:54:33 [2021-04-22T13:54:33.533Z] === RUN   TestCreateServiceSecretFileMode
13:54:33 [2021-04-22T13:54:33.681Z] === RUN   TestDockerSuite/TestBuildCacheFrom
13:54:33 [2021-04-22T13:54:33.924Z] === RUN   TestChtimes
13:54:33 [2021-04-22T13:54:33.924Z] --- PASS: TestChtimes (0.00s)
13:54:33 [2021-04-22T13:54:33.924Z] === RUN   TestChtimesWindows
13:54:33 [2021-04-22T13:54:33.924Z] --- PASS: TestChtimesWindows (0.00s)
13:54:33 [2021-04-22T13:54:33.924Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
13:54:33 [2021-04-22T13:54:33.924Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
13:54:33 [2021-04-22T13:54:33.924Z] === RUN   TestEnsureRemoveAllNotExist
13:54:33 [2021-04-22T13:54:33.924Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
13:54:33 [2021-04-22T13:54:33.924Z] === RUN   TestEnsureRemoveAllWithDir
13:54:33 [2021-04-22T13:54:33.924Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
13:54:33 [2021-04-22T13:54:33.924Z] === RUN   TestEnsureRemoveAllWithFile
13:54:33 [2021-04-22T13:54:33.924Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
13:54:33 [2021-04-22T13:54:33.924Z] === RUN   TestHasWin32KSupport
13:54:33 [2021-04-22T13:54:33.924Z] --- PASS: TestHasWin32KSupport (0.00s)
13:54:33 [2021-04-22T13:54:33.924Z]     syscall_windows_test.go:8: win32k: true
13:54:33 [2021-04-22T13:54:33.924Z] PASS
13:54:33 [2021-04-22T13:54:33.924Z] coverage: 12.0% of statements
13:54:33 [2021-04-22T13:54:33.924Z] ok  	github.com/docker/docker/pkg/system	0.055s	coverage: 12.0% of statements
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestTailFile
13:54:34 [2021-04-22T13:54:34.388Z] --- PASS: TestTailFile (0.00s)
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestTailFileManyLines
13:54:34 [2021-04-22T13:54:34.388Z] --- PASS: TestTailFileManyLines (0.00s)
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestTailEmptyFile
13:54:34 [2021-04-22T13:54:34.388Z] --- PASS: TestTailEmptyFile (0.00s)
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestTailNegativeN
13:54:34 [2021-04-22T13:54:34.388Z] --- PASS: TestTailNegativeN (0.00s)
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/single_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/single_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/2_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/2_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/truncated_last_line
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/truncated_last_line#01
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/truncated_last_line#02
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/no_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/12_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/8_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.388Z] === CONT  TestNewTailReader/4_byte_delimiter
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.388Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.388Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/2_byte_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/single_byte_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.389Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.389Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.390Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.391Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.391Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.613Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.64s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.00s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.60s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.21s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.80s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.40s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.98s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.79s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.68s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.85s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.09s)
13:54:34 [2021-04-22T13:54:34.613Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.69s)
13:54:34 [2021-04-22T13:54:34.613Z] === RUN   TestCgroupNamespacesRun
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.855Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.856Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
13:54:34 [2021-04-22T13:54:34.857Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.858Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
13:54:34 [2021-04-22T13:54:34.858Z] --- PASS: TestNewTailReader (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.03s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.03s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.03s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.03s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.02s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.03s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.858Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.03s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.03s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.03s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.02s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.859Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.01s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
13:54:34 [2021-04-22T13:54:34.860Z] PASS
13:54:34 [2021-04-22T13:54:34.860Z] coverage: 88.6% of statements
13:54:34 [2021-04-22T13:54:34.860Z] ok  	github.com/docker/docker/pkg/tailfile	0.451s	coverage: 88.6% of statements
13:54:34 [2021-04-22T13:54:34.860Z] time="2021-04-22T13:54:34Z" 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"
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestTarSumRemoveNonExistent
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestTarSumRemove
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestTarSumRemove (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestSortFileInfoSums
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestSortFileInfoSums (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestNewTarSumForLabelInvalid
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestNewTarSumForLabel
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestNewTarSumForLabel (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestEmptyTar
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestEmptyTar (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestTarSumsReadSize
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestTarSumsReadSize (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestTarSums
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestTarSums (0.10s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestIteration
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestIteration (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestVersionLabelForChecksum
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestVersionLabelForChecksum (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestVersion
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestVersion (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestGetVersion
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestGetVersion (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] === RUN   TestGetVersions
13:54:35 [2021-04-22T13:54:35.323Z] --- PASS: TestGetVersions (0.00s)
13:54:35 [2021-04-22T13:54:35.323Z] PASS
13:54:35 [2021-04-22T13:54:35.323Z] coverage: 89.3% of statements
13:54:35 [2021-04-22T13:54:35.323Z] ok  	github.com/docker/docker/pkg/tarsum	0.158s	coverage: 89.3% of statements
13:54:35 [2021-04-22T13:54:35.448Z] --- PASS: TestCreateServiceSecretFileMode (2.77s)
13:54:35 [2021-04-22T13:54:35.449Z] === RUN   TestCreateServiceConfigFileMode
13:54:35 [2021-04-22T13:54:35.786Z] testing: warning: no tests to run
13:54:35 [2021-04-22T13:54:35.786Z] PASS
13:54:35 [2021-04-22T13:54:35.786Z] coverage: [no statements]
13:54:35 [2021-04-22T13:54:35.786Z] ok  	github.com/docker/docker/pkg/term/windows	0.039s	coverage: [no statements] [no tests to run]
13:54:36 [2021-04-22T13:54:36.199Z] time="2021-04-22T13:54:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
13:54:36 [2021-04-22T13:54:36.248Z] === RUN   TestTruncIndex
13:54:36 [2021-04-22T13:54:36.248Z] --- PASS: TestTruncIndex (0.10s)
13:54:36 [2021-04-22T13:54:36.248Z] PASS
13:54:36 [2021-04-22T13:54:36.248Z] coverage: 91.5% of statements
13:54:36 [2021-04-22T13:54:36.248Z] ok  	github.com/docker/docker/pkg/truncindex	0.142s	coverage: 91.5% of statements
13:54:36 [2021-04-22T13:54:36.711Z] === RUN   TestIsGIT
13:54:36 [2021-04-22T13:54:36.711Z] --- PASS: TestIsGIT (0.00s)
13:54:36 [2021-04-22T13:54:36.711Z] === RUN   TestIsTransport
13:54:36 [2021-04-22T13:54:36.711Z] --- PASS: TestIsTransport (0.00s)
13:54:36 [2021-04-22T13:54:36.711Z] PASS
13:54:36 [2021-04-22T13:54:36.711Z] coverage: 100.0% of statements
13:54:36 [2021-04-22T13:54:36.711Z] ok  	github.com/docker/docker/pkg/urlutil	0.036s	coverage: 100.0% of statements
13:54:37 [2021-04-22T13:54:37.176Z] === RUN   TestVersionInfo
13:54:37 [2021-04-22T13:54:37.176Z] --- PASS: TestVersionInfo (0.00s)
13:54:37 [2021-04-22T13:54:37.176Z] === RUN   TestAppendVersions
13:54:37 [2021-04-22T13:54:37.176Z] --- PASS: TestAppendVersions (0.00s)
13:54:37 [2021-04-22T13:54:37.176Z] PASS
13:54:37 [2021-04-22T13:54:37.176Z] coverage: 88.9% of statements
13:54:37 [2021-04-22T13:54:37.176Z] ok  	github.com/docker/docker/pkg/useragent	0.034s	coverage: 88.9% of statements
13:54:37 [2021-04-22T13:54:37.882Z] --- PASS: TestCgroupNamespacesRun (3.22s)
13:54:37 [2021-04-22T13:54:37.882Z] === RUN   TestCgroupNamespacesRunPrivileged
13:54:37 [2021-04-22T13:54:37.994Z] --- PASS: TestCreateServiceConfigFileMode (2.81s)
13:54:37 [2021-04-22T13:54:37.994Z] === RUN   TestCreateServiceSysctls
13:54:38 [2021-04-22T13:54:38.723Z] === RUN   TestValidatePrivileges
13:54:38 [2021-04-22T13:54:38.723Z] --- PASS: TestValidatePrivileges (0.00s)
13:54:38 [2021-04-22T13:54:38.723Z] === RUN   TestFilterByCapNeg
13:54:38 [2021-04-22T13:54:38.723Z] --- PASS: TestFilterByCapNeg (0.00s)
13:54:38 [2021-04-22T13:54:38.723Z] === RUN   TestFilterByCapPos
13:54:38 [2021-04-22T13:54:38.723Z] --- PASS: TestFilterByCapPos (0.00s)
13:54:38 [2021-04-22T13:54:38.723Z] === RUN   TestStoreGetPluginNotMatchCapRefs
13:54:38 [2021-04-22T13:54:38.723Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
13:54:38 [2021-04-22T13:54:38.723Z] PASS
13:54:38 [2021-04-22T13:54:38.723Z] coverage: 12.0% of statements
13:54:38 [2021-04-22T13:54:38.723Z] ok  	github.com/docker/docker/plugin	0.091s	coverage: 12.0% of statements
13:54:38 [2021-04-22T13:54:38.723Z] === RUN   TestNewSettable
13:54:38 [2021-04-22T13:54:38.723Z] --- PASS: TestNewSettable (0.00s)
13:54:38 [2021-04-22T13:54:38.723Z] === RUN   TestIsSettable
13:54:38 [2021-04-22T13:54:38.723Z] --- PASS: TestIsSettable (0.00s)
13:54:38 [2021-04-22T13:54:38.723Z] === RUN   TestUpdateSettingsEnv
13:54:38 [2021-04-22T13:54:38.723Z] --- PASS: TestUpdateSettingsEnv (0.00s)
13:54:38 [2021-04-22T13:54:38.723Z] PASS
13:54:38 [2021-04-22T13:54:38.723Z] coverage: 20.1% of statements
13:54:38 [2021-04-22T13:54:38.723Z] ok  	github.com/docker/docker/plugin/v2	0.115s	coverage: 20.1% of statements
13:54:39 [2021-04-22T13:54:39.249Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
13:54:39 [2021-04-22T13:54:39.348Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (19.84s)
13:54:39 [2021-04-22T13:54:39.348Z] PASS
13:54:39 [2021-04-22T13:54:39.348Z] 
13:54:39 [2021-04-22T13:54:39.348Z] === Skipped
13:54:39 [2021-04-22T13:54:39.348Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
13:54:39 [2021-04-22T13:54:39.348Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:39 [2021-04-22T13:54:39.348Z] 
13:54:39 [2021-04-22T13:54:39.348Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
13:54:39 [2021-04-22T13:54:39.348Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:39 [2021-04-22T13:54:39.348Z] 
13:54:39 [2021-04-22T13:54:39.348Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
13:54:39 [2021-04-22T13:54:39.348Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:39 [2021-04-22T13:54:39.348Z] 
13:54:39 [2021-04-22T13:54:39.348Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
13:54:39 [2021-04-22T13:54:39.348Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:54:39 [2021-04-22T13:54:39.348Z] 
13:54:39 [2021-04-22T13:54:39.348Z] 
13:54:39 [2021-04-22T13:54:39.348Z] DONE 17 tests, 4 skipped in 39.650s
13:54:39 [2021-04-22T13:54:39.348Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
13:54:39 [2021-04-22T13:54:39.348Z] ++ 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
13:54:39 [2021-04-22T13:54:39.348Z] ++ set -e
13:54:39 [2021-04-22T13:54:39.348Z] ++ '[' -n 0 ']'
13:54:39 [2021-04-22T13:54:39.348Z] ++ set -x
13:54:39 [2021-04-22T13:54:39.348Z] ++ 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
13:54:39 [2021-04-22T13:54:39.348Z] INFO: Testing against a local daemon
13:54:39 [2021-04-22T13:54:39.348Z] === RUN   TestPluginInvalidJSON
13:54:39 [2021-04-22T13:54:39.348Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
13:54:39 [2021-04-22T13:54:39.348Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
13:54:39 [2021-04-22T13:54:39.348Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
13:54:39 [2021-04-22T13:54:39.348Z] --- PASS: TestPluginInvalidJSON (0.03s)
13:54:39 [2021-04-22T13:54:39.348Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
13:54:39 [2021-04-22T13:54:39.348Z] === RUN   TestPluginInstall
13:54:39 [2021-04-22T13:54:39.348Z] === RUN   TestPluginInstall/no_auth
13:54:39 [2021-04-22T13:54:39.348Z] time="2021-04-22T13:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:54:39 [2021-04-22T13:54:39.348Z] time="2021-04-22T13:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1046c5af326d9453011753deee53aecc6e8c9c869b78f1f7a33ca5b0bc5b1a3" mediatype=application/vnd.docker.plugin.v1+json size=522
13:54:39 [2021-04-22T13:54:39.348Z] time="2021-04-22T13:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:54:39 [2021-04-22T13:54:39.348Z] time="2021-04-22T13:54:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1046c5af326d9453011753deee53aecc6e8c9c869b78f1f7a33ca5b0bc5b1a3" mediatype=application/vnd.docker.plugin.v1+json size=522
13:54:39 [2021-04-22T13:54:39.609Z] === RUN   TestPluginInstall/with_htpasswd
13:54:39 [2021-04-22T13:54:39.698Z] time="2021-04-22T13:54:39Z" 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"
13:54:39 [2021-04-22T13:54:39.698Z] === RUN   TestLoad
13:54:39 [2021-04-22T13:54:39.698Z] --- PASS: TestLoad (0.00s)
13:54:39 [2021-04-22T13:54:39.699Z] === RUN   TestSave
13:54:39 [2021-04-22T13:54:39.699Z] --- PASS: TestSave (0.03s)
13:54:39 [2021-04-22T13:54:39.699Z] === RUN   TestAddDeleteGet
13:54:39 [2021-04-22T13:54:39.699Z] --- PASS: TestAddDeleteGet (0.04s)
13:54:39 [2021-04-22T13:54:39.699Z] === RUN   TestInvalidTags
13:54:39 [2021-04-22T13:54:39.699Z] --- PASS: TestInvalidTags (0.01s)
13:54:39 [2021-04-22T13:54:39.699Z] PASS
13:54:39 [2021-04-22T13:54:39.699Z] coverage: 84.4% of statements
13:54:39 [2021-04-22T13:54:39.699Z] ok  	github.com/docker/docker/reference	0.129s	coverage: 84.4% of statements
13:54:39 [2021-04-22T13:54:39.812Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.07s)
13:54:39 [2021-04-22T13:54:39.812Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
13:54:40 [2021-04-22T13:54:40.550Z] time="2021-04-22T13:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:54:40 [2021-04-22T13:54:40.550Z] time="2021-04-22T13:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:69b6454abe375354125adb739b365459ca6e110d81e96dde83b7a4c8abb84c4b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:54:40 [2021-04-22T13:54:40.550Z] time="2021-04-22T13:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:54:40 [2021-04-22T13:54:40.550Z] time="2021-04-22T13:54:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:69b6454abe375354125adb739b365459ca6e110d81e96dde83b7a4c8abb84c4b" mediatype=application/vnd.docker.plugin.v1+json size=522
13:54:40 [2021-04-22T13:54:40.811Z] === RUN   TestPluginInstall/with_insecure
13:54:41 [2021-04-22T13:54:41.181Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
13:54:41 [2021-04-22T13:54:41.250Z] === RUN   TestResolveAuthConfigIndexServer
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestResolveAuthConfigFullURL
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestLoadAllowNondistributableArtifacts
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestValidateMirror
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestValidateMirror (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestLoadInsecureRegistries
13:54:41 [2021-04-22T13:54:41.251Z] time="2021-04-22T13:54:40Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
13:54:41 [2021-04-22T13:54:41.251Z] time="2021-04-22T13:54:41Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
13:54:41 [2021-04-22T13:54:41.251Z] time="2021-04-22T13:54:41Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestLoadInsecureRegistries (0.12s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestNewServiceConfig
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestNewServiceConfig (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestValidateIndexName
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestValidateIndexName (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestValidateIndexNameWithError
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestValidateIndexNameWithError (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestEndpointParse
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestEndpointParse (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestEndpointParseInvalid
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestEndpointParseInvalid (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestValidateEndpoint
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestValidateEndpoint (0.01s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestPing
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestPing (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestPingRegistryEndpoint
13:54:41 [2021-04-22T13:54:41.251Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestEndpoint
13:54:41 [2021-04-22T13:54:41.251Z] --- SKIP: TestEndpoint (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestParseRepositoryInfo
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestParseRepositoryInfo (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestNewIndexInfo
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestNewIndexInfo (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestMirrorEndpointLookup
13:54:41 [2021-04-22T13:54:41.251Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestSearchRepositories
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestSearchRepositories (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
13:54:41 [2021-04-22T13:54:41.251Z]         Host: 127.0.0.1:49230
13:54:41 [2021-04-22T13:54:41.251Z]         User-Agent: docker test client
13:54:41 [2021-04-22T13:54:41.251Z]         Authorization: Token fake-token
13:54:41 [2021-04-22T13:54:41.251Z]         X-Docker-Token: true
13:54:41 [2021-04-22T13:54:41.251Z]         Accept-Encoding: gzip
13:54:41 [2021-04-22T13:54:41.251Z]         
13:54:41 [2021-04-22T13:54:41.251Z]         
13:54:41 [2021-04-22T13:54:41.251Z]     registry_test.go:730: HTTP/1.1 200 OK
13:54:41 [2021-04-22T13:54:41.251Z]         Connection: close
13:54:41 [2021-04-22T13:54:41.251Z]         Content-Length: 144
13:54:41 [2021-04-22T13:54:41.251Z]         Cache-Control: no-cache
13:54:41 [2021-04-22T13:54:41.251Z]         Content-Type: application/json
13:54:41 [2021-04-22T13:54:41.251Z]         Date: Thu, 22 Apr 2021 13:54:41 GMT
13:54:41 [2021-04-22T13:54:41.251Z]         Expires: -1
13:54:41 [2021-04-22T13:54:41.251Z]         Pragma: no-cache
13:54:41 [2021-04-22T13:54:41.251Z]         Server: docker-tests/mock
13:54:41 [2021-04-22T13:54:41.251Z]         X-Docker-Registry-Config: mock
13:54:41 [2021-04-22T13:54:41.251Z]         X-Docker-Registry-Version: 0.0.0
13:54:41 [2021-04-22T13:54:41.251Z]         
13:54:41 [2021-04-22T13:54:41.251Z]         
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestTrustedLocation
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestTrustedLocation (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestAllowNondistributableArtifacts
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] === RUN   TestIsSecureIndex
13:54:41 [2021-04-22T13:54:41.251Z] --- PASS: TestIsSecureIndex (0.00s)
13:54:41 [2021-04-22T13:54:41.251Z] PASS
13:54:41 [2021-04-22T13:54:41.251Z] coverage: 51.7% of statements
13:54:41 [2021-04-22T13:54:41.251Z] ok  	github.com/docker/docker/registry	0.302s	coverage: 51.7% of statements
13:54:41 [2021-04-22T13:54:41.437Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestHeaderSimpleErrors
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestHeaderTooMuchFailures
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestReaderWithReadError
13:54:41 [2021-04-22T13:54:41.713Z] time="2021-04-22T13:54:41Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestReader
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestReader (0.00s)
13:54:41 [2021-04-22T13:54:41.713Z] === RUN   TestResumableRequestReaderWithInitialResponse
13:54:41 [2021-04-22T13:54:41.713Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
13:54:41 [2021-04-22T13:54:41.713Z] PASS
13:54:41 [2021-04-22T13:54:41.713Z] coverage: 100.0% of statements
13:54:41 [2021-04-22T13:54:41.713Z] ok  	github.com/docker/docker/registry/resumable	0.240s	coverage: 100.0% of statements
13:54:42 [2021-04-22T13:54:42.175Z] === RUN   TestRestartManagerTimeout
13:54:42 [2021-04-22T13:54:42.175Z] --- PASS: TestRestartManagerTimeout (0.00s)
13:54:42 [2021-04-22T13:54:42.175Z] === RUN   TestRestartManagerTimeoutReset
13:54:42 [2021-04-22T13:54:42.175Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
13:54:42 [2021-04-22T13:54:42.175Z] PASS
13:54:42 [2021-04-22T13:54:42.175Z] coverage: 50.9% of statements
13:54:42 [2021-04-22T13:54:42.175Z] ok  	github.com/docker/docker/restartmanager	0.042s	coverage: 50.9% of statements
13:54:42 [2021-04-22T13:54:42.199Z] --- PASS: TestCreateServiceSysctls (3.67s)
13:54:42 [2021-04-22T13:54:42.199Z] === RUN   TestCreateServiceCapabilities
13:54:42 [2021-04-22T13:54:42.365Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.74s)
13:54:42 [2021-04-22T13:54:42.365Z] === RUN   TestCgroupNamespacesRunHostMode
13:54:42 [2021-04-22T13:54:42.636Z] === RUN   TestDecodeContainerConfig
13:54:42 [2021-04-22T13:54:42.636Z] --- PASS: TestDecodeContainerConfig (0.00s)
13:54:42 [2021-04-22T13:54:42.637Z] === RUN   TestDecodeContainerConfigIsolation
13:54:42 [2021-04-22T13:54:42.637Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
13:54:42 [2021-04-22T13:54:42.637Z] === RUN   TestValidatePrivileged
13:54:42 [2021-04-22T13:54:42.637Z] --- PASS: TestValidatePrivileged (0.00s)
13:54:42 [2021-04-22T13:54:42.637Z] PASS
13:54:42 [2021-04-22T13:54:42.637Z] coverage: 52.2% of statements
13:54:42 [2021-04-22T13:54:42.637Z] ok  	github.com/docker/docker/runconfig	0.043s	coverage: 52.2% of statements
13:54:42 [2021-04-22T13:54:42.723Z] time="2021-04-22T13:54:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:54:42 [2021-04-22T13:54:42.723Z] time="2021-04-22T13:54:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a0b7dc4bd4303faa040cfae59b5ca511be07049744d9b90f74a5268e3fa49b12" mediatype=application/vnd.docker.plugin.v1+json size=522
13:54:42 [2021-04-22T13:54:42.723Z] time="2021-04-22T13:54:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
13:54:42 [2021-04-22T13:54:42.723Z] time="2021-04-22T13:54:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a0b7dc4bd4303faa040cfae59b5ca511be07049744d9b90f74a5268e3fa49b12" mediatype=application/vnd.docker.plugin.v1+json size=522
13:54:42 [2021-04-22T13:54:42.927Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
13:54:42 [2021-04-22T13:54:42.984Z] --- PASS: TestPluginInstall (5.89s)
13:54:42 [2021-04-22T13:54:42.984Z]     --- PASS: TestPluginInstall/no_auth (2.57s)
13:54:42 [2021-04-22T13:54:42.984Z]     --- PASS: TestPluginInstall/with_htpasswd (1.14s)
13:54:42 [2021-04-22T13:54:42.984Z]     --- PASS: TestPluginInstall/with_insecure (2.18s)
13:54:42 [2021-04-22T13:54:42.984Z]         plugin_test.go:165: [da786adff00c3] daemon is not started
13:54:42 [2021-04-22T13:54:42.984Z] === RUN   TestPluginsWithRuntimes
13:54:43 [2021-04-22T13:54:43.099Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
13:54:43 [2021-04-22T13:54:43.099Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
13:54:43 [2021-04-22T13:54:43.099Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
13:54:43 [2021-04-22T13:54:43.099Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
13:54:43 [2021-04-22T13:54:43.099Z] PASS
13:54:43 [2021-04-22T13:54:43.099Z] coverage: 62.5% of statements
13:54:43 [2021-04-22T13:54:43.099Z] ok  	github.com/docker/docker/testutil	0.072s	coverage: 62.5% of statements
13:54:43 [2021-04-22T13:54:43.856Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
13:54:44 [2021-04-22T13:54:44.691Z] --- PASS: TestGet (15.05s)
13:54:44 [2021-04-22T13:54:44.691Z] === RUN   TestPluginWithNoManifest
13:54:44 [2021-04-22T13:54:44.691Z] --- PASS: TestPluginWithNoManifest (0.00s)
13:54:44 [2021-04-22T13:54:44.691Z] === RUN   TestGetAll
13:54:44 [2021-04-22T13:54:44.691Z] --- PASS: TestGetAll (0.00s)
13:54:44 [2021-04-22T13:54:44.691Z] PASS
13:54:44 [2021-04-22T13:54:44.691Z] coverage: 73.4% of statements
13:54:44 [2021-04-22T13:54:44.691Z] ok  	github.com/docker/docker/pkg/plugins	36.414s	coverage: 73.4% of statements
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/pkg/term	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/quota	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/rootless	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/volume	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:54:44 [2021-04-22T13:54:44.691Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:54:44 [2021-04-22T13:54:44.742Z] --- PASS: TestCreateServiceCapabilities (2.82s)
13:54:44 [2021-04-22T13:54:44.742Z] === RUN   TestInspect
13:54:45 [2021-04-22T13:54:45.223Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
13:54:45 [2021-04-22T13:54:45.223Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
13:54:45 [2021-04-22T13:54:45.480Z] --- PASS: TestCgroupNamespacesRunHostMode (3.05s)
13:54:45 [2021-04-22T13:54:45.480Z] === RUN   TestCgroupNamespacesRunPrivateMode
13:54:45 [2021-04-22T13:54:45.527Z] === RUN   TestPluginsWithRuntimes/No_Args
13:54:45 [2021-04-22T13:54:45.972Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:54:46 [2021-04-22T13:54:46.021Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:54:46 [2021-04-22T13:54:46.231Z] Copying nested executables into bundles/cross/linux/amd64
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestGetDriver
13:54:46 [2021-04-22T13:54:46.484Z] --- PASS: TestGetDriver (0.00s)
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestVolumeRequestError
13:54:46 [2021-04-22T13:54:46.484Z] --- PASS: TestVolumeRequestError (0.01s)
13:54:46 [2021-04-22T13:54:46.484Z] PASS
13:54:46 [2021-04-22T13:54:46.484Z] coverage: 36.1% of statements
13:54:46 [2021-04-22T13:54:46.484Z] ok  	github.com/docker/docker/volume/drivers	0.166s	coverage: 36.1% of statements
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestGetAddress
13:54:46 [2021-04-22T13:54:46.484Z] --- PASS: TestGetAddress (0.00s)
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestRemove
13:54:46 [2021-04-22T13:54:46.484Z] --- SKIP: TestRemove (0.00s)
13:54:46 [2021-04-22T13:54:46.484Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestInitializeWithVolumes
13:54:46 [2021-04-22T13:54:46.484Z] --- PASS: TestInitializeWithVolumes (0.01s)
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestCreate
13:54:46 [2021-04-22T13:54:46.484Z] --- PASS: TestCreate (0.01s)
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestValidateName
13:54:46 [2021-04-22T13:54:46.484Z] --- PASS: TestValidateName (0.00s)
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestCreateWithOpts
13:54:46 [2021-04-22T13:54:46.484Z] --- SKIP: TestCreateWithOpts (0.00s)
13:54:46 [2021-04-22T13:54:46.484Z]     local_test.go:181: runtime.GOOS == "windows"
13:54:46 [2021-04-22T13:54:46.484Z] === RUN   TestRelaodNoOpts
13:54:46 [2021-04-22T13:54:46.484Z] --- PASS: TestRelaodNoOpts (0.01s)
13:54:46 [2021-04-22T13:54:46.484Z] PASS
13:54:46 [2021-04-22T13:54:46.484Z] coverage: 41.5% of statements
13:54:46 [2021-04-22T13:54:46.484Z] ok  	github.com/docker/docker/volume/local	0.112s	coverage: 41.5% of statements
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === Skipped
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     dispatchers_test.go:377: Windows does not support stopsignal
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
13:54:46 [2021-04-22T13:54:46.843Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     client_test.go:23: runtime.GOOS == "windows"
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     daemon_test.go:147: root required
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     reload_test.go:520: root required
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     pull_v2_test.go:73: Needs fixing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     pull_v2_test.go:118: Needs fixing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     download_test.go:268: Needs fixing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     layer_test.go:304: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     layer_test.go:353: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     layer_test.go:468: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     layer_test.go:697: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     migration_test.go:46: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     migration_test.go:182: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     mount_test.go:17: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     mount_test.go:76: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     mount_test.go:125: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     mount_test.go:212: Failing on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:134: Xz not present in msys2
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:239: Failing on Windows CI machines
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_windows_test.go:16: Currently fails
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     changes_test.go:196: needs more investigation
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     changes_test.go:433: needs further investigation
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     changes_test.go:469: needs further investigation
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     poller_test.go:41: No chmod on Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     fileutils_test.go:134: Needs porting to Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     fileutils_test.go:180: Needs porting to Windows
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
13:54:46 [2021-04-22T13:54:46.843Z]     local_test.go:181: runtime.GOOS == "windows"
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] 
13:54:46 [2021-04-22T13:54:46.843Z] DONE 1833 tests, 47 skipped in 227.667s
13:54:46 [2021-04-22T13:54:46.843Z] INFO: make.ps1 ended at 04/22/2021 13:54:46
13:54:47 [2021-04-22T13:54:47.457Z] === RUN   TestConvertTmpfsOptions
13:54:47 [2021-04-22T13:54:47.457Z] --- PASS: TestConvertTmpfsOptions (0.00s)
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:49: data="mode=700,size=1m"
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:49: data="ro"
13:54:47 [2021-04-22T13:54:47.457Z] === RUN   TestParseMountRaw
13:54:47 [2021-04-22T13:54:47.457Z] --- PASS: TestParseMountRaw (0.02s)
13:54:47 [2021-04-22T13:54:47.457Z] === RUN   TestParseMountRawSplit
13:54:47 [2021-04-22T13:54:47.457Z] --- PASS: TestParseMountRawSplit (0.00s)
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 0
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 1
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 2
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 3
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 4
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 5
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 6
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 7
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 8
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 0
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 1
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 2
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 3
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 4
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 5
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 6
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 7
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 8
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 9
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 10
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 11
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 12
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 0
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 1
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 2
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 3
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 4
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 5
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 6
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 7
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 8
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 9
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 10
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:390: case 11
13:54:47 [2021-04-22T13:54:47.457Z] === RUN   TestParseMountSpec
13:54:47 [2021-04-22T13:54:47.457Z] --- PASS: TestParseMountSpec (0.00s)
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:455: case 0
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:455: case 1
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:455: case 2
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:455: case 3
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:455: case 4
13:54:47 [2021-04-22T13:54:47.457Z]     parser_test.go:455: case 5
13:54:47 [2021-04-22T13:54:47.457Z] === RUN   TestParseMountSpecBindWithFileinfoError
13:54:47 [2021-04-22T13:54:47.457Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
13:54:47 [2021-04-22T13:54:47.457Z] === RUN   TestValidateMount
13:54:47 [2021-04-22T13:54:47.457Z] --- PASS: TestValidateMount (0.00s)
13:54:47 [2021-04-22T13:54:47.457Z] PASS
13:54:47 [2021-04-22T13:54:47.457Z] coverage: 66.2% of statements
13:54:47 [2021-04-22T13:54:47.457Z] ok  	github.com/docker/docker/volume/mounts	0.070s	coverage: 66.2% of statements
13:54:47 [2021-04-22T13:54:47.610Z] Cross building: bundles/cross/windows/amd64
13:54:47 [2021-04-22T13:54:47.610Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
13:54:47 [2021-04-22T13:54:47.610Z] GOOS="windows" GOARCH="amd64" GOARM=""
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestSetGetMeta
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestSetGetMeta
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestRestore
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestRestore
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestServiceCreate
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestServiceCreate
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestServiceList
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestServiceList
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestServiceRemove
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestServiceRemove
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestServiceGet
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestServiceGet
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestServicePrune
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestServicePrune
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestCreate
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestCreate
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestRemove
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestRemove
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestList
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestList
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFindByDriver
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFindByDriver
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFindByReferenced
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFindByReferenced
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestDerefMultipleOfSameRef
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestDerefMultipleOfSameRef
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestDefererencePluginOnCreateError
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestDefererencePluginOnCreateError
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestRefDerefRemove
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestRefDerefRemove
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestGet
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestGet
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestGetWithReference
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestGetWithReference
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_nil_list
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_nil_list
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_empty_list
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_empty_list
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_filter_some
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_filter_some
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_filter_middle
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_filter_middle
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_filter_middle_and_last
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
13:54:47 [2021-04-22T13:54:47.919Z] === RUN   TestFilterFunc/test_filter_first_and_last
13:54:47 [2021-04-22T13:54:47.919Z] === PAUSE TestFilterFunc/test_filter_first_and_last
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_nil_list
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_filter_first_and_last
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_filter_some
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_filter_middle_and_last
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_filter_middle
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFilterFunc/test_empty_list
13:54:47 [2021-04-22T13:54:47.919Z] --- PASS: TestFilterFunc (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestSetGetMeta
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestFindByDriver
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestServiceGet
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestServiceList
13:54:47 [2021-04-22T13:54:47.919Z] --- PASS: TestSetGetMeta (0.02s)
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestGetWithReference
13:54:47 [2021-04-22T13:54:47.919Z] --- PASS: TestFindByDriver (0.04s)
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestGet
13:54:47 [2021-04-22T13:54:47.919Z] --- PASS: TestGetWithReference (0.03s)
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestRefDerefRemove
13:54:47 [2021-04-22T13:54:47.919Z] --- PASS: TestGet (0.02s)
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestDefererencePluginOnCreateError
13:54:47 [2021-04-22T13:54:47.919Z] --- PASS: TestRefDerefRemove (0.02s)
13:54:47 [2021-04-22T13:54:47.919Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
13:54:48 [2021-04-22T13:54:48.045Z] --- PASS: TestInspect (3.26s)
13:54:48 [2021-04-22T13:54:48.045Z] === RUN   TestCreateJob
13:54:48 [2021-04-22T13:54:48.068Z] === RUN   TestPluginsWithRuntimes/With_Args
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestDerefMultipleOfSameRef
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestDefererencePluginOnCreateError (0.02s)
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestFindByReferenced
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestNewClientWithTimeout (17.62s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestClientStream
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestClientStream (0.00s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestClientSendFile
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestClientSendFile (0.00s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestClientWithRequestTimeout
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestRemove
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestClientWithRequestTimeout (0.00s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestFileSpecPlugin
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestFindByReferenced (0.02s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestList
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestFileSpecPlugin (0.01s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestFileJSONSpecPlugin
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestFileJSONSpecPlugin (0.01s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestPluginAddHandler
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestPluginAddHandler (0.00s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestPluginWaitBadPlugin
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
13:54:48 [2021-04-22T13:54:48.381Z] === RUN   TestGet
13:54:48 [2021-04-22T13:54:48.381Z] time="2021-04-22T13:54:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestRemove (0.03s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestServiceRemove
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestList (0.03s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestCreate
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestCreate (0.02s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestServiceCreate
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestServiceGet (0.18s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestRestore
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestServiceRemove (0.05s)
13:54:48 [2021-04-22T13:54:48.381Z] === CONT  TestServicePrune
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestServiceCreate (0.04s)
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestServiceList (0.19s)
13:54:48 [2021-04-22T13:54:48.381Z] time="2021-04-22T13:54:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestRestore (0.03s)
13:54:48 [2021-04-22T13:54:48.381Z] time="2021-04-22T13:54:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:48 [2021-04-22T13:54:48.381Z] time="2021-04-22T13:54:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:48 [2021-04-22T13:54:48.381Z] time="2021-04-22T13:54:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
13:54:48 [2021-04-22T13:54:48.381Z] time="2021-04-22T13:54:48Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
13:54:48 [2021-04-22T13:54:48.381Z] --- PASS: TestServicePrune (0.05s)
13:54:48 [2021-04-22T13:54:48.381Z] PASS
13:54:48 [2021-04-22T13:54:48.381Z] coverage: 70.3% of statements
13:54:48 [2021-04-22T13:54:48.381Z] ok  	github.com/docker/docker/volume/service	0.321s	coverage: 70.3% of statements
13:54:48 [2021-04-22T13:54:48.994Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
13:54:48 [2021-04-22T13:54:48.994Z] INFO: Unit tests ended at 04/22/2021 13:54:48. Duration:00:04:06.6168143
13:54:48 [2021-04-22T13:54:48.994Z] INFO: Building busybox
13:54:48 [2021-04-22T13:54:48.994Z] Sending build context to Docker daemon   5.12kB
13:54:48 [2021-04-22T13:54:48.994Z] 
13:54:48 [2021-04-22T13:54:48.994Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
13:54:48 [2021-04-22T13:54:48.994Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
13:54:48 [2021-04-22T13:54:48.994Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
13:54:48 [2021-04-22T13:54:48.994Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
13:54:48 [2021-04-22T13:54:48.994Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
13:54:48 [2021-04-22T13:54:48.994Z]  ---> 39d157a84080
13:54:48 [2021-04-22T13:54:48.994Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
13:54:48 [2021-04-22T13:54:48.994Z]  ---> Running in 65d539d5014d
13:54:49 [2021-04-22T13:54:49.359Z] time="2021-04-22T13:54:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
13:54:49 [2021-04-22T13:54:49.657Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.63s)
13:54:49 [2021-04-22T13:54:49.657Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
13:54:50 [2021-04-22T13:54:50.612Z] --- PASS: TestPluginsWithRuntimes (7.11s)
13:54:50 [2021-04-22T13:54:50.612Z]     --- PASS: TestPluginsWithRuntimes/No_Args (2.26s)
13:54:50 [2021-04-22T13:54:50.612Z]     --- PASS: TestPluginsWithRuntimes/With_Args (2.19s)
13:54:50 [2021-04-22T13:54:50.612Z] === RUN   TestPluginBackCompatMediaTypes
13:54:51 [2021-04-22T13:54:51.182Z] --- PASS: TestPluginBackCompatMediaTypes (1.11s)
13:54:51 [2021-04-22T13:54:51.182Z] PASS
13:54:51 [2021-04-22T13:54:51.182Z] 
13:54:51 [2021-04-22T13:54:51.182Z] DONE 10 tests in 14.302s
13:54:51 [2021-04-22T13:54:51.183Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
13:54:51 [2021-04-22T13:54:51.183Z] ++ 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
13:54:51 [2021-04-22T13:54:51.183Z] ++ set -e
13:54:51 [2021-04-22T13:54:51.183Z] ++ '[' -n 0 ']'
13:54:51 [2021-04-22T13:54:51.183Z] ++ set -x
13:54:51 [2021-04-22T13:54:51.183Z] ++ 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
13:54:51 [2021-04-22T13:54:51.347Z] --- PASS: TestCreateJob (3.66s)
13:54:51 [2021-04-22T13:54:51.347Z] === RUN   TestReplicatedJob
13:54:51 [2021-04-22T13:54:51.443Z] INFO: Testing against a local daemon
13:54:51 [2021-04-22T13:54:51.443Z] === RUN   TestExternalGraphDriver
13:54:51 [2021-04-22T13:54:51.443Z] === RUN   TestExternalGraphDriver/json
13:54:51 [2021-04-22T13:54:51.548Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.24s)
13:54:51 [2021-04-22T13:54:51.548Z] === RUN   TestCgroupNamespacesRunInvalidMode
13:54:51 [2021-04-22T13:54:51.551Z] time="2021-04-22T13:54:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
13:54:52 [2021-04-22T13:54:52.478Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.17s)
13:54:52 [2021-04-22T13:54:52.478Z] === RUN   TestCgroupNamespacesRunOlderClient
13:54:52 [2021-04-22T13:54:52.689Z] Removing intermediate container 65d539d5014d
13:54:52 [2021-04-22T13:54:52.689Z]  ---> d4c5cc3c1e2d
13:54:52 [2021-04-22T13:54:52.689Z] Step 7/13 : ARG BUSYBOX_VERSION
13:54:52 [2021-04-22T13:54:52.737Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
13:54:53 [2021-04-22T13:54:53.141Z]  ---> Running in 735c51e0e7d4
13:54:53 [2021-04-22T13:54:53.141Z] Removing intermediate container 735c51e0e7d4
13:54:53 [2021-04-22T13:54:53.141Z]  ---> aaa8f3eeceff
13:54:53 [2021-04-22T13:54:53.141Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
13:54:53 [2021-04-22T13:54:53.592Z]  ---> Running in 9047a25087cc
13:54:54 [2021-04-22T13:54:54.042Z] Removing intermediate container 9047a25087cc
13:54:54 [2021-04-22T13:54:54.042Z]  ---> aa5ea617697e
13:54:54 [2021-04-22T13:54:54.042Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
13:54:54 [2021-04-22T13:54:54.994Z] 
13:54:55 [2021-04-22T13:54:55.303Z] time="2021-04-22T13:54:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
13:54:55 [2021-04-22T13:54:55.447Z]  ---> 9dd59fd178c5
13:54:55 [2021-04-22T13:54:55.447Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
13:54:55 [2021-04-22T13:54:55.646Z] === RUN   TestExternalGraphDriver/spec
13:54:55 [2021-04-22T13:54:55.901Z]  ---> Running in a79e21aebbef
13:54:56 [2021-04-22T13:54:56.010Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.39s)
13:54:56 [2021-04-22T13:54:56.010Z] === RUN   TestKernelTCPMemory
13:54:56 [2021-04-22T13:54:56.302Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
13:54:57 [2021-04-22T13:54:57.267Z] === RUN   TestDockerSuite/TestBuildClearCmd
13:54:58 [2021-04-22T13:54:58.214Z] --- PASS: TestKernelTCPMemory (2.19s)
13:54:58 [2021-04-22T13:54:58.214Z] === RUN   TestNISDomainname
13:54:58 [2021-04-22T13:54:58.214Z] === RUN   TestDockerSuite/TestBuildCmd
13:54:58 [2021-04-22T13:54:58.777Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
13:54:59 [2021-04-22T13:54:59.340Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
13:54:59 [2021-04-22T13:54:59.488Z] --- PASS: TestReplicatedJob (6.68s)
13:54:59 [2021-04-22T13:54:59.488Z] === RUN   TestUpdateReplicatedJob
13:54:59 [2021-04-22T13:54:59.849Z] === RUN   TestExternalGraphDriver/pull
13:54:59 [2021-04-22T13:54:59.902Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
13:54:59 [2021-04-22T13:54:59.902Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
13:55:00 [2021-04-22T13:55:00.832Z] --- PASS: TestNISDomainname (2.71s)
13:55:00 [2021-04-22T13:55:00.832Z] === RUN   TestHostnameDnsResolution
13:55:01 [2021-04-22T13:55:01.762Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
13:55:02 [2021-04-22T13:55:02.034Z] --- PASS: TestUpdateReplicatedJob (3.90s)
13:55:02 [2021-04-22T13:55:02.034Z] === RUN   TestServiceListWithStatuses
13:55:02 [2021-04-22T13:55:02.034Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:55:02 [2021-04-22T13:55:02.034Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:55:02 [2021-04-22T13:55:02.034Z] === RUN   TestDockerNetworkConnectAlias
13:55:02 [2021-04-22T13:55:02.392Z] --- PASS: TestExternalGraphDriver (10.79s)
13:55:02 [2021-04-22T13:55:02.392Z]     --- PASS: TestExternalGraphDriver/json (3.68s)
13:55:02 [2021-04-22T13:55:02.392Z]     --- PASS: TestExternalGraphDriver/spec (4.05s)
13:55:02 [2021-04-22T13:55:02.392Z]     --- PASS: TestExternalGraphDriver/pull (2.93s)
13:55:02 [2021-04-22T13:55:02.392Z] === RUN   TestGraphdriverPluginV2
13:55:02 [2021-04-22T13:55:02.392Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
13:55:02 [2021-04-22T13:55:02.392Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:55:02 [2021-04-22T13:55:02.392Z] PASS
13:55:02 [2021-04-22T13:55:02.392Z] 
13:55:02 [2021-04-22T13:55:02.392Z] === Skipped
13:55:02 [2021-04-22T13:55:02.392Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
13:55:02 [2021-04-22T13:55:02.392Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:55:02 [2021-04-22T13:55:02.392Z] 
13:55:02 [2021-04-22T13:55:02.392Z] 
13:55:02 [2021-04-22T13:55:02.392Z] DONE 5 tests, 1 skipped in 10.967s
13:55:02 [2021-04-22T13:55:02.392Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
13:55:02 [2021-04-22T13:55:02.392Z] ++ 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
13:55:02 [2021-04-22T13:55:02.392Z] ++ set -e
13:55:02 [2021-04-22T13:55:02.392Z] ++ '[' -n 0 ']'
13:55:02 [2021-04-22T13:55:02.392Z] ++ set -x
13:55:02 [2021-04-22T13:55:02.392Z] ++ 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
13:55:02 [2021-04-22T13:55:02.392Z] INFO: Testing against a local daemon
13:55:02 [2021-04-22T13:55:02.392Z] === RUN   TestContinueAfterPluginCrash
13:55:02 [2021-04-22T13:55:02.392Z] === PAUSE TestContinueAfterPluginCrash
13:55:02 [2021-04-22T13:55:02.392Z] === RUN   TestReadPluginNoRead
13:55:02 [2021-04-22T13:55:02.392Z] === PAUSE TestReadPluginNoRead
13:55:02 [2021-04-22T13:55:02.392Z] === RUN   TestDaemonStartWithLogOpt
13:55:02 [2021-04-22T13:55:02.392Z] === PAUSE TestDaemonStartWithLogOpt
13:55:02 [2021-04-22T13:55:02.392Z] === CONT  TestContinueAfterPluginCrash
13:55:02 [2021-04-22T13:55:02.392Z] === CONT  TestDaemonStartWithLogOpt
13:55:02 [2021-04-22T13:55:02.392Z] === CONT  TestReadPluginNoRead
13:55:02 [2021-04-22T13:55:02.692Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
13:55:03 [2021-04-22T13:55:03.621Z] --- PASS: TestHostnameDnsResolution (2.84s)
13:55:03 [2021-04-22T13:55:03.621Z] === RUN   TestStats
13:55:03 [2021-04-22T13:55:03.893Z] --- PASS: TestGet (15.01s)
13:55:03 [2021-04-22T13:55:03.893Z] === RUN   TestPluginWithNoManifest
13:55:03 [2021-04-22T13:55:03.893Z] --- PASS: TestPluginWithNoManifest (0.00s)
13:55:03 [2021-04-22T13:55:03.893Z] === RUN   TestGetAll
13:55:03 [2021-04-22T13:55:03.893Z] --- PASS: TestGetAll (0.00s)
13:55:03 [2021-04-22T13:55:03.893Z] PASS
13:55:03 [2021-04-22T13:55:03.893Z] coverage: 73.4% of statements
13:55:03 [2021-04-22T13:55:03.893Z] ok  	github.com/docker/docker/pkg/plugins	35.056s	coverage: 73.4% of statements
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/pkg/term	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/quota	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/rootless	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/testutil/request	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/volume	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
13:55:03 [2021-04-22T13:55:03.893Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === Skipped
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     dispatchers_test.go:377: Windows does not support stopsignal
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
13:55:05 [2021-04-22T13:55:05.457Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     client_test.go:23: runtime.GOOS == "windows"
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     daemon_test.go:147: root required
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     reload_test.go:520: root required
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     pull_v2_test.go:73: Needs fixing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     pull_v2_test.go:118: Needs fixing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     download_test.go:268: Needs fixing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     layer_test.go:304: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     layer_test.go:353: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     layer_test.go:468: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     layer_test.go:697: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     migration_test.go:46: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     migration_test.go:182: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     mount_test.go:17: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     mount_test.go:76: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     mount_test.go:125: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     mount_test.go:212: Failing on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:134: Xz not present in msys2
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:239: Failing on Windows CI machines
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_windows_test.go:16: Currently fails
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     changes_test.go:196: needs more investigation
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     changes_test.go:433: needs further investigation
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     changes_test.go:469: needs further investigation
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     poller_test.go:41: No chmod on Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     fileutils_test.go:134: Needs porting to Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     fileutils_test.go:180: Needs porting to Windows
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
13:55:05 [2021-04-22T13:55:05.457Z]     local_test.go:181: runtime.GOOS == "windows"
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] 
13:55:05 [2021-04-22T13:55:05.457Z] DONE 1833 tests, 45 skipped in 198.478s
13:55:05 [2021-04-22T13:55:05.457Z] INFO: make.ps1 ended at 04/22/2021 13:55:05
13:55:06 [2021-04-22T13:55:06.178Z] Removing intermediate container a79e21aebbef
13:55:06 [2021-04-22T13:55:06.178Z]  ---> e58bff224db0
13:55:06 [2021-04-22T13:55:06.178Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
13:55:06 [2021-04-22T13:55:06.178Z]  ---> Running in 1ee7784ac703
13:55:06 [2021-04-22T13:55:06.178Z] 
13:55:06 [2021-04-22T13:55:06.178Z] SUCCESS: Specified value was saved.
13:55:06 [2021-04-22T13:55:06.656Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
13:55:07 [2021-04-22T13:55:07.001Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
13:55:07 [2021-04-22T13:55:07.001Z] INFO: Unit tests ended at 04/22/2021 13:55:06. Duration:00:03:33.9940857
13:55:07 [2021-04-22T13:55:07.001Z] INFO: Building busybox
13:55:07 [2021-04-22T13:55:07.001Z] Sending build context to Docker daemon   5.12kB
13:55:07 [2021-04-22T13:55:07.001Z] 
13:55:07 [2021-04-22T13:55:07.001Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
13:55:07 [2021-04-22T13:55:07.001Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
13:55:07 [2021-04-22T13:55:07.001Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
13:55:07 [2021-04-22T13:55:07.001Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
13:55:07 [2021-04-22T13:55:07.001Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
13:55:07 [2021-04-22T13:55:07.001Z]  ---> 152749f71f8f
13:55:07 [2021-04-22T13:55:07.001Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
13:55:07 [2021-04-22T13:55:07.001Z]  ---> Running in 2f5a175f72f5
13:55:07 [2021-04-22T13:55:07.237Z] --- PASS: TestDaemonStartWithLogOpt (4.80s)
13:55:07 [2021-04-22T13:55:07.321Z] --- PASS: TestDockerNetworkConnectAlias (5.19s)
13:55:07 [2021-04-22T13:55:07.321Z] === RUN   TestDockerNetworkReConnect
13:55:07 [2021-04-22T13:55:07.794Z] --- PASS: TestStats (3.41s)
13:55:07 [2021-04-22T13:55:07.794Z] === RUN   TestStopContainerWithTimeout
13:55:07 [2021-04-22T13:55:07.794Z] === RUN   TestStopContainerWithTimeout/0
13:55:07 [2021-04-22T13:55:07.794Z] === PAUSE TestStopContainerWithTimeout/0
13:55:07 [2021-04-22T13:55:07.794Z] === RUN   TestStopContainerWithTimeout/1
13:55:07 [2021-04-22T13:55:07.794Z] === PAUSE TestStopContainerWithTimeout/1
13:55:07 [2021-04-22T13:55:07.794Z] === RUN   TestStopContainerWithTimeout/3
13:55:07 [2021-04-22T13:55:07.794Z] === PAUSE TestStopContainerWithTimeout/3
13:55:07 [2021-04-22T13:55:07.794Z] === RUN   TestStopContainerWithTimeout/-1
13:55:07 [2021-04-22T13:55:07.794Z] === PAUSE TestStopContainerWithTimeout/-1
13:55:07 [2021-04-22T13:55:07.794Z] === CONT  TestStopContainerWithTimeout/0
13:55:07 [2021-04-22T13:55:07.794Z] === CONT  TestStopContainerWithTimeout/-1
13:55:07 [2021-04-22T13:55:07.794Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
13:55:08 [2021-04-22T13:55:08.619Z] === RUN   TestReadPluginNoRead/default
13:55:08 [2021-04-22T13:55:08.722Z] === CONT  TestStopContainerWithTimeout/3
13:55:09 [2021-04-22T13:55:09.043Z] Removing intermediate container 1ee7784ac703
13:55:09 [2021-04-22T13:55:09.043Z]  ---> 0027ac7feb86
13:55:09 [2021-04-22T13:55:09.043Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
13:55:09 [2021-04-22T13:55:09.043Z]  ---> Running in 6e18da484c58
13:55:09 [2021-04-22T13:55:09.285Z] === RUN   TestDockerSuite/TestBuildConditionalCache
13:55:10 [2021-04-22T13:55:10.213Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
13:55:10 [2021-04-22T13:55:10.213Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
13:55:10 [2021-04-22T13:55:10.531Z] === RUN   TestReadPluginNoRead/disabled_caching
13:55:10 [2021-04-22T13:55:10.774Z] === CONT  TestStopContainerWithTimeout/1
13:55:11 [2021-04-22T13:55:11.030Z] === RUN   TestDockerSuite/TestBuildContextCleanup
13:55:11 [2021-04-22T13:55:11.526Z] --- PASS: TestDockerNetworkReConnect (4.10s)
13:55:11 [2021-04-22T13:55:11.526Z] === RUN   TestServicePlugin
13:55:11 [2021-04-22T13:55:11.593Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
13:55:11 [2021-04-22T13:55:11.716Z] Removing intermediate container 2f5a175f72f5
13:55:11 [2021-04-22T13:55:11.716Z]  ---> de5d2303f0e7
13:55:11 [2021-04-22T13:55:11.716Z] Step 7/13 : ARG BUSYBOX_VERSION
13:55:11 [2021-04-22T13:55:11.716Z]  ---> Running in 1aa2d4fbbdb1
13:55:11 [2021-04-22T13:55:11.716Z] Removing intermediate container 1aa2d4fbbdb1
13:55:11 [2021-04-22T13:55:11.716Z]  ---> 4d69dad6276e
13:55:11 [2021-04-22T13:55:11.716Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
13:55:11 [2021-04-22T13:55:11.716Z]  ---> Running in 1b618cf561ff
13:55:11 [2021-04-22T13:55:11.716Z] Removing intermediate container 1b618cf561ff
13:55:11 [2021-04-22T13:55:11.716Z]  ---> 7dc905429c35
13:55:11 [2021-04-22T13:55:11.716Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
13:55:11 [2021-04-22T13:55:11.914Z] --- PASS: TestReadPluginNoRead (9.47s)
13:55:11 [2021-04-22T13:55:11.914Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.76s)
13:55:11 [2021-04-22T13:55:11.914Z]     --- PASS: TestReadPluginNoRead/default (1.68s)
13:55:11 [2021-04-22T13:55:11.914Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.73s)
13:55:11 [2021-04-22T13:55:11.914Z]     read_test.go:92: [dd02da5edcee0] daemon is not started
13:55:12 [2021-04-22T13:55:12.728Z] Cannot create a file when that file already exists.
13:55:12 [2021-04-22T13:55:12.854Z] --- PASS: TestContinueAfterPluginCrash (10.28s)
13:55:12 [2021-04-22T13:55:12.855Z] PASS
13:55:12 [2021-04-22T13:55:12.855Z] 
13:55:12 [2021-04-22T13:55:12.855Z] DONE 6 tests in 10.439s
13:55:12 [2021-04-22T13:55:12.855Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
13:55:12 [2021-04-22T13:55:12.855Z] ++ 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
13:55:12 [2021-04-22T13:55:12.855Z] ++ set -e
13:55:12 [2021-04-22T13:55:12.855Z] ++ '[' -n 0 ']'
13:55:12 [2021-04-22T13:55:12.855Z] ++ set -x
13:55:12 [2021-04-22T13:55:12.855Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
13:55:12 [2021-04-22T13:55:12.855Z] testing: warning: no tests to run
13:55:12 [2021-04-22T13:55:12.855Z] PASS
13:55:12 [2021-04-22T13:55:12.855Z] 
13:55:12 [2021-04-22T13:55:12.855Z] DONE 0 tests in 0.054s
13:55:12 [2021-04-22T13:55:12.855Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
13:55:12 [2021-04-22T13:55:12.855Z] ++ 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
13:55:12 [2021-04-22T13:55:12.855Z] ++ set -e
13:55:12 [2021-04-22T13:55:12.855Z] ++ '[' -n 0 ']'
13:55:12 [2021-04-22T13:55:12.855Z] ++ set -x
13:55:12 [2021-04-22T13:55:12.855Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
13:55:12 [2021-04-22T13:55:12.855Z] INFO: Testing against a local daemon
13:55:12 [2021-04-22T13:55:12.855Z] === RUN   TestPluginWithDevMounts
13:55:12 [2021-04-22T13:55:12.855Z] === PAUSE TestPluginWithDevMounts
13:55:12 [2021-04-22T13:55:12.855Z] === CONT  TestPluginWithDevMounts
13:55:12 [2021-04-22T13:55:12.960Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
13:55:13 [2021-04-22T13:55:13.216Z] --- PASS: TestStopContainerWithTimeout (0.08s)
13:55:13 [2021-04-22T13:55:13.216Z]     --- PASS: TestStopContainerWithTimeout/0 (1.61s)
13:55:13 [2021-04-22T13:55:13.216Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.72s)
13:55:13 [2021-04-22T13:55:13.216Z]     --- PASS: TestStopContainerWithTimeout/3 (3.06s)
13:55:13 [2021-04-22T13:55:13.216Z]     --- PASS: TestStopContainerWithTimeout/1 (2.26s)
13:55:13 [2021-04-22T13:55:13.216Z] === RUN   TestDeleteDevicemapper
13:55:13 [2021-04-22T13:55:13.216Z] --- SKIP: TestDeleteDevicemapper (0.00s)
13:55:13 [2021-04-22T13:55:13.216Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:55:13 [2021-04-22T13:55:13.216Z] === RUN   TestStopContainerWithRestartPolicyAlways
13:55:13 [2021-04-22T13:55:13.216Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
13:55:13 [2021-04-22T13:55:13.257Z] 
13:55:13 [2021-04-22T13:55:13.257Z]  ---> 04df495e56fc
13:55:13 [2021-04-22T13:55:13.257Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
13:55:13 [2021-04-22T13:55:13.257Z]  ---> Running in 853e9beb6b9f
13:55:13 [2021-04-22T13:55:13.472Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
13:55:14 [2021-04-22T13:55:14.035Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
13:55:15 [2021-04-22T13:55:15.398Z] --- PASS: TestPluginWithDevMounts (2.06s)
13:55:15 [2021-04-22T13:55:15.398Z] PASS
13:55:15 [2021-04-22T13:55:15.398Z] 
13:55:15 [2021-04-22T13:55:15.398Z] DONE 1 tests in 2.220s
13:55:15 [2021-04-22T13:55:15.398Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
13:55:15 [2021-04-22T13:55:15.398Z] ++ 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
13:55:15 [2021-04-22T13:55:15.398Z] ++ set -e
13:55:15 [2021-04-22T13:55:15.398Z] ++ '[' -n 0 ']'
13:55:15 [2021-04-22T13:55:15.398Z] ++ set -x
13:55:15 [2021-04-22T13:55:15.398Z] ++ 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
13:55:15 [2021-04-22T13:55:15.398Z] INFO: Testing against a local daemon
13:55:15 [2021-04-22T13:55:15.398Z] === RUN   TestSecretInspect
13:55:18 [2021-04-22T13:55:18.207Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.04s)
13:55:18 [2021-04-22T13:55:18.207Z] === RUN   TestUpdateMemory
13:55:18 [2021-04-22T13:55:18.207Z] --- SKIP: TestUpdateMemory (0.00s)
13:55:18 [2021-04-22T13:55:18.207Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
13:55:18 [2021-04-22T13:55:18.207Z] === RUN   TestUpdateCPUQuota
13:55:18 [2021-04-22T13:55:18.455Z] Removing intermediate container 6e18da484c58
13:55:18 [2021-04-22T13:55:18.455Z]  ---> 9585cfd41eb3
13:55:18 [2021-04-22T13:55:18.455Z] Step 13/13 : CMD ["sh"]
13:55:18 [2021-04-22T13:55:18.455Z]  ---> Running in cda14489dd86
13:55:18 [2021-04-22T13:55:18.455Z] Removing intermediate container cda14489dd86
13:55:18 [2021-04-22T13:55:18.455Z]  ---> 19efc10dac86
13:55:18 [2021-04-22T13:55:18.455Z] Successfully built 19efc10dac86
13:55:18 [2021-04-22T13:55:18.455Z] Successfully tagged busybox:latest
13:55:18 [2021-04-22T13:55:18.455Z] INFO: Docker images of the daemon under test
13:55:18 [2021-04-22T13:55:18.455Z] 
13:55:18 [2021-04-22T13:55:18.455Z] REPOSITORY                                     TAG                 IMAGE ID            CREATED                  SIZE
13:55:18 [2021-04-22T13:55:18.455Z] busybox                                        latest              19efc10dac86        Less than a second ago   2.78GB
13:55:18 [2021-04-22T13:55:18.455Z] microsoft/windowsservercore                    latest              39d157a84080        2 months ago             2.74GB
13:55:18 [2021-04-22T13:55:18.455Z] mcr.microsoft.com/windows/servercore/insider   10.0.20295.1        39d157a84080        2 months ago             2.74GB
13:55:18 [2021-04-22T13:55:18.455Z] 
13:55:18 [2021-04-22T13:55:18.455Z] INFO: Running integration tests at 04/22/2021 13:55:18...
13:55:18 [2021-04-22T13:55:18.455Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
13:55:18 [2021-04-22T13:55:18.455Z] INFO: Integration API tests being run from the host:
13:55:18 [2021-04-22T13:55:18.455Z] INFO: make.ps1 starting at 04/22/2021 13:55:18
13:55:18 [2021-04-22T13:55:18.696Z] --- PASS: TestSecretInspect (3.18s)
13:55:18 [2021-04-22T13:55:18.696Z] === RUN   TestSecretList
13:55:19 [2021-04-22T13:55:19.139Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
13:55:19 [2021-04-22T13:55:19.139Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
13:55:19 [2021-04-22T13:55:19.139Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
13:55:19 [2021-04-22T13:55:19.411Z] Running D:\gopath\src\github.com\docker\docker\integration\build
13:55:21 [2021-04-22T13:55:21.863Z] Removing intermediate container 853e9beb6b9f
13:55:21 [2021-04-22T13:55:21.863Z]  ---> 0721ec863116
13:55:21 [2021-04-22T13:55:21.863Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
13:55:21 [2021-04-22T13:55:21.863Z]  ---> Running in 322bcfe5a8fd
13:55:21 [2021-04-22T13:55:21.995Z] --- PASS: TestSecretList (3.10s)
13:55:21 [2021-04-22T13:55:21.995Z] === RUN   TestSecretsCreateAndDelete
13:55:22 [2021-04-22T13:55:22.323Z] 
13:55:22 [2021-04-22T13:55:22.323Z] SUCCESS: Specified value was saved.
13:55:23 [2021-04-22T13:55:23.316Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
13:55:24 [2021-04-22T13:55:24.511Z] Removing intermediate container 322bcfe5a8fd
13:55:24 [2021-04-22T13:55:24.511Z]  ---> a8dc5abd224c
13:55:24 [2021-04-22T13:55:24.511Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
13:55:24 [2021-04-22T13:55:24.511Z]  ---> Running in 43c97c33404d
13:55:25 [2021-04-22T13:55:25.294Z] --- PASS: TestSecretsCreateAndDelete (3.18s)
13:55:25 [2021-04-22T13:55:25.294Z] === RUN   TestSecretsUpdate
13:55:27 [2021-04-22T13:55:27.839Z] --- PASS: TestSecretsUpdate (3.13s)
13:55:27 [2021-04-22T13:55:27.839Z] === RUN   TestTemplatedSecret
13:55:28 [2021-04-22T13:55:28.301Z] Cannot create a file when that file already exists.
13:55:28 [2021-04-22T13:55:28.567Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
13:55:28 [2021-04-22T13:55:28.568Z] --- PASS: TestUpdateCPUQuota (10.48s)
13:55:28 [2021-04-22T13:55:28.568Z] === RUN   TestUpdatePidsLimit
13:55:28 [2021-04-22T13:55:28.568Z] === RUN   TestUpdatePidsLimit/update_from_none
13:55:29 [2021-04-22T13:55:29.496Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
13:55:30 [2021-04-22T13:55:30.059Z] === RUN   TestUpdatePidsLimit/no_change
13:55:30 [2021-04-22T13:55:30.059Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
13:55:30 [2021-04-22T13:55:30.316Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
13:55:31 [2021-04-22T13:55:31.683Z] === RUN   TestUpdatePidsLimit/update_lower
13:55:32 [2021-04-22T13:55:32.045Z] --- PASS: TestTemplatedSecret (3.65s)
13:55:32 [2021-04-22T13:55:32.045Z] === RUN   TestSecretCreateResolve
13:55:32 [2021-04-22T13:55:32.050Z] Removing intermediate container 43c97c33404d
13:55:32 [2021-04-22T13:55:32.050Z]  ---> 3db2b37f9124
13:55:32 [2021-04-22T13:55:32.050Z] Step 13/13 : CMD ["sh"]
13:55:32 [2021-04-22T13:55:32.511Z]  ---> Running in c6b08f6ecd75
13:55:32 [2021-04-22T13:55:32.511Z] Removing intermediate container c6b08f6ecd75
13:55:32 [2021-04-22T13:55:32.511Z]  ---> a90de9662702
13:55:32 [2021-04-22T13:55:32.511Z] Successfully built a90de9662702
13:55:32 [2021-04-22T13:55:32.511Z] Successfully tagged busybox:latest
13:55:32 [2021-04-22T13:55:32.511Z] INFO: Docker images of the daemon under test
13:55:32 [2021-04-22T13:55:32.511Z] 
13:55:32 [2021-04-22T13:55:32.511Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
13:55:32 [2021-04-22T13:55:32.511Z] busybox                                latest              a90de9662702        Less than a second ago   5.29GB
13:55:32 [2021-04-22T13:55:32.511Z] microsoft/windowsservercore            latest              152749f71f8f        12 days ago              5.27GB
13:55:32 [2021-04-22T13:55:32.511Z] mcr.microsoft.com/windows/servercore   ltsc2019            152749f71f8f        12 days ago              5.27GB
13:55:32 [2021-04-22T13:55:32.511Z] 
13:55:32 [2021-04-22T13:55:32.511Z] INFO: Running integration tests at 04/22/2021 13:55:32...
13:55:32 [2021-04-22T13:55:32.511Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
13:55:32 [2021-04-22T13:55:32.511Z] INFO: Integration API tests being run from the host:
13:55:32 [2021-04-22T13:55:32.972Z] INFO: make.ps1 starting at 04/22/2021 13:55:32
13:55:33 [2021-04-22T13:55:33.052Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
13:55:33 [2021-04-22T13:55:33.433Z] Running D:\gopath\src\github.com\docker\docker\integration\build
13:55:34 [2021-04-22T13:55:34.419Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
13:55:34 [2021-04-22T13:55:34.587Z] --- PASS: TestSecretCreateResolve (2.67s)
13:55:34 [2021-04-22T13:55:34.587Z] PASS
13:55:34 [2021-04-22T13:55:34.587Z] 
13:55:34 [2021-04-22T13:55:34.587Z] DONE 6 tests in 19.100s
13:55:34 [2021-04-22T13:55:34.587Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
13:55:34 [2021-04-22T13:55:34.587Z] ++ 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
13:55:34 [2021-04-22T13:55:34.587Z] ++ set -e
13:55:34 [2021-04-22T13:55:34.587Z] ++ '[' -n 0 ']'
13:55:34 [2021-04-22T13:55:34.587Z] ++ set -x
13:55:34 [2021-04-22T13:55:34.587Z] ++ 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
13:55:34 [2021-04-22T13:55:34.587Z] INFO: Testing against a local daemon
13:55:34 [2021-04-22T13:55:34.587Z] === RUN   TestServiceCreateInit
13:55:34 [2021-04-22T13:55:34.587Z] === RUN   TestServiceCreateInit/daemonInitDisabled
13:55:34 [2021-04-22T13:55:34.980Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
13:55:35 [2021-04-22T13:55:35.543Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
13:55:35 [2021-04-22T13:55:35.800Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
13:55:36 [2021-04-22T13:55:36.730Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
13:55:39 [2021-04-22T13:55:39.247Z] --- PASS: TestUpdatePidsLimit (10.33s)
13:55:39 [2021-04-22T13:55:39.247Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.48s)
13:55:39 [2021-04-22T13:55:39.247Z]     --- PASS: TestUpdatePidsLimit/no_change (1.28s)
13:55:39 [2021-04-22T13:55:39.247Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.39s)
13:55:39 [2021-04-22T13:55:39.247Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.44s)
13:55:39 [2021-04-22T13:55:39.247Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.25s)
13:55:39 [2021-04-22T13:55:39.247Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.29s)
13:55:39 [2021-04-22T13:55:39.247Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.40s)
13:55:39 [2021-04-22T13:55:39.247Z] === RUN   TestUpdateRestartPolicy
13:55:39 [2021-04-22T13:55:39.873Z] === RUN   TestServiceCreateInit/daemonInitEnabled
13:55:40 [2021-04-22T13:55:40.613Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
13:55:40 [2021-04-22T13:55:40.869Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
13:55:42 [2021-04-22T13:55:42.240Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
13:55:42 [2021-04-22T13:55:42.240Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
13:55:42 [2021-04-22T13:55:42.240Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
13:55:42 [2021-04-22T13:55:42.240Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
13:55:42 [2021-04-22T13:55:42.240Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
13:55:43 [2021-04-22T13:55:43.649Z] --- PASS: TestServicePlugin (30.61s)
13:55:43 [2021-04-22T13:55:43.649Z]     plugin_test.go:62: [df6e35bab2df0] joining swarm manager [d6d9c28942d43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
13:55:43 [2021-04-22T13:55:43.649Z]     plugin_test.go:65: [dc8f77a48e6c2] joining swarm manager [d6d9c28942d43]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
13:55:43 [2021-04-22T13:55:43.649Z] === RUN   TestServiceUpdateLabel
13:55:44 [2021-04-22T13:55:44.133Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
13:55:44 [2021-04-22T13:55:44.220Z] --- PASS: TestServiceUpdateLabel (2.44s)
13:55:44 [2021-04-22T13:55:44.220Z] === RUN   TestServiceUpdateSecrets
13:55:45 [2021-04-22T13:55:45.159Z] --- PASS: TestServiceCreateInit (10.69s)
13:55:45 [2021-04-22T13:55:45.159Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.40s)
13:55:45 [2021-04-22T13:55:45.159Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.26s)
13:55:45 [2021-04-22T13:55:45.159Z] === RUN   TestCreateServiceMultipleTimes
13:55:47 [2021-04-22T13:55:47.401Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
13:55:48 [2021-04-22T13:55:48.333Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
13:55:49 [2021-04-22T13:55:49.276Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
13:55:49 [2021-04-22T13:55:49.276Z] INFO: Testing against a local daemon
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithSession
13:55:49 [2021-04-22T13:55:49.276Z] --- SKIP: TestBuildWithSession (0.00s)
13:55:49 [2021-04-22T13:55:49.276Z]     build_session_test.go:25: TODO: BuildKit
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildSquashParent
13:55:49 [2021-04-22T13:55:49.276Z] --- SKIP: TestBuildSquashParent (0.00s)
13:55:49 [2021-04-22T13:55:49.276Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithRemoveAndForceRemove
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:49 [2021-04-22T13:55:49.276Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:55:49 [2021-04-22T13:55:49.276Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:49 [2021-04-22T13:55:49.276Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:49 [2021-04-22T13:55:49.276Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:49 [2021-04-22T13:55:49.276Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:49 [2021-04-22T13:55:49.276Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:49 [2021-04-22T13:55:49.276Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:49 [2021-04-22T13:55:49.276Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:49 [2021-04-22T13:55:49.276Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:49 [2021-04-22T13:55:49.276Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:49 [2021-04-22T13:55:49.276Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:52 [2021-04-22T13:55:52.501Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
13:55:53 [2021-04-22T13:55:53.869Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
13:55:53 [2021-04-22T13:55:53.869Z] --- PASS: TestUpdateRestartPolicy (14.63s)
13:55:53 [2021-04-22T13:55:53.869Z] === RUN   TestUpdateRestartWithAutoRemove
13:55:54 [2021-04-22T13:55:54.689Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
13:55:54 [2021-04-22T13:55:54.689Z] INFO: Testing against a local daemon
13:55:54 [2021-04-22T13:55:54.689Z] === RUN   TestBuildWithSession
13:55:54 [2021-04-22T13:55:54.689Z] --- SKIP: TestBuildWithSession (0.00s)
13:55:54 [2021-04-22T13:55:54.689Z]     build_session_test.go:25: TODO: BuildKit
13:55:54 [2021-04-22T13:55:54.689Z] === RUN   TestBuildSquashParent
13:55:54 [2021-04-22T13:55:54.689Z] --- SKIP: TestBuildSquashParent (0.00s)
13:55:54 [2021-04-22T13:55:54.689Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
13:55:54 [2021-04-22T13:55:54.689Z] === RUN   TestBuildWithRemoveAndForceRemove
13:55:54 [2021-04-22T13:55:54.690Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:54 [2021-04-22T13:55:54.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:54 [2021-04-22T13:55:54.690Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:55:54 [2021-04-22T13:55:54.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:55:54 [2021-04-22T13:55:54.690Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:54 [2021-04-22T13:55:54.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:55:54 [2021-04-22T13:55:54.690Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:54 [2021-04-22T13:55:54.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:54 [2021-04-22T13:55:54.690Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:54 [2021-04-22T13:55:54.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:54 [2021-04-22T13:55:54.690Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:54 [2021-04-22T13:55:54.690Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:54 [2021-04-22T13:55:54.690Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
13:55:54 [2021-04-22T13:55:54.690Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
13:55:54 [2021-04-22T13:55:54.690Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
13:55:54 [2021-04-22T13:55:54.690Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:55:54 [2021-04-22T13:55:54.805Z] --- PASS: TestUpdateRestartWithAutoRemove (1.10s)
13:55:54 [2021-04-22T13:55:54.806Z] === RUN   TestWaitNonBlocked
13:55:54 [2021-04-22T13:55:54.806Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
13:55:54 [2021-04-22T13:55:54.806Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
13:55:54 [2021-04-22T13:55:54.806Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
13:55:54 [2021-04-22T13:55:54.806Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
13:55:54 [2021-04-22T13:55:54.806Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
13:55:54 [2021-04-22T13:55:54.806Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
13:55:57 [2021-04-22T13:55:57.324Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
13:55:57 [2021-04-22T13:55:57.324Z] --- PASS: TestWaitNonBlocked (0.03s)
13:55:57 [2021-04-22T13:55:57.324Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.16s)
13:55:57 [2021-04-22T13:55:57.324Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.23s)
13:55:57 [2021-04-22T13:55:57.324Z] === RUN   TestWaitBlocked
13:55:57 [2021-04-22T13:55:57.324Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
13:55:57 [2021-04-22T13:55:57.324Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
13:55:57 [2021-04-22T13:55:57.324Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
13:55:57 [2021-04-22T13:55:57.324Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
13:55:57 [2021-04-22T13:55:57.324Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
13:55:57 [2021-04-22T13:55:57.324Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
13:55:57 [2021-04-22T13:55:57.324Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
13:55:59 [2021-04-22T13:55:59.271Z] --- PASS: TestWaitBlocked (0.02s)
13:55:59 [2021-04-22T13:55:59.271Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.71s)
13:55:59 [2021-04-22T13:55:59.271Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.08s)
13:55:59 [2021-04-22T13:55:59.271Z] === CONT  TestContainerStartOnDaemonRestart
13:55:59 [2021-04-22T13:55:59.271Z] === CONT  TestContainerKillOnDaemonStart
13:56:01 [2021-04-22T13:56:01.821Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
13:56:02 [2021-04-22T13:56:02.335Z] --- PASS: TestServiceUpdateSecrets (15.27s)
13:56:02 [2021-04-22T13:56:02.335Z] === RUN   TestServiceUpdateConfigs
13:56:04 [2021-04-22T13:56:04.053Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
13:56:04 [2021-04-22T13:56:04.053Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:56:04 [2021-04-22T13:56:04.345Z] --- PASS: TestContainerStartOnDaemonRestart (5.38s)
13:56:04 [2021-04-22T13:56:04.345Z] === CONT  TestRestartDaemonWithRestartingContainer
13:56:04 [2021-04-22T13:56:04.907Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
13:56:06 [2021-04-22T13:56:06.271Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
13:56:07 [2021-04-22T13:56:07.121Z] --- PASS: TestCreateServiceMultipleTimes (18.48s)
13:56:07 [2021-04-22T13:56:07.121Z] === RUN   TestCreateServiceConflict
13:56:07 [2021-04-22T13:56:07.121Z] --- PASS: TestCreateServiceConflict (3.12s)
13:56:07 [2021-04-22T13:56:07.121Z] === RUN   TestCreateServiceMaxReplicas
13:56:07 [2021-04-22T13:56:07.155Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
13:56:07 [2021-04-22T13:56:07.155Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
13:56:08 [2021-04-22T13:56:08.788Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.24s)
13:56:08 [2021-04-22T13:56:08.788Z] === CONT  TestDaemonHostGatewayIP
13:56:09 [2021-04-22T13:56:09.068Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
13:56:09 [2021-04-22T13:56:09.068Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
13:56:09 [2021-04-22T13:56:09.068Z] remote: Enumerating objects: 23, done.
13:56:09 [2021-04-22T13:56:09.068Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
13:56:09 [2021-04-22T13:56:09.068Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
13:56:09 [2021-04-22T13:56:09.068Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
13:56:09 [2021-04-22T13:56:09.068Z] 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.
13:56:09 [2021-04-22T13:56:09.068Z] Building: bundles/cross/windows/amd64/containerutility.exe
13:56:09 [2021-04-22T13:56:09.068Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
13:56:09 [2021-04-22T13:56:09.411Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/test/unit
13:56:10 [2021-04-22T13:56:10.155Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
13:56:10 [2021-04-22T13:56:10.422Z] --- PASS: TestCreateServiceMaxReplicas (3.52s)
13:56:10 [2021-04-22T13:56:10.422Z] === RUN   TestCreateWithDuplicateNetworkNames
13:56:11 [2021-04-22T13:56:11.948Z] ?   	github.com/docker/docker/api	[no test files]
13:56:14 [2021-04-22T13:56:14.266Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
13:56:14 [2021-04-22T13:56:14.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.18s)
13:56:14 [2021-04-22T13:56:14.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.18s)
13:56:14 [2021-04-22T13:56:14.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.35s)
13:56:14 [2021-04-22T13:56:14.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.51s)
13:56:14 [2021-04-22T13:56:14.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.91s)
13:56:14 [2021-04-22T13:56:14.266Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.11s)
13:56:14 [2021-04-22T13:56:14.266Z] === RUN   TestBuildMultiStageCopy
13:56:14 [2021-04-22T13:56:14.266Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:56:14 [2021-04-22T13:56:14.325Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
13:56:14 [2021-04-22T13:56:14.562Z] --- PASS: TestServiceUpdateConfigs (15.02s)
13:56:14 [2021-04-22T13:56:14.562Z] === RUN   TestServiceUpdateNetwork
13:56:14 [2021-04-22T13:56:14.581Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
13:56:14 [2021-04-22T13:56:14.581Z] --- PASS: TestContainerKillOnDaemonStart (15.64s)
13:56:14 [2021-04-22T13:56:14.581Z] === CONT  TestDaemonRestartIpcMode
13:56:14 [2021-04-22T13:56:14.837Z] --- PASS: TestDaemonHostGatewayIP (6.12s)
13:56:14 [2021-04-22T13:56:14.837Z] === CONT  TestIpcModeOlderClient
13:56:14 [2021-04-22T13:56:14.837Z] --- PASS: TestIpcModeOlderClient (0.08s)
13:56:14 [2021-04-22T13:56:14.837Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
13:56:16 [2021-04-22T13:56:16.340Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
13:56:16 [2021-04-22T13:56:16.340Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.56s)
13:56:16 [2021-04-22T13:56:16.340Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.17s)
13:56:16 [2021-04-22T13:56:16.340Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.17s)
13:56:16 [2021-04-22T13:56:16.340Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.45s)
13:56:16 [2021-04-22T13:56:16.340Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.88s)
13:56:16 [2021-04-22T13:56:16.340Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.97s)
13:56:16 [2021-04-22T13:56:16.340Z] === RUN   TestBuildMultiStageCopy
13:56:16 [2021-04-22T13:56:16.340Z] === RUN   TestBuildMultiStageCopy/copy_to_root
13:56:16 [2021-04-22T13:56:16.730Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
13:56:17 [2021-04-22T13:56:17.293Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
13:56:19 [2021-04-22T13:56:19.190Z] --- PASS: TestDaemonRestartIpcMode (4.49s)
13:56:19 [2021-04-22T13:56:19.190Z] PASS
13:56:19 [2021-04-22T13:56:19.190Z] 
13:56:19 [2021-04-22T13:56:19.190Z] === Skipped
13:56:19 [2021-04-22T13:56:19.190Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
13:56:19 [2021-04-22T13:56:19.190Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
13:56:19 [2021-04-22T13:56:19.190Z] 
13:56:19 [2021-04-22T13:56:19.190Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s)
13:56:19 [2021-04-22T13:56:19.190Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:56:19 [2021-04-22T13:56:19.190Z] 
13:56:19 [2021-04-22T13:56:19.190Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
13:56:19 [2021-04-22T13:56:19.190Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
13:56:19 [2021-04-22T13:56:19.190Z] 
13:56:19 [2021-04-22T13:56:19.190Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
13:56:19 [2021-04-22T13:56:19.191Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
13:56:19 [2021-04-22T13:56:19.191Z] 
13:56:19 [2021-04-22T13:56:19.191Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
13:56:19 [2021-04-22T13:56:19.191Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
13:56:19 [2021-04-22T13:56:19.191Z] 
13:56:19 [2021-04-22T13:56:19.191Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
13:56:19 [2021-04-22T13:56:19.191Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
13:56:19 [2021-04-22T13:56:19.191Z] 
13:56:19 [2021-04-22T13:56:19.191Z] 
13:56:19 [2021-04-22T13:56:19.191Z] DONE 197 tests, 6 skipped in 247.270s
13:56:19 [2021-04-22T13:56:19.191Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
13:56:19 [2021-04-22T13:56:19.191Z] ++ 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
13:56:19 [2021-04-22T13:56:19.191Z] ++ set -e
13:56:19 [2021-04-22T13:56:19.191Z] ++ '[' -n 0 ']'
13:56:19 [2021-04-22T13:56:19.191Z] ++ set -x
13:56:19 [2021-04-22T13:56:19.191Z] ++ 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
13:56:19 [2021-04-22T13:56:19.447Z] INFO: Testing against a local daemon
13:56:19 [2021-04-22T13:56:19.447Z] === RUN   TestCommitInheritsEnv
13:56:19 [2021-04-22T13:56:19.703Z] --- PASS: TestCommitInheritsEnv (0.34s)
13:56:19 [2021-04-22T13:56:19.703Z] === RUN   TestImportExtremelyLargeImageWorks
13:56:19 [2021-04-22T13:56:19.703Z] === PAUSE TestImportExtremelyLargeImageWorks
13:56:19 [2021-04-22T13:56:19.703Z] === RUN   TestImagesFilterMultiReference
13:56:19 [2021-04-22T13:56:19.959Z] --- PASS: TestImagesFilterMultiReference (0.07s)
13:56:19 [2021-04-22T13:56:19.959Z] === RUN   TestImagePullPlatformInvalid
13:56:19 [2021-04-22T13:56:19.959Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
13:56:19 [2021-04-22T13:56:19.959Z] === RUN   TestRemoveImageOrphaning
13:56:20 [2021-04-22T13:56:20.216Z] --- PASS: TestRemoveImageOrphaning (0.34s)
13:56:20 [2021-04-22T13:56:20.216Z] === RUN   TestRemoveImageGarbageCollector
13:56:21 [2021-04-22T13:56:21.147Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
13:56:21 [2021-04-22T13:56:21.147Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
13:56:21 [2021-04-22T13:56:21.360Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:56:21 [2021-04-22T13:56:21.710Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
13:56:21 [2021-04-22T13:56:21.710Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
13:56:21 [2021-04-22T13:56:21.822Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:56:22 [2021-04-22T13:56:22.801Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:56:23 [2021-04-22T13:56:23.604Z] --- PASS: TestRemoveImageGarbageCollector (3.00s)
13:56:23 [2021-04-22T13:56:23.604Z] === RUN   TestTagUnprefixedRepoByNameOrName
13:56:23 [2021-04-22T13:56:23.604Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
13:56:23 [2021-04-22T13:56:23.604Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
13:56:23 [2021-04-22T13:56:23.604Z] === RUN   TestTagInvalidReference
13:56:23 [2021-04-22T13:56:23.604Z] --- PASS: TestTagInvalidReference (0.03s)
13:56:23 [2021-04-22T13:56:23.604Z] === RUN   TestTagValidPrefixedRepo
13:56:23 [2021-04-22T13:56:23.604Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
13:56:23 [2021-04-22T13:56:23.604Z] === RUN   TestTagExistedNameWithoutForce
13:56:23 [2021-04-22T13:56:23.604Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
13:56:23 [2021-04-22T13:56:23.604Z] === RUN   TestTagOfficialNames
13:56:23 [2021-04-22T13:56:23.604Z] --- PASS: TestTagOfficialNames (0.06s)
13:56:23 [2021-04-22T13:56:23.604Z] === RUN   TestTagMatchesDigest
13:56:23 [2021-04-22T13:56:23.604Z] --- PASS: TestTagMatchesDigest (0.02s)
13:56:23 [2021-04-22T13:56:23.604Z] === CONT  TestImportExtremelyLargeImageWorks
13:56:23 [2021-04-22T13:56:23.787Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:56:24 [2021-04-22T13:56:24.534Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
13:56:24 [2021-04-22T13:56:24.760Z] --- PASS: TestBuildMultiStageCopy (11.24s)
13:56:24 [2021-04-22T13:56:24.760Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (7.42s)
13:56:24 [2021-04-22T13:56:24.760Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.73s)
13:56:24 [2021-04-22T13:56:24.760Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.88s)
13:56:24 [2021-04-22T13:56:24.760Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.03s)
13:56:24 [2021-04-22T13:56:24.760Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.18s)
13:56:24 [2021-04-22T13:56:24.760Z] === RUN   TestBuildMultiStageParentConfig
13:56:25 [2021-04-22T13:56:25.324Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.73s)
13:56:25 [2021-04-22T13:56:25.324Z] === RUN   TestCreateServiceSecretFileMode
13:56:26 [2021-04-22T13:56:26.424Z] === RUN   TestDockerSuite/TestBuildDockerignore
13:56:26 [2021-04-22T13:56:26.843Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
13:56:26 [2021-04-22T13:56:26.949Z] --- PASS: TestBuildMultiStageParentConfig (2.23s)
13:56:26 [2021-04-22T13:56:26.950Z] === RUN   TestBuildLabelWithTargets
13:56:26 [2021-04-22T13:56:26.950Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
13:56:26 [2021-04-22T13:56:26.950Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
13:56:26 [2021-04-22T13:56:26.950Z] === RUN   TestBuildWithEmptyLayers
13:56:27 [2021-04-22T13:56:27.893Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
13:56:28 [2021-04-22T13:56:28.030Z] --- PASS: TestBuildWithEmptyLayers (1.14s)
13:56:28 [2021-04-22T13:56:28.030Z] === RUN   TestBuildMultiStageOnBuild
13:56:28 [2021-04-22T13:56:28.625Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
13:56:28 [2021-04-22T13:56:28.701Z] --- PASS: TestCreateServiceSecretFileMode (3.21s)
13:56:28 [2021-04-22T13:56:28.701Z] === RUN   TestCreateServiceConfigFileMode
13:56:29 [2021-04-22T13:56:29.076Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
13:56:29 [2021-04-22T13:56:29.468Z] --- PASS: TestServiceUpdateNetwork (13.53s)
13:56:29 [2021-04-22T13:56:29.469Z] === RUN   TestServiceUpdatePidsLimit
13:56:29 [2021-04-22T13:56:29.469Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:56:29 [2021-04-22T13:56:29.785Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
13:56:30 [2021-04-22T13:56:30.032Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
13:56:30 [2021-04-22T13:56:30.347Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
13:56:30 [2021-04-22T13:56:30.411Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:56:31 [2021-04-22T13:56:31.256Z] --- PASS: TestCreateServiceConfigFileMode (2.83s)
13:56:31 [2021-04-22T13:56:31.256Z] === RUN   TestCreateServiceSysctls
13:56:31 [2021-04-22T13:56:31.276Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
13:56:31 [2021-04-22T13:56:31.545Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
13:56:33 [2021-04-22T13:56:33.059Z] --- PASS: TestBuildMultiStageCopy (18.30s)
13:56:33 [2021-04-22T13:56:33.059Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (13.21s)
13:56:33 [2021-04-22T13:56:33.059Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.92s)
13:56:33 [2021-04-22T13:56:33.059Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.15s)
13:56:33 [2021-04-22T13:56:33.059Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.41s)
13:56:33 [2021-04-22T13:56:33.059Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.60s)
13:56:33 [2021-04-22T13:56:33.059Z] === RUN   TestBuildMultiStageParentConfig
13:56:35 [2021-04-22T13:56:35.459Z] --- PASS: TestCreateServiceSysctls (4.49s)
13:56:35 [2021-04-22T13:56:35.459Z] === RUN   TestCreateServiceCapabilities
13:56:35 [2021-04-22T13:56:35.927Z] --- PASS: TestBuildMultiStageParentConfig (2.83s)
13:56:35 [2021-04-22T13:56:35.927Z] === RUN   TestBuildLabelWithTargets
13:56:35 [2021-04-22T13:56:35.927Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
13:56:35 [2021-04-22T13:56:35.927Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
13:56:35 [2021-04-22T13:56:35.927Z] === RUN   TestBuildWithEmptyLayers
13:56:37 [2021-04-22T13:56:37.445Z] --- PASS: TestBuildWithEmptyLayers (1.61s)
13:56:37 [2021-04-22T13:56:37.445Z] === RUN   TestBuildMultiStageOnBuild
13:56:37 [2021-04-22T13:56:37.813Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
13:56:38 [2021-04-22T13:56:38.545Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:56:38 [2021-04-22T13:56:38.759Z] --- PASS: TestCreateServiceCapabilities (2.83s)
13:56:38 [2021-04-22T13:56:38.759Z] === RUN   TestInspect
13:56:39 [2021-04-22T13:56:39.704Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
13:56:40 [2021-04-22T13:56:40.440Z] --- PASS: TestBuildMultiStageOnBuild (11.15s)
13:56:40 [2021-04-22T13:56:40.440Z] === RUN   TestBuildUncleanTarFilenames
13:56:40 [2021-04-22T13:56:40.440Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
13:56:40 [2021-04-22T13:56:40.440Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
13:56:40 [2021-04-22T13:56:40.440Z] === RUN   TestBuildMultiStageLayerLeak
13:56:40 [2021-04-22T13:56:40.634Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
13:56:40 [2021-04-22T13:56:40.634Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
13:56:42 [2021-04-22T13:56:42.062Z] --- PASS: TestInspect (3.55s)
13:56:42 [2021-04-22T13:56:42.062Z] === RUN   TestCreateJob
13:56:42 [2021-04-22T13:56:42.526Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
13:56:42 [2021-04-22T13:56:42.526Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
13:56:45 [2021-04-22T13:56:45.130Z] --- PASS: TestServiceUpdatePidsLimit (17.05s)
13:56:45 [2021-04-22T13:56:45.130Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s)
13:56:45 [2021-04-22T13:56:45.130Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.17s)
13:56:45 [2021-04-22T13:56:45.130Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.07s)
13:56:45 [2021-04-22T13:56:45.130Z] PASS
13:56:45 [2021-04-22T13:56:45.130Z] 
13:56:45 [2021-04-22T13:56:45.130Z] === Skipped
13:56:45 [2021-04-22T13:56:45.130Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
13:56:45 [2021-04-22T13:56:45.130Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:56:45 [2021-04-22T13:56:45.130Z] 
13:56:45 [2021-04-22T13:56:45.130Z] 
13:56:45 [2021-04-22T13:56:45.130Z] DONE 27 tests, 1 skipped in 179.936s
13:56:45 [2021-04-22T13:56:45.130Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
13:56:45 [2021-04-22T13:56:45.130Z] INFO: Testing against a local daemon
13:56:45 [2021-04-22T13:56:45.130Z] === RUN   TestSessionCreate
13:56:45 [2021-04-22T13:56:45.390Z] --- PASS: TestSessionCreate (0.03s)
13:56:45 [2021-04-22T13:56:45.390Z] === RUN   TestSessionCreateWithBadUpgrade
13:56:45 [2021-04-22T13:56:45.391Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
13:56:45 [2021-04-22T13:56:45.391Z] PASS
13:56:45 [2021-04-22T13:56:45.391Z] 
13:56:45 [2021-04-22T13:56:45.391Z] DONE 2 tests in 0.082s
13:56:45 [2021-04-22T13:56:45.391Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
13:56:45 [2021-04-22T13:56:45.391Z] INFO: Testing against a local daemon
13:56:45 [2021-04-22T13:56:45.391Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:56:45 [2021-04-22T13:56:45.391Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
13:56:45 [2021-04-22T13:56:45.391Z] === RUN   TestEventsExecDie
13:56:46 [2021-04-22T13:56:46.267Z] --- PASS: TestCreateJob (4.32s)
13:56:46 [2021-04-22T13:56:46.267Z] === RUN   TestReplicatedJob
13:56:46 [2021-04-22T13:56:46.334Z] --- PASS: TestEventsExecDie (1.04s)
13:56:46 [2021-04-22T13:56:46.334Z] === RUN   TestEventsBackwardsCompatible
13:56:46 [2021-04-22T13:56:46.334Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
13:56:46 [2021-04-22T13:56:46.334Z] === RUN   TestInfoBinaryCommits
13:56:46 [2021-04-22T13:56:46.595Z] --- PASS: TestInfoBinaryCommits (0.03s)
13:56:46 [2021-04-22T13:56:46.595Z] === RUN   TestInfoAPIVersioned
13:56:46 [2021-04-22T13:56:46.595Z] --- PASS: TestInfoAPIVersioned (0.01s)
13:56:46 [2021-04-22T13:56:46.595Z] === RUN   TestInfoDiscoveryBackend
13:56:47 [2021-04-22T13:56:47.165Z] --- PASS: TestInfoDiscoveryBackend (0.61s)
13:56:47 [2021-04-22T13:56:47.165Z] === RUN   TestInfoDiscoveryInvalidAdvertise
13:56:47 [2021-04-22T13:56:47.777Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
13:56:48 [2021-04-22T13:56:48.033Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
13:56:48 [2021-04-22T13:56:48.106Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
13:56:48 [2021-04-22T13:56:48.106Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
13:56:48 [2021-04-22T13:56:48.678Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.66s)
13:56:48 [2021-04-22T13:56:48.678Z] === RUN   TestInfoAPI
13:56:48 [2021-04-22T13:56:48.678Z] --- PASS: TestInfoAPI (0.02s)
13:56:48 [2021-04-22T13:56:48.678Z] === RUN   TestInfoAPIWarnings
13:56:49 [2021-04-22T13:56:49.029Z] --- PASS: TestBuildMultiStageLayerLeak (9.26s)
13:56:49 [2021-04-22T13:56:49.029Z] === RUN   TestBuildWithHugeFile
13:56:49 [2021-04-22T13:56:49.400Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
13:56:52 [2021-04-22T13:56:52.153Z] --- PASS: TestBuildMultiStageOnBuild (13.27s)
13:56:52 [2021-04-22T13:56:52.153Z] === RUN   TestBuildUncleanTarFilenames
13:56:52 [2021-04-22T13:56:52.153Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s)
13:56:52 [2021-04-22T13:56:52.153Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
13:56:52 [2021-04-22T13:56:52.153Z] === RUN   TestBuildMultiStageLayerLeak
13:56:52 [2021-04-22T13:56:52.852Z] --- PASS: TestReplicatedJob (6.59s)
13:56:52 [2021-04-22T13:56:52.852Z] === RUN   TestUpdateReplicatedJob
13:56:53 [2021-04-22T13:56:53.571Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
13:56:56 [2021-04-22T13:56:56.842Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
13:56:57 [2021-04-22T13:56:57.067Z] --- PASS: TestUpdateReplicatedJob (4.13s)
13:56:57 [2021-04-22T13:56:57.067Z] === RUN   TestServiceListWithStatuses
13:56:57 [2021-04-22T13:56:57.067Z] --- SKIP: TestServiceListWithStatuses (0.00s)
13:56:57 [2021-04-22T13:56:57.067Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:56:57 [2021-04-22T13:56:57.067Z] === RUN   TestDockerNetworkConnectAlias
13:57:03 [2021-04-22T13:57:03.646Z] --- PASS: TestDockerNetworkConnectAlias (6.57s)
13:57:03 [2021-04-22T13:57:03.646Z] === RUN   TestDockerNetworkReConnect
13:57:04 [2021-04-22T13:57:04.447Z] --- PASS: TestBuildMultiStageLayerLeak (11.77s)
13:57:04 [2021-04-22T13:57:04.447Z] === RUN   TestBuildWithHugeFile
13:57:04 [2021-04-22T13:57:04.935Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
13:57:04 [2021-04-22T13:57:04.935Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
13:57:05 [2021-04-22T13:57:05.192Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
13:57:05 [2021-04-22T13:57:05.449Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
13:57:05 [2021-04-22T13:57:05.449Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
13:57:06 [2021-04-22T13:57:06.788Z] --- PASS: TestInfoAPIWarnings (16.63s)
13:57:06 [2021-04-22T13:57:06.788Z] === RUN   TestInfoDebug
13:57:06 [2021-04-22T13:57:06.788Z] --- PASS: TestInfoDebug (0.64s)
13:57:06 [2021-04-22T13:57:06.788Z] === RUN   TestInfoInsecureRegistries
13:57:06 [2021-04-22T13:57:06.788Z] --- PASS: TestInfoInsecureRegistries (0.65s)
13:57:06 [2021-04-22T13:57:06.788Z] === RUN   TestInfoRegistryMirrors
13:57:07 [2021-04-22T13:57:07.359Z] --- PASS: TestInfoRegistryMirrors (0.64s)
13:57:07 [2021-04-22T13:57:07.359Z] === RUN   TestLoginFailsWithBadCredentials
13:57:07 [2021-04-22T13:57:07.619Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s)
13:57:07 [2021-04-22T13:57:07.619Z] === RUN   TestPingCacheHeaders
13:57:07 [2021-04-22T13:57:07.619Z] --- PASS: TestPingCacheHeaders (0.02s)
13:57:07 [2021-04-22T13:57:07.619Z] === RUN   TestPingGet
13:57:07 [2021-04-22T13:57:07.619Z] --- PASS: TestPingGet (0.01s)
13:57:07 [2021-04-22T13:57:07.619Z] === RUN   TestPingHead
13:57:07 [2021-04-22T13:57:07.619Z] --- PASS: TestPingHead (0.02s)
13:57:07 [2021-04-22T13:57:07.619Z] === RUN   TestVersion
13:57:07 [2021-04-22T13:57:07.619Z] --- PASS: TestVersion (0.02s)
13:57:07 [2021-04-22T13:57:07.619Z] === CONT  TestCgroupDriverSystemdMemoryLimit
13:57:08 [2021-04-22T13:57:08.932Z] --- PASS: TestDockerNetworkReConnect (5.09s)
13:57:08 [2021-04-22T13:57:08.932Z] === RUN   TestServicePlugin
13:57:08 [2021-04-22T13:57:08.932Z] --- SKIP: TestServicePlugin (0.00s)
13:57:08 [2021-04-22T13:57:08.932Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:57:08 [2021-04-22T13:57:08.932Z] === RUN   TestServiceUpdateLabel
13:57:09 [2021-04-22T13:57:09.004Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.48s)
13:57:09 [2021-04-22T13:57:09.004Z] PASS
13:57:09 [2021-04-22T13:57:09.004Z] 
13:57:09 [2021-04-22T13:57:09.004Z] DONE 18 tests in 23.720s
13:57:09 [2021-04-22T13:57:09.004Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
13:57:09 [2021-04-22T13:57:09.004Z] INFO: Testing against a local daemon
13:57:09 [2021-04-22T13:57:09.004Z] === RUN   TestVolumesCreateAndList
13:57:09 [2021-04-22T13:57:09.004Z] --- PASS: TestVolumesCreateAndList (0.02s)
13:57:09 [2021-04-22T13:57:09.004Z] === RUN   TestVolumesRemove
13:57:09 [2021-04-22T13:57:09.266Z] --- PASS: TestVolumesRemove (0.11s)
13:57:09 [2021-04-22T13:57:09.266Z] === RUN   TestVolumesInspect
13:57:09 [2021-04-22T13:57:09.266Z] --- PASS: TestVolumesInspect (0.02s)
13:57:09 [2021-04-22T13:57:09.266Z] === RUN   TestVolumesInvalidJSON
13:57:09 [2021-04-22T13:57:09.266Z] === RUN   TestVolumesInvalidJSON//volumes/create
13:57:09 [2021-04-22T13:57:09.266Z] === PAUSE TestVolumesInvalidJSON//volumes/create
13:57:09 [2021-04-22T13:57:09.266Z] === CONT  TestVolumesInvalidJSON//volumes/create
13:57:09 [2021-04-22T13:57:09.266Z] --- PASS: TestVolumesInvalidJSON (0.01s)
13:57:09 [2021-04-22T13:57:09.266Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
13:57:09 [2021-04-22T13:57:09.266Z] PASS
13:57:09 [2021-04-22T13:57:09.266Z] 
13:57:09 [2021-04-22T13:57:09.266Z] DONE 5 tests in 0.189s
13:57:09 [2021-04-22T13:57:09.266Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:57:10 [2021-04-22T13:57:10.911Z] Stopping apparmor (via systemctl): apparmor.service.
13:57:10 [2021-04-22T13:57:10.911Z] Removing test suite binaries
13:57:10 [2021-04-22T13:57:10.911Z] exiting test-integration
13:57:10 [2021-04-22T13:57:10.911Z] ++ exit 0
13:57:10 [2021-04-22T13:57:10.911Z] 
13:57:11 [2021-04-22T13:57:11.474Z] --- PASS: TestServiceUpdateLabel (2.68s)
13:57:11 [2021-04-22T13:57:11.474Z] === RUN   TestServiceUpdateSecrets
13:57:13 [2021-04-22T13:57:13.621Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
Post stage
[Pipeline] junit
13:57:14 [2021-04-22T13:57:14.232Z] Recording test results
13:57:15 [2021-04-22T13:57:15.923Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:57:16 [2021-04-22T13:57:16.141Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
13:57:16 [2021-04-22T13:57:16.141Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
13:57:16 [2021-04-22T13:57:16.291Z] + echo Ensuring container killed.
13:57:16 [2021-04-22T13:57:16.291Z] Ensuring container killed.
13:57:16 [2021-04-22T13:57:16.291Z] + docker rm -vf docker-pr9
13:57:16 [2021-04-22T13:57:16.291Z] Error: No such container: docker-pr9
[Pipeline] sh
13:57:16 [2021-04-22T13:57:16.583Z] + echo Chowning /workspace to jenkins user
13:57:16 [2021-04-22T13:57:16.583Z] Chowning /workspace to jenkins user
13:57:16 [2021-04-22T13:57:16.583Z] + id -u
13:57:16 [2021-04-22T13:57:16.583Z] + id -g
13:57:16 [2021-04-22T13:57:16.583Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42164:/workspace busybox chown -R 1000:1000 /workspace
13:57:16 [2021-04-22T13:57:16.583Z] Unable to find image 'busybox:latest' locally
13:57:16 [2021-04-22T13:57:16.583Z] latest: Pulling from library/busybox
13:57:16 [2021-04-22T13:57:16.843Z] f531cdc67389: Pulling fs layer
13:57:16 [2021-04-22T13:57:16.843Z] f531cdc67389: Download complete
13:57:16 [2021-04-22T13:57:16.843Z] f531cdc67389: Pull complete
13:57:16 [2021-04-22T13:57:16.843Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
13:57:16 [2021-04-22T13:57:16.843Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
13:57:19 [2021-04-22T13:57:19.408Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
[Pipeline] sh
13:57:19 [2021-04-22T13:57:19.695Z] + bundleName=amd64-cgroup2
13:57:19 [2021-04-22T13:57:19.695Z] + echo Creating amd64-cgroup2-bundles.tar.gz
13:57:19 [2021-04-22T13:57:19.695Z] Creating amd64-cgroup2-bundles.tar.gz
13:57:19 [2021-04-22T13:57:19.695Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
13:57:19 [2021-04-22T13:57:19.695Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
[Pipeline] archiveArtifacts
13:57:19 [2021-04-22T13:57:19.975Z] Archiving artifacts
13:57:21 [2021-04-22T13:57:21.740Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:57:22 [2021-04-22T13:57:22.059Z] + make clean
13:57:22 [2021-04-22T13:57:22.320Z] docker volume rm -f docker-dev-cache
13:57:22 [2021-04-22T13:57:22.320Z] docker-dev-cache
[Pipeline] deleteDir
13:57:22 [2021-04-22T13:57:22.676Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:57:27 [2021-04-22T13:57:27.921Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
13:57:29 [2021-04-22T13:57:29.291Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
13:57:29 [2021-04-22T13:57:29.583Z] --- PASS: TestServiceUpdateSecrets (15.45s)
13:57:29 [2021-04-22T13:57:29.583Z] === RUN   TestServiceUpdateConfigs
13:57:31 [2021-04-22T13:57:31.810Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
13:57:32 [2021-04-22T13:57:32.067Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
13:57:32 [2021-04-22T13:57:32.997Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
13:57:33 [2021-04-22T13:57:33.927Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
13:57:34 [2021-04-22T13:57:34.489Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
13:57:35 [2021-04-22T13:57:35.529Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
13:57:37 [2021-04-22T13:57:37.423Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
13:57:37 [2021-04-22T13:57:37.423Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
13:57:39 [2021-04-22T13:57:39.946Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
13:57:41 [2021-04-22T13:57:41.837Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
13:57:44 [2021-04-22T13:57:44.480Z] --- PASS: TestServiceUpdateConfigs (15.57s)
13:57:44 [2021-04-22T13:57:44.480Z] === RUN   TestServiceUpdateNetwork
13:57:47 [2021-04-22T13:57:47.088Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
13:57:48 [2021-04-22T13:57:48.457Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ok  	github.com/docker/docker/api/server/httputils	0.008s	coverage: 14.7% of statements
13:57:48 [2021-04-22T13:57:48.485Z] ok  	github.com/docker/docker/api/server/middleware	0.003s	coverage: 37.7% of statements
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/container	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/events	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ok  	github.com/docker/docker/api/types/strslice	0.006s	coverage: 90.0% of statements
13:57:48 [2021-04-22T13:57:48.485Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/image	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/network	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
13:57:48 [2021-04-22T13:57:48.485Z] ok  	github.com/docker/docker/api/types/versions	0.008s	coverage: 75.0% of statements
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
13:57:48 [2021-04-22T13:57:48.485Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
13:57:49 [2021-04-22T13:57:49.426Z] ok  	github.com/docker/docker/builder/remotecontext	0.086s	coverage: 13.7% of statements
13:57:49 [2021-04-22T13:57:49.426Z] ok  	github.com/docker/docker/builder/dockerfile	0.189s	coverage: 48.5% of statements
13:57:49 [2021-04-22T13:57:49.426Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
13:57:50 [2021-04-22T13:57:50.365Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
13:57:50 [2021-04-22T13:57:50.980Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
13:57:51 [2021-04-22T13:57:51.746Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.501s	coverage: 86.3% of statements
13:57:51 [2021-04-22T13:57:51.746Z] ?   	github.com/docker/docker/cli	[no test files]
13:57:51 [2021-04-22T13:57:51.746Z] ?   	github.com/docker/docker/cli/config	[no test files]
13:57:55 [2021-04-22T13:57:55.041Z] ok  	github.com/docker/docker/client	0.169s	coverage: 75.4% of statements
13:57:56 [2021-04-22T13:57:56.234Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
13:57:56 [2021-04-22T13:57:56.705Z] --- PASS: TestServiceUpdateNetwork (14.53s)
13:57:56 [2021-04-22T13:57:56.705Z] === RUN   TestServiceUpdatePidsLimit
13:57:58 [2021-04-22T13:57:58.621Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
13:57:59 [2021-04-22T13:57:59.192Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
13:58:00 [2021-04-22T13:58:00.408Z] === RUN   TestDockerSuite/TestBuildDotDotFile
13:58:00 [2021-04-22T13:58:00.408Z] === RUN   TestDockerSuite/TestBuildEOLInLine
13:58:01 [2021-04-22T13:58:01.775Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
13:58:07 [2021-04-22T13:58:07.379Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
13:58:08 [2021-04-22T13:58:08.351Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
13:58:08 [2021-04-22T13:58:08.351Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
13:58:08 [2021-04-22T13:58:08.351Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
13:58:08 [2021-04-22T13:58:08.607Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
13:58:09 [2021-04-22T13:58:09.535Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
13:58:09 [2021-04-22T13:58:09.535Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
13:58:10 [2021-04-22T13:58:10.097Z] === RUN   TestDockerSuite/TestBuildEntrypoint
13:58:10 [2021-04-22T13:58:10.661Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
13:58:10 [2021-04-22T13:58:10.661Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
13:58:12 [2021-04-22T13:58:12.551Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
13:58:13 [2021-04-22T13:58:13.919Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
13:58:13 [2021-04-22T13:58:13.919Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
13:58:15 [2021-04-22T13:58:15.513Z] --- PASS: TestServiceUpdatePidsLimit (17.68s)
13:58:15 [2021-04-22T13:58:15.513Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s)
13:58:15 [2021-04-22T13:58:15.513Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.22s)
13:58:15 [2021-04-22T13:58:15.513Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.22s)
13:58:15 [2021-04-22T13:58:15.513Z] PASS
13:58:15 [2021-04-22T13:58:15.513Z] 
13:58:15 [2021-04-22T13:58:15.513Z] === Skipped
13:58:15 [2021-04-22T13:58:15.513Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
13:58:15 [2021-04-22T13:58:15.513Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
13:58:15 [2021-04-22T13:58:15.513Z] 
13:58:15 [2021-04-22T13:58:15.513Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
13:58:15 [2021-04-22T13:58:15.513Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
13:58:15 [2021-04-22T13:58:15.513Z] 
13:58:15 [2021-04-22T13:58:15.513Z] 
13:58:15 [2021-04-22T13:58:15.513Z] DONE 27 tests, 2 skipped in 160.219s
13:58:15 [2021-04-22T13:58:15.513Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
13:58:15 [2021-04-22T13:58:15.513Z] ++ 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
13:58:15 [2021-04-22T13:58:15.513Z] ++ set -e
13:58:15 [2021-04-22T13:58:15.513Z] ++ '[' -n 0 ']'
13:58:15 [2021-04-22T13:58:15.513Z] ++ set -x
13:58:15 [2021-04-22T13:58:15.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=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
13:58:15 [2021-04-22T13:58:15.513Z] INFO: Testing against a local daemon
13:58:15 [2021-04-22T13:58:15.513Z] === RUN   TestSessionCreate
13:58:15 [2021-04-22T13:58:15.513Z] --- PASS: TestSessionCreate (0.05s)
13:58:15 [2021-04-22T13:58:15.513Z] === RUN   TestSessionCreateWithBadUpgrade
13:58:15 [2021-04-22T13:58:15.513Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
13:58:15 [2021-04-22T13:58:15.513Z] PASS
13:58:15 [2021-04-22T13:58:15.513Z] 
13:58:15 [2021-04-22T13:58:15.513Z] DONE 2 tests in 0.243s
13:58:15 [2021-04-22T13:58:15.513Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
13:58:15 [2021-04-22T13:58:15.513Z] ++ 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
13:58:15 [2021-04-22T13:58:15.513Z] ++ set -e
13:58:15 [2021-04-22T13:58:15.513Z] ++ '[' -n 0 ']'
13:58:15 [2021-04-22T13:58:15.513Z] ++ set -x
13:58:15 [2021-04-22T13:58:15.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=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
13:58:15 [2021-04-22T13:58:15.513Z] INFO: Testing against a local daemon
13:58:15 [2021-04-22T13:58:15.513Z] === RUN   TestCgroupDriverSystemdMemoryLimit
13:58:15 [2021-04-22T13:58:15.513Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
13:58:15 [2021-04-22T13:58:15.513Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:58:15 [2021-04-22T13:58:15.513Z] === RUN   TestEventsExecDie
13:58:15 [2021-04-22T13:58:15.813Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
13:58:16 [2021-04-22T13:58:16.085Z] --- PASS: TestEventsExecDie (1.14s)
13:58:16 [2021-04-22T13:58:16.085Z] === RUN   TestEventsBackwardsCompatible
13:58:16 [2021-04-22T13:58:16.085Z] --- PASS: TestEventsBackwardsCompatible (0.08s)
13:58:16 [2021-04-22T13:58:16.085Z] === RUN   TestInfoBinaryCommits
13:58:16 [2021-04-22T13:58:16.085Z] --- PASS: TestInfoBinaryCommits (0.05s)
13:58:16 [2021-04-22T13:58:16.085Z] === RUN   TestInfoAPIVersioned
13:58:16 [2021-04-22T13:58:16.085Z] --- PASS: TestInfoAPIVersioned (0.02s)
13:58:16 [2021-04-22T13:58:16.085Z] === RUN   TestInfoDiscoveryBackend
13:58:17 [2021-04-22T13:58:17.470Z] --- PASS: TestInfoDiscoveryBackend (1.16s)
13:58:17 [2021-04-22T13:58:17.470Z] === RUN   TestInfoDiscoveryInvalidAdvertise
13:58:18 [2021-04-22T13:58:18.335Z] === RUN   TestDockerSuite/TestBuildEnv
13:58:18 [2021-04-22T13:58:18.412Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
13:58:18 [2021-04-22T13:58:18.412Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
13:58:18 [2021-04-22T13:58:18.599Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
13:58:19 [2021-04-22T13:58:19.356Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (1.11s)
13:58:19 [2021-04-22T13:58:19.356Z] === RUN   TestInfoAPI
13:58:19 [2021-04-22T13:58:19.356Z] --- PASS: TestInfoAPI (0.05s)
13:58:19 [2021-04-22T13:58:19.356Z] === RUN   TestInfoAPIWarnings
13:58:20 [2021-04-22T13:58:20.494Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
13:58:22 [2021-04-22T13:58:22.387Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
13:58:24 [2021-04-22T13:58:24.278Z] === RUN   TestDockerSuite/TestBuildEnvUsage
13:58:30 [2021-04-22T13:58:30.818Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
13:58:33 [2021-04-22T13:58:33.777Z] ok  	github.com/docker/docker/cmd/dockerd	0.130s	coverage: 29.1% of statements
13:58:34 [2021-04-22T13:58:34.096Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
13:58:34 [2021-04-22T13:58:34.716Z] ok  	github.com/docker/docker/container	0.120s	coverage: 34.7% of statements
13:58:34 [2021-04-22T13:58:34.716Z] ?   	github.com/docker/docker/container/stream	[no test files]
13:58:34 [2021-04-22T13:58:34.716Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
13:58:34 [2021-04-22T13:58:34.716Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
13:58:34 [2021-04-22T13:58:34.716Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
13:58:37 [2021-04-22T13:58:37.467Z] --- PASS: TestInfoAPIWarnings (17.09s)
13:58:37 [2021-04-22T13:58:37.467Z] === RUN   TestInfoDebug
13:58:37 [2021-04-22T13:58:37.728Z] --- PASS: TestInfoDebug (1.12s)
13:58:37 [2021-04-22T13:58:37.728Z] === RUN   TestInfoInsecureRegistries
13:58:39 [2021-04-22T13:58:39.114Z] --- PASS: TestInfoInsecureRegistries (1.15s)
13:58:39 [2021-04-22T13:58:39.114Z] === RUN   TestInfoRegistryMirrors
13:58:40 [2021-04-22T13:58:40.056Z] --- PASS: TestInfoRegistryMirrors (1.12s)
13:58:40 [2021-04-22T13:58:40.056Z] === RUN   TestLoginFailsWithBadCredentials
13:58:40 [2021-04-22T13:58:40.317Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s)
13:58:40 [2021-04-22T13:58:40.317Z] === RUN   TestPingCacheHeaders
13:58:40 [2021-04-22T13:58:40.317Z] --- PASS: TestPingCacheHeaders (0.05s)
13:58:40 [2021-04-22T13:58:40.317Z] === RUN   TestPingGet
13:58:40 [2021-04-22T13:58:40.317Z] --- PASS: TestPingGet (0.03s)
13:58:40 [2021-04-22T13:58:40.317Z] === RUN   TestPingHead
13:58:40 [2021-04-22T13:58:40.317Z] --- PASS: TestPingHead (0.05s)
13:58:40 [2021-04-22T13:58:40.317Z] === RUN   TestVersion
13:58:40 [2021-04-22T13:58:40.317Z] --- PASS: TestVersion (0.05s)
13:58:40 [2021-04-22T13:58:40.317Z] PASS
13:58:40 [2021-04-22T13:58:40.317Z] 
13:58:40 [2021-04-22T13:58:40.317Z] === Skipped
13:58:40 [2021-04-22T13:58:40.317Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
13:58:40 [2021-04-22T13:58:40.317Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
13:58:40 [2021-04-22T13:58:40.317Z] 
13:58:40 [2021-04-22T13:58:40.317Z] 
13:58:40 [2021-04-22T13:58:40.317Z] DONE 18 tests, 1 skipped in 25.718s
13:58:40 [2021-04-22T13:58:40.317Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
13:58:40 [2021-04-22T13:58:40.317Z] ++ 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
13:58:40 [2021-04-22T13:58:40.317Z] ++ set -e
13:58:40 [2021-04-22T13:58:40.317Z] ++ '[' -n 0 ']'
13:58:40 [2021-04-22T13:58:40.317Z] ++ set -x
13:58:40 [2021-04-22T13:58:40.317Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
13:58:40 [2021-04-22T13:58:40.578Z] INFO: Testing against a local daemon
13:58:40 [2021-04-22T13:58:40.578Z] === RUN   TestVolumesCreateAndList
13:58:40 [2021-04-22T13:58:40.578Z] --- PASS: TestVolumesCreateAndList (0.04s)
13:58:40 [2021-04-22T13:58:40.578Z] === RUN   TestVolumesRemove
13:58:40 [2021-04-22T13:58:40.839Z] --- PASS: TestVolumesRemove (0.17s)
13:58:40 [2021-04-22T13:58:40.839Z] === RUN   TestVolumesInspect
13:58:40 [2021-04-22T13:58:40.839Z] --- PASS: TestVolumesInspect (0.03s)
13:58:40 [2021-04-22T13:58:40.839Z] === RUN   TestVolumesInvalidJSON
13:58:40 [2021-04-22T13:58:40.839Z] === RUN   TestVolumesInvalidJSON//volumes/create
13:58:40 [2021-04-22T13:58:40.839Z] === PAUSE TestVolumesInvalidJSON//volumes/create
13:58:40 [2021-04-22T13:58:40.839Z] === CONT  TestVolumesInvalidJSON//volumes/create
13:58:40 [2021-04-22T13:58:40.839Z] --- PASS: TestVolumesInvalidJSON (0.03s)
13:58:40 [2021-04-22T13:58:40.839Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
13:58:40 [2021-04-22T13:58:40.839Z] PASS
13:58:40 [2021-04-22T13:58:40.839Z] 
13:58:40 [2021-04-22T13:58:40.839Z] DONE 5 tests in 0.419s
13:58:40 [2021-04-22T13:58:40.839Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
13:58:41 [2021-04-22T13:58:41.410Z] ++++ cat bundles/test-integration/docker.pid
13:58:41 [2021-04-22T13:58:41.410Z] +++ kill 13947
13:58:42 [2021-04-22T13:58:42.797Z] +++ /etc/init.d/apparmor stop
13:58:42 [2021-04-22T13:58:42.797Z] Leaving: AppArmorNo profiles have been unloaded.
13:58:42 [2021-04-22T13:58:42.797Z] 
13:58:42 [2021-04-22T13:58:42.797Z] Unloading profiles will leave already running processes permanently
13:58:42 [2021-04-22T13:58:42.797Z] unconfined, which can lead to unexpected situations.
13:58:42 [2021-04-22T13:58:42.797Z] 
13:58:42 [2021-04-22T13:58:42.797Z] To set a process to complain mode, use the command line tool
13:58:42 [2021-04-22T13:58:42.797Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
13:58:42 [2021-04-22T13:58:42.797Z] +++ true
13:58:42 [2021-04-22T13:58:42.797Z] exiting test-integration
13:58:42 [2021-04-22T13:58:42.797Z] ++ exit 0
13:58:42 [2021-04-22T13:58:42.797Z] 
13:58:44 [2021-04-22T13:58:44.041Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
Post stage
[Pipeline] junit
13:58:46 [2021-04-22T13:58:46.126Z] Recording test results
13:58:46 [2021-04-22T13:58:46.369Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
13:58:46 [2021-04-22T13:58:46.747Z] + echo Ensuring container killed.
13:58:46 [2021-04-22T13:58:46.747Z] Ensuring container killed.
13:58:46 [2021-04-22T13:58:46.747Z] + docker rm -vf docker-pr9
13:58:46 [2021-04-22T13:58:46.747Z] Error: No such container: docker-pr9
[Pipeline] sh
13:58:46 [2021-04-22T13:58:46.936Z] ok  	github.com/docker/docker/daemon/cluster	0.077s	coverage: 0.5% of statements
13:58:47 [2021-04-22T13:58:47.036Z] + echo Chowning /workspace to jenkins user
13:58:47 [2021-04-22T13:58:47.036Z] Chowning /workspace to jenkins user
13:58:47 [2021-04-22T13:58:47.036Z] + id -u
13:58:47 [2021-04-22T13:58:47.036Z] + id -g
13:58:47 [2021-04-22T13:58:47.036Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42164:/workspace busybox chown -R 1000:1000 /workspace
13:58:47 [2021-04-22T13:58:47.036Z] Unable to find image 'busybox:latest' locally
13:58:47 [2021-04-22T13:58:47.195Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
13:58:47 [2021-04-22T13:58:47.296Z] latest: Pulling from library/busybox
13:58:47 [2021-04-22T13:58:47.296Z] 36fbfd22ebfc: Pulling fs layer
13:58:47 [2021-04-22T13:58:47.308Z] === RUN   TestDockerDaemonSuite/TestShmSize
13:58:47 [2021-04-22T13:58:47.557Z] 36fbfd22ebfc: Verifying Checksum
13:58:47 [2021-04-22T13:58:47.557Z] 36fbfd22ebfc: Download complete
13:58:47 [2021-04-22T13:58:47.818Z] 36fbfd22ebfc: Pull complete
13:58:47 [2021-04-22T13:58:47.818Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
13:58:47 [2021-04-22T13:58:47.818Z] Status: Downloaded newer image for busybox:latest
13:58:48 [2021-04-22T13:58:48.577Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
13:58:49 [2021-04-22T13:58:49.826Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
13:58:54 [2021-04-22T13:58:54.704Z] + bundleName=arm64-integration
13:58:54 [2021-04-22T13:58:54.704Z] + echo Creating arm64-integration-bundles.tar.gz
13:58:54 [2021-04-22T13:58:54.704Z] Creating arm64-integration-bundles.tar.gz
13:58:54 [2021-04-22T13:58:54.704Z] + + find bundles -path */root/*overlay2 -prunexargs -o tar -type -czf f arm64-integration-bundles.tar.gz (
13:58:54 [2021-04-22T13:58:54.704Z]  -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
13:58:54 [2021-04-22T13:58:54.978Z] Archiving artifacts
13:58:55 [2021-04-22T13:58:55.073Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
13:58:55 [2021-04-22T13:58:55.073Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
13:58:57 [2021-04-22T13:58:57.159Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
13:58:57 [2021-04-22T13:58:57.480Z] + make clean
13:58:58 [2021-04-22T13:58:58.051Z] docker volume rm -f docker-dev-cache
13:58:58 [2021-04-22T13:58:58.311Z] docker-dev-cache
[Pipeline] deleteDir
13:58:58 [2021-04-22T13:58:58.567Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.438s	coverage: 14.1% of statements
13:58:58 [2021-04-22T13:58:58.827Z] ok  	github.com/docker/docker/daemon	12.151s	coverage: 17.2% of statements
13:58:58 [2021-04-22T13:58:58.827Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
13:58:58 [2021-04-22T13:58:58.827Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
13:58:59 [2021-04-22T13:58:59.396Z] ok  	github.com/docker/docker/daemon/config	0.061s	coverage: 81.8% of statements
13:59:00 [2021-04-22T13:59:00.335Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
13:59:00 [2021-04-22T13:59:00.594Z] ok  	github.com/docker/docker/daemon/events	0.062s	coverage: 50.0% of statements
13:59:00 [2021-04-22T13:59:00.594Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
13:59:00 [2021-04-22T13:59:00.594Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
13:59:00 [2021-04-22T13:59:00.707Z] --- PASS: TestBuildWithHugeFile (117.59s)
13:59:00 [2021-04-22T13:59:00.707Z] === RUN   TestBuildWCOWSandboxSize
13:59:00 [2021-04-22T13:59:00.772Z] --- PASS: TestBuildWithHugeFile (122.27s)
13:59:00 [2021-04-22T13:59:00.772Z] === RUN   TestBuildWCOWSandboxSize
13:59:01 [2021-04-22T13:59:01.615Z] --- PASS: TestDockerDaemonSuite (519.88s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.24s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.09s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.13s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.46s)
13:59:01 [2021-04-22T13:59:01.615Z]         docker_cli_daemon_test.go:1455: [d201caa31f4ba] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [dab364cfc567b] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.73s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.42s)
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [da797b2f51476] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.08s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.68s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (4.18s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.68s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.27s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.59s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.96s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (4.03s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [daf3a350c7d57] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [dde25d896f7c5] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.57s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.86s)
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [df459f02bb8d0] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.79s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.82s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.28s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.10s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.84s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.95s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.94s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s)
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [d750086e79e63] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.82s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.86s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (1.10s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.91s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (8.16s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.43s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
13:59:01 [2021-04-22T13:59:01.615Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [d53e2b48dc710] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (3.22s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.28s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.96s)
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.73s)
13:59:01 [2021-04-22T13:59:01.615Z]         check_test.go:309: [d4e3cb96afa1f] daemon is not started
13:59:01 [2021-04-22T13:59:01.615Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.26s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.79s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [de1f6a1d7e8eb] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.70s)
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_plugins_test.go:79: [d7326df83339b] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.68s)
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_plugins_test.go:169: [d1e6e2b13917d] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (5.89s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (1.02s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (1.17s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.52s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [db55817ecec18] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.88s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.64s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.75s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.72s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.63s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.65s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (3.07s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.89s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.86s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.92s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.39s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d2184a426caa2] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.67s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.99s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (4.09s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.06s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (8.63s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (5.14s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.54s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d71390f1e2f9d] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.40s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.75s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (17.30s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.64s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (3.10s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.62s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (5.20s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d602b11eb197c] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d1379738fd6ca] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (4.27s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d80e30e526f1c] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.79s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (5.71s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.93s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.12s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.21s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.43s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (8.00s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.43s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [daa10fea9a4cd] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (4.92s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.70s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.54s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d2667538ac49f] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.84s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (6.52s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (2.12s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.91s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.48s)
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d1a166c18c373] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.13s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d5933d70ba040] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.94s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.94s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.54s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.98s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [db3186b58ffa5] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.54s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.86s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.42s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.39s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [db10e1072822b] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.46s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.51s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.77s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.84s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d4d834d5f9310] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.96s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.89s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.87s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.82s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d6f32fdf3efe7] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.17s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.18s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.70s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (2.07s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.50s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.24s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.19s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.97s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.16s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.67s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.57s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (4.64s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.26s)
13:59:01 [2021-04-22T13:59:01.616Z]         docker_cli_daemon_test.go:2550: [d5aa5336dc3b1] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (12.10s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.14s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.86s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.35s)
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.17s)
13:59:01 [2021-04-22T13:59:01.616Z]         check_test.go:309: [d21a1bdcf04d5] daemon is not started
13:59:01 [2021-04-22T13:59:01.616Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.29s)
13:59:01 [2021-04-22T13:59:01.616Z] === RUN   TestDockerSwarmSuite
13:59:01 [2021-04-22T13:59:01.616Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
13:59:01 [2021-04-22T13:59:01.976Z] ok  	github.com/docker/docker/daemon/graphdriver	0.005s	coverage: 2.2% of statements
13:59:03 [2021-04-22T13:59:03.888Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.504s	coverage: 73.3% of statements
13:59:04 [2021-04-22T13:59:04.458Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.020s	coverage: 3.1% of statements
13:59:04 [2021-04-22T13:59:04.890Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
13:59:05 [2021-04-22T13:59:05.399Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.445s	coverage: 56.2% of statements
13:59:06 [2021-04-22T13:59:06.803Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:59:07 [2021-04-22T13:59:07.732Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
13:59:07 [2021-04-22T13:59:07.944Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.9% of statements
13:59:09 [2021-04-22T13:59:09.100Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
13:59:09 [2021-04-22T13:59:09.855Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.763s	coverage: 46.2% of statements
13:59:09 [2021-04-22T13:59:09.855Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
13:59:09 [2021-04-22T13:59:09.855Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.254s	coverage: 49.4% of statements
13:59:11 [2021-04-22T13:59:11.766Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.009s	coverage: 57.5% of statements
13:59:12 [2021-04-22T13:59:12.026Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.735s	coverage: 57.7% of statements
13:59:12 [2021-04-22T13:59:12.026Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
13:59:12 [2021-04-22T13:59:12.026Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
13:59:13 [2021-04-22T13:59:13.453Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.008s	coverage: 3.0% of statements
13:59:14 [2021-04-22T13:59:14.398Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
13:59:15 [2021-04-22T13:59:15.646Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
13:59:15 [2021-04-22T13:59:15.779Z] ok  	github.com/docker/docker/daemon/images	0.017s	coverage: 6.7% of statements
13:59:15 [2021-04-22T13:59:15.779Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
13:59:15 [2021-04-22T13:59:15.779Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
13:59:16 [2021-04-22T13:59:16.040Z] ok  	github.com/docker/docker/daemon/logger	0.225s	coverage: 43.2% of statements
13:59:17 [2021-04-22T13:59:17.951Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.022s	coverage: 67.0% of statements
13:59:17 [2021-04-22T13:59:17.951Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.144s	coverage: 77.8% of statements
13:59:17 [2021-04-22T13:59:17.951Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
13:59:17 [2021-04-22T13:59:17.951Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
13:59:18 [2021-04-22T13:59:18.892Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
13:59:19 [2021-04-22T13:59:19.462Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.008s	coverage: 69.9% of statements
13:59:19 [2021-04-22T13:59:19.462Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.018s	coverage: 87.2% of statements
13:59:20 [2021-04-22T13:59:20.845Z] ok  	github.com/docker/docker/daemon/logger/local	0.020s	coverage: 75.2% of statements
13:59:20 [2021-04-22T13:59:20.845Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
13:59:21 [2021-04-22T13:59:21.416Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.042s	coverage: 55.1% of statements
13:59:22 [2021-04-22T13:59:22.192Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
13:59:22 [2021-04-22T13:59:22.358Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.011s	coverage: 31.5% of statements
13:59:23 [2021-04-22T13:59:23.121Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
13:59:23 [2021-04-22T13:59:23.688Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
13:59:23 [2021-04-22T13:59:23.740Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
13:59:24 [2021-04-22T13:59:24.000Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
13:59:24 [2021-04-22T13:59:24.251Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
13:59:24 [2021-04-22T13:59:24.570Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.562s	coverage: 82.5% of statements
13:59:24 [2021-04-22T13:59:24.570Z] ?   	github.com/docker/docker/daemon/names	[no test files]
13:59:24 [2021-04-22T13:59:24.830Z] ok  	github.com/docker/docker/daemon/network	0.009s	coverage: 63.8% of statements
13:59:24 [2021-04-22T13:59:24.830Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
13:59:26 [2021-04-22T13:59:26.143Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
13:59:26 [2021-04-22T13:59:26.144Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
13:59:26 [2021-04-22T13:59:26.399Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
13:59:26 [2021-04-22T13:59:26.740Z] ok  	github.com/docker/docker/distribution/metadata	0.044s	coverage: 48.2% of statements
13:59:27 [2021-04-22T13:59:27.680Z] ok  	github.com/docker/docker/distribution	0.175s	coverage: 25.2% of statements
13:59:27 [2021-04-22T13:59:27.680Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
13:59:28 [2021-04-22T13:59:28.290Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
13:59:28 [2021-04-22T13:59:28.620Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
13:59:29 [2021-04-22T13:59:29.220Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
13:59:29 [2021-04-22T13:59:29.561Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.6% of statements
13:59:30 [2021-04-22T13:59:30.130Z] ok  	github.com/docker/docker/distribution/xfer	1.887s	coverage: 85.1% of statements
13:59:30 [2021-04-22T13:59:30.130Z] ?   	github.com/docker/docker/dockerversion	[no test files]
13:59:30 [2021-04-22T13:59:30.390Z] ok  	github.com/docker/docker/image/cache	0.008s	coverage: 19.2% of statements
13:59:31 [2021-04-22T13:59:31.771Z] ok  	github.com/docker/docker/image/tarexport	0.009s	coverage: 0.6% of statements
13:59:31 [2021-04-22T13:59:31.771Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
13:59:31 [2021-04-22T13:59:31.771Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
13:59:32 [2021-04-22T13:59:32.341Z] ok  	github.com/docker/docker/libcontainerd/queue	0.022s	coverage: 100.0% of statements
13:59:34 [2021-04-22T13:59:34.251Z] ok  	github.com/docker/docker/oci	0.014s	coverage: 45.2% of statements
13:59:34 [2021-04-22T13:59:34.511Z] ok  	github.com/docker/docker/opts	0.019s	coverage: 67.1% of statements
13:59:34 [2021-04-22T13:59:34.771Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
13:59:36 [2021-04-22T13:59:36.681Z] ok  	github.com/docker/docker/pkg/archive	0.295s	coverage: 81.9% of statements
13:59:37 [2021-04-22T13:59:37.251Z] ok  	github.com/docker/docker/pkg/authorization	0.071s	coverage: 68.3% of statements
13:59:37 [2021-04-22T13:59:37.511Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
13:59:37 [2021-04-22T13:59:37.511Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
13:59:40 [2021-04-22T13:59:40.802Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.481s	coverage: 43.2% of statements
13:59:41 [2021-04-22T13:59:41.063Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
13:59:41 [2021-04-22T13:59:41.063Z] ok  	github.com/docker/docker/layer	7.090s	coverage: 68.8% of statements
13:59:41 [2021-04-22T13:59:41.063Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
13:59:41 [2021-04-22T13:59:41.063Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
13:59:41 [2021-04-22T13:59:41.063Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
13:59:41 [2021-04-22T13:59:41.063Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
13:59:41 [2021-04-22T13:59:41.063Z] ?   	github.com/docker/docker/oci/caps	[no test files]
13:59:41 [2021-04-22T13:59:41.063Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
13:59:41 [2021-04-22T13:59:41.063Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
13:59:41 [2021-04-22T13:59:41.633Z] ok  	github.com/docker/docker/pkg/discovery	0.013s	coverage: 58.3% of statements
13:59:41 [2021-04-22T13:59:41.893Z] ok  	github.com/docker/docker/pkg/discovery/file	0.009s	coverage: 92.9% of statements
13:59:42 [2021-04-22T13:59:42.462Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.017s	coverage: 92.3% of statements
13:59:43 [2021-04-22T13:59:43.401Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.003s	coverage: 93.8% of statements
13:59:43 [2021-04-22T13:59:43.661Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
13:59:44 [2021-04-22T13:59:44.081Z] === RUN   TestDockerSuite/TestBuildExpose
13:59:44 [2021-04-22T13:59:44.081Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
13:59:44 [2021-04-22T13:59:44.081Z] === RUN   TestDockerSuite/TestBuildExposeOrder
13:59:44 [2021-04-22T13:59:44.338Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
13:59:44 [2021-04-22T13:59:44.595Z] === RUN   TestDockerSuite/TestBuildFails
13:59:45 [2021-04-22T13:59:45.042Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
13:59:45 [2021-04-22T13:59:45.612Z] ok  	github.com/docker/docker/pkg/fileutils	0.009s	coverage: 89.5% of statements
13:59:45 [2021-04-22T13:59:45.872Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.076s	coverage: 84.1% of statements
13:59:46 [2021-04-22T13:59:46.131Z] ok  	github.com/docker/docker/pkg/fsutils	0.190s	coverage: 85.1% of statements
13:59:46 [2021-04-22T13:59:46.391Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
13:59:46 [2021-04-22T13:59:46.487Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
13:59:46 [2021-04-22T13:59:46.487Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
13:59:47 [2021-04-22T13:59:47.771Z] ok  	github.com/docker/docker/pkg/idtools	0.542s	coverage: 69.5% of statements
13:59:47 [2021-04-22T13:59:47.771Z] ok  	github.com/docker/docker/pkg/ioutils	0.446s	coverage: 69.3% of statements
13:59:48 [2021-04-22T13:59:48.033Z] ok  	github.com/docker/docker/pkg/longpath	0.002s	coverage: 100.0% of statements
13:59:48 [2021-04-22T13:59:48.293Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.007s	coverage: 91.7% of statements
13:59:48 [2021-04-22T13:59:48.293Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
13:59:48 [2021-04-22T13:59:48.293Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
13:59:48 [2021-04-22T13:59:48.293Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
13:59:48 [2021-04-22T13:59:48.862Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.022s	coverage: 85.7% of statements
13:59:48 [2021-04-22T13:59:48.862Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
13:59:48 [2021-04-22T13:59:48.862Z] ok  	github.com/docker/docker/pkg/parsers	0.002s	coverage: 97.0% of statements
13:59:49 [2021-04-22T13:59:49.431Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
13:59:49 [2021-04-22T13:59:49.431Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.007s	coverage: 86.7% of statements
13:59:49 [2021-04-22T13:59:49.691Z] ok  	github.com/docker/docker/pkg/pidfile	0.010s	coverage: 82.4% of statements
13:59:49 [2021-04-22T13:59:49.691Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
13:59:49 [2021-04-22T13:59:49.691Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
13:59:50 [2021-04-22T13:59:50.631Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
13:59:50 [2021-04-22T13:59:50.654Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
13:59:51 [2021-04-22T13:59:51.201Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
13:59:51 [2021-04-22T13:59:51.461Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
13:59:51 [2021-04-22T13:59:51.720Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
13:59:53 [2021-04-22T13:59:53.099Z] ok  	github.com/docker/docker/pkg/pubsub	1.026s	coverage: 75.0% of statements
13:59:53 [2021-04-22T13:59:53.359Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
13:59:53 [2021-04-22T13:59:53.927Z] === RUN   TestDockerSuite/TestBuildForceRm
13:59:56 [2021-04-22T13:59:56.445Z] === RUN   TestDockerSuite/TestBuildFromGit
13:59:56 [2021-04-22T13:59:56.702Z] ok  	github.com/docker/docker/pkg/signal	2.387s	coverage: 61.0% of statements
13:59:56 [2021-04-22T13:59:56.702Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
13:59:56 [2021-04-22T13:59:56.702Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
13:59:56 [2021-04-22T13:59:56.969Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
13:59:57 [2021-04-22T13:59:57.925Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
13:59:58 [2021-04-22T13:59:58.336Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
13:59:58 [2021-04-22T13:59:58.336Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
13:59:58 [2021-04-22T13:59:58.495Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
13:59:58 [2021-04-22T13:59:58.755Z] ok  	github.com/docker/docker/pkg/tailfile	0.065s	coverage: 88.6% of statements
13:59:59 [2021-04-22T13:59:59.324Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
13:59:59 [2021-04-22T13:59:59.584Z] testing: warning: no tests to run
13:59:59 [2021-04-22T13:59:59.584Z] coverage: [no statements]
13:59:59 [2021-04-22T13:59:59.584Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
13:59:59 [2021-04-22T13:59:59.703Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
13:59:59 [2021-04-22T13:59:59.844Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
14:00:00 [2021-04-22T14:00:00.104Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
14:00:00 [2021-04-22T14:00:00.364Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
14:00:02 [2021-04-22T14:00:02.220Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
14:00:02 [2021-04-22T14:00:02.272Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
14:00:02 [2021-04-22T14:00:02.842Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
14:00:03 [2021-04-22T14:00:03.149Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
14:00:03 [2021-04-22T14:00:03.406Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
14:00:03 [2021-04-22T14:00:03.413Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 85.4% of statements
14:00:04 [2021-04-22T14:00:04.776Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
14:00:04 [2021-04-22T14:00:04.776Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
14:00:04 [2021-04-22T14:00:04.793Z] ok  	github.com/docker/docker/quota	0.196s	coverage: 71.4% of statements
14:00:05 [2021-04-22T14:00:05.053Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
14:00:06 [2021-04-22T14:00:06.435Z] ok  	github.com/docker/docker/registry	0.058s	coverage: 58.8% of statements
14:00:06 [2021-04-22T14:00:06.683Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
14:00:07 [2021-04-22T14:00:07.004Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
14:00:07 [2021-04-22T14:00:07.004Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
14:00:07 [2021-04-22T14:00:07.944Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
14:00:08 [2021-04-22T14:00:08.204Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
14:00:09 [2021-04-22T14:00:09.958Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
14:00:10 [2021-04-22T14:00:10.745Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
14:00:11 [2021-04-22T14:00:11.325Z] === RUN   TestDockerSuite/TestBuildHistory
14:00:11 [2021-04-22T14:00:11.686Z] ok  	github.com/docker/docker/volume/local	0.111s	coverage: 76.4% of statements
14:00:12 [2021-04-22T14:00:12.255Z] ok  	github.com/docker/docker/volume/mounts	0.018s	coverage: 67.0% of statements
14:00:13 [2021-04-22T14:00:13.636Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 73.1% of statements
14:00:13 [2021-04-22T14:00:13.844Z] --- PASS: TestImportExtremelyLargeImageWorks (230.08s)
14:00:13 [2021-04-22T14:00:13.844Z] PASS
14:00:13 [2021-04-22T14:00:13.844Z] 
14:00:13 [2021-04-22T14:00:13.844Z] DONE 12 tests in 234.324s
14:00:13 [2021-04-22T14:00:13.844Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
14:00:13 [2021-04-22T14:00:13.844Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
14:00:13 [2021-04-22T14:00:13.844Z] ++ set -e
14:00:13 [2021-04-22T14:00:13.844Z] ++ '[' -n 0 ']'
14:00:13 [2021-04-22T14:00:13.844Z] ++ set -x
14:00:13 [2021-04-22T14:00:13.844Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
14:00:13 [2021-04-22T14:00:13.844Z] INFO: Testing against a local daemon
14:00:13 [2021-04-22T14:00:13.844Z] === RUN   TestNetworkCreateDelete
14:00:14 [2021-04-22T14:00:14.101Z] --- PASS: TestNetworkCreateDelete (0.53s)
14:00:14 [2021-04-22T14:00:14.101Z] === RUN   TestDockerNetworkDeletePreferID
14:00:15 [2021-04-22T14:00:15.030Z] === RUN   TestDockerSuite/TestBuildIidFile
14:00:15 [2021-04-22T14:00:15.286Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
14:00:15 [2021-04-22T14:00:15.542Z] --- PASS: TestDockerNetworkDeletePreferID (1.43s)
14:00:15 [2021-04-22T14:00:15.542Z] === RUN   TestDaemonDNSFallback
14:00:16 [2021-04-22T14:00:16.472Z] === RUN   TestDockerSuite/TestBuildInheritance
14:00:16 [2021-04-22T14:00:16.729Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
14:00:17 [2021-04-22T14:00:17.292Z] === RUN   TestDockerSuite/TestBuildInvalidTag
14:00:17 [2021-04-22T14:00:17.292Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
14:00:18 [2021-04-22T14:00:18.221Z] === RUN   TestDockerSuite/TestBuildLabel
14:00:18 [2021-04-22T14:00:18.783Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
14:00:19 [2021-04-22T14:00:19.040Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
14:00:19 [2021-04-22T14:00:19.603Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
14:00:19 [2021-04-22T14:00:19.860Z] === RUN   TestDockerSuite/TestBuildLabels
14:00:20 [2021-04-22T14:00:20.116Z] === RUN   TestDockerSuite/TestBuildLabelsCache
14:00:21 [2021-04-22T14:00:21.044Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
14:00:22 [2021-04-22T14:00:22.935Z] === RUN   TestDockerSuite/TestBuildLastModified
14:00:23 [2021-04-22T14:00:23.191Z] --- PASS: TestDaemonDNSFallback (7.58s)
14:00:23 [2021-04-22T14:00:23.191Z] === RUN   TestInspectNetwork
14:00:25 [2021-04-22T14:00:25.708Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
14:00:25 [2021-04-22T14:00:25.845Z] ok  	github.com/docker/docker/pkg/plugins	33.618s	coverage: 76.6% of statements
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/pkg/term	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/rootless	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/testutil/request	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/volume	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === Skipped
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     exec_linux_test.go:18: requires AppArmor to be enabled
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     exec_linux_test.go:38: requires AppArmor to be enabled
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver btrfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver btrfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver btrfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver btrfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver btrfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:73: No driver to put!
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z] time="2021-04-22T13:59:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z] time="2021-04-22T13:59:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z] time="2021-04-22T13:59:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z] time="2021-04-22T13:59:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z] time="2021-04-22T13:59:07Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: driver not supported
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:73: No driver to put!
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     overlay_test.go:49: Fails to compute changes intermittently
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     overlay_test.go:65: Cannot run test with naive change algorithm
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.845Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.845Z]     graphtest_unix.go:46: Driver zfs not supported
14:00:25 [2021-04-22T14:00:25.845Z] 
14:00:25 [2021-04-22T14:00:25.846Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:46: Driver zfs not supported
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:46: Driver zfs not supported
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:46: Driver zfs not supported
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:46: Driver zfs not supported
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
14:00:25 [2021-04-22T14:00:25.846Z]     graphtest_unix.go:73: No driver to put!
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
14:00:25 [2021-04-22T14:00:25.846Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
14:00:25 [2021-04-22T14:00:25.846Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] 
14:00:25 [2021-04-22T14:00:25.846Z] DONE 2247 tests, 26 skipped in 253.616s
Post stage
[Pipeline] junit
14:00:25 [2021-04-22T14:00:25.860Z] Recording test results
14:00:26 [2021-04-22T14:00:26.231Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
14:00:26 [2021-04-22T14:00:26.574Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42164/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bffa730860f5b9453a0c08dce386ce1eb4ecd2e3 hack/validate/vendor
14:00:26 [2021-04-22T14:00:26.638Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
14:00:27 [2021-04-22T14:00:27.523Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:00:28 [2021-04-22T14:00:28.104Z] + echo Ensuring container killed.
14:00:28 [2021-04-22T14:00:28.104Z] Ensuring container killed.
14:00:28 [2021-04-22T14:00:28.104Z] + docker rm -vf docker-pr9
14:00:28 [2021-04-22T14:00:28.104Z] Error: No such container: docker-pr9
[Pipeline] sh
14:00:28 [2021-04-22T14:00:28.388Z] + echo Chowning /workspace to jenkins user
14:00:28 [2021-04-22T14:00:28.388Z] Chowning /workspace to jenkins user
14:00:28 [2021-04-22T14:00:28.388Z] + id -u
14:00:28 [2021-04-22T14:00:28.388Z] + id -g
14:00:28 [2021-04-22T14:00:28.388Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42164:/workspace busybox chown -R 1000:1000 /workspace
14:00:28 [2021-04-22T14:00:28.544Z] === RUN   TestInspectNetwork/full_network_id
14:00:28 [2021-04-22T14:00:28.545Z] === RUN   TestInspectNetwork/partial_network_id
14:00:28 [2021-04-22T14:00:28.545Z] === RUN   TestInspectNetwork/network_name
14:00:28 [2021-04-22T14:00:28.545Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:00:29 [2021-04-22T14:00:29.260Z] + bundleName=unit
14:00:29 [2021-04-22T14:00:29.260Z] + echo Creating unit-bundles.tar.gz
14:00:29 [2021-04-22T14:00:29.260Z] Creating unit-bundles.tar.gz
14:00:29 [2021-04-22T14:00:29.260Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
14:00:29 [2021-04-22T14:00:29.260Z] bundles/junit-report.xml
14:00:29 [2021-04-22T14:00:29.260Z] bundles/go-test-report.json
14:00:29 [2021-04-22T14:00:29.260Z] bundles/profile.out
[Pipeline] archiveArtifacts
14:00:29 [2021-04-22T14:00:29.273Z] Archiving artifacts
14:00:29 [2021-04-22T14:00:29.474Z] === RUN   TestDockerSuite/TestBuildLineBreak
14:00:29 [2021-04-22T14:00:29.868Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:00:30 [2021-04-22T14:00:30.201Z] + make clean
14:00:30 [2021-04-22T14:00:30.460Z] docker volume rm -f docker-dev-cache
14:00:30 [2021-04-22T14:00:30.460Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:00:32 [2021-04-22T14:00:32.742Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
14:00:32 [2021-04-22T14:00:32.742Z] --- PASS: TestInspectNetwork (9.63s)
14:00:32 [2021-04-22T14:00:32.742Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
14:00:32 [2021-04-22T14:00:32.742Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
14:00:32 [2021-04-22T14:00:32.742Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
14:00:32 [2021-04-22T14:00:32.742Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
14:00:32 [2021-04-22T14:00:32.742Z] === RUN   TestRunContainerWithBridgeNone
14:00:32 [2021-04-22T14:00:32.742Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
14:00:32 [2021-04-22T14:00:32.999Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
14:00:32 [2021-04-22T14:00:32.999Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
14:00:33 [2021-04-22T14:00:33.256Z] === RUN   TestDockerSuite/TestBuildMaintainer
14:00:33 [2021-04-22T14:00:33.512Z] === RUN   TestDockerSuite/TestBuildMissingArgs
14:00:35 [2021-04-22T14:00:35.404Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
14:00:36 [2021-04-22T14:00:36.771Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
14:00:37 [2021-04-22T14:00:37.334Z] --- PASS: TestRunContainerWithBridgeNone (4.47s)
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestNetworkInvalidJSON
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestNetworkInvalidJSON//networks/create
14:00:37 [2021-04-22T14:00:37.334Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:00:37 [2021-04-22T14:00:37.334Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:00:37 [2021-04-22T14:00:37.334Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:00:37 [2021-04-22T14:00:37.334Z] === CONT  TestNetworkInvalidJSON//networks/create
14:00:37 [2021-04-22T14:00:37.334Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:00:37 [2021-04-22T14:00:37.334Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:00:37 [2021-04-22T14:00:37.334Z] --- PASS: TestNetworkInvalidJSON (0.03s)
14:00:37 [2021-04-22T14:00:37.334Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:00:37 [2021-04-22T14:00:37.334Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
14:00:37 [2021-04-22T14:00:37.334Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestNetworkList
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestNetworkList//networks
14:00:37 [2021-04-22T14:00:37.334Z] === PAUSE TestNetworkList//networks
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestNetworkList//networks/
14:00:37 [2021-04-22T14:00:37.334Z] === PAUSE TestNetworkList//networks/
14:00:37 [2021-04-22T14:00:37.334Z] === CONT  TestNetworkList//networks
14:00:37 [2021-04-22T14:00:37.334Z] === CONT  TestNetworkList//networks/
14:00:37 [2021-04-22T14:00:37.334Z] --- PASS: TestNetworkList (0.02s)
14:00:37 [2021-04-22T14:00:37.334Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:00:37 [2021-04-22T14:00:37.334Z]     --- PASS: TestNetworkList//networks (0.00s)
14:00:37 [2021-04-22T14:00:37.334Z] === RUN   TestHostIPv4BridgeLabel
14:00:38 [2021-04-22T14:00:38.266Z] --- PASS: TestHostIPv4BridgeLabel (1.03s)
14:00:38 [2021-04-22T14:00:38.266Z] === RUN   TestDaemonRestartWithLiveRestore
14:00:40 [2021-04-22T14:00:40.158Z] --- PASS: TestDaemonRestartWithLiveRestore (1.81s)
14:00:40 [2021-04-22T14:00:40.158Z] === RUN   TestDaemonDefaultNetworkPools
14:00:40 [2021-04-22T14:00:40.720Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
14:00:41 [2021-04-22T14:00:41.283Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
14:00:41 [2021-04-22T14:00:41.540Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
14:00:41 [2021-04-22T14:00:41.796Z] --- PASS: TestDaemonDefaultNetworkPools (1.59s)
14:00:41 [2021-04-22T14:00:41.796Z] === RUN   TestDaemonRestartWithExistingNetwork
14:00:44 [2021-04-22T14:00:44.314Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.38s)
14:00:44 [2021-04-22T14:00:44.314Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:00:47 [2021-04-22T14:00:47.584Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.82s)
14:00:47 [2021-04-22T14:00:47.584Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:00:47 [2021-04-22T14:00:47.841Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.94s)
14:00:47 [2021-04-22T14:00:47.841Z] === RUN   TestServiceWithPredefinedNetwork
14:00:51 [2021-04-22T14:00:51.119Z] --- PASS: TestServiceWithPredefinedNetwork (2.93s)
14:00:51 [2021-04-22T14:00:51.119Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:00:51 [2021-04-22T14:00:51.119Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:00:51 [2021-04-22T14:00:51.119Z]     service_test.go:242: FLAKY_TEST
14:00:51 [2021-04-22T14:00:51.119Z] === RUN   TestServiceWithDataPathPortInit
14:00:51 [2021-04-22T14:00:51.682Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
14:00:55 [2021-04-22T14:00:55.858Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
14:00:56 [2021-04-22T14:00:56.789Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
14:00:59 [2021-04-22T14:00:59.307Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
14:00:59 [2021-04-22T14:00:59.307Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
14:01:04 [2021-04-22T14:01:04.553Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
14:01:04 [2021-04-22T14:01:04.809Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
14:01:06 [2021-04-22T14:01:06.700Z] === RUN   TestDockerSuite/TestBuildMultipleTags
14:01:06 [2021-04-22T14:01:06.956Z] === RUN   TestDockerSuite/TestBuildNetContainer
14:01:08 [2021-04-22T14:01:08.846Z] --- PASS: TestServiceWithDataPathPortInit (17.90s)
14:01:08 [2021-04-22T14:01:08.846Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:01:09 [2021-04-22T14:01:09.102Z] === RUN   TestDockerSuite/TestBuildNetNone
14:01:10 [2021-04-22T14:01:10.031Z] === RUN   TestDockerSuite/TestBuildNoContext
14:01:11 [2021-04-22T14:01:11.397Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
14:01:12 [2021-04-22T14:01:12.764Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
14:01:14 [2021-04-22T14:01:14.131Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
14:01:14 [2021-04-22T14:01:14.730Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
14:01:14 [2021-04-22T14:01:14.730Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
14:01:14 [2021-04-22T14:01:14.986Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
14:01:15 [2021-04-22T14:01:15.242Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
14:01:15 [2021-04-22T14:01:15.242Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
14:01:15 [2021-04-22T14:01:15.803Z] === RUN   TestDockerSuite/TestBuildOnBuild
14:01:18 [2021-04-22T14:01:18.320Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.28s)
14:01:18 [2021-04-22T14:01:18.320Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:xc9pg6fe6ryu8yacd3i2a7wvu Created:2021-04-22 14:01:10.195802737 +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[15d9d5b4d695ac3e0e25193f4e708fa05a32062b259358d06595aa111cec207d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n05lv2ntormsma09fu54rvr3w EndpointID:70beed6a42a1b29b84a5dad57204c14b1b43603ed08d387d1c20359d07104030 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ba5274379316a7be6a79f9be0febd2437c465984d61775d2ccd64df8f41854a7 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:5feca5d1c76a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.n05lv2ntormsma09fu54rvr3w EndpointID:70beed6a42a1b29b84a5dad57204c14b1b43603ed08d387d1c20359d07104030 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
14:01:18 [2021-04-22T14:01:18.320Z] PASS
14:01:18 [2021-04-22T14:01:18.320Z] 
14:01:18 [2021-04-22T14:01:18.320Z] === Skipped
14:01:18 [2021-04-22T14:01:18.320Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:01:18 [2021-04-22T14:01:18.320Z]     service_test.go:242: FLAKY_TEST
14:01:18 [2021-04-22T14:01:18.320Z] 
14:01:18 [2021-04-22T14:01:18.320Z] 
14:01:18 [2021-04-22T14:01:18.320Z] DONE 26 tests, 1 skipped in 64.489s
14:01:18 [2021-04-22T14:01:18.320Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
14:01:18 [2021-04-22T14:01:18.320Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
14:01:18 [2021-04-22T14:01:18.320Z] ++ set -e
14:01:18 [2021-04-22T14:01:18.320Z] ++ '[' -n 0 ']'
14:01:18 [2021-04-22T14:01:18.320Z] ++ set -x
14:01:18 [2021-04-22T14:01:18.320Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
14:01:18 [2021-04-22T14:01:18.320Z] INFO: Testing against a local daemon
14:01:18 [2021-04-22T14:01:18.320Z] === RUN   TestDockerNetworkIpvlanPersistance
14:01:18 [2021-04-22T14:01:18.320Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
14:01:18 [2021-04-22T14:01:18.320Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:01:18 [2021-04-22T14:01:18.320Z] === RUN   TestDockerNetworkIpvlan
14:01:18 [2021-04-22T14:01:18.320Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
14:01:18 [2021-04-22T14:01:18.320Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:01:18 [2021-04-22T14:01:18.320Z] PASS
14:01:18 [2021-04-22T14:01:18.320Z] 
14:01:18 [2021-04-22T14:01:18.320Z] === Skipped
14:01:18 [2021-04-22T14:01:18.321Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
14:01:18 [2021-04-22T14:01:18.321Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:01:18 [2021-04-22T14:01:18.321Z] 
14:01:18 [2021-04-22T14:01:18.321Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
14:01:18 [2021-04-22T14:01:18.321Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
14:01:18 [2021-04-22T14:01:18.321Z] 
14:01:18 [2021-04-22T14:01:18.321Z] 
14:01:18 [2021-04-22T14:01:18.321Z] DONE 2 tests, 2 skipped in 0.152s
14:01:18 [2021-04-22T14:01:18.321Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
14:01:18 [2021-04-22T14:01:18.321Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
14:01:18 [2021-04-22T14:01:18.321Z] ++ set -e
14:01:18 [2021-04-22T14:01:18.321Z] ++ '[' -n 0 ']'
14:01:18 [2021-04-22T14:01:18.321Z] ++ set -x
14:01:18 [2021-04-22T14:01:18.321Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
14:01:18 [2021-04-22T14:01:18.321Z] INFO: Testing against a local daemon
14:01:18 [2021-04-22T14:01:18.321Z] === RUN   TestDockerNetworkMacvlanPersistance
14:01:18 [2021-04-22T14:01:18.883Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
14:01:19 [2021-04-22T14:01:19.141Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
14:01:21 [2021-04-22T14:01:21.032Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.34s)
14:01:21 [2021-04-22T14:01:21.032Z] === RUN   TestDockerNetworkMacvlan
14:01:21 [2021-04-22T14:01:21.962Z] === RUN   TestDockerNetworkMacvlan/Subinterface
14:01:21 [2021-04-22T14:01:21.962Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
14:01:23 [2021-04-22T14:01:23.330Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
14:01:23 [2021-04-22T14:01:23.330Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
14:01:24 [2021-04-22T14:01:24.258Z] === RUN   TestDockerNetworkMacvlan/NilParent
14:01:25 [2021-04-22T14:01:25.626Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
14:01:26 [2021-04-22T14:01:26.992Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
14:01:28 [2021-04-22T14:01:28.358Z] === RUN   TestDockerNetworkMacvlan/InternalMode
14:01:28 [2021-04-22T14:01:28.615Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
14:01:28 [2021-04-22T14:01:28.871Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
14:01:33 [2021-04-22T14:01:33.039Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
14:01:33 [2021-04-22T14:01:33.039Z] === RUN   TestDockerSuite/TestBuildPATH
14:01:35 [2021-04-22T14:01:35.557Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
14:01:36 [2021-04-22T14:01:36.496Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
14:01:37 [2021-04-22T14:01:37.863Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
14:01:42 [2021-04-22T14:01:42.037Z] === RUN   TestDockerNetworkMacvlan/Addressing
14:01:44 [2021-04-22T14:01:44.566Z] --- PASS: TestDockerNetworkMacvlan (23.71s)
14:01:44 [2021-04-22T14:01:44.567Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s)
14:01:44 [2021-04-22T14:01:44.567Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
14:01:44 [2021-04-22T14:01:44.567Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.66s)
14:01:44 [2021-04-22T14:01:44.567Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (3.11s)
14:01:44 [2021-04-22T14:01:44.567Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.58s)
14:01:44 [2021-04-22T14:01:44.567Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (2.36s)
14:01:44 [2021-04-22T14:01:44.567Z] PASS
14:01:44 [2021-04-22T14:01:44.567Z] 
14:01:44 [2021-04-22T14:01:44.567Z] DONE 8 tests in 26.215s
14:01:44 [2021-04-22T14:01:44.567Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
14:01:44 [2021-04-22T14:01:44.567Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
14:01:44 [2021-04-22T14:01:44.567Z] ++ set -e
14:01:44 [2021-04-22T14:01:44.567Z] ++ '[' -n 0 ']'
14:01:44 [2021-04-22T14:01:44.567Z] ++ set -x
14:01:44 [2021-04-22T14:01:44.567Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
14:01:44 [2021-04-22T14:01:44.567Z] testing: warning: no tests to run
14:01:44 [2021-04-22T14:01:44.567Z] PASS
14:01:44 [2021-04-22T14:01:44.567Z] 
14:01:44 [2021-04-22T14:01:44.567Z] DONE 0 tests in 0.027s
14:01:44 [2021-04-22T14:01:44.567Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
14:01:44 [2021-04-22T14:01:44.567Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
14:01:44 [2021-04-22T14:01:44.567Z] ++ set -e
14:01:44 [2021-04-22T14:01:44.567Z] ++ '[' -n 0 ']'
14:01:44 [2021-04-22T14:01:44.567Z] ++ set -x
14:01:44 [2021-04-22T14:01:44.567Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
14:01:44 [2021-04-22T14:01:44.567Z] INFO: Testing against a local daemon
14:01:44 [2021-04-22T14:01:44.567Z] === RUN   TestAuthZPluginAllowRequest
14:01:47 [2021-04-22T14:01:47.084Z] --- PASS: TestAuthZPluginAllowRequest (2.04s)
14:01:47 [2021-04-22T14:01:47.084Z] === RUN   TestAuthZPluginTLS
14:01:47 [2021-04-22T14:01:47.645Z] --- PASS: TestAuthZPluginTLS (0.78s)
14:01:47 [2021-04-22T14:01:47.645Z] === RUN   TestAuthZPluginDenyRequest
14:01:48 [2021-04-22T14:01:48.207Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
14:01:48 [2021-04-22T14:01:48.207Z] --- PASS: TestAuthZPluginDenyRequest (0.78s)
14:01:48 [2021-04-22T14:01:48.207Z] === RUN   TestAuthZPluginAPIDenyResponse
14:01:49 [2021-04-22T14:01:49.137Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.75s)
14:01:49 [2021-04-22T14:01:49.137Z] === RUN   TestAuthZPluginDenyResponse
14:01:49 [2021-04-22T14:01:49.699Z] --- PASS: TestAuthZPluginDenyResponse (0.76s)
14:01:49 [2021-04-22T14:01:49.699Z] === RUN   TestAuthZPluginAllowEventStream
14:01:52 [2021-04-22T14:01:52.220Z] --- PASS: TestAuthZPluginAllowEventStream (1.96s)
14:01:52 [2021-04-22T14:01:52.220Z] === RUN   TestAuthZPluginErrorResponse
14:01:52 [2021-04-22T14:01:52.220Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
14:01:52 [2021-04-22T14:01:52.476Z] --- PASS: TestAuthZPluginErrorResponse (0.80s)
14:01:52 [2021-04-22T14:01:52.476Z] === RUN   TestAuthZPluginErrorRequest
14:01:53 [2021-04-22T14:01:53.404Z] --- PASS: TestAuthZPluginErrorRequest (0.71s)
14:01:53 [2021-04-22T14:01:53.404Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
14:01:53 [2021-04-22T14:01:53.964Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.65s)
14:01:53 [2021-04-22T14:01:53.964Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
14:01:54 [2021-04-22T14:01:54.221Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
14:01:56 [2021-04-22T14:01:56.114Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s)
14:01:56 [2021-04-22T14:01:56.114Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
14:01:58 [2021-04-22T14:01:58.631Z] === RUN   TestDockerSuite/TestBuildRm
14:01:59 [2021-04-22T14:01:59.198Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (3.11s)
14:01:59 [2021-04-22T14:01:59.198Z] === RUN   TestAuthZPluginHeader
14:02:00 [2021-04-22T14:02:00.564Z] --- PASS: TestAuthZPluginHeader (1.12s)
14:02:00 [2021-04-22T14:02:00.564Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
14:02:02 [2021-04-22T14:02:02.456Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
14:02:03 [2021-04-22T14:02:03.383Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
14:02:05 [2021-04-22T14:02:05.273Z] === RUN   TestDockerSuite/TestBuildScratchCopy
14:02:05 [2021-04-22T14:02:05.530Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
14:02:06 [2021-04-22T14:02:06.092Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
14:02:06 [2021-04-22T14:02:06.349Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (6.03s)
14:02:06 [2021-04-22T14:02:06.349Z] === RUN   TestAuthZPluginV2Disable
14:02:07 [2021-04-22T14:02:07.280Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
14:02:08 [2021-04-22T14:02:08.647Z] === RUN   TestDockerSuite/TestBuildShellInherited
14:02:09 [2021-04-22T14:02:09.574Z] === RUN   TestDockerSuite/TestBuildShellMultiple
14:02:10 [2021-04-22T14:02:10.501Z] --- PASS: TestAuthZPluginV2Disable (4.14s)
14:02:10 [2021-04-22T14:02:10.501Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
14:02:13 [2021-04-22T14:02:13.770Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
14:02:13 [2021-04-22T14:02:13.770Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
14:02:13 [2021-04-22T14:02:13.770Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
14:02:13 [2021-04-22T14:02:13.770Z] === RUN   TestDockerSuite/TestBuildSpaces
14:02:14 [2021-04-22T14:02:14.332Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
14:02:14 [2021-04-22T14:02:14.332Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.95s)
14:02:14 [2021-04-22T14:02:14.332Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
14:02:15 [2021-04-22T14:02:15.260Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
14:02:15 [2021-04-22T14:02:15.260Z] === RUN   TestDockerSuite/TestBuildStderr
14:02:16 [2021-04-22T14:02:16.186Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
14:02:16 [2021-04-22T14:02:16.443Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
14:02:22 [2021-04-22T14:02:22.991Z] === RUN   TestDockerSuite/TestBuildStopSignal
14:02:24 [2021-04-22T14:02:24.358Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
14:02:25 [2021-04-22T14:02:25.724Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
14:02:25 [2021-04-22T14:02:25.981Z] === RUN   TestDockerSuite/TestBuildTagEvent
14:02:26 [2021-04-22T14:02:26.908Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
14:02:28 [2021-04-22T14:02:28.274Z] === RUN   TestDockerSuite/TestBuildUser
14:02:28 [2021-04-22T14:02:28.531Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (14.12s)
14:02:28 [2021-04-22T14:02:28.531Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
14:02:30 [2021-04-22T14:02:30.422Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:02:33 [2021-04-22T14:02:33.688Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:02:40 [2021-04-22T14:02:40.225Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
14:02:45 [2021-04-22T14:02:45.472Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
14:02:47 [2021-04-22T14:02:47.362Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.49s)
14:02:47 [2021-04-22T14:02:47.362Z] PASS
14:02:47 [2021-04-22T14:02:47.362Z] 
14:02:47 [2021-04-22T14:02:47.362Z] DONE 17 tests in 62.494s
14:02:47 [2021-04-22T14:02:47.362Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
14:02:47 [2021-04-22T14:02:47.362Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
14:02:47 [2021-04-22T14:02:47.362Z] ++ set -e
14:02:47 [2021-04-22T14:02:47.362Z] ++ '[' -n 0 ']'
14:02:47 [2021-04-22T14:02:47.362Z] ++ set -x
14:02:47 [2021-04-22T14:02:47.363Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
14:02:47 [2021-04-22T14:02:47.363Z] INFO: Testing against a local daemon
14:02:47 [2021-04-22T14:02:47.363Z] === RUN   TestPluginInvalidJSON
14:02:47 [2021-04-22T14:02:47.363Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:02:47 [2021-04-22T14:02:47.363Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:02:47 [2021-04-22T14:02:47.363Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:02:47 [2021-04-22T14:02:47.363Z] --- PASS: TestPluginInvalidJSON (0.04s)
14:02:47 [2021-04-22T14:02:47.363Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
14:02:47 [2021-04-22T14:02:47.363Z] === RUN   TestPluginInstall
14:02:47 [2021-04-22T14:02:47.363Z] === RUN   TestPluginInstall/no_auth
14:02:50 [2021-04-22T14:02:50.649Z] time="2021-04-22T14:02:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:02:50 [2021-04-22T14:02:50.649Z] time="2021-04-22T14:02:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fc8d01d1c5dc5f529a559ab0461f0be4c9056ca2a7e3a85197b05398659468a" mediatype=application/vnd.docker.plugin.v1+json size=522
14:02:50 [2021-04-22T14:02:50.649Z] time="2021-04-22T14:02:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:02:50 [2021-04-22T14:02:50.649Z] time="2021-04-22T14:02:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2fc8d01d1c5dc5f529a559ab0461f0be4c9056ca2a7e3a85197b05398659468a" mediatype=application/vnd.docker.plugin.v1+json size=522
14:02:50 [2021-04-22T14:02:50.649Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:02:50 [2021-04-22T14:02:50.649Z] === RUN   TestPluginInstall/with_htpasswd
14:02:51 [2021-04-22T14:02:51.212Z] time="2021-04-22T14:02:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:02:51 [2021-04-22T14:02:51.212Z] time="2021-04-22T14:02:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:036f145e2f3058e07f7c56505f9c55a5d137256d511a1055bcd1133fb3889770" mediatype=application/vnd.docker.plugin.v1+json size=522
14:02:51 [2021-04-22T14:02:51.212Z] time="2021-04-22T14:02:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:02:51 [2021-04-22T14:02:51.212Z] time="2021-04-22T14:02:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:036f145e2f3058e07f7c56505f9c55a5d137256d511a1055bcd1133fb3889770" mediatype=application/vnd.docker.plugin.v1+json size=522
14:02:51 [2021-04-22T14:02:51.773Z] === RUN   TestPluginInstall/with_insecure
14:02:51 [2021-04-22T14:02:51.773Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:02:52 [2021-04-22T14:02:52.028Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:02:52 [2021-04-22T14:02:52.957Z] time="2021-04-22T14:02:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:02:52 [2021-04-22T14:02:52.957Z] time="2021-04-22T14:02:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e3252223deed0d49a1786b368564d152453b30fce3d4da17e5969a9fe8d9fb5" mediatype=application/vnd.docker.plugin.v1+json size=522
14:02:52 [2021-04-22T14:02:52.957Z] time="2021-04-22T14:02:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
14:02:52 [2021-04-22T14:02:52.957Z] time="2021-04-22T14:02:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e3252223deed0d49a1786b368564d152453b30fce3d4da17e5969a9fe8d9fb5" mediatype=application/vnd.docker.plugin.v1+json size=522
14:02:53 [2021-04-22T14:02:53.212Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:02:53 [2021-04-22T14:02:53.468Z] --- PASS: TestPluginInstall (6.12s)
14:02:53 [2021-04-22T14:02:53.468Z]     --- PASS: TestPluginInstall/no_auth (3.14s)
14:02:53 [2021-04-22T14:02:53.468Z]     --- PASS: TestPluginInstall/with_htpasswd (1.20s)
14:02:53 [2021-04-22T14:02:53.468Z]     --- PASS: TestPluginInstall/with_insecure (1.77s)
14:02:53 [2021-04-22T14:02:53.468Z]         plugin_test.go:165: [de5c88b746b91] daemon is not started
14:02:53 [2021-04-22T14:02:53.468Z] === RUN   TestPluginsWithRuntimes
14:02:54 [2021-04-22T14:02:54.397Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:02:55 [2021-04-22T14:02:55.764Z] === RUN   TestPluginsWithRuntimes/No_Args
14:02:55 [2021-04-22T14:02:55.764Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:02:55 [2021-04-22T14:02:55.764Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:02:55 [2021-04-22T14:02:55.764Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:02:55 [2021-04-22T14:02:55.764Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:02:55 [2021-04-22T14:02:55.764Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:02:57 [2021-04-22T14:02:57.128Z] === RUN   TestPluginsWithRuntimes/With_Args
14:02:57 [2021-04-22T14:02:57.692Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:02:57 [2021-04-22T14:02:57.692Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:02:58 [2021-04-22T14:02:58.620Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:02:59 [2021-04-22T14:02:59.183Z] --- PASS: TestPluginsWithRuntimes (5.60s)
14:02:59 [2021-04-22T14:02:59.183Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.65s)
14:02:59 [2021-04-22T14:02:59.183Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.79s)
14:02:59 [2021-04-22T14:02:59.183Z] === RUN   TestPluginBackCompatMediaTypes
14:02:59 [2021-04-22T14:02:59.183Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:02:59 [2021-04-22T14:02:59.183Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
14:03:00 [2021-04-22T14:03:00.552Z] --- PASS: TestPluginBackCompatMediaTypes (1.34s)
14:03:00 [2021-04-22T14:03:00.552Z] PASS
14:03:00 [2021-04-22T14:03:00.552Z] 
14:03:00 [2021-04-22T14:03:00.552Z] DONE 10 tests in 13.322s
14:03:00 [2021-04-22T14:03:00.552Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
14:03:00 [2021-04-22T14:03:00.552Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
14:03:00 [2021-04-22T14:03:00.552Z] ++ set -e
14:03:00 [2021-04-22T14:03:00.552Z] ++ '[' -n 0 ']'
14:03:00 [2021-04-22T14:03:00.552Z] ++ set -x
14:03:00 [2021-04-22T14:03:00.552Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
14:03:00 [2021-04-22T14:03:00.552Z] INFO: Testing against a local daemon
14:03:00 [2021-04-22T14:03:00.552Z] === RUN   TestExternalGraphDriver
14:03:00 [2021-04-22T14:03:00.552Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:03:00 [2021-04-22T14:03:00.552Z] === RUN   TestExternalGraphDriver/json
14:03:00 [2021-04-22T14:03:00.809Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:03:04 [2021-04-22T14:03:04.079Z] === RUN   TestExternalGraphDriver/spec
14:03:04 [2021-04-22T14:03:04.642Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:03:07 [2021-04-22T14:03:07.922Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:03:07 [2021-04-22T14:03:07.922Z] === RUN   TestExternalGraphDriver/pull
14:03:08 [2021-04-22T14:03:08.852Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:03:09 [2021-04-22T14:03:09.108Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:03:09 [2021-04-22T14:03:09.670Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:03:09 [2021-04-22T14:03:09.670Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:03:10 [2021-04-22T14:03:10.599Z] === RUN   TestDockerSuite/TestBuildXZHost
14:03:10 [2021-04-22T14:03:10.599Z] --- PASS: TestExternalGraphDriver (10.01s)
14:03:10 [2021-04-22T14:03:10.599Z]     --- PASS: TestExternalGraphDriver/json (3.27s)
14:03:10 [2021-04-22T14:03:10.599Z]     --- PASS: TestExternalGraphDriver/spec (4.10s)
14:03:10 [2021-04-22T14:03:10.599Z]     --- PASS: TestExternalGraphDriver/pull (2.52s)
14:03:10 [2021-04-22T14:03:10.599Z] === RUN   TestGraphdriverPluginV2
14:03:13 [2021-04-22T14:03:13.131Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:03:13 [2021-04-22T14:03:13.131Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:03:13 [2021-04-22T14:03:13.131Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:03:13 [2021-04-22T14:03:13.693Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:03:14 [2021-04-22T14:03:14.621Z] === RUN   TestDockerSuite/TestCommitChange
14:03:15 [2021-04-22T14:03:15.992Z] --- PASS: TestGraphdriverPluginV2 (5.27s)
14:03:15 [2021-04-22T14:03:15.992Z] PASS
14:03:15 [2021-04-22T14:03:15.992Z] 
14:03:15 [2021-04-22T14:03:15.992Z] DONE 5 tests in 15.429s
14:03:15 [2021-04-22T14:03:15.992Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:03:15 [2021-04-22T14:03:15.992Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
14:03:15 [2021-04-22T14:03:15.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
14:03:15 [2021-04-22T14:03:15.992Z] ++ set -e
14:03:15 [2021-04-22T14:03:15.992Z] ++ '[' -n 0 ']'
14:03:15 [2021-04-22T14:03:15.992Z] ++ set -x
14:03:15 [2021-04-22T14:03:15.992Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
14:03:15 [2021-04-22T14:03:15.992Z] INFO: Testing against a local daemon
14:03:15 [2021-04-22T14:03:15.992Z] === RUN   TestContinueAfterPluginCrash
14:03:15 [2021-04-22T14:03:15.992Z] === PAUSE TestContinueAfterPluginCrash
14:03:15 [2021-04-22T14:03:15.992Z] === RUN   TestReadPluginNoRead
14:03:15 [2021-04-22T14:03:15.992Z] === PAUSE TestReadPluginNoRead
14:03:15 [2021-04-22T14:03:15.992Z] === RUN   TestDaemonStartWithLogOpt
14:03:15 [2021-04-22T14:03:15.992Z] === PAUSE TestDaemonStartWithLogOpt
14:03:15 [2021-04-22T14:03:15.992Z] === CONT  TestContinueAfterPluginCrash
14:03:15 [2021-04-22T14:03:15.992Z] === CONT  TestDaemonStartWithLogOpt
14:03:17 [2021-04-22T14:03:17.362Z] === RUN   TestDockerSuite/TestCommitHardlink
14:03:19 [2021-04-22T14:03:19.883Z] === RUN   TestDockerSuite/TestCommitNewFile
14:03:22 [2021-04-22T14:03:22.404Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:03:22 [2021-04-22T14:03:22.404Z] --- PASS: TestDaemonStartWithLogOpt (6.07s)
14:03:22 [2021-04-22T14:03:22.404Z] === CONT  TestReadPluginNoRead
14:03:23 [2021-04-22T14:03:23.334Z] === RUN   TestDockerSuite/TestCommitTTY
14:03:25 [2021-04-22T14:03:25.856Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:03:25 [2021-04-22T14:03:25.856Z] === RUN   TestReadPluginNoRead/default
14:03:26 [2021-04-22T14:03:26.417Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:03:27 [2021-04-22T14:03:27.346Z] --- PASS: TestContinueAfterPluginCrash (11.42s)
14:03:27 [2021-04-22T14:03:27.602Z] === RUN   TestReadPluginNoRead/disabled_caching
14:03:28 [2021-04-22T14:03:28.531Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:03:29 [2021-04-22T14:03:29.460Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:03:29 [2021-04-22T14:03:29.460Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
14:03:29 [2021-04-22T14:03:29.460Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:03:29 [2021-04-22T14:03:29.716Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:03:29 [2021-04-22T14:03:29.716Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:03:29 [2021-04-22T14:03:29.716Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
14:03:29 [2021-04-22T14:03:29.716Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
14:03:29 [2021-04-22T14:03:29.973Z] === RUN   TestDockerSuite/TestContainerAPICommit
14:03:31 [2021-04-22T14:03:31.340Z] --- PASS: TestReadPluginNoRead (9.29s)
14:03:31 [2021-04-22T14:03:31.340Z]     --- PASS: TestReadPluginNoRead/default (2.03s)
14:03:31 [2021-04-22T14:03:31.340Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.92s)
14:03:31 [2021-04-22T14:03:31.340Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.82s)
14:03:31 [2021-04-22T14:03:31.340Z]     read_test.go:92: [d059cbdf74a64] daemon is not started
14:03:31 [2021-04-22T14:03:31.340Z] PASS
14:03:31 [2021-04-22T14:03:31.340Z] 
14:03:31 [2021-04-22T14:03:31.340Z] DONE 6 tests in 15.513s
14:03:31 [2021-04-22T14:03:31.340Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
14:03:31 [2021-04-22T14:03:31.340Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
14:03:31 [2021-04-22T14:03:31.340Z] ++ set -e
14:03:31 [2021-04-22T14:03:31.340Z] ++ '[' -n 0 ']'
14:03:31 [2021-04-22T14:03:31.340Z] ++ set -x
14:03:31 [2021-04-22T14:03:31.340Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
14:03:31 [2021-04-22T14:03:31.340Z] testing: warning: no tests to run
14:03:31 [2021-04-22T14:03:31.340Z] PASS
14:03:31 [2021-04-22T14:03:31.597Z] 
14:03:31 [2021-04-22T14:03:31.597Z] DONE 0 tests in 0.062s
14:03:31 [2021-04-22T14:03:31.597Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
14:03:31 [2021-04-22T14:03:31.597Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
14:03:31 [2021-04-22T14:03:31.597Z] ++ set -e
14:03:31 [2021-04-22T14:03:31.597Z] ++ '[' -n 0 ']'
14:03:31 [2021-04-22T14:03:31.597Z] ++ set -x
14:03:31 [2021-04-22T14:03:31.597Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
14:03:31 [2021-04-22T14:03:31.597Z] INFO: Testing against a local daemon
14:03:31 [2021-04-22T14:03:31.597Z] === RUN   TestPluginWithDevMounts
14:03:31 [2021-04-22T14:03:31.597Z] === PAUSE TestPluginWithDevMounts
14:03:31 [2021-04-22T14:03:31.597Z] === CONT  TestPluginWithDevMounts
14:03:31 [2021-04-22T14:03:31.854Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
14:03:33 [2021-04-22T14:03:33.756Z] --- PASS: TestPluginWithDevMounts (2.04s)
14:03:33 [2021-04-22T14:03:33.756Z] PASS
14:03:33 [2021-04-22T14:03:33.756Z] 
14:03:33 [2021-04-22T14:03:33.756Z] DONE 1 tests in 2.178s
14:03:33 [2021-04-22T14:03:33.756Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
14:03:33 [2021-04-22T14:03:33.756Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
14:03:33 [2021-04-22T14:03:33.756Z] 
14:03:33 [2021-04-22T14:03:33.756Z] ++ set -e
14:03:33 [2021-04-22T14:03:33.756Z] ++ '[' -n 0 ']'
14:03:33 [2021-04-22T14:03:33.756Z] ++ set -x
14:03:33 [2021-04-22T14:03:33.756Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
14:03:33 [2021-04-22T14:03:33.756Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
14:03:33 [2021-04-22T14:03:33.756Z] INFO: Testing against a local daemon
14:03:33 [2021-04-22T14:03:33.756Z] === RUN   TestSecretInspect
14:03:34 [2021-04-22T14:03:34.683Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
14:03:35 [2021-04-22T14:03:35.611Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
14:03:36 [2021-04-22T14:03:36.173Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
14:03:36 [2021-04-22T14:03:36.736Z] --- PASS: TestSecretInspect (2.77s)
14:03:36 [2021-04-22T14:03:36.736Z] === RUN   TestSecretList
14:03:37 [2021-04-22T14:03:37.300Z] === RUN   TestDockerSuite/TestContainerAPICreate
14:03:37 [2021-04-22T14:03:37.863Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
14:03:38 [2021-04-22T14:03:38.119Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
14:03:38 [2021-04-22T14:03:38.119Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
14:03:39 [2021-04-22T14:03:39.048Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
14:03:39 [2021-04-22T14:03:39.048Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
14:03:39 [2021-04-22T14:03:39.048Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
14:03:39 [2021-04-22T14:03:39.048Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
14:03:39 [2021-04-22T14:03:39.304Z] === RUN   TestDockerSuite/TestContainerAPIDelete
14:03:39 [2021-04-22T14:03:39.865Z] --- PASS: TestSecretList (3.15s)
14:03:39 [2021-04-22T14:03:39.865Z] === RUN   TestSecretsCreateAndDelete
14:03:40 [2021-04-22T14:03:40.427Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
14:03:40 [2021-04-22T14:03:40.990Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
14:03:41 [2021-04-22T14:03:41.919Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
14:03:41 [2021-04-22T14:03:41.919Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
14:03:42 [2021-04-22T14:03:42.847Z] --- PASS: TestSecretsCreateAndDelete (2.97s)
14:03:42 [2021-04-22T14:03:42.847Z] === RUN   TestSecretsUpdate
14:03:44 [2021-04-22T14:03:44.212Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
14:03:44 [2021-04-22T14:03:44.775Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
14:03:44 [2021-04-22T14:03:44.775Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
14:03:45 [2021-04-22T14:03:45.705Z] --- PASS: TestSecretsUpdate (2.98s)
14:03:45 [2021-04-22T14:03:45.705Z] === RUN   TestTemplatedSecret
14:03:45 [2021-04-22T14:03:45.705Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
14:03:46 [2021-04-22T14:03:46.634Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
14:03:47 [2021-04-22T14:03:47.564Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
14:03:48 [2021-04-22T14:03:48.492Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
14:03:48 [2021-04-22T14:03:48.492Z] === RUN   TestDockerSuite/TestContainerAPIKill
14:03:49 [2021-04-22T14:03:49.859Z] === RUN   TestDockerSuite/TestContainerAPIPause
14:03:50 [2021-04-22T14:03:50.115Z] --- PASS: TestTemplatedSecret (4.34s)
14:03:50 [2021-04-22T14:03:50.115Z] === RUN   TestSecretCreateResolve
14:03:50 [2021-04-22T14:03:50.677Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
14:03:51 [2021-04-22T14:03:51.629Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
14:03:51 [2021-04-22T14:03:51.629Z] === RUN   TestDockerSuite/TestContainerAPIRename
14:03:52 [2021-04-22T14:03:52.556Z] === RUN   TestDockerSuite/TestContainerAPIRestart
14:03:52 [2021-04-22T14:03:52.556Z] --- PASS: TestSecretCreateResolve (2.57s)
14:03:52 [2021-04-22T14:03:52.556Z] PASS
14:03:52 [2021-04-22T14:03:52.556Z] 
14:03:52 [2021-04-22T14:03:52.556Z] DONE 6 tests in 18.917s
14:03:52 [2021-04-22T14:03:52.556Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
14:03:52 [2021-04-22T14:03:52.556Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
14:03:52 [2021-04-22T14:03:52.556Z] ++ set -e
14:03:52 [2021-04-22T14:03:52.556Z] ++ '[' -n 0 ']'
14:03:52 [2021-04-22T14:03:52.556Z] ++ set -x
14:03:52 [2021-04-22T14:03:52.556Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
14:03:52 [2021-04-22T14:03:52.812Z] INFO: Testing against a local daemon
14:03:52 [2021-04-22T14:03:52.812Z] === RUN   TestServiceCreateInit
14:03:52 [2021-04-22T14:03:52.812Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:03:54 [2021-04-22T14:03:54.178Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
14:03:56 [2021-04-22T14:03:56.070Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
14:03:56 [2021-04-22T14:03:56.326Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
14:03:56 [2021-04-22T14:03:56.326Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
14:03:56 [2021-04-22T14:03:56.326Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
14:03:56 [2021-04-22T14:03:56.326Z] === RUN   TestDockerSuite/TestContainerAPIStart
14:03:57 [2021-04-22T14:03:57.254Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
14:03:58 [2021-04-22T14:03:58.621Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:03:59 [2021-04-22T14:03:59.548Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
14:04:02 [2021-04-22T14:04:02.065Z] === RUN   TestDockerSuite/TestContainerAPIStop
14:04:02 [2021-04-22T14:04:02.995Z] === RUN   TestDockerSuite/TestContainerAPITop
14:04:04 [2021-04-22T14:04:04.362Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
14:04:04 [2021-04-22T14:04:04.362Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
14:04:04 [2021-04-22T14:04:04.618Z] === RUN   TestDockerSuite/TestContainerAPIWait
14:04:05 [2021-04-22T14:04:05.181Z] --- PASS: TestServiceCreateInit (12.24s)
14:04:05 [2021-04-22T14:04:05.181Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.84s)
14:04:05 [2021-04-22T14:04:05.181Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (6.38s)
14:04:05 [2021-04-22T14:04:05.181Z] === RUN   TestCreateServiceMultipleTimes
14:04:07 [2021-04-22T14:04:07.703Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
14:04:08 [2021-04-22T14:04:08.638Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:04:11 [2021-04-22T14:04:11.160Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:04:21 [2021-04-22T14:04:21.127Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
14:04:21 [2021-04-22T14:04:21.127Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:04:21 [2021-04-22T14:04:21.127Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:04:23 [2021-04-22T14:04:23.649Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:04:25 [2021-04-22T14:04:25.539Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
14:04:26 [2021-04-22T14:04:26.468Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
14:04:27 [2021-04-22T14:04:27.835Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
14:04:28 [2021-04-22T14:04:28.091Z] --- PASS: TestCreateServiceMultipleTimes (23.05s)
14:04:28 [2021-04-22T14:04:28.091Z] === RUN   TestCreateServiceConflict
14:04:29 [2021-04-22T14:04:29.982Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
14:04:30 [2021-04-22T14:04:30.912Z] --- PASS: TestCreateServiceConflict (2.71s)
14:04:30 [2021-04-22T14:04:30.912Z] === RUN   TestCreateServiceMaxReplicas
14:04:31 [2021-04-22T14:04:31.474Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
14:04:32 [2021-04-22T14:04:32.404Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0009ba900_<nil>}
14:04:34 [2021-04-22T14:04:34.297Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1827942110_/foo_false__<nil>_<nil>_<nil>}
14:04:34 [2021-04-22T14:04:34.553Z] --- PASS: TestCreateServiceMaxReplicas (3.62s)
14:04:34 [2021-04-22T14:04:34.553Z] === RUN   TestCreateWithDuplicateNetworkNames
14:04:35 [2021-04-22T14:04:35.919Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1827942110_/foo_true__<nil>_<nil>_<nil>}
14:04:37 [2021-04-22T14:04:37.811Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3277351077_/foo_false__<nil>_<nil>_<nil>}
14:04:39 [2021-04-22T14:04:39.713Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3277351077_/foo_true__<nil>_<nil>_<nil>}
14:04:41 [2021-04-22T14:04:41.079Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3277351077_/foo_true__0xc0009ba980_<nil>_<nil>}
14:04:42 [2021-04-22T14:04:42.969Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0009ba9e0_<nil>}
14:04:44 [2021-04-22T14:04:44.335Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0009baa00_<nil>}
14:04:46 [2021-04-22T14:04:46.226Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0009baa20_<nil>}
14:04:47 [2021-04-22T14:04:47.591Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0009baa40_<nil>}
14:04:48 [2021-04-22T14:04:48.957Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.40s)
14:04:48 [2021-04-22T14:04:48.957Z] === RUN   TestCreateServiceSecretFileMode
14:04:48 [2021-04-22T14:04:48.957Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
14:04:51 [2021-04-22T14:04:51.476Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
14:04:51 [2021-04-22T14:04:51.732Z] --- PASS: TestCreateServiceSecretFileMode (2.97s)
14:04:51 [2021-04-22T14:04:51.732Z] === RUN   TestCreateServiceConfigFileMode
14:04:55 [2021-04-22T14:04:55.005Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
14:04:55 [2021-04-22T14:04:55.005Z] --- PASS: TestCreateServiceConfigFileMode (3.27s)
14:04:55 [2021-04-22T14:04:55.005Z] === RUN   TestCreateServiceSysctls
14:04:55 [2021-04-22T14:04:55.935Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:04:59 [2021-04-22T14:04:59.207Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:04:59 [2021-04-22T14:04:59.770Z] --- PASS: TestCreateServiceSysctls (4.62s)
14:04:59 [2021-04-22T14:04:59.770Z] === RUN   TestCreateServiceCapabilities
14:05:00 [2021-04-22T14:05:00.701Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
14:05:04 [2021-04-22T14:05:04.879Z] --- PASS: TestCreateServiceCapabilities (4.79s)
14:05:04 [2021-04-22T14:05:04.879Z] === RUN   TestInspect
14:05:04 [2021-04-22T14:05:04.879Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:05:07 [2021-04-22T14:05:07.397Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:05:07 [2021-04-22T14:05:07.397Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:05:08 [2021-04-22T14:05:08.328Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:05:08 [2021-04-22T14:05:08.584Z] --- PASS: TestInspect (4.17s)
14:05:08 [2021-04-22T14:05:08.584Z] === RUN   TestCreateJob
14:05:09 [2021-04-22T14:05:09.514Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
14:05:10 [2021-04-22T14:05:10.444Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:05:11 [2021-04-22T14:05:11.816Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:05:12 [2021-04-22T14:05:12.747Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:05:13 [2021-04-22T14:05:13.311Z] --- PASS: TestCreateJob (4.76s)
14:05:13 [2021-04-22T14:05:13.311Z] === RUN   TestReplicatedJob
14:05:13 [2021-04-22T14:05:13.567Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:05:14 [2021-04-22T14:05:14.936Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:05:16 [2021-04-22T14:05:16.305Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:05:17 [2021-04-22T14:05:17.234Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:05:19 [2021-04-22T14:05:19.124Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:05:20 [2021-04-22T14:05:20.052Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:05:21 [2021-04-22T14:05:21.419Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:05:21 [2021-04-22T14:05:21.989Z] --- PASS: TestReplicatedJob (8.69s)
14:05:21 [2021-04-22T14:05:21.989Z] === RUN   TestUpdateReplicatedJob
14:05:22 [2021-04-22T14:05:22.245Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:05:24 [2021-04-22T14:05:24.138Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:05:25 [2021-04-22T14:05:25.068Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
14:05:25 [2021-04-22T14:05:25.325Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:05:26 [2021-04-22T14:05:26.693Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:05:26 [2021-04-22T14:05:26.693Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:05:26 [2021-04-22T14:05:26.693Z] --- PASS: TestUpdateReplicatedJob (4.53s)
14:05:26 [2021-04-22T14:05:26.693Z] === RUN   TestServiceListWithStatuses
14:05:26 [2021-04-22T14:05:26.693Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:05:26 [2021-04-22T14:05:26.693Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:05:26 [2021-04-22T14:05:26.693Z] === RUN   TestDockerNetworkConnectAlias
14:05:28 [2021-04-22T14:05:28.061Z] === RUN   TestDockerSuite/TestCpRelativePath
14:05:29 [2021-04-22T14:05:29.954Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:05:31 [2021-04-22T14:05:31.321Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:05:32 [2021-04-22T14:05:32.250Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:05:33 [2021-04-22T14:05:33.618Z] === RUN   TestDockerSuite/TestCpToCaseA
14:05:33 [2021-04-22T14:05:33.874Z] --- PASS: TestDockerNetworkConnectAlias (7.27s)
14:05:33 [2021-04-22T14:05:33.874Z] === RUN   TestDockerNetworkReConnect
14:05:35 [2021-04-22T14:05:35.242Z] === RUN   TestDockerSuite/TestCpToCaseB
14:05:36 [2021-04-22T14:05:36.172Z] === RUN   TestDockerSuite/TestCpToCaseC
14:05:39 [2021-04-22T14:05:39.446Z] --- PASS: TestDockerNetworkReConnect (4.96s)
14:05:39 [2021-04-22T14:05:39.446Z] === RUN   TestServicePlugin
14:05:39 [2021-04-22T14:05:39.446Z] === RUN   TestDockerSuite/TestCpToCaseD
14:05:44 [2021-04-22T14:05:44.735Z] === RUN   TestDockerSuite/TestCpToCaseE
14:05:48 [2021-04-22T14:05:48.909Z] === RUN   TestDockerSuite/TestCpToCaseF
14:05:48 [2021-04-22T14:05:48.909Z] === RUN   TestDockerSuite/TestCpToCaseG
14:05:54 [2021-04-22T14:05:54.154Z] === RUN   TestDockerSuite/TestCpToCaseH
14:05:56 [2021-04-22T14:05:56.671Z] === RUN   TestDockerSuite/TestCpToCaseI
14:05:57 [2021-04-22T14:05:57.598Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:06:02 [2021-04-22T14:06:02.843Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
14:06:03 [2021-04-22T14:06:03.099Z] === RUN   TestDockerSuite/TestCpToDot
14:06:04 [2021-04-22T14:06:04.027Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:06:05 [2021-04-22T14:06:05.395Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:06:06 [2021-04-22T14:06:06.763Z] === RUN   TestDockerSuite/TestCpToStdout
14:06:07 [2021-04-22T14:06:07.327Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:06:08 [2021-04-22T14:06:08.693Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:06:08 [2021-04-22T14:06:08.693Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:06:09 [2021-04-22T14:06:09.622Z] === RUN   TestDockerSuite/TestCpVolumePath
14:06:10 [2021-04-22T14:06:10.568Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:06:10 [2021-04-22T14:06:10.568Z] === RUN   TestDockerSuite/TestCreateArgs
14:06:10 [2021-04-22T14:06:10.568Z] === RUN   TestDockerSuite/TestCreateByImageID
14:06:10 [2021-04-22T14:06:10.825Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:06:11 [2021-04-22T14:06:11.755Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:06:11 [2021-04-22T14:06:11.755Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:06:11 [2021-04-22T14:06:11.755Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:06:12 [2021-04-22T14:06:12.011Z] --- PASS: TestServicePlugin (33.08s)
14:06:12 [2021-04-22T14:06:12.011Z]     plugin_test.go:62: [d23b09fa6eb2c] joining swarm manager [dd1d6bf53ade1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:06:12 [2021-04-22T14:06:12.011Z]     plugin_test.go:65: [d73a5014753ae] joining swarm manager [dd1d6bf53ade1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:06:12 [2021-04-22T14:06:12.011Z] === RUN   TestServiceUpdateLabel
14:06:12 [2021-04-22T14:06:12.575Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:06:12 [2021-04-22T14:06:12.831Z] === RUN   TestDockerSuite/TestCreateLabels
14:06:13 [2021-04-22T14:06:13.087Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:06:13 [2021-04-22T14:06:13.087Z] === RUN   TestDockerSuite/TestCreateRM
14:06:13 [2021-04-22T14:06:13.087Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:06:13 [2021-04-22T14:06:13.087Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:06:13 [2021-04-22T14:06:13.343Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:06:13 [2021-04-22T14:06:13.343Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:06:15 [2021-04-22T14:06:15.235Z] --- PASS: TestServiceUpdateLabel (2.94s)
14:06:15 [2021-04-22T14:06:15.235Z] === RUN   TestServiceUpdateSecrets
14:06:15 [2021-04-22T14:06:15.797Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:06:16 [2021-04-22T14:06:16.053Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:06:16 [2021-04-22T14:06:16.053Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:06:21 [2021-04-22T14:06:21.306Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:06:21 [2021-04-22T14:06:21.306Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
14:06:21 [2021-04-22T14:06:21.306Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:06:21 [2021-04-22T14:06:21.306Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
14:06:21 [2021-04-22T14:06:21.306Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
14:06:21 [2021-04-22T14:06:21.306Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
14:06:21 [2021-04-22T14:06:21.564Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
14:06:22 [2021-04-22T14:06:22.930Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
14:06:23 [2021-04-22T14:06:23.858Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
14:06:25 [2021-04-22T14:06:25.225Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
14:06:27 [2021-04-22T14:06:27.116Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
14:06:27 [2021-04-22T14:06:27.677Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
14:06:28 [2021-04-22T14:06:28.240Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
14:06:28 [2021-04-22T14:06:28.496Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
14:06:28 [2021-04-22T14:06:28.496Z] === RUN   TestDockerSuite/TestDevicePermissions
14:06:29 [2021-04-22T14:06:29.423Z] === RUN   TestDockerSuite/TestDockerFails
14:06:29 [2021-04-22T14:06:29.423Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
14:06:29 [2021-04-22T14:06:29.423Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
14:06:29 [2021-04-22T14:06:29.423Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
14:06:31 [2021-04-22T14:06:31.331Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
14:06:31 [2021-04-22T14:06:31.895Z] --- PASS: TestServiceUpdateSecrets (16.89s)
14:06:31 [2021-04-22T14:06:31.895Z] === RUN   TestServiceUpdateConfigs
14:06:32 [2021-04-22T14:06:32.457Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
14:06:35 [2021-04-22T14:06:35.725Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
14:06:35 [2021-04-22T14:06:35.725Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
14:06:35 [2021-04-22T14:06:35.725Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
14:06:36 [2021-04-22T14:06:36.286Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
14:06:44 [2021-04-22T14:06:44.371Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:06:45 [2021-04-22T14:06:45.738Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:06:48 [2021-04-22T14:06:48.259Z] --- PASS: TestServiceUpdateConfigs (16.00s)
14:06:48 [2021-04-22T14:06:48.259Z] === RUN   TestServiceUpdateNetwork
14:06:48 [2021-04-22T14:06:48.260Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:06:50 [2021-04-22T14:06:50.777Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
14:06:52 [2021-04-22T14:06:52.143Z] === RUN   TestDockerSuite/TestEventsAttach
14:06:53 [2021-04-22T14:06:53.071Z] === RUN   TestDockerSuite/TestEventsCommit
14:06:53 [2021-04-22T14:06:53.999Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:06:54 [2021-04-22T14:06:54.929Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
14:06:55 [2021-04-22T14:06:55.858Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
14:06:57 [2021-04-22T14:06:57.229Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
14:06:58 [2021-04-22T14:06:58.594Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
14:07:00 [2021-04-22T14:07:00.485Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:07:03 [2021-04-22T14:07:03.003Z] --- PASS: TestServiceUpdateNetwork (14.92s)
14:07:03 [2021-04-22T14:07:03.003Z] === RUN   TestServiceUpdatePidsLimit
14:07:03 [2021-04-22T14:07:03.566Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
14:07:04 [2021-04-22T14:07:04.127Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
14:07:05 [2021-04-22T14:07:05.495Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
14:07:07 [2021-04-22T14:07:07.383Z] === RUN   TestDockerSuite/TestEventsCopy
14:07:08 [2021-04-22T14:07:08.312Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:07:10 [2021-04-22T14:07:10.202Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:07:13 [2021-04-22T14:07:13.467Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
14:07:15 [2021-04-22T14:07:15.984Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:07:15 [2021-04-22T14:07:15.984Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:07:17 [2021-04-22T14:07:17.349Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:07:18 [2021-04-22T14:07:18.290Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
14:07:18 [2021-04-22T14:07:18.547Z] === RUN   TestDockerSuite/TestEventsFilterType
14:07:18 [2021-04-22T14:07:18.802Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
14:07:19 [2021-04-22T14:07:19.364Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
14:07:19 [2021-04-22T14:07:19.364Z] === RUN   TestDockerSuite/TestEventsFilters
14:07:20 [2021-04-22T14:07:20.733Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
14:07:20 [2021-04-22T14:07:20.733Z] --- PASS: TestServiceUpdatePidsLimit (18.11s)
14:07:20 [2021-04-22T14:07:20.733Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.44s)
14:07:20 [2021-04-22T14:07:20.733Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.32s)
14:07:20 [2021-04-22T14:07:20.733Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s)
14:07:20 [2021-04-22T14:07:20.733Z] PASS
14:07:20 [2021-04-22T14:07:20.733Z] 
14:07:20 [2021-04-22T14:07:20.733Z] === Skipped
14:07:20 [2021-04-22T14:07:20.733Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
14:07:20 [2021-04-22T14:07:20.733Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
14:07:20 [2021-04-22T14:07:20.733Z] 
14:07:20 [2021-04-22T14:07:20.733Z] 
14:07:20 [2021-04-22T14:07:20.733Z] DONE 27 tests, 1 skipped in 208.182s
14:07:20 [2021-04-22T14:07:20.733Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
14:07:20 [2021-04-22T14:07:20.733Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
14:07:20 [2021-04-22T14:07:20.733Z] ++ set -e
14:07:20 [2021-04-22T14:07:20.733Z] ++ '[' -n 0 ']'
14:07:20 [2021-04-22T14:07:20.733Z] ++ set -x
14:07:20 [2021-04-22T14:07:20.733Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
14:07:20 [2021-04-22T14:07:20.989Z] INFO: Testing against a local daemon
14:07:20 [2021-04-22T14:07:20.989Z] === RUN   TestSessionCreate
14:07:20 [2021-04-22T14:07:20.989Z] --- PASS: TestSessionCreate (0.03s)
14:07:20 [2021-04-22T14:07:20.989Z] === RUN   TestSessionCreateWithBadUpgrade
14:07:20 [2021-04-22T14:07:20.989Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
14:07:20 [2021-04-22T14:07:20.989Z] PASS
14:07:20 [2021-04-22T14:07:20.989Z] 
14:07:20 [2021-04-22T14:07:20.989Z] DONE 2 tests in 0.198s
14:07:20 [2021-04-22T14:07:20.989Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
14:07:20 [2021-04-22T14:07:20.989Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
14:07:20 [2021-04-22T14:07:20.989Z] ++ set -e
14:07:20 [2021-04-22T14:07:20.989Z] ++ '[' -n 0 ']'
14:07:20 [2021-04-22T14:07:20.989Z] ++ set -x
14:07:20 [2021-04-22T14:07:20.989Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
14:07:21 [2021-04-22T14:07:21.246Z] INFO: Testing against a local daemon
14:07:21 [2021-04-22T14:07:21.246Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:07:21 [2021-04-22T14:07:21.246Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s)
14:07:21 [2021-04-22T14:07:21.246Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:07:21 [2021-04-22T14:07:21.246Z] === RUN   TestEventsExecDie
14:07:21 [2021-04-22T14:07:21.246Z] === RUN   TestDockerSuite/TestEventsFormat
14:07:23 [2021-04-22T14:07:23.137Z] --- PASS: TestEventsExecDie (1.64s)
14:07:23 [2021-04-22T14:07:23.137Z] === RUN   TestEventsBackwardsCompatible
14:07:23 [2021-04-22T14:07:23.137Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
14:07:23 [2021-04-22T14:07:23.137Z] === RUN   TestInfoBinaryCommits
14:07:23 [2021-04-22T14:07:23.137Z] --- PASS: TestInfoBinaryCommits (0.03s)
14:07:23 [2021-04-22T14:07:23.137Z] === RUN   TestInfoAPIVersioned
14:07:23 [2021-04-22T14:07:23.137Z] --- PASS: TestInfoAPIVersioned (0.02s)
14:07:23 [2021-04-22T14:07:23.137Z] === RUN   TestInfoDiscoveryBackend
14:07:23 [2021-04-22T14:07:23.137Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:07:23 [2021-04-22T14:07:23.137Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:07:23 [2021-04-22T14:07:23.137Z] === RUN   TestDockerSuite/TestEventsImageImport
14:07:23 [2021-04-22T14:07:23.700Z] --- PASS: TestInfoDiscoveryBackend (0.74s)
14:07:23 [2021-04-22T14:07:23.700Z] === RUN   TestInfoDiscoveryInvalidAdvertise
14:07:24 [2021-04-22T14:07:24.263Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:07:24 [2021-04-22T14:07:24.518Z] === RUN   TestDockerSuite/TestEventsImagePull
14:07:24 [2021-04-22T14:07:24.774Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
14:07:24 [2021-04-22T14:07:24.774Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
14:07:25 [2021-04-22T14:07:25.031Z] === RUN   TestDockerSuite/TestEventsImageTag
14:07:25 [2021-04-22T14:07:25.287Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.66s)
14:07:25 [2021-04-22T14:07:25.287Z] === RUN   TestInfoAPI
14:07:25 [2021-04-22T14:07:25.287Z] --- PASS: TestInfoAPI (0.02s)
14:07:25 [2021-04-22T14:07:25.287Z] === RUN   TestInfoAPIWarnings
14:07:25 [2021-04-22T14:07:25.849Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
14:07:26 [2021-04-22T14:07:26.105Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
14:07:26 [2021-04-22T14:07:26.105Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
14:07:26 [2021-04-22T14:07:26.105Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:07:28 [2021-04-22T14:07:28.620Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
14:07:29 [2021-04-22T14:07:29.547Z] === RUN   TestDockerSuite/TestEventsRename
14:07:30 [2021-04-22T14:07:30.109Z] === RUN   TestDockerSuite/TestEventsResize
14:07:31 [2021-04-22T14:07:31.036Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:07:37 [2021-04-22T14:07:37.570Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:07:37 [2021-04-22T14:07:37.570Z] === RUN   TestDockerSuite/TestEventsStreaming
14:07:38 [2021-04-22T14:07:38.498Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:07:41 [2021-04-22T14:07:41.785Z] === RUN   TestDockerSuite/TestEventsTop
14:07:42 [2021-04-22T14:07:42.041Z] --- PASS: TestInfoAPIWarnings (16.71s)
14:07:42 [2021-04-22T14:07:42.041Z] === RUN   TestInfoDebug
14:07:42 [2021-04-22T14:07:42.041Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
14:07:42 [2021-04-22T14:07:42.297Z] === RUN   TestDockerSuite/TestEventsUntag
14:07:42 [2021-04-22T14:07:42.860Z] --- PASS: TestInfoDebug (0.83s)
14:07:42 [2021-04-22T14:07:42.860Z] === RUN   TestInfoInsecureRegistries
14:07:43 [2021-04-22T14:07:43.789Z] --- PASS: TestInfoInsecureRegistries (0.72s)
14:07:43 [2021-04-22T14:07:43.789Z] === RUN   TestInfoRegistryMirrors
14:07:44 [2021-04-22T14:07:44.353Z] --- PASS: TestInfoRegistryMirrors (0.78s)
14:07:44 [2021-04-22T14:07:44.353Z] === RUN   TestLoginFailsWithBadCredentials
14:07:44 [2021-04-22T14:07:44.609Z] --- PASS: TestLoginFailsWithBadCredentials (0.25s)
14:07:44 [2021-04-22T14:07:44.609Z] === RUN   TestPingCacheHeaders
14:07:44 [2021-04-22T14:07:44.609Z] --- PASS: TestPingCacheHeaders (0.03s)
14:07:44 [2021-04-22T14:07:44.609Z] === RUN   TestPingGet
14:07:44 [2021-04-22T14:07:44.609Z] --- PASS: TestPingGet (0.02s)
14:07:44 [2021-04-22T14:07:44.609Z] === RUN   TestPingHead
14:07:44 [2021-04-22T14:07:44.866Z] --- PASS: TestPingHead (0.04s)
14:07:44 [2021-04-22T14:07:44.866Z] === RUN   TestVersion
14:07:44 [2021-04-22T14:07:44.866Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
14:07:44 [2021-04-22T14:07:44.866Z] --- PASS: TestVersion (0.05s)
14:07:44 [2021-04-22T14:07:44.866Z] PASS
14:07:44 [2021-04-22T14:07:44.866Z] 
14:07:44 [2021-04-22T14:07:44.866Z] === Skipped
14:07:44 [2021-04-22T14:07:44.866Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s)
14:07:44 [2021-04-22T14:07:44.866Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
14:07:44 [2021-04-22T14:07:44.866Z] 
14:07:44 [2021-04-22T14:07:44.866Z] 
14:07:44 [2021-04-22T14:07:44.866Z] DONE 18 tests, 1 skipped in 23.761s
14:07:44 [2021-04-22T14:07:44.866Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
14:07:44 [2021-04-22T14:07:44.866Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:07:44 [2021-04-22T14:07:44.866Z] ++ set -e
14:07:44 [2021-04-22T14:07:44.866Z] ++ '[' -n 0 ']'
14:07:44 [2021-04-22T14:07:44.866Z] ++ set -x
14:07:44 [2021-04-22T14:07:44.866Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
14:07:45 [2021-04-22T14:07:45.123Z] INFO: Testing against a local daemon
14:07:45 [2021-04-22T14:07:45.123Z] === RUN   TestVolumesCreateAndList
14:07:45 [2021-04-22T14:07:45.123Z] --- PASS: TestVolumesCreateAndList (0.06s)
14:07:45 [2021-04-22T14:07:45.123Z] === RUN   TestVolumesRemove
14:07:45 [2021-04-22T14:07:45.123Z] --- PASS: TestVolumesRemove (0.10s)
14:07:45 [2021-04-22T14:07:45.123Z] === RUN   TestVolumesInspect
14:07:45 [2021-04-22T14:07:45.123Z] --- PASS: TestVolumesInspect (0.02s)
14:07:45 [2021-04-22T14:07:45.123Z] === RUN   TestVolumesInvalidJSON
14:07:45 [2021-04-22T14:07:45.123Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:07:45 [2021-04-22T14:07:45.123Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:07:45 [2021-04-22T14:07:45.123Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:07:45 [2021-04-22T14:07:45.123Z] --- PASS: TestVolumesInvalidJSON (0.02s)
14:07:45 [2021-04-22T14:07:45.123Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s)
14:07:45 [2021-04-22T14:07:45.123Z] PASS
14:07:45 [2021-04-22T14:07:45.123Z] 
14:07:45 [2021-04-22T14:07:45.123Z] DONE 5 tests in 0.376s
14:07:45 [2021-04-22T14:07:45.380Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:07:45 [2021-04-22T14:07:45.638Z] ++++ cat bundles/test-integration/docker.pid
14:07:45 [2021-04-22T14:07:45.638Z] +++ kill 5663
14:07:47 [2021-04-22T14:07:47.009Z] +++ /etc/init.d/apparmor stop
14:07:47 [2021-04-22T14:07:47.009Z] Leaving: AppArmorNo profiles have been unloaded.
14:07:47 [2021-04-22T14:07:47.009Z] 
14:07:47 [2021-04-22T14:07:47.009Z] Unloading profiles will leave already running processes permanently
14:07:47 [2021-04-22T14:07:47.009Z] unconfined, which can lead to unexpected situations.
14:07:47 [2021-04-22T14:07:47.009Z] 
14:07:47 [2021-04-22T14:07:47.009Z] To set a process to complain mode, use the command line tool
14:07:47 [2021-04-22T14:07:47.009Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:07:47 [2021-04-22T14:07:47.009Z] +++ true
14:07:47 [2021-04-22T14:07:47.009Z] exiting test-integration
14:07:47 [2021-04-22T14:07:47.009Z] ++ exit 0
14:07:47 [2021-04-22T14:07:47.009Z] 
14:07:47 [2021-04-22T14:07:47.570Z] + for job in $(jobs -p)
14:07:47 [2021-04-22T14:07:47.570Z] + wait 8148
14:07:48 [2021-04-22T14:07:48.935Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
14:07:57 [2021-04-22T14:07:57.025Z] === RUN   TestDockerSuite/TestExec
14:07:58 [2021-04-22T14:07:58.918Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
14:07:59 [2021-04-22T14:07:59.847Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
14:08:00 [2021-04-22T14:08:00.409Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
14:08:01 [2021-04-22T14:08:01.337Z] === RUN   TestDockerSuite/TestExecAPIStart
14:08:03 [2021-04-22T14:08:03.227Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
14:08:04 [2021-04-22T14:08:04.171Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
14:08:05 [2021-04-22T14:08:05.536Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
14:08:06 [2021-04-22T14:08:06.466Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
14:08:07 [2021-04-22T14:08:07.396Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
14:08:08 [2021-04-22T14:08:08.326Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
14:08:09 [2021-04-22T14:08:09.255Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:08:09 [2021-04-22T14:08:09.512Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
14:08:11 [2021-04-22T14:08:11.405Z] === RUN   TestDockerSuite/TestExecCgroup
14:08:15 [2021-04-22T14:08:15.576Z] === RUN   TestDockerSuite/TestExecEnv
14:08:17 [2021-04-22T14:08:17.468Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:08:19 [2021-04-22T14:08:19.361Z] === RUN   TestDockerSuite/TestExecExitStatus
14:08:20 [2021-04-22T14:08:20.288Z] === RUN   TestDockerSuite/TestExecInspectID
14:08:23 [2021-04-22T14:08:23.553Z] === RUN   TestDockerSuite/TestExecInteractive
14:08:24 [2021-04-22T14:08:24.482Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
14:08:25 [2021-04-22T14:08:25.419Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:08:26 [2021-04-22T14:08:26.793Z] === RUN   TestDockerSuite/TestExecParseError
14:08:27 [2021-04-22T14:08:27.361Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:08:28 [2021-04-22T14:08:28.289Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
14:08:28 [2021-04-22T14:08:28.852Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
14:08:28 [2021-04-22T14:08:28.852Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
14:08:34 [2021-04-22T14:08:34.099Z] === RUN   TestDockerSuite/TestExecSetEnv
14:08:35 [2021-04-22T14:08:35.993Z] === RUN   TestDockerSuite/TestExecStartFails
14:08:36 [2021-04-22T14:08:36.923Z] === RUN   TestDockerSuite/TestExecStateCleanup
14:08:46 [2021-04-22T14:08:46.862Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
14:08:48 [2021-04-22T14:08:48.753Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:08:49 [2021-04-22T14:08:49.316Z] === RUN   TestDockerSuite/TestExecTTY
14:08:51 [2021-04-22T14:08:51.208Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:08:52 [2021-04-22T14:08:52.573Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:08:53 [2021-04-22T14:08:53.515Z] === RUN   TestDockerSuite/TestExecUlimits
14:08:53 [2021-04-22T14:08:53.515Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
14:08:54 [2021-04-22T14:08:54.889Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:08:54 [2021-04-22T14:08:54.889Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:08:57 [2021-04-22T14:08:57.406Z] === RUN   TestDockerSuite/TestExecWithNoTERM
14:08:59 [2021-04-22T14:08:59.298Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:09:01 [2021-04-22T14:09:01.820Z] === RUN   TestDockerSuite/TestExecWithTERM
14:09:03 [2021-04-22T14:09:03.184Z] === RUN   TestDockerSuite/TestExecWithUser
14:09:04 [2021-04-22T14:09:04.549Z] === RUN   TestDockerSuite/TestGetContainerStats
14:09:09 [2021-04-22T14:09:09.790Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
14:09:15 [2021-04-22T14:09:15.032Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
14:09:15 [2021-04-22T14:09:15.957Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
14:09:21 [2021-04-22T14:09:21.214Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
14:09:21 [2021-04-22T14:09:21.469Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
14:09:21 [2021-04-22T14:09:21.469Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
14:09:21 [2021-04-22T14:09:21.469Z] === RUN   TestDockerSuite/TestHealth
14:09:24 [2021-04-22T14:09:24.736Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
14:09:26 [2021-04-22T14:09:26.626Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
14:09:48 [2021-04-22T14:09:48.515Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
14:09:49 [2021-04-22T14:09:49.076Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
14:09:50 [2021-04-22T14:09:50.006Z] === RUN   TestDockerSuite/TestImagesFormat
14:09:50 [2021-04-22T14:09:50.006Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
14:09:50 [2021-04-22T14:09:50.571Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
14:09:50 [2021-04-22T14:09:50.827Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
14:09:53 [2021-04-22T14:09:53.343Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
14:09:53 [2021-04-22T14:09:53.343Z] === RUN   TestDockerSuite/TestImportBadURL
14:09:53 [2021-04-22T14:09:53.343Z] === RUN   TestDockerSuite/TestImportDisplay
14:09:55 [2021-04-22T14:09:55.233Z] === RUN   TestDockerSuite/TestImportFile
14:09:58 [2021-04-22T14:09:58.502Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
14:09:58 [2021-04-22T14:09:58.502Z] === RUN   TestDockerSuite/TestImportFileWithMessage
14:10:01 [2021-04-22T14:10:01.780Z] === RUN   TestDockerSuite/TestImportGzipped
14:10:03 [2021-04-22T14:10:03.144Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
14:10:05 [2021-04-22T14:10:05.034Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
14:10:05 [2021-04-22T14:10:05.595Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
14:10:06 [2021-04-22T14:10:06.157Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
14:10:07 [2021-04-22T14:10:07.085Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
14:10:07 [2021-04-22T14:10:07.085Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
14:10:07 [2021-04-22T14:10:07.085Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
14:10:08 [2021-04-22T14:10:08.014Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
14:10:08 [2021-04-22T14:10:08.577Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
14:10:09 [2021-04-22T14:10:09.508Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
14:10:10 [2021-04-22T14:10:10.070Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
14:10:11 [2021-04-22T14:10:11.001Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
14:10:11 [2021-04-22T14:10:11.563Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
14:10:11 [2021-04-22T14:10:11.563Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
14:10:14 [2021-04-22T14:10:14.081Z] === RUN   TestDockerSuite/TestInspectAmpersand
14:10:15 [2021-04-22T14:10:15.009Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
14:10:16 [2021-04-22T14:10:16.375Z] === RUN   TestDockerSuite/TestInspectByPrefix
14:10:16 [2021-04-22T14:10:16.375Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
14:10:16 [2021-04-22T14:10:16.936Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
14:10:16 [2021-04-22T14:10:16.936Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
14:10:18 [2021-04-22T14:10:18.828Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
14:10:19 [2021-04-22T14:10:19.760Z] === RUN   TestDockerSuite/TestInspectDefault
14:10:20 [2021-04-22T14:10:20.322Z] === RUN   TestDockerSuite/TestInspectHistory
14:10:21 [2021-04-22T14:10:21.250Z] === RUN   TestDockerSuite/TestInspectImage
14:10:21 [2021-04-22T14:10:21.250Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
14:10:21 [2021-04-22T14:10:21.250Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
14:10:21 [2021-04-22T14:10:21.250Z] === RUN   TestDockerSuite/TestInspectInt64
14:10:21 [2021-04-22T14:10:21.813Z] === RUN   TestDockerSuite/TestInspectJSONFields
14:10:22 [2021-04-22T14:10:22.740Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
14:10:22 [2021-04-22T14:10:22.740Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
14:10:23 [2021-04-22T14:10:23.304Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
14:10:23 [2021-04-22T14:10:23.560Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
14:10:24 [2021-04-22T14:10:24.121Z] === RUN   TestDockerSuite/TestInspectPlugin
14:10:26 [2021-04-22T14:10:26.011Z] === RUN   TestDockerSuite/TestInspectRootFS
14:10:26 [2021-04-22T14:10:26.012Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
14:10:26 [2021-04-22T14:10:26.574Z] === RUN   TestDockerSuite/TestInspectStatus
14:10:27 [2021-04-22T14:10:27.503Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
14:10:29 [2021-04-22T14:10:29.396Z] === RUN   TestDockerSuite/TestInspectTemplateError
14:10:30 [2021-04-22T14:10:30.765Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
14:10:31 [2021-04-22T14:10:31.694Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
14:10:33 [2021-04-22T14:10:33.063Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
14:10:34 [2021-04-22T14:10:34.431Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
14:10:35 [2021-04-22T14:10:35.360Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
14:10:36 [2021-04-22T14:10:36.290Z] === RUN   TestDockerSuite/TestInspectUnknownObject
14:10:36 [2021-04-22T14:10:36.290Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
14:10:39 [2021-04-22T14:10:39.582Z] === RUN   TestDockerSuite/TestLinkShortDefinition
14:10:40 [2021-04-22T14:10:40.510Z] === RUN   TestDockerSuite/TestLinksEnvs
14:10:41 [2021-04-22T14:10:41.876Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
14:10:42 [2021-04-22T14:10:42.439Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
14:10:44 [2021-04-22T14:10:44.959Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
14:10:46 [2021-04-22T14:10:46.851Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
14:10:48 [2021-04-22T14:10:48.741Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
14:10:48 [2021-04-22T14:10:48.998Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
14:10:51 [2021-04-22T14:10:51.521Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
14:10:51 [2021-04-22T14:10:51.777Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
14:10:52 [2021-04-22T14:10:52.339Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
14:10:55 [2021-04-22T14:10:55.611Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
14:11:05 [2021-04-22T14:11:05.559Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
14:11:08 [2021-04-22T14:11:08.077Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
14:11:09 [2021-04-22T14:11:09.966Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
14:11:10 [2021-04-22T14:11:10.895Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
14:11:14 [2021-04-22T14:11:14.165Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
14:11:14 [2021-04-22T14:11:14.165Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
14:11:14 [2021-04-22T14:11:14.422Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
14:11:14 [2021-04-22T14:11:14.422Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
14:11:14 [2021-04-22T14:11:14.422Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
14:11:14 [2021-04-22T14:11:14.985Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
14:11:15 [2021-04-22T14:11:15.916Z] === RUN   TestDockerSuite/TestLogsAPIUntil
14:11:20 [2021-04-22T14:11:20.083Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
14:11:21 [2021-04-22T14:11:21.012Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
14:11:26 [2021-04-22T14:11:26.255Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
14:11:26 [2021-04-22T14:11:26.514Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
14:11:26 [2021-04-22T14:11:26.514Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
14:11:27 [2021-04-22T14:11:27.880Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
14:11:29 [2021-04-22T14:11:29.247Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
14:11:30 [2021-04-22T14:11:30.176Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
14:11:31 [2021-04-22T14:11:31.547Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
14:11:32 [2021-04-22T14:11:32.473Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
14:11:34 [2021-04-22T14:11:34.990Z] === RUN   TestDockerSuite/TestLogsFollowStopped
14:11:35 [2021-04-22T14:11:35.551Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
14:11:36 [2021-04-22T14:11:36.114Z] === RUN   TestDockerSuite/TestLogsSince
14:11:39 [2021-04-22T14:11:39.379Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
14:11:43 [2021-04-22T14:11:43.546Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
14:11:50 [2021-04-22T14:11:50.081Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
14:11:50 [2021-04-22T14:11:50.081Z] === RUN   TestDockerSuite/TestLogsTail
14:11:51 [2021-04-22T14:11:51.012Z] === RUN   TestDockerSuite/TestLogsTimestamps
14:11:52 [2021-04-22T14:11:52.381Z] === RUN   TestDockerSuite/TestLogsWithDetails
14:11:53 [2021-04-22T14:11:53.311Z] === RUN   TestDockerSuite/TestMountIntoProc
14:11:53 [2021-04-22T14:11:53.568Z] === RUN   TestDockerSuite/TestMountIntoSys
14:11:54 [2021-04-22T14:11:54.496Z] === RUN   TestDockerSuite/TestNetHostname
14:11:58 [2021-04-22T14:11:58.692Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
14:11:58 [2021-04-22T14:11:58.692Z] === RUN   TestDockerSuite/TestNetworkEvents
14:12:06 [2021-04-22T14:12:06.776Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
14:12:08 [2021-04-22T14:12:08.664Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
14:12:10 [2021-04-22T14:12:10.032Z] === RUN   TestDockerSuite/TestPluginActive
14:12:10 [2021-04-22T14:12:10.959Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
14:12:11 [2021-04-22T14:12:11.521Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
14:12:18 [2021-04-22T14:12:18.066Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
14:12:18 [2021-04-22T14:12:18.994Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
14:12:18 [2021-04-22T14:12:18.994Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
14:12:19 [2021-04-22T14:12:19.556Z] === RUN   TestDockerSuite/TestPluginLogDriver
14:12:20 [2021-04-22T14:12:20.118Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
14:12:23 [2021-04-22T14:12:23.386Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
14:12:23 [2021-04-22T14:12:23.642Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
14:12:26 [2021-04-22T14:12:26.919Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
14:12:26 [2021-04-22T14:12:26.919Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
14:12:28 [2021-04-22T14:12:28.806Z] === RUN   TestDockerSuite/TestPluginUpgrade
14:12:30 [2021-04-22T14:12:30.173Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
14:12:33 [2021-04-22T14:12:33.441Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
14:12:33 [2021-04-22T14:12:33.441Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
14:12:36 [2021-04-22T14:12:36.479Z] --- PASS: TestBuildWCOWSandboxSize (805.55s)
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestBuildWithEmptyDockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:12:36 [2021-04-22T14:12:36.479Z] --- PASS: TestBuildWithEmptyDockerfile (0.59s)
14:12:36 [2021-04-22T14:12:36.479Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
14:12:36 [2021-04-22T14:12:36.479Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestBuildPreserveOwnership
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestBuildPlatformInvalid
14:12:36 [2021-04-22T14:12:36.479Z] --- PASS: TestBuildPlatformInvalid (0.83s)
14:12:36 [2021-04-22T14:12:36.479Z] PASS
14:12:36 [2021-04-22T14:12:36.479Z] ok  	github.com/docker/docker/integration/build	1000.123s
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === Skipped
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     build_session_test.go:25: TODO: BuildKit
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
14:12:36 [2021-04-22T14:12:36.479Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s)
14:12:36 [2021-04-22T14:12:36.479Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] DONE 29 tests, 5 skipped in 1028.320s
14:12:36 [2021-04-22T14:12:36.479Z] Running D:\gopath\src\github.com\docker\docker\integration\config
14:12:36 [2021-04-22T14:12:36.479Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:12:36 [2021-04-22T14:12:36.479Z] INFO: Testing against a local daemon
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestConfigInspect
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestConfigInspect (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestConfigList
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestConfigList (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestConfigsCreateAndDelete
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestConfigsUpdate
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestConfigsUpdate (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestTemplatedConfig
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestTemplatedConfig (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestConfigCreateResolve
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestConfigCreateResolve (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestConfigDaemonLibtrustID
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
14:12:36 [2021-04-22T14:12:36.479Z] PASS
14:12:36 [2021-04-22T14:12:36.479Z] ok  	github.com/docker/docker/integration/config	0.198s
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === Skipped
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] 
14:12:36 [2021-04-22T14:12:36.479Z] DONE 7 tests, 7 skipped in 3.434s
14:12:36 [2021-04-22T14:12:36.479Z] Running D:\gopath\src\github.com\docker\docker\integration\container
14:12:36 [2021-04-22T14:12:36.479Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:12:36 [2021-04-22T14:12:36.479Z] INFO: Testing against a local daemon
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestCheckpoint
14:12:36 [2021-04-22T14:12:36.479Z] --- SKIP: TestCheckpoint (0.00s)
14:12:36 [2021-04-22T14:12:36.479Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestContainerInvalidJSON
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
14:12:36 [2021-04-22T14:12:36.479Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:12:36 [2021-04-22T14:12:36.479Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:12:36 [2021-04-22T14:12:36.479Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestContainerInvalidJSON (0.61s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.30s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCopyFromContainerPathIsNotDir
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.27s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCopyToContainerPathDoesNotExist
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCopyToContainerPathIsNotDir
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCopyFromContainer
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestCopyFromContainer (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateLinkToNonExistingContainer
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidEnv
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidEnv/0
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidEnv/0
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidEnv/1
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidEnv/1
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidEnv/2
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidEnv/2
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidEnv/0
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidEnv/2
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidEnv/1
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateTmpfsMountsTarget
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithCustomMaskedPaths
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithCustomReadonlyPaths
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateDifferentPlatform
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateDifferentPlatform/different_os
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCreateDifferentPlatform (0.04s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
14:12:36 [2021-04-22T14:12:36.480Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:12:36 [2021-04-22T14:12:36.480Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s)
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:12:36 [2021-04-22T14:12:36.480Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestContainerKillOnDaemonStart
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestDiff
14:12:36 [2021-04-22T14:12:36.480Z] --- SKIP: TestDiff (0.00s)
14:12:36 [2021-04-22T14:12:36.480Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:12:36 [2021-04-22T14:12:36.480Z] === RUN   TestExecWithCloseStdin
14:12:37 [2021-04-22T14:12:37.607Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
14:12:38 [2021-04-22T14:12:38.171Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
14:12:39 [2021-04-22T14:12:39.536Z] === RUN   TestDockerSuite/TestPortHostBinding
14:12:40 [2021-04-22T14:12:40.224Z] --- PASS: TestExecWithCloseStdin (3.37s)
14:12:40 [2021-04-22T14:12:40.224Z] === RUN   TestExec
14:12:42 [2021-04-22T14:12:42.055Z] === RUN   TestDockerSuite/TestPortList
14:12:42 [2021-04-22T14:12:42.408Z] --- PASS: TestExec (2.27s)
14:12:42 [2021-04-22T14:12:42.408Z] === RUN   TestExecUser
14:12:42 [2021-04-22T14:12:42.408Z] --- SKIP: TestExecUser (0.00s)
14:12:42 [2021-04-22T14:12:42.408Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:12:42 [2021-04-22T14:12:42.408Z] === RUN   TestExportContainerAndImportImage
14:12:42 [2021-04-22T14:12:42.408Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
14:12:42 [2021-04-22T14:12:42.408Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:12:42 [2021-04-22T14:12:42.408Z] === RUN   TestExportContainerAfterDaemonRestart
14:12:42 [2021-04-22T14:12:42.408Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
14:12:42 [2021-04-22T14:12:42.408Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:12:42 [2021-04-22T14:12:42.408Z] === RUN   TestHealthCheckWorkdir
14:12:42 [2021-04-22T14:12:42.408Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
14:12:42 [2021-04-22T14:12:42.408Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:12:42 [2021-04-22T14:12:42.408Z] === RUN   TestHealthKillContainer
14:12:42 [2021-04-22T14:12:42.408Z] --- SKIP: TestHealthKillContainer (0.00s)
14:12:42 [2021-04-22T14:12:42.408Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:12:42 [2021-04-22T14:12:42.408Z] === RUN   TestInspectCpusetInConfigPre120
14:12:42 [2021-04-22T14:12:42.408Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
14:12:42 [2021-04-22T14:12:42.408Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:12:42 [2021-04-22T14:12:42.408Z] === RUN   TestKillContainerInvalidSignal
14:12:42 [2021-04-22T14:12:42.983Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
14:12:44 [2021-04-22T14:12:44.606Z] --- PASS: TestKillContainerInvalidSignal (2.16s)
14:12:44 [2021-04-22T14:12:44.606Z] === RUN   TestKillContainer
14:12:44 [2021-04-22T14:12:44.606Z] === RUN   TestKillContainer/no_signal
14:12:46 [2021-04-22T14:12:46.792Z] === RUN   TestKillContainer/non_killing_signal
14:12:46 [2021-04-22T14:12:46.792Z] === RUN   TestKillContainer/killing_signal
14:12:49 [2021-04-22T14:12:49.708Z] --- PASS: TestKillContainer (4.94s)
14:12:49 [2021-04-22T14:12:49.708Z]     --- PASS: TestKillContainer/no_signal (2.13s)
14:12:49 [2021-04-22T14:12:49.708Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:12:49 [2021-04-22T14:12:49.708Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:12:49 [2021-04-22T14:12:49.708Z]     --- PASS: TestKillContainer/killing_signal (2.76s)
14:12:49 [2021-04-22T14:12:49.708Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:12:49 [2021-04-22T14:12:49.708Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
14:12:49 [2021-04-22T14:12:49.708Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:12:49 [2021-04-22T14:12:49.708Z] === RUN   TestKillStoppedContainer
14:12:49 [2021-04-22T14:12:49.708Z] --- SKIP: TestKillStoppedContainer (0.00s)
14:12:49 [2021-04-22T14:12:49.708Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:12:49 [2021-04-22T14:12:49.708Z] === RUN   TestKillStoppedContainerAPIPre120
14:12:49 [2021-04-22T14:12:49.708Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
14:12:49 [2021-04-22T14:12:49.708Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:12:49 [2021-04-22T14:12:49.708Z] === RUN   TestKillDifferentUserContainer
14:12:49 [2021-04-22T14:12:49.708Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
14:12:49 [2021-04-22T14:12:49.708Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:12:49 [2021-04-22T14:12:49.708Z] === RUN   TestInspectOomKilledTrue
14:12:49 [2021-04-22T14:12:49.708Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:12:49 [2021-04-22T14:12:49.708Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
14:12:49 [2021-04-22T14:12:49.708Z] === RUN   TestInspectOomKilledFalse
14:12:49 [2021-04-22T14:12:49.708Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:12:49 [2021-04-22T14:12:49.708Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:12:49 [2021-04-22T14:12:49.708Z] === RUN   TestLogsFollowTailEmpty
14:12:51 [2021-04-22T14:12:51.916Z] --- PASS: TestLogsFollowTailEmpty (2.15s)
14:12:51 [2021-04-22T14:12:51.916Z] === RUN   TestNetworkNat
14:12:51 [2021-04-22T14:12:51.916Z] --- SKIP: TestNetworkNat (0.00s)
14:12:51 [2021-04-22T14:12:51.916Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
14:12:51 [2021-04-22T14:12:51.916Z] === RUN   TestNetworkLocalhostTCPNat
14:12:52 [2021-04-22T14:12:52.300Z] --- PASS: TestBuildWCOWSandboxSize (834.74s)
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestBuildWithEmptyDockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
14:12:52 [2021-04-22T14:12:52.300Z] --- PASS: TestBuildWithEmptyDockerfile (0.60s)
14:12:52 [2021-04-22T14:12:52.300Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
14:12:52 [2021-04-22T14:12:52.300Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestBuildPreserveOwnership
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestBuildPlatformInvalid
14:12:52 [2021-04-22T14:12:52.300Z] --- PASS: TestBuildPlatformInvalid (0.52s)
14:12:52 [2021-04-22T14:12:52.300Z] PASS
14:12:52 [2021-04-22T14:12:52.300Z] ok  	github.com/docker/docker/integration/build	1012.618s
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === Skipped
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     build_session_test.go:25: TODO: BuildKit
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
14:12:52 [2021-04-22T14:12:52.300Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] DONE 29 tests, 5 skipped in 1033.884s
14:12:52 [2021-04-22T14:12:52.300Z] Running D:\gopath\src\github.com\docker\docker\integration\config
14:12:52 [2021-04-22T14:12:52.300Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:12:52 [2021-04-22T14:12:52.300Z] INFO: Testing against a local daemon
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestConfigInspect
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestConfigInspect (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestConfigList
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestConfigList (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestConfigsCreateAndDelete
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestConfigsUpdate
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestConfigsUpdate (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestTemplatedConfig
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestTemplatedConfig (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestConfigCreateResolve
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestConfigCreateResolve (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
14:12:52 [2021-04-22T14:12:52.300Z] === RUN   TestConfigDaemonLibtrustID
14:12:52 [2021-04-22T14:12:52.300Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
14:12:52 [2021-04-22T14:12:52.300Z] PASS
14:12:52 [2021-04-22T14:12:52.300Z] ok  	github.com/docker/docker/integration/config	0.211s
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === Skipped
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
14:12:52 [2021-04-22T14:12:52.300Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] 
14:12:52 [2021-04-22T14:12:52.300Z] DONE 7 tests, 7 skipped in 3.143s
14:12:52 [2021-04-22T14:12:52.300Z] Running D:\gopath\src\github.com\docker\docker\integration\container
14:12:53 [2021-04-22T14:12:53.847Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:12:53 [2021-04-22T14:12:53.847Z] INFO: Testing against a local daemon
14:12:53 [2021-04-22T14:12:53.847Z] === RUN   TestCheckpoint
14:12:53 [2021-04-22T14:12:53.847Z] --- SKIP: TestCheckpoint (0.00s)
14:12:53 [2021-04-22T14:12:53.847Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:12:53 [2021-04-22T14:12:53.847Z] === RUN   TestContainerInvalidJSON
14:12:53 [2021-04-22T14:12:53.847Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
14:12:53 [2021-04-22T14:12:53.847Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
14:12:53 [2021-04-22T14:12:53.847Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
14:12:53 [2021-04-22T14:12:53.847Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
14:12:53 [2021-04-22T14:12:53.847Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
14:12:53 [2021-04-22T14:12:53.847Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
14:12:54 [2021-04-22T14:12:54.309Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
14:12:54 [2021-04-22T14:12:54.309Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
14:12:54 [2021-04-22T14:12:54.309Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
14:12:54 [2021-04-22T14:12:54.309Z] --- PASS: TestContainerInvalidJSON (0.57s)
14:12:54 [2021-04-22T14:12:54.309Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
14:12:54 [2021-04-22T14:12:54.309Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
14:12:54 [2021-04-22T14:12:54.309Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
14:12:54 [2021-04-22T14:12:54.309Z] === RUN   TestCopyFromContainerPathDoesNotExist
14:12:54 [2021-04-22T14:12:54.309Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.29s)
14:12:54 [2021-04-22T14:12:54.309Z] === RUN   TestCopyFromContainerPathIsNotDir
14:12:54 [2021-04-22T14:12:54.772Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s)
14:12:54 [2021-04-22T14:12:54.772Z] === RUN   TestCopyToContainerPathDoesNotExist
14:12:54 [2021-04-22T14:12:54.772Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.19s)
14:12:54 [2021-04-22T14:12:54.772Z] === RUN   TestCopyToContainerPathIsNotDir
14:12:54 [2021-04-22T14:12:54.772Z] --- PASS: TestCopyToContainerPathIsNotDir (0.19s)
14:12:54 [2021-04-22T14:12:54.772Z] === RUN   TestCopyFromContainer
14:12:54 [2021-04-22T14:12:54.772Z] --- SKIP: TestCopyFromContainer (0.00s)
14:12:54 [2021-04-22T14:12:54.772Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
14:12:54 [2021-04-22T14:12:54.772Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
14:12:54 [2021-04-22T14:12:54.772Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:12:54 [2021-04-22T14:12:54.772Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:12:54 [2021-04-22T14:12:54.772Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:12:54 [2021-04-22T14:12:54.772Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:12:54 [2021-04-22T14:12:54.772Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
14:12:54 [2021-04-22T14:12:54.772Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
14:12:54 [2021-04-22T14:12:54.835Z] --- PASS: TestNetworkLocalhostTCPNat (3.49s)
14:12:55 [2021-04-22T14:12:55.152Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
14:12:55 [2021-04-22T14:12:55.152Z] === RUN   TestDockerSuite/TestPostContainersAttach
14:12:55 [2021-04-22T14:12:55.233Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
14:12:55 [2021-04-22T14:12:55.233Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
14:12:55 [2021-04-22T14:12:55.233Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
14:12:55 [2021-04-22T14:12:55.233Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
14:12:55 [2021-04-22T14:12:55.233Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateLinkToNonExistingContainer
14:12:55 [2021-04-22T14:12:55.233Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithInvalidEnv
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithInvalidEnv/0
14:12:55 [2021-04-22T14:12:55.233Z] === PAUSE TestCreateWithInvalidEnv/0
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithInvalidEnv/1
14:12:55 [2021-04-22T14:12:55.233Z] === PAUSE TestCreateWithInvalidEnv/1
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithInvalidEnv/2
14:12:55 [2021-04-22T14:12:55.233Z] === PAUSE TestCreateWithInvalidEnv/2
14:12:55 [2021-04-22T14:12:55.233Z] === CONT  TestCreateWithInvalidEnv/0
14:12:55 [2021-04-22T14:12:55.233Z] === CONT  TestCreateWithInvalidEnv/2
14:12:55 [2021-04-22T14:12:55.233Z] === CONT  TestCreateWithInvalidEnv/1
14:12:55 [2021-04-22T14:12:55.233Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
14:12:55 [2021-04-22T14:12:55.233Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateTmpfsMountsTarget
14:12:55 [2021-04-22T14:12:55.233Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithCustomMaskedPaths
14:12:55 [2021-04-22T14:12:55.233Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithCustomReadonlyPaths
14:12:55 [2021-04-22T14:12:55.233Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
14:12:55 [2021-04-22T14:12:55.233Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithInvalidHealthcheckParams
14:12:55 [2021-04-22T14:12:55.233Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:12:55 [2021-04-22T14:12:55.233Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:12:55 [2021-04-22T14:12:55.234Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
14:12:55 [2021-04-22T14:12:55.234Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
14:12:55 [2021-04-22T14:12:55.234Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
14:12:55 [2021-04-22T14:12:55.234Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
14:12:55 [2021-04-22T14:12:55.234Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
14:12:55 [2021-04-22T14:12:55.234Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
14:12:55 [2021-04-22T14:12:55.234Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
14:12:55 [2021-04-22T14:12:55.234Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
14:12:55 [2021-04-22T14:12:55.234Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
14:12:55 [2021-04-22T14:12:55.234Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:12:55 [2021-04-22T14:12:55.234Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateDifferentPlatform
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateDifferentPlatform/different_os
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
14:12:55 [2021-04-22T14:12:55.234Z] --- PASS: TestCreateDifferentPlatform (0.05s)
14:12:55 [2021-04-22T14:12:55.234Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
14:12:55 [2021-04-22T14:12:55.234Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreateVolumesFromNonExistingContainer
14:12:55 [2021-04-22T14:12:55.234Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s)
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
14:12:55 [2021-04-22T14:12:55.234Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
14:12:55 [2021-04-22T14:12:55.234Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestContainerKillOnDaemonStart
14:12:55 [2021-04-22T14:12:55.234Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
14:12:55 [2021-04-22T14:12:55.234Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestDiff
14:12:55 [2021-04-22T14:12:55.234Z] --- SKIP: TestDiff (0.00s)
14:12:55 [2021-04-22T14:12:55.234Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:12:55 [2021-04-22T14:12:55.234Z] === RUN   TestExecWithCloseStdin
14:12:55 [2021-04-22T14:12:55.296Z] === RUN   TestNetworkLoopbackNat
14:12:55 [2021-04-22T14:12:55.296Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
14:12:55 [2021-04-22T14:12:55.296Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
14:12:55 [2021-04-22T14:12:55.296Z] === RUN   TestPause
14:12:55 [2021-04-22T14:12:55.296Z] --- SKIP: TestPause (0.00s)
14:12:55 [2021-04-22T14:12:55.296Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:12:55 [2021-04-22T14:12:55.296Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:12:57 [2021-04-22T14:12:57.483Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.22s)
14:12:57 [2021-04-22T14:12:57.483Z] === RUN   TestPauseStopPausedContainer
14:12:57 [2021-04-22T14:12:57.483Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
14:12:57 [2021-04-22T14:12:57.483Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:12:57 [2021-04-22T14:12:57.483Z] === RUN   TestPsFilter
14:12:57 [2021-04-22T14:12:57.483Z] --- PASS: TestPsFilter (0.40s)
14:12:57 [2021-04-22T14:12:57.483Z] === RUN   TestRemoveContainerWithRemovedVolume
14:12:58 [2021-04-22T14:12:58.185Z] --- PASS: TestExecWithCloseStdin (3.06s)
14:12:58 [2021-04-22T14:12:58.185Z] === RUN   TestExec
14:13:00 [2021-04-22T14:13:00.371Z] --- PASS: TestExec (1.97s)
14:13:00 [2021-04-22T14:13:00.371Z] === RUN   TestExecUser
14:13:00 [2021-04-22T14:13:00.371Z] --- SKIP: TestExecUser (0.00s)
14:13:00 [2021-04-22T14:13:00.371Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:13:00 [2021-04-22T14:13:00.371Z] === RUN   TestExportContainerAndImportImage
14:13:00 [2021-04-22T14:13:00.371Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
14:13:00 [2021-04-22T14:13:00.371Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:13:00 [2021-04-22T14:13:00.371Z] === RUN   TestExportContainerAfterDaemonRestart
14:13:00 [2021-04-22T14:13:00.371Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
14:13:00 [2021-04-22T14:13:00.371Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:13:00 [2021-04-22T14:13:00.371Z] === RUN   TestHealthCheckWorkdir
14:13:00 [2021-04-22T14:13:00.371Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
14:13:00 [2021-04-22T14:13:00.371Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:13:00 [2021-04-22T14:13:00.371Z] === RUN   TestHealthKillContainer
14:13:00 [2021-04-22T14:13:00.371Z] --- SKIP: TestHealthKillContainer (0.00s)
14:13:00 [2021-04-22T14:13:00.371Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:13:00 [2021-04-22T14:13:00.371Z] === RUN   TestInspectCpusetInConfigPre120
14:13:00 [2021-04-22T14:13:00.371Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
14:13:00 [2021-04-22T14:13:00.371Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:13:00 [2021-04-22T14:13:00.371Z] === RUN   TestKillContainerInvalidSignal
14:13:00 [2021-04-22T14:13:00.400Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.88s)
14:13:00 [2021-04-22T14:13:00.400Z] === RUN   TestRemoveContainerWithVolume
14:13:01 [2021-04-22T14:13:01.924Z] --- PASS: TestKillContainerInvalidSignal (1.85s)
14:13:01 [2021-04-22T14:13:01.925Z] === RUN   TestKillContainer
14:13:02 [2021-04-22T14:13:02.387Z] === RUN   TestKillContainer/no_signal
14:13:03 [2021-04-22T14:13:03.255Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
14:13:03 [2021-04-22T14:13:03.255Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
14:13:03 [2021-04-22T14:13:03.255Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
14:13:03 [2021-04-22T14:13:03.255Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
14:13:03 [2021-04-22T14:13:03.255Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
14:13:03 [2021-04-22T14:13:03.255Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
14:13:03 [2021-04-22T14:13:03.255Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
14:13:03 [2021-04-22T14:13:03.314Z] --- PASS: TestRemoveContainerWithVolume (2.34s)
14:13:03 [2021-04-22T14:13:03.314Z] === RUN   TestRemoveContainerRunning
14:13:03 [2021-04-22T14:13:03.932Z] === RUN   TestKillContainer/non_killing_signal
14:13:03 [2021-04-22T14:13:03.932Z] === RUN   TestKillContainer/killing_signal
14:13:04 [2021-04-22T14:13:04.184Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
14:13:04 [2021-04-22T14:13:04.184Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
14:13:05 [2021-04-22T14:13:05.507Z] --- PASS: TestRemoveContainerRunning (2.21s)
14:13:05 [2021-04-22T14:13:05.507Z] === RUN   TestRemoveContainerForceRemoveRunning
14:13:05 [2021-04-22T14:13:05.549Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
14:13:05 [2021-04-22T14:13:05.549Z] === RUN   TestDockerSuite/TestPruneContainerLabel
14:13:06 [2021-04-22T14:13:06.119Z] --- PASS: TestKillContainer (4.16s)
14:13:06 [2021-04-22T14:13:06.119Z]     --- PASS: TestKillContainer/no_signal (1.87s)
14:13:06 [2021-04-22T14:13:06.119Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:13:06 [2021-04-22T14:13:06.119Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:13:06 [2021-04-22T14:13:06.119Z]     --- PASS: TestKillContainer/killing_signal (2.24s)
14:13:06 [2021-04-22T14:13:06.119Z] === RUN   TestKillWithStopSignalAndRestartPolicies
14:13:06 [2021-04-22T14:13:06.119Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
14:13:06 [2021-04-22T14:13:06.119Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:13:06 [2021-04-22T14:13:06.119Z] === RUN   TestKillStoppedContainer
14:13:06 [2021-04-22T14:13:06.119Z] --- SKIP: TestKillStoppedContainer (0.00s)
14:13:06 [2021-04-22T14:13:06.119Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:13:06 [2021-04-22T14:13:06.119Z] === RUN   TestKillStoppedContainerAPIPre120
14:13:06 [2021-04-22T14:13:06.119Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
14:13:06 [2021-04-22T14:13:06.119Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:13:06 [2021-04-22T14:13:06.119Z] === RUN   TestKillDifferentUserContainer
14:13:06 [2021-04-22T14:13:06.119Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
14:13:06 [2021-04-22T14:13:06.119Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:13:06 [2021-04-22T14:13:06.119Z] === RUN   TestInspectOomKilledTrue
14:13:06 [2021-04-22T14:13:06.119Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
14:13:06 [2021-04-22T14:13:06.119Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
14:13:06 [2021-04-22T14:13:06.119Z] === RUN   TestInspectOomKilledFalse
14:13:06 [2021-04-22T14:13:06.119Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
14:13:06 [2021-04-22T14:13:06.119Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:13:06 [2021-04-22T14:13:06.119Z] === RUN   TestLogsFollowTailEmpty
14:13:07 [2021-04-22T14:13:07.049Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.08s)
14:13:07 [2021-04-22T14:13:07.049Z] === RUN   TestRemoveInvalidContainer
14:13:07 [2021-04-22T14:13:07.049Z] --- PASS: TestRemoveInvalidContainer (0.03s)
14:13:07 [2021-04-22T14:13:07.049Z] === RUN   TestRenameLinkedContainer
14:13:07 [2021-04-22T14:13:07.049Z] --- SKIP: TestRenameLinkedContainer (0.00s)
14:13:07 [2021-04-22T14:13:07.049Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:13:07 [2021-04-22T14:13:07.049Z] === RUN   TestRenameStoppedContainer
14:13:08 [2021-04-22T14:13:08.067Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
14:13:08 [2021-04-22T14:13:08.308Z] --- PASS: TestLogsFollowTailEmpty (1.87s)
14:13:08 [2021-04-22T14:13:08.308Z] === RUN   TestNetworkNat
14:13:08 [2021-04-22T14:13:08.308Z] --- SKIP: TestNetworkNat (0.00s)
14:13:08 [2021-04-22T14:13:08.308Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
14:13:08 [2021-04-22T14:13:08.308Z] === RUN   TestNetworkLocalhostTCPNat
14:13:08 [2021-04-22T14:13:08.994Z] === RUN   TestDockerSuite/TestPruneContainerUntil
14:13:09 [2021-04-22T14:13:09.961Z] --- PASS: TestRenameStoppedContainer (2.85s)
14:13:09 [2021-04-22T14:13:09.961Z] === RUN   TestRenameRunningContainerAndReuse
14:13:10 [2021-04-22T14:13:10.500Z] --- PASS: TestNetworkLocalhostTCPNat (2.26s)
14:13:10 [2021-04-22T14:13:10.500Z] === RUN   TestNetworkLoopbackNat
14:13:10 [2021-04-22T14:13:10.500Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
14:13:10 [2021-04-22T14:13:10.500Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
14:13:10 [2021-04-22T14:13:10.500Z] === RUN   TestPause
14:13:10 [2021-04-22T14:13:10.500Z] --- SKIP: TestPause (0.00s)
14:13:10 [2021-04-22T14:13:10.500Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:13:10 [2021-04-22T14:13:10.500Z] === RUN   TestPauseFailsOnWindowsServerContainers
14:13:10 [2021-04-22T14:13:10.886Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
14:13:12 [2021-04-22T14:13:12.694Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.92s)
14:13:12 [2021-04-22T14:13:12.694Z] === RUN   TestPauseStopPausedContainer
14:13:12 [2021-04-22T14:13:12.694Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
14:13:12 [2021-04-22T14:13:12.694Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:13:12 [2021-04-22T14:13:12.694Z] === RUN   TestPsFilter
14:13:12 [2021-04-22T14:13:12.694Z] --- PASS: TestPsFilter (0.19s)
14:13:12 [2021-04-22T14:13:12.694Z] === RUN   TestRemoveContainerWithRemovedVolume
14:13:12 [2021-04-22T14:13:12.775Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
14:13:12 [2021-04-22T14:13:12.775Z] === RUN   TestDockerSuite/TestPsByOrder
14:13:14 [2021-04-22T14:13:14.663Z] --- PASS: TestRenameRunningContainerAndReuse (4.21s)
14:13:14 [2021-04-22T14:13:14.663Z] === RUN   TestRenameInvalidName
14:13:14 [2021-04-22T14:13:14.890Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.18s)
14:13:14 [2021-04-22T14:13:14.890Z] === RUN   TestRemoveContainerWithVolume
14:13:16 [2021-04-22T14:13:16.041Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
14:13:16 [2021-04-22T14:13:16.207Z] --- PASS: TestRenameInvalidName (2.14s)
14:13:16 [2021-04-22T14:13:16.207Z] === RUN   TestRenameAnonymousContainer
14:13:17 [2021-04-22T14:13:17.080Z] --- PASS: TestRemoveContainerWithVolume (2.20s)
14:13:17 [2021-04-22T14:13:17.080Z] === RUN   TestRemoveContainerRunning
14:13:17 [2021-04-22T14:13:17.406Z] === RUN   TestDockerSuite/TestPsListContainersBase
14:13:17 [2021-04-22T14:13:17.968Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
14:13:18 [2021-04-22T14:13:18.627Z] --- PASS: TestRemoveContainerRunning (1.90s)
14:13:18 [2021-04-22T14:13:18.627Z] === RUN   TestRemoveContainerForceRemoveRunning
14:13:20 [2021-04-22T14:13:20.838Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.90s)
14:13:20 [2021-04-22T14:13:20.838Z] === RUN   TestRemoveInvalidContainer
14:13:20 [2021-04-22T14:13:20.838Z] --- PASS: TestRemoveInvalidContainer (0.03s)
14:13:20 [2021-04-22T14:13:20.838Z] === RUN   TestRenameLinkedContainer
14:13:20 [2021-04-22T14:13:20.838Z] --- SKIP: TestRenameLinkedContainer (0.00s)
14:13:20 [2021-04-22T14:13:20.838Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:13:20 [2021-04-22T14:13:20.838Z] === RUN   TestRenameStoppedContainer
14:13:21 [2021-04-22T14:13:21.236Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
14:13:22 [2021-04-22T14:13:22.602Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
14:13:23 [2021-04-22T14:13:23.177Z] --- PASS: TestRenameStoppedContainer (2.25s)
14:13:23 [2021-04-22T14:13:23.177Z] === RUN   TestRenameRunningContainerAndReuse
14:13:26 [2021-04-22T14:13:26.554Z] --- PASS: TestRenameAnonymousContainer (9.38s)
14:13:26 [2021-04-22T14:13:26.555Z] === RUN   TestRenameContainerWithSameName
14:13:26 [2021-04-22T14:13:26.784Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
14:13:26 [2021-04-22T14:13:26.784Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
14:13:27 [2021-04-22T14:13:27.890Z] --- PASS: TestRenameRunningContainerAndReuse (4.16s)
14:13:27 [2021-04-22T14:13:27.890Z] === RUN   TestRenameInvalidName
14:13:28 [2021-04-22T14:13:28.099Z] --- PASS: TestRenameContainerWithSameName (2.23s)
14:13:28 [2021-04-22T14:13:28.099Z] === RUN   TestRenameContainerWithLinkedContainer
14:13:28 [2021-04-22T14:13:28.099Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
14:13:28 [2021-04-22T14:13:28.099Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:13:28 [2021-04-22T14:13:28.099Z] === RUN   TestResize
14:13:28 [2021-04-22T14:13:28.864Z] --- PASS: TestRenameInvalidName (1.89s)
14:13:28 [2021-04-22T14:13:28.864Z] === RUN   TestRenameAnonymousContainer
14:13:30 [2021-04-22T14:13:30.288Z] --- PASS: TestResize (2.22s)
14:13:30 [2021-04-22T14:13:30.288Z] === RUN   TestResizeWithInvalidSize
14:13:30 [2021-04-22T14:13:30.951Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
14:13:32 [2021-04-22T14:13:32.476Z] --- PASS: TestResizeWithInvalidSize (2.23s)
14:13:32 [2021-04-22T14:13:32.476Z] === RUN   TestResizeWhenContainerNotStarted
14:13:35 [2021-04-22T14:13:35.389Z] --- PASS: TestResizeWhenContainerNotStarted (2.76s)
14:13:35 [2021-04-22T14:13:35.389Z] === RUN   TestDaemonRestartKillContainers
14:13:35 [2021-04-22T14:13:35.389Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:13:35 [2021-04-22T14:13:35.389Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:13:35 [2021-04-22T14:13:35.389Z] === RUN   TestStats
14:13:35 [2021-04-22T14:13:35.389Z] --- SKIP: TestStats (0.00s)
14:13:35 [2021-04-22T14:13:35.389Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:13:35 [2021-04-22T14:13:35.389Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:13:36 [2021-04-22T14:13:36.194Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
14:13:39 [2021-04-22T14:13:39.463Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
14:13:39 [2021-04-22T14:13:39.463Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
14:13:41 [2021-04-22T14:13:41.355Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
14:13:42 [2021-04-22T14:13:42.477Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.38s)
14:13:42 [2021-04-22T14:13:42.477Z] === RUN   TestStopContainerWithTimeout
14:13:42 [2021-04-22T14:13:42.477Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
14:13:42 [2021-04-22T14:13:42.477Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:13:42 [2021-04-22T14:13:42.477Z] === RUN   TestUpdateRestartPolicy
14:13:43 [2021-04-22T14:13:43.716Z] --- PASS: TestRenameAnonymousContainer (13.63s)
14:13:43 [2021-04-22T14:13:43.717Z] === RUN   TestRenameContainerWithSameName
14:13:43 [2021-04-22T14:13:43.872Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
14:13:44 [2021-04-22T14:13:44.128Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
14:13:44 [2021-04-22T14:13:44.689Z] --- PASS: TestRenameContainerWithSameName (1.89s)
14:13:44 [2021-04-22T14:13:44.689Z] === RUN   TestRenameContainerWithLinkedContainer
14:13:44 [2021-04-22T14:13:44.689Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
14:13:44 [2021-04-22T14:13:44.689Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:13:44 [2021-04-22T14:13:44.689Z] === RUN   TestResize
14:13:46 [2021-04-22T14:13:46.018Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
14:13:46 [2021-04-22T14:13:46.234Z] --- PASS: TestResize (1.83s)
14:13:46 [2021-04-22T14:13:46.234Z] === RUN   TestResizeWithInvalidSize
14:13:46 [2021-04-22T14:13:46.580Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
14:13:47 [2021-04-22T14:13:47.950Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
14:13:48 [2021-04-22T14:13:48.421Z] --- PASS: TestResizeWithInvalidSize (1.78s)
14:13:48 [2021-04-22T14:13:48.421Z] === RUN   TestResizeWhenContainerNotStarted
14:13:50 [2021-04-22T14:13:50.612Z] --- PASS: TestResizeWhenContainerNotStarted (2.02s)
14:13:50 [2021-04-22T14:13:50.612Z] === RUN   TestDaemonRestartKillContainers
14:13:50 [2021-04-22T14:13:50.612Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
14:13:50 [2021-04-22T14:13:50.612Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:13:50 [2021-04-22T14:13:50.612Z] === RUN   TestStats
14:13:50 [2021-04-22T14:13:50.612Z] --- SKIP: TestStats (0.00s)
14:13:50 [2021-04-22T14:13:50.612Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:13:50 [2021-04-22T14:13:50.612Z] === RUN   TestStopContainerWithRestartPolicyAlways
14:13:51 [2021-04-22T14:13:51.257Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
14:13:51 [2021-04-22T14:13:51.514Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
14:13:54 [2021-04-22T14:13:54.780Z] === RUN   TestDockerSuite/TestPsListContainersSize
14:13:54 [2021-04-22T14:13:54.780Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
14:13:56 [2021-04-22T14:13:56.147Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
14:13:56 [2021-04-22T14:13:56.403Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
14:13:57 [2021-04-22T14:13:57.769Z] === RUN   TestDockerSuite/TestPsRightTagName
14:13:59 [2021-04-22T14:13:59.137Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
14:13:59 [2021-04-22T14:13:59.213Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.18s)
14:13:59 [2021-04-22T14:13:59.213Z] === RUN   TestStopContainerWithTimeout
14:13:59 [2021-04-22T14:13:59.213Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
14:13:59 [2021-04-22T14:13:59.213Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:13:59 [2021-04-22T14:13:59.213Z] === RUN   TestUpdateRestartPolicy
14:14:00 [2021-04-22T14:14:00.503Z] === RUN   TestDockerSuite/TestPsShowMounts
14:14:01 [2021-04-22T14:14:01.871Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
14:14:03 [2021-04-22T14:14:03.597Z] --- PASS: TestUpdateRestartPolicy (22.19s)
14:14:03 [2021-04-22T14:14:03.597Z] === RUN   TestUpdateRestartWithAutoRemove
14:14:03 [2021-04-22T14:14:03.763Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
14:14:04 [2021-04-22T14:14:04.691Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
14:14:04 [2021-04-22T14:14:04.691Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
14:14:04 [2021-04-22T14:14:04.691Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
14:14:04 [2021-04-22T14:14:04.947Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
14:14:04 [2021-04-22T14:14:04.947Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
14:14:05 [2021-04-22T14:14:05.876Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
14:14:06 [2021-04-22T14:14:06.517Z] --- PASS: TestUpdateRestartWithAutoRemove (2.22s)
14:14:06 [2021-04-22T14:14:06.518Z] === RUN   TestWaitNonBlocked
14:14:06 [2021-04-22T14:14:06.518Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:14:06 [2021-04-22T14:14:06.518Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:14:06 [2021-04-22T14:14:06.518Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:14:06 [2021-04-22T14:14:06.518Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:14:06 [2021-04-22T14:14:06.518Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:14:06 [2021-04-22T14:14:06.518Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:14:07 [2021-04-22T14:14:07.243Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
14:14:07 [2021-04-22T14:14:07.805Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
14:14:09 [2021-04-22T14:14:09.435Z] --- PASS: TestWaitNonBlocked (0.03s)
14:14:09 [2021-04-22T14:14:09.435Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.76s)
14:14:09 [2021-04-22T14:14:09.435Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.18s)
14:14:09 [2021-04-22T14:14:09.435Z] === RUN   TestWaitBlocked
14:14:09 [2021-04-22T14:14:09.435Z] --- SKIP: TestWaitBlocked (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:14:09 [2021-04-22T14:14:09.435Z] PASS
14:14:09 [2021-04-22T14:14:09.435Z] ok  	github.com/docker/docker/integration/container	94.732s
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === Skipped
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s)
14:14:09 [2021-04-22T14:14:09.435Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
14:14:09 [2021-04-22T14:14:09.435Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] 
14:14:09 [2021-04-22T14:14:09.435Z] DONE 88 tests, 33 skipped in 97.744s
14:14:09 [2021-04-22T14:14:09.435Z] Running D:\gopath\src\github.com\docker\docker\integration\image
14:14:09 [2021-04-22T14:14:09.697Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
14:14:10 [2021-04-22T14:14:10.627Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
14:14:11 [2021-04-22T14:14:11.619Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:11 [2021-04-22T14:14:11.619Z] INFO: Testing against a local daemon
14:14:11 [2021-04-22T14:14:11.619Z] === RUN   TestCommitInheritsEnv
14:14:11 [2021-04-22T14:14:11.619Z] --- SKIP: TestCommitInheritsEnv (0.00s)
14:14:11 [2021-04-22T14:14:11.619Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:14:11 [2021-04-22T14:14:11.619Z] === RUN   TestImportExtremelyLargeImageWorks
14:14:11 [2021-04-22T14:14:11.619Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:14:11 [2021-04-22T14:14:11.619Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:14:11 [2021-04-22T14:14:11.619Z] === RUN   TestImagesFilterMultiReference
14:14:11 [2021-04-22T14:14:11.619Z] --- PASS: TestImagesFilterMultiReference (0.09s)
14:14:11 [2021-04-22T14:14:11.619Z] === RUN   TestImagePullPlatformInvalid
14:14:11 [2021-04-22T14:14:11.619Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
14:14:11 [2021-04-22T14:14:11.619Z] === RUN   TestRemoveImageOrphaning
14:14:13 [2021-04-22T14:14:13.167Z] --- PASS: TestRemoveImageOrphaning (1.06s)
14:14:13 [2021-04-22T14:14:13.167Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:14:13 [2021-04-22T14:14:13.167Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
14:14:13 [2021-04-22T14:14:13.167Z] === RUN   TestTagInvalidReference
14:14:13 [2021-04-22T14:14:13.167Z] --- PASS: TestTagInvalidReference (0.03s)
14:14:13 [2021-04-22T14:14:13.167Z] === RUN   TestTagValidPrefixedRepo
14:14:13 [2021-04-22T14:14:13.167Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
14:14:13 [2021-04-22T14:14:13.167Z] === RUN   TestTagExistedNameWithoutForce
14:14:13 [2021-04-22T14:14:13.167Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
14:14:13 [2021-04-22T14:14:13.167Z] === RUN   TestTagOfficialNames
14:14:13 [2021-04-22T14:14:13.167Z] --- PASS: TestTagOfficialNames (0.09s)
14:14:13 [2021-04-22T14:14:13.167Z] === RUN   TestTagMatchesDigest
14:14:13 [2021-04-22T14:14:13.167Z] --- PASS: TestTagMatchesDigest (0.04s)
14:14:13 [2021-04-22T14:14:13.167Z] PASS
14:14:13 [2021-04-22T14:14:13.167Z] ok  	github.com/docker/docker/integration/image	1.700s
14:14:13 [2021-04-22T14:14:13.167Z] 
14:14:13 [2021-04-22T14:14:13.167Z] === Skipped
14:14:13 [2021-04-22T14:14:13.167Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
14:14:13 [2021-04-22T14:14:13.167Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:14:13 [2021-04-22T14:14:13.167Z] 
14:14:13 [2021-04-22T14:14:13.167Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
14:14:13 [2021-04-22T14:14:13.167Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:14:13 [2021-04-22T14:14:13.167Z] 
14:14:13 [2021-04-22T14:14:13.167Z] 
14:14:13 [2021-04-22T14:14:13.167Z] DONE 11 tests, 2 skipped in 4.000s
14:14:13 [2021-04-22T14:14:13.629Z] Running D:\gopath\src\github.com\docker\docker\integration\network
14:14:15 [2021-04-22T14:14:15.816Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:15 [2021-04-22T14:14:15.816Z] INFO: Testing against a local daemon
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkCreateDelete
14:14:15 [2021-04-22T14:14:15.816Z] --- SKIP: TestNetworkCreateDelete (0.00s)
14:14:15 [2021-04-22T14:14:15.816Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestDockerNetworkDeletePreferID
14:14:15 [2021-04-22T14:14:15.816Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
14:14:15 [2021-04-22T14:14:15.816Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestDaemonDNSFallback
14:14:15 [2021-04-22T14:14:15.816Z] --- SKIP: TestDaemonDNSFallback (0.00s)
14:14:15 [2021-04-22T14:14:15.816Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestInspectNetwork
14:14:15 [2021-04-22T14:14:15.816Z] --- SKIP: TestInspectNetwork (0.00s)
14:14:15 [2021-04-22T14:14:15.816Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestRunContainerWithBridgeNone
14:14:15 [2021-04-22T14:14:15.816Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:14:15 [2021-04-22T14:14:15.816Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkInvalidJSON
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkInvalidJSON//networks/create
14:14:15 [2021-04-22T14:14:15.816Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:14:15 [2021-04-22T14:14:15.816Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:14:15 [2021-04-22T14:14:15.816Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:14:15 [2021-04-22T14:14:15.816Z] === CONT  TestNetworkInvalidJSON//networks/create
14:14:15 [2021-04-22T14:14:15.816Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:14:15 [2021-04-22T14:14:15.816Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:14:15 [2021-04-22T14:14:15.816Z] --- PASS: TestNetworkInvalidJSON (0.03s)
14:14:15 [2021-04-22T14:14:15.816Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
14:14:15 [2021-04-22T14:14:15.816Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
14:14:15 [2021-04-22T14:14:15.816Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkList
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkList//networks
14:14:15 [2021-04-22T14:14:15.816Z] === PAUSE TestNetworkList//networks
14:14:15 [2021-04-22T14:14:15.816Z] === RUN   TestNetworkList//networks/
14:14:15 [2021-04-22T14:14:15.816Z] === PAUSE TestNetworkList//networks/
14:14:15 [2021-04-22T14:14:15.882Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
14:14:16 [2021-04-22T14:14:16.277Z] === CONT  TestNetworkList//networks
14:14:16 [2021-04-22T14:14:16.277Z] === CONT  TestNetworkList//networks/
14:14:16 [2021-04-22T14:14:16.277Z] --- PASS: TestNetworkList (0.04s)
14:14:16 [2021-04-22T14:14:16.277Z]     --- PASS: TestNetworkList//networks (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestHostIPv4BridgeLabel
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     network_test.go:126: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestDaemonRestartWithLiveRestore
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:29: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestDaemonDefaultNetworkPools
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:58: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestDaemonRestartWithExistingNetwork
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:102: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:136: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:187: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestServiceWithPredefinedNetwork
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:212: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:242: FLAKY_TEST
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestServiceWithDataPathPortInit
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:332: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:14:16 [2021-04-22T14:14:16.277Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:400: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] PASS
14:14:16 [2021-04-22T14:14:16.277Z] ok  	github.com/docker/docker/integration/network	0.276s
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === Skipped
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     network_test.go:126: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:29: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:58: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:102: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:136: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:187: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:212: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:242: FLAKY_TEST
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:332: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
14:14:16 [2021-04-22T14:14:16.277Z]     service_test.go:400: testEnv.OSType == "windows"
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] 
14:14:16 [2021-04-22T14:14:16.277Z] DONE 22 tests, 15 skipped in 2.818s
14:14:16 [2021-04-22T14:14:16.277Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
14:14:17 [2021-04-22T14:14:17.251Z] testing: warning: no tests to run
14:14:17 [2021-04-22T14:14:17.252Z] PASS
14:14:17 [2021-04-22T14:14:17.252Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.078s
14:14:17 [2021-04-22T14:14:17.252Z] 
14:14:17 [2021-04-22T14:14:17.252Z] DONE 0 tests in 0.892s
14:14:17 [2021-04-22T14:14:17.252Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
14:14:18 [2021-04-22T14:14:18.223Z] testing: warning: no tests to run
14:14:18 [2021-04-22T14:14:18.223Z] PASS
14:14:18 [2021-04-22T14:14:18.223Z] ok  	github.com/docker/docker/integration/network/macvlan	0.085s
14:14:18 [2021-04-22T14:14:18.223Z] 
14:14:18 [2021-04-22T14:14:18.223Z] DONE 0 tests in 0.836s
14:14:18 [2021-04-22T14:14:18.223Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
14:14:19 [2021-04-22T14:14:19.194Z] testing: warning: no tests to run
14:14:19 [2021-04-22T14:14:19.194Z] PASS
14:14:19 [2021-04-22T14:14:19.194Z] ok  	github.com/docker/docker/integration/plugin	0.083s
14:14:19 [2021-04-22T14:14:19.194Z] 
14:14:19 [2021-04-22T14:14:19.194Z] DONE 0 tests in 0.863s
14:14:19 [2021-04-22T14:14:19.194Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
14:14:20 [2021-04-22T14:14:20.165Z] testing: warning: no tests to run
14:14:20 [2021-04-22T14:14:20.165Z] PASS
14:14:20 [2021-04-22T14:14:20.165Z] ok  	github.com/docker/docker/integration/plugin/authz	0.088s
14:14:20 [2021-04-22T14:14:20.165Z] 
14:14:20 [2021-04-22T14:14:20.165Z] DONE 0 tests in 0.895s
14:14:20 [2021-04-22T14:14:20.165Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
14:14:20 [2021-04-22T14:14:20.350Z] --- PASS: TestUpdateRestartPolicy (19.44s)
14:14:20 [2021-04-22T14:14:20.350Z] === RUN   TestUpdateRestartWithAutoRemove
14:14:20 [2021-04-22T14:14:20.350Z] --- PASS: TestUpdateRestartWithAutoRemove (1.85s)
14:14:20 [2021-04-22T14:14:20.350Z] === RUN   TestWaitNonBlocked
14:14:20 [2021-04-22T14:14:20.350Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
14:14:20 [2021-04-22T14:14:20.350Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
14:14:20 [2021-04-22T14:14:20.350Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
14:14:20 [2021-04-22T14:14:20.350Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
14:14:20 [2021-04-22T14:14:20.350Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
14:14:20 [2021-04-22T14:14:20.350Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
14:14:22 [2021-04-22T14:14:22.425Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
14:14:22 [2021-04-22T14:14:22.425Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
14:14:22 [2021-04-22T14:14:22.540Z] --- PASS: TestWaitNonBlocked (0.03s)
14:14:22 [2021-04-22T14:14:22.540Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.56s)
14:14:22 [2021-04-22T14:14:22.540Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.69s)
14:14:22 [2021-04-22T14:14:22.540Z] === RUN   TestWaitBlocked
14:14:22 [2021-04-22T14:14:22.540Z] --- SKIP: TestWaitBlocked (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:14:22 [2021-04-22T14:14:22.540Z] PASS
14:14:22 [2021-04-22T14:14:22.540Z] ok  	github.com/docker/docker/integration/container	89.036s
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === Skipped
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
14:14:22 [2021-04-22T14:14:22.540Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.540Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
14:14:22 [2021-04-22T14:14:22.540Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
14:14:22 [2021-04-22T14:14:22.540Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
14:14:22 [2021-04-22T14:14:22.541Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] 
14:14:22 [2021-04-22T14:14:22.541Z] DONE 88 tests, 33 skipped in 91.749s
14:14:22 [2021-04-22T14:14:22.541Z] Running D:\gopath\src\github.com\docker\docker\integration\image
14:14:23 [2021-04-22T14:14:23.791Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
14:14:24 [2021-04-22T14:14:24.749Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:24 [2021-04-22T14:14:24.749Z] INFO: Testing against a local daemon
14:14:24 [2021-04-22T14:14:24.749Z] === RUN   TestCommitInheritsEnv
14:14:24 [2021-04-22T14:14:24.749Z] --- SKIP: TestCommitInheritsEnv (0.00s)
14:14:24 [2021-04-22T14:14:24.749Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:14:24 [2021-04-22T14:14:24.749Z] === RUN   TestImportExtremelyLargeImageWorks
14:14:24 [2021-04-22T14:14:24.749Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
14:14:24 [2021-04-22T14:14:24.749Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:14:24 [2021-04-22T14:14:24.749Z] === RUN   TestImagesFilterMultiReference
14:14:24 [2021-04-22T14:14:24.749Z] --- PASS: TestImagesFilterMultiReference (0.09s)
14:14:24 [2021-04-22T14:14:24.749Z] === RUN   TestImagePullPlatformInvalid
14:14:24 [2021-04-22T14:14:24.749Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
14:14:24 [2021-04-22T14:14:24.749Z] === RUN   TestRemoveImageOrphaning
14:14:26 [2021-04-22T14:14:26.293Z] --- PASS: TestRemoveImageOrphaning (1.03s)
14:14:26 [2021-04-22T14:14:26.293Z] === RUN   TestTagUnprefixedRepoByNameOrName
14:14:26 [2021-04-22T14:14:26.293Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
14:14:26 [2021-04-22T14:14:26.293Z] === RUN   TestTagInvalidReference
14:14:26 [2021-04-22T14:14:26.293Z] --- PASS: TestTagInvalidReference (0.03s)
14:14:26 [2021-04-22T14:14:26.293Z] === RUN   TestTagValidPrefixedRepo
14:14:26 [2021-04-22T14:14:26.293Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
14:14:26 [2021-04-22T14:14:26.293Z] === RUN   TestTagExistedNameWithoutForce
14:14:26 [2021-04-22T14:14:26.293Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
14:14:26 [2021-04-22T14:14:26.293Z] === RUN   TestTagOfficialNames
14:14:26 [2021-04-22T14:14:26.293Z] --- PASS: TestTagOfficialNames (0.10s)
14:14:26 [2021-04-22T14:14:26.293Z] === RUN   TestTagMatchesDigest
14:14:26 [2021-04-22T14:14:26.293Z] --- PASS: TestTagMatchesDigest (0.03s)
14:14:26 [2021-04-22T14:14:26.293Z] PASS
14:14:26 [2021-04-22T14:14:26.293Z] ok  	github.com/docker/docker/integration/image	1.657s
14:14:26 [2021-04-22T14:14:26.755Z] 
14:14:26 [2021-04-22T14:14:26.755Z] === Skipped
14:14:26 [2021-04-22T14:14:26.755Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
14:14:26 [2021-04-22T14:14:26.755Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
14:14:26 [2021-04-22T14:14:26.755Z] 
14:14:26 [2021-04-22T14:14:26.755Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
14:14:26 [2021-04-22T14:14:26.755Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
14:14:26 [2021-04-22T14:14:26.755Z] 
14:14:26 [2021-04-22T14:14:26.755Z] 
14:14:26 [2021-04-22T14:14:26.755Z] DONE 11 tests, 2 skipped in 3.974s
14:14:26 [2021-04-22T14:14:26.755Z] Running D:\gopath\src\github.com\docker\docker\integration\network
14:14:27 [2021-04-22T14:14:27.061Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
14:14:27 [2021-04-22T14:14:27.061Z] === RUN   TestDockerSuite/TestRestartPolicyNO
14:14:27 [2021-04-22T14:14:27.061Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
14:14:27 [2021-04-22T14:14:27.061Z] === RUN   TestDockerSuite/TestRestartRunningContainer
14:14:28 [2021-04-22T14:14:28.774Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:28 [2021-04-22T14:14:28.774Z] INFO: Testing against a local daemon
14:14:28 [2021-04-22T14:14:28.774Z] === RUN   TestPluginInvalidJSON
14:14:28 [2021-04-22T14:14:28.774Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:14:28 [2021-04-22T14:14:28.774Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:14:28 [2021-04-22T14:14:28.774Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:14:28 [2021-04-22T14:14:28.774Z] --- PASS: TestPluginInvalidJSON (0.03s)
14:14:28 [2021-04-22T14:14:28.774Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:14:28 [2021-04-22T14:14:28.774Z] === RUN   TestPluginInstall
14:14:28 [2021-04-22T14:14:28.774Z] --- SKIP: TestPluginInstall (0.00s)
14:14:28 [2021-04-22T14:14:28.774Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.774Z] === RUN   TestPluginsWithRuntimes
14:14:28 [2021-04-22T14:14:28.774Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:14:28 [2021-04-22T14:14:28.774Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.774Z] === RUN   TestPluginBackCompatMediaTypes
14:14:28 [2021-04-22T14:14:28.774Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:14:28 [2021-04-22T14:14:28.774Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.774Z] PASS
14:14:28 [2021-04-22T14:14:28.774Z] ok  	github.com/docker/docker/integration/plugin/common	0.170s
14:14:28 [2021-04-22T14:14:28.774Z] 
14:14:28 [2021-04-22T14:14:28.774Z] === Skipped
14:14:28 [2021-04-22T14:14:28.774Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
14:14:28 [2021-04-22T14:14:28.774Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.774Z] 
14:14:28 [2021-04-22T14:14:28.774Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
14:14:28 [2021-04-22T14:14:28.774Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.774Z] 
14:14:28 [2021-04-22T14:14:28.774Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
14:14:28 [2021-04-22T14:14:28.774Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.774Z] 
14:14:28 [2021-04-22T14:14:28.774Z] 
14:14:28 [2021-04-22T14:14:28.774Z] DONE 5 tests, 3 skipped in 8.781s
14:14:28 [2021-04-22T14:14:28.774Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
14:14:28 [2021-04-22T14:14:28.945Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:28 [2021-04-22T14:14:28.945Z] INFO: Testing against a local daemon
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkCreateDelete
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestNetworkCreateDelete (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestDockerNetworkDeletePreferID
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestDaemonDNSFallback
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestDaemonDNSFallback (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestInspectNetwork
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestInspectNetwork (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestRunContainerWithBridgeNone
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkInvalidJSON
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkInvalidJSON//networks/create
14:14:28 [2021-04-22T14:14:28.945Z] === PAUSE TestNetworkInvalidJSON//networks/create
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
14:14:28 [2021-04-22T14:14:28.945Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
14:14:28 [2021-04-22T14:14:28.945Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
14:14:28 [2021-04-22T14:14:28.945Z] === CONT  TestNetworkInvalidJSON//networks/create
14:14:28 [2021-04-22T14:14:28.945Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
14:14:28 [2021-04-22T14:14:28.945Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
14:14:28 [2021-04-22T14:14:28.945Z] --- PASS: TestNetworkInvalidJSON (0.04s)
14:14:28 [2021-04-22T14:14:28.945Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkList
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkList//networks
14:14:28 [2021-04-22T14:14:28.945Z] === PAUSE TestNetworkList//networks
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestNetworkList//networks/
14:14:28 [2021-04-22T14:14:28.945Z] === PAUSE TestNetworkList//networks/
14:14:28 [2021-04-22T14:14:28.945Z] === CONT  TestNetworkList//networks
14:14:28 [2021-04-22T14:14:28.945Z] === CONT  TestNetworkList//networks/
14:14:28 [2021-04-22T14:14:28.945Z] --- PASS: TestNetworkList (0.03s)
14:14:28 [2021-04-22T14:14:28.945Z]     --- PASS: TestNetworkList//networks/ (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     --- PASS: TestNetworkList//networks (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestHostIPv4BridgeLabel
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     network_test.go:126: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestDaemonRestartWithLiveRestore
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:29: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestDaemonDefaultNetworkPools
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:58: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestDaemonRestartWithExistingNetwork
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:102: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:136: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:187: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestServiceWithPredefinedNetwork
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:212: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestServiceRemoveKeepsIngressNetwork
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:242: FLAKY_TEST
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestServiceWithDataPathPortInit
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:332: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] === RUN   TestServiceWithDefaultAddressPoolInit
14:14:28 [2021-04-22T14:14:28.945Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
14:14:28 [2021-04-22T14:14:28.945Z]     service_test.go:400: testEnv.OSType == "windows"
14:14:28 [2021-04-22T14:14:28.945Z] PASS
14:14:28 [2021-04-22T14:14:28.945Z] ok  	github.com/docker/docker/integration/network	0.274s
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === Skipped
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     network_test.go:126: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:29: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:58: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:102: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:136: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:187: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:212: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:242: FLAKY_TEST
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:332: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
14:14:29 [2021-04-22T14:14:29.407Z]     service_test.go:400: testEnv.OSType == "windows"
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] 
14:14:29 [2021-04-22T14:14:29.407Z] DONE 22 tests, 15 skipped in 2.708s
14:14:29 [2021-04-22T14:14:29.407Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
14:14:29 [2021-04-22T14:14:29.581Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
14:14:30 [2021-04-22T14:14:30.379Z] testing: warning: no tests to run
14:14:30 [2021-04-22T14:14:30.379Z] PASS
14:14:30 [2021-04-22T14:14:30.380Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.085s
14:14:30 [2021-04-22T14:14:30.380Z] 
14:14:30 [2021-04-22T14:14:30.380Z] DONE 0 tests in 0.816s
14:14:30 [2021-04-22T14:14:30.380Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
14:14:30 [2021-04-22T14:14:30.841Z] testing: warning: no tests to run
14:14:30 [2021-04-22T14:14:30.841Z] PASS
14:14:30 [2021-04-22T14:14:30.841Z] ok  	github.com/docker/docker/integration/network/macvlan	0.086s
14:14:30 [2021-04-22T14:14:30.841Z] 
14:14:30 [2021-04-22T14:14:30.841Z] DONE 0 tests in 0.804s
14:14:30 [2021-04-22T14:14:30.946Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
14:14:31 [2021-04-22T14:14:31.303Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
14:14:31 [2021-04-22T14:14:31.765Z] testing: warning: no tests to run
14:14:31 [2021-04-22T14:14:31.765Z] PASS
14:14:31 [2021-04-22T14:14:31.765Z] ok  	github.com/docker/docker/integration/plugin	0.086s
14:14:31 [2021-04-22T14:14:31.765Z] 
14:14:31 [2021-04-22T14:14:31.765Z] DONE 0 tests in 0.854s
14:14:32 [2021-04-22T14:14:32.227Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
14:14:32 [2021-04-22T14:14:32.527Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:32 [2021-04-22T14:14:32.527Z] INFO: Testing against a local daemon
14:14:32 [2021-04-22T14:14:32.527Z] === RUN   TestExternalGraphDriver
14:14:32 [2021-04-22T14:14:32.527Z] --- SKIP: TestExternalGraphDriver (0.01s)
14:14:32 [2021-04-22T14:14:32.527Z]     external_test.go:48: runtime.GOOS == "windows"
14:14:32 [2021-04-22T14:14:32.527Z] === RUN   TestGraphdriverPluginV2
14:14:32 [2021-04-22T14:14:32.527Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
14:14:32 [2021-04-22T14:14:32.527Z]     external_test.go:408: runtime.GOOS == "windows"
14:14:32 [2021-04-22T14:14:32.527Z] PASS
14:14:32 [2021-04-22T14:14:32.527Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.186s
14:14:32 [2021-04-22T14:14:32.527Z] 
14:14:32 [2021-04-22T14:14:32.527Z] === Skipped
14:14:32 [2021-04-22T14:14:32.527Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s)
14:14:32 [2021-04-22T14:14:32.527Z]     external_test.go:48: runtime.GOOS == "windows"
14:14:32 [2021-04-22T14:14:32.527Z] 
14:14:32 [2021-04-22T14:14:32.527Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
14:14:32 [2021-04-22T14:14:32.527Z]     external_test.go:408: runtime.GOOS == "windows"
14:14:32 [2021-04-22T14:14:32.527Z] 
14:14:32 [2021-04-22T14:14:32.527Z] 
14:14:32 [2021-04-22T14:14:32.527Z] DONE 2 tests, 2 skipped in 3.486s
14:14:32 [2021-04-22T14:14:32.527Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
14:14:32 [2021-04-22T14:14:32.690Z] testing: warning: no tests to run
14:14:32 [2021-04-22T14:14:32.690Z] PASS
14:14:32 [2021-04-22T14:14:32.690Z] ok  	github.com/docker/docker/integration/plugin/authz	0.076s
14:14:32 [2021-04-22T14:14:32.690Z] 
14:14:32 [2021-04-22T14:14:32.690Z] DONE 0 tests in 0.799s
14:14:32 [2021-04-22T14:14:32.690Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
14:14:35 [2021-04-22T14:14:35.115Z] === RUN   TestDockerSuite/TestRestartWithVolumes
14:14:35 [2021-04-22T14:14:35.442Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:35 [2021-04-22T14:14:35.442Z] INFO: Testing against a local daemon
14:14:35 [2021-04-22T14:14:35.442Z] === RUN   TestReadPluginNoRead
14:14:35 [2021-04-22T14:14:35.442Z] --- SKIP: TestReadPluginNoRead (0.00s)
14:14:35 [2021-04-22T14:14:35.442Z]     read_test.go:21: no unix domain sockets on Windows
14:14:35 [2021-04-22T14:14:35.442Z] PASS
14:14:35 [2021-04-22T14:14:35.442Z] ok  	github.com/docker/docker/integration/plugin/logging	0.209s
14:14:35 [2021-04-22T14:14:35.442Z] 
14:14:35 [2021-04-22T14:14:35.442Z] === Skipped
14:14:35 [2021-04-22T14:14:35.442Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
14:14:35 [2021-04-22T14:14:35.442Z]     read_test.go:21: no unix domain sockets on Windows
14:14:35 [2021-04-22T14:14:35.442Z] 
14:14:35 [2021-04-22T14:14:35.442Z] 
14:14:35 [2021-04-22T14:14:35.442Z] DONE 1 tests, 1 skipped in 2.896s
14:14:35 [2021-04-22T14:14:35.442Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
14:14:36 [2021-04-22T14:14:36.481Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
14:14:36 [2021-04-22T14:14:36.984Z] testing: warning: no tests to run
14:14:36 [2021-04-22T14:14:36.985Z] PASS
14:14:36 [2021-04-22T14:14:36.985Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.096s
14:14:36 [2021-04-22T14:14:36.985Z] 
14:14:36 [2021-04-22T14:14:36.985Z] DONE 0 tests in 1.526s
14:14:36 [2021-04-22T14:14:36.985Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
14:14:37 [2021-04-22T14:14:37.043Z] === RUN   TestDockerSuite/TestRmiBlank
14:14:37 [2021-04-22T14:14:37.043Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
14:14:37 [2021-04-22T14:14:37.043Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
14:14:39 [2021-04-22T14:14:39.898Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:39 [2021-04-22T14:14:39.898Z] INFO: Testing against a local daemon
14:14:39 [2021-04-22T14:14:39.898Z] === RUN   TestPluginWithDevMounts
14:14:39 [2021-04-22T14:14:39.898Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:14:39 [2021-04-22T14:14:39.898Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:14:39 [2021-04-22T14:14:39.898Z] PASS
14:14:39 [2021-04-22T14:14:39.898Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.270s
14:14:39 [2021-04-22T14:14:39.898Z] 
14:14:39 [2021-04-22T14:14:39.898Z] === Skipped
14:14:39 [2021-04-22T14:14:39.898Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
14:14:39 [2021-04-22T14:14:39.898Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:14:39 [2021-04-22T14:14:39.898Z] 
14:14:39 [2021-04-22T14:14:39.898Z] 
14:14:39 [2021-04-22T14:14:39.898Z] DONE 1 tests, 1 skipped in 2.880s
14:14:39 [2021-04-22T14:14:39.898Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
14:14:40 [2021-04-22T14:14:40.331Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
14:14:41 [2021-04-22T14:14:41.260Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
14:14:41 [2021-04-22T14:14:41.294Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:41 [2021-04-22T14:14:41.294Z] INFO: Testing against a local daemon
14:14:41 [2021-04-22T14:14:41.294Z] === RUN   TestPluginInvalidJSON
14:14:41 [2021-04-22T14:14:41.294Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
14:14:41 [2021-04-22T14:14:41.294Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
14:14:41 [2021-04-22T14:14:41.294Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
14:14:41 [2021-04-22T14:14:41.294Z] --- PASS: TestPluginInvalidJSON (0.04s)
14:14:41 [2021-04-22T14:14:41.294Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
14:14:41 [2021-04-22T14:14:41.294Z] === RUN   TestPluginInstall
14:14:41 [2021-04-22T14:14:41.294Z] --- SKIP: TestPluginInstall (0.00s)
14:14:41 [2021-04-22T14:14:41.294Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:14:41 [2021-04-22T14:14:41.294Z] === RUN   TestPluginsWithRuntimes
14:14:41 [2021-04-22T14:14:41.294Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
14:14:41 [2021-04-22T14:14:41.294Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:14:41 [2021-04-22T14:14:41.294Z] === RUN   TestPluginBackCompatMediaTypes
14:14:41 [2021-04-22T14:14:41.294Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
14:14:41 [2021-04-22T14:14:41.294Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:14:41 [2021-04-22T14:14:41.294Z] PASS
14:14:41 [2021-04-22T14:14:41.294Z] ok  	github.com/docker/docker/integration/plugin/common	0.207s
14:14:41 [2021-04-22T14:14:41.294Z] 
14:14:41 [2021-04-22T14:14:41.294Z] === Skipped
14:14:41 [2021-04-22T14:14:41.294Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
14:14:41 [2021-04-22T14:14:41.294Z]     plugin_test.go:63: testEnv.OSType == "windows"
14:14:41 [2021-04-22T14:14:41.294Z] 
14:14:41 [2021-04-22T14:14:41.294Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
14:14:41 [2021-04-22T14:14:41.294Z]     plugin_test.go:172: testEnv.OSType == "windows"
14:14:41 [2021-04-22T14:14:41.294Z] 
14:14:41 [2021-04-22T14:14:41.294Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
14:14:41 [2021-04-22T14:14:41.294Z]     plugin_test.go:234: testEnv.OSType == "windows"
14:14:41 [2021-04-22T14:14:41.294Z] 
14:14:41 [2021-04-22T14:14:41.294Z] 
14:14:41 [2021-04-22T14:14:41.294Z] DONE 5 tests, 3 skipped in 7.848s
14:14:41 [2021-04-22T14:14:41.294Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
14:14:42 [2021-04-22T14:14:42.095Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:42 [2021-04-22T14:14:42.095Z] INFO: Testing against a local daemon
14:14:42 [2021-04-22T14:14:42.095Z] === RUN   TestSecretInspect
14:14:42 [2021-04-22T14:14:42.095Z] --- SKIP: TestSecretInspect (0.00s)
14:14:42 [2021-04-22T14:14:42.095Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.095Z] === RUN   TestSecretList
14:14:42 [2021-04-22T14:14:42.095Z] --- SKIP: TestSecretList (0.00s)
14:14:42 [2021-04-22T14:14:42.095Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.095Z] === RUN   TestSecretsCreateAndDelete
14:14:42 [2021-04-22T14:14:42.095Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
14:14:42 [2021-04-22T14:14:42.095Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.095Z] === RUN   TestSecretsUpdate
14:14:42 [2021-04-22T14:14:42.095Z] --- SKIP: TestSecretsUpdate (0.00s)
14:14:42 [2021-04-22T14:14:42.095Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.095Z] === RUN   TestTemplatedSecret
14:14:42 [2021-04-22T14:14:42.095Z] --- SKIP: TestTemplatedSecret (0.00s)
14:14:42 [2021-04-22T14:14:42.095Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.095Z] === RUN   TestSecretCreateResolve
14:14:42 [2021-04-22T14:14:42.095Z] --- SKIP: TestSecretCreateResolve (0.00s)
14:14:42 [2021-04-22T14:14:42.095Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:14:42 [2021-04-22T14:14:42.095Z] PASS
14:14:42 [2021-04-22T14:14:42.095Z] ok  	github.com/docker/docker/integration/secret	0.173s
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] === Skipped
14:14:42 [2021-04-22T14:14:42.556Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
14:14:42 [2021-04-22T14:14:42.556Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
14:14:42 [2021-04-22T14:14:42.556Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
14:14:42 [2021-04-22T14:14:42.556Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
14:14:42 [2021-04-22T14:14:42.556Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
14:14:42 [2021-04-22T14:14:42.556Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
14:14:42 [2021-04-22T14:14:42.556Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] 
14:14:42 [2021-04-22T14:14:42.556Z] DONE 6 tests, 6 skipped in 2.416s
14:14:42 [2021-04-22T14:14:42.556Z] Running D:\gopath\src\github.com\docker\docker\integration\service
14:14:43 [2021-04-22T14:14:43.152Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
14:14:43 [2021-04-22T14:14:43.152Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
14:14:44 [2021-04-22T14:14:44.217Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:44 [2021-04-22T14:14:44.217Z] INFO: Testing against a local daemon
14:14:44 [2021-04-22T14:14:44.217Z] === RUN   TestExternalGraphDriver
14:14:44 [2021-04-22T14:14:44.217Z] --- SKIP: TestExternalGraphDriver (0.00s)
14:14:44 [2021-04-22T14:14:44.217Z]     external_test.go:48: runtime.GOOS == "windows"
14:14:44 [2021-04-22T14:14:44.217Z] === RUN   TestGraphdriverPluginV2
14:14:44 [2021-04-22T14:14:44.217Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
14:14:44 [2021-04-22T14:14:44.217Z]     external_test.go:408: runtime.GOOS == "windows"
14:14:44 [2021-04-22T14:14:44.217Z] PASS
14:14:44 [2021-04-22T14:14:44.217Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.193s
14:14:44 [2021-04-22T14:14:44.217Z] 
14:14:44 [2021-04-22T14:14:44.217Z] === Skipped
14:14:44 [2021-04-22T14:14:44.217Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
14:14:44 [2021-04-22T14:14:44.217Z]     external_test.go:48: runtime.GOOS == "windows"
14:14:44 [2021-04-22T14:14:44.217Z] 
14:14:44 [2021-04-22T14:14:44.217Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
14:14:44 [2021-04-22T14:14:44.217Z]     external_test.go:408: runtime.GOOS == "windows"
14:14:44 [2021-04-22T14:14:44.217Z] 
14:14:44 [2021-04-22T14:14:44.217Z] 
14:14:44 [2021-04-22T14:14:44.217Z] DONE 2 tests, 2 skipped in 3.205s
14:14:44 [2021-04-22T14:14:44.217Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
14:14:44 [2021-04-22T14:14:44.517Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
14:14:44 [2021-04-22T14:14:44.773Z] === RUN   TestDockerSuite/TestRmiImgIDForce
14:14:45 [2021-04-22T14:14:45.467Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:45 [2021-04-22T14:14:45.467Z] INFO: Testing against a local daemon
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestServiceCreateInit
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:14:45 [2021-04-22T14:14:45.467Z] --- PASS: TestServiceCreateInit (0.03s)
14:14:45 [2021-04-22T14:14:45.467Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateServiceMultipleTimes
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateServiceConflict
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateServiceConflict (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateServiceMaxReplicas
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateWithDuplicateNetworkNames
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateServiceSecretFileMode
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateServiceConfigFileMode
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateServiceSysctls
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateServiceSysctls (0.03s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateServiceCapabilities
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
14:14:45 [2021-04-22T14:14:45.467Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestInspect
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestInspect (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestCreateJob
14:14:45 [2021-04-22T14:14:45.467Z] --- SKIP: TestCreateJob (0.00s)
14:14:45 [2021-04-22T14:14:45.467Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.467Z] === RUN   TestReplicatedJob
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestReplicatedJob (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestUpdateReplicatedJob
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestServiceListWithStatuses
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestDockerNetworkConnectAlias
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestDockerNetworkReConnect
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestServicePlugin
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestServicePlugin (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestServiceUpdateLabel
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestServiceUpdateLabel (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestServiceUpdateSecrets
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestServiceUpdateConfigs
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestServiceUpdateNetwork
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.468Z] === RUN   TestServiceUpdatePidsLimit
14:14:45 [2021-04-22T14:14:45.468Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
14:14:45 [2021-04-22T14:14:45.468Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.468Z] PASS
14:14:45 [2021-04-22T14:14:45.468Z] ok  	github.com/docker/docker/integration/service	0.321s
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === Skipped
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
14:14:45 [2021-04-22T14:14:45.468Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.468Z] 
14:14:45 [2021-04-22T14:14:45.468Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
14:14:45 [2021-04-22T14:14:45.468Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
14:14:45 [2021-04-22T14:14:45.928Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
14:14:45 [2021-04-22T14:14:45.928Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] 
14:14:45 [2021-04-22T14:14:45.928Z] DONE 24 tests, 23 skipped in 3.213s
14:14:45 [2021-04-22T14:14:45.928Z] Running D:\gopath\src\github.com\docker\docker\integration\session
14:14:46 [2021-04-22T14:14:46.146Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
14:14:46 [2021-04-22T14:14:46.422Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:46 [2021-04-22T14:14:46.422Z] INFO: Testing against a local daemon
14:14:46 [2021-04-22T14:14:46.422Z] === RUN   TestReadPluginNoRead
14:14:46 [2021-04-22T14:14:46.422Z] --- SKIP: TestReadPluginNoRead (0.00s)
14:14:46 [2021-04-22T14:14:46.422Z]     read_test.go:21: no unix domain sockets on Windows
14:14:46 [2021-04-22T14:14:46.422Z] PASS
14:14:46 [2021-04-22T14:14:46.422Z] ok  	github.com/docker/docker/integration/plugin/logging	0.202s
14:14:46 [2021-04-22T14:14:46.422Z] 
14:14:46 [2021-04-22T14:14:46.422Z] === Skipped
14:14:46 [2021-04-22T14:14:46.422Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
14:14:46 [2021-04-22T14:14:46.422Z]     read_test.go:21: no unix domain sockets on Windows
14:14:46 [2021-04-22T14:14:46.422Z] 
14:14:46 [2021-04-22T14:14:46.422Z] 
14:14:46 [2021-04-22T14:14:46.422Z] DONE 1 tests, 1 skipped in 2.559s
14:14:46 [2021-04-22T14:14:46.884Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
14:14:47 [2021-04-22T14:14:47.857Z] testing: warning: no tests to run
14:14:47 [2021-04-22T14:14:47.857Z] PASS
14:14:47 [2021-04-22T14:14:47.857Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.121s
14:14:47 [2021-04-22T14:14:47.857Z] 
14:14:47 [2021-04-22T14:14:47.857Z] DONE 0 tests in 1.382s
14:14:48 [2021-04-22T14:14:48.049Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
14:14:48 [2021-04-22T14:14:48.121Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:48 [2021-04-22T14:14:48.121Z] INFO: Testing against a local daemon
14:14:48 [2021-04-22T14:14:48.121Z] === RUN   TestSessionCreate
14:14:48 [2021-04-22T14:14:48.121Z] --- SKIP: TestSessionCreate (0.00s)
14:14:48 [2021-04-22T14:14:48.121Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:14:48 [2021-04-22T14:14:48.121Z] === RUN   TestSessionCreateWithBadUpgrade
14:14:48 [2021-04-22T14:14:48.121Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
14:14:48 [2021-04-22T14:14:48.121Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:14:48 [2021-04-22T14:14:48.121Z] PASS
14:14:48 [2021-04-22T14:14:48.121Z] ok  	github.com/docker/docker/integration/session	0.180s
14:14:48 [2021-04-22T14:14:48.121Z] 
14:14:48 [2021-04-22T14:14:48.121Z] === Skipped
14:14:48 [2021-04-22T14:14:48.121Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
14:14:48 [2021-04-22T14:14:48.121Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:14:48 [2021-04-22T14:14:48.121Z] 
14:14:48 [2021-04-22T14:14:48.121Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
14:14:48 [2021-04-22T14:14:48.121Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:14:48 [2021-04-22T14:14:48.121Z] 
14:14:48 [2021-04-22T14:14:48.121Z] 
14:14:48 [2021-04-22T14:14:48.121Z] DONE 2 tests, 2 skipped in 2.459s
14:14:48 [2021-04-22T14:14:48.121Z] Running D:\gopath\src\github.com\docker\docker\integration\system
14:14:48 [2021-04-22T14:14:48.305Z] === RUN   TestDockerSuite/TestRmiParentImageFail
14:14:48 [2021-04-22T14:14:48.332Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
14:14:49 [2021-04-22T14:14:49.234Z] === RUN   TestDockerSuite/TestRmiTag
14:14:49 [2021-04-22T14:14:49.490Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
14:14:50 [2021-04-22T14:14:50.418Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
14:14:50 [2021-04-22T14:14:50.521Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:50 [2021-04-22T14:14:50.521Z] INFO: Testing against a local daemon
14:14:50 [2021-04-22T14:14:50.521Z] === RUN   TestPluginWithDevMounts
14:14:50 [2021-04-22T14:14:50.521Z] --- SKIP: TestPluginWithDevMounts (0.00s)
14:14:50 [2021-04-22T14:14:50.521Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:14:50 [2021-04-22T14:14:50.521Z] PASS
14:14:50 [2021-04-22T14:14:50.521Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.226s
14:14:50 [2021-04-22T14:14:50.521Z] 
14:14:50 [2021-04-22T14:14:50.521Z] === Skipped
14:14:50 [2021-04-22T14:14:50.521Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
14:14:50 [2021-04-22T14:14:50.521Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
14:14:50 [2021-04-22T14:14:50.521Z] 
14:14:50 [2021-04-22T14:14:50.521Z] 
14:14:50 [2021-04-22T14:14:50.521Z] DONE 1 tests, 1 skipped in 2.540s
14:14:50 [2021-04-22T14:14:50.521Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
14:14:51 [2021-04-22T14:14:51.038Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:51 [2021-04-22T14:14:51.038Z] INFO: Testing against a local daemon
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:14:51 [2021-04-22T14:14:51.038Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:14:51 [2021-04-22T14:14:51.038Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestEventsExecDie
14:14:51 [2021-04-22T14:14:51.038Z] --- SKIP: TestEventsExecDie (0.00s)
14:14:51 [2021-04-22T14:14:51.038Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestEventsBackwardsCompatible
14:14:51 [2021-04-22T14:14:51.038Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
14:14:51 [2021-04-22T14:14:51.038Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestInfoAPI
14:14:51 [2021-04-22T14:14:51.038Z] --- PASS: TestInfoAPI (0.04s)
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestInfoAPIWarnings
14:14:51 [2021-04-22T14:14:51.038Z] --- SKIP: TestInfoAPIWarnings (0.00s)
14:14:51 [2021-04-22T14:14:51.038Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestInfoDebug
14:14:51 [2021-04-22T14:14:51.038Z] --- SKIP: TestInfoDebug (0.00s)
14:14:51 [2021-04-22T14:14:51.038Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestInfoInsecureRegistries
14:14:51 [2021-04-22T14:14:51.038Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
14:14:51 [2021-04-22T14:14:51.038Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestInfoRegistryMirrors
14:14:51 [2021-04-22T14:14:51.038Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
14:14:51 [2021-04-22T14:14:51.038Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:14:51 [2021-04-22T14:14:51.038Z] === RUN   TestLoginFailsWithBadCredentials
14:14:51 [2021-04-22T14:14:51.498Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s)
14:14:51 [2021-04-22T14:14:51.498Z] === RUN   TestPingCacheHeaders
14:14:51 [2021-04-22T14:14:51.498Z] --- PASS: TestPingCacheHeaders (0.03s)
14:14:51 [2021-04-22T14:14:51.498Z] === RUN   TestPingGet
14:14:51 [2021-04-22T14:14:51.498Z] --- PASS: TestPingGet (0.04s)
14:14:51 [2021-04-22T14:14:51.498Z] === RUN   TestPingHead
14:14:51 [2021-04-22T14:14:51.498Z] --- PASS: TestPingHead (0.03s)
14:14:51 [2021-04-22T14:14:51.498Z] === RUN   TestVersion
14:14:51 [2021-04-22T14:14:51.498Z] --- PASS: TestVersion (0.04s)
14:14:51 [2021-04-22T14:14:51.498Z] PASS
14:14:51 [2021-04-22T14:14:51.498Z] ok  	github.com/docker/docker/integration/system	1.313s
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] === Skipped
14:14:51 [2021-04-22T14:14:51.958Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:14:51 [2021-04-22T14:14:51.958Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
14:14:51 [2021-04-22T14:14:51.958Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
14:14:51 [2021-04-22T14:14:51.958Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
14:14:51 [2021-04-22T14:14:51.958Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
14:14:51 [2021-04-22T14:14:51.958Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
14:14:51 [2021-04-22T14:14:51.958Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
14:14:51 [2021-04-22T14:14:51.958Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] 
14:14:51 [2021-04-22T14:14:51.958Z] DONE 13 tests, 7 skipped in 3.570s
14:14:51 [2021-04-22T14:14:51.958Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
14:14:52 [2021-04-22T14:14:52.721Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:52 [2021-04-22T14:14:52.721Z] INFO: Testing against a local daemon
14:14:52 [2021-04-22T14:14:52.721Z] === RUN   TestSecretInspect
14:14:52 [2021-04-22T14:14:52.721Z] --- SKIP: TestSecretInspect (0.00s)
14:14:52 [2021-04-22T14:14:52.721Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:14:52 [2021-04-22T14:14:52.721Z] === RUN   TestSecretList
14:14:52 [2021-04-22T14:14:52.721Z] --- SKIP: TestSecretList (0.00s)
14:14:52 [2021-04-22T14:14:52.721Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:14:52 [2021-04-22T14:14:52.721Z] === RUN   TestSecretsCreateAndDelete
14:14:52 [2021-04-22T14:14:52.721Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
14:14:52 [2021-04-22T14:14:52.721Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:14:52 [2021-04-22T14:14:52.721Z] === RUN   TestSecretsUpdate
14:14:52 [2021-04-22T14:14:52.721Z] --- SKIP: TestSecretsUpdate (0.00s)
14:14:52 [2021-04-22T14:14:52.721Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:14:52 [2021-04-22T14:14:52.721Z] === RUN   TestTemplatedSecret
14:14:52 [2021-04-22T14:14:52.721Z] --- SKIP: TestTemplatedSecret (0.00s)
14:14:52 [2021-04-22T14:14:52.721Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:14:52 [2021-04-22T14:14:52.721Z] === RUN   TestSecretCreateResolve
14:14:52 [2021-04-22T14:14:52.721Z] --- SKIP: TestSecretCreateResolve (0.00s)
14:14:52 [2021-04-22T14:14:52.721Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:14:52 [2021-04-22T14:14:52.721Z] PASS
14:14:52 [2021-04-22T14:14:52.721Z] ok  	github.com/docker/docker/integration/secret	0.209s
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] === Skipped
14:14:53 [2021-04-22T14:14:53.183Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
14:14:53 [2021-04-22T14:14:53.183Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
14:14:53 [2021-04-22T14:14:53.183Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
14:14:53 [2021-04-22T14:14:53.183Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
14:14:53 [2021-04-22T14:14:53.183Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
14:14:53 [2021-04-22T14:14:53.183Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
14:14:53 [2021-04-22T14:14:53.183Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] 
14:14:53 [2021-04-22T14:14:53.183Z] DONE 6 tests, 6 skipped in 2.279s
14:14:53 [2021-04-22T14:14:53.183Z] Running D:\gopath\src\github.com\docker\docker\integration\service
14:14:53 [2021-04-22T14:14:53.686Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
14:14:54 [2021-04-22T14:14:54.142Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:14:54 [2021-04-22T14:14:54.142Z] INFO: Testing against a local daemon
14:14:54 [2021-04-22T14:14:54.142Z] === RUN   TestVolumesCreateAndList
14:14:54 [2021-04-22T14:14:54.142Z] --- PASS: TestVolumesCreateAndList (0.04s)
14:14:54 [2021-04-22T14:14:54.142Z] === RUN   TestVolumesRemove
14:14:54 [2021-04-22T14:14:54.603Z] --- PASS: TestVolumesRemove (0.17s)
14:14:54 [2021-04-22T14:14:54.603Z] === RUN   TestVolumesInspect
14:14:54 [2021-04-22T14:14:54.603Z] --- PASS: TestVolumesInspect (0.04s)
14:14:54 [2021-04-22T14:14:54.603Z] === RUN   TestVolumesInvalidJSON
14:14:54 [2021-04-22T14:14:54.603Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:14:54 [2021-04-22T14:14:54.603Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:14:54 [2021-04-22T14:14:54.603Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:14:54 [2021-04-22T14:14:54.603Z] --- PASS: TestVolumesInvalidJSON (0.03s)
14:14:54 [2021-04-22T14:14:54.603Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:14:54 [2021-04-22T14:14:54.603Z] PASS
14:14:54 [2021-04-22T14:14:54.603Z] ok  	github.com/docker/docker/integration/volume	0.455s
14:14:54 [2021-04-22T14:14:54.603Z] 
14:14:54 [2021-04-22T14:14:54.603Z] DONE 5 tests in 2.745s
14:14:54 [2021-04-22T14:14:54.603Z] INFO: make.ps1 ended at 04/22/2021 14:14:54
14:14:54 [2021-04-22T14:14:54.603Z] INFO: Integration CLI tests being run from the host:
14:14:54 [2021-04-22T14:14:54.603Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" 
14:14:55 [2021-04-22T14:14:55.052Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
14:14:56 [2021-04-22T14:14:56.103Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:56 [2021-04-22T14:14:56.103Z] INFO: Testing against a local daemon
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceCreateInit
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceCreateInit/daemonInitDisabled
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceCreateInit/daemonInitEnabled
14:14:56 [2021-04-22T14:14:56.103Z] --- PASS: TestServiceCreateInit (0.04s)
14:14:56 [2021-04-22T14:14:56.103Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateServiceMultipleTimes
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateServiceConflict
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateServiceConflict (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateServiceMaxReplicas
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateWithDuplicateNetworkNames
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateServiceSecretFileMode
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateServiceConfigFileMode
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateServiceSysctls
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateServiceSysctls (0.03s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateServiceCapabilities
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateServiceCapabilities (0.04s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestInspect
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestInspect (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestCreateJob
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestCreateJob (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestReplicatedJob
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestReplicatedJob (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestUpdateReplicatedJob
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceListWithStatuses
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestServiceListWithStatuses (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestDockerNetworkConnectAlias
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestDockerNetworkReConnect
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServicePlugin
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestServicePlugin (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceUpdateLabel
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestServiceUpdateLabel (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceUpdateSecrets
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceUpdateConfigs
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceUpdateNetwork
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] === RUN   TestServiceUpdatePidsLimit
14:14:56 [2021-04-22T14:14:56.103Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] PASS
14:14:56 [2021-04-22T14:14:56.103Z] ok  	github.com/docker/docker/integration/service	0.344s
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === Skipped
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s)
14:14:56 [2021-04-22T14:14:56.103Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
14:14:56 [2021-04-22T14:14:56.103Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] 
14:14:56 [2021-04-22T14:14:56.103Z] DONE 24 tests, 23 skipped in 2.859s
14:14:56 [2021-04-22T14:14:56.103Z] Running D:\gopath\src\github.com\docker\docker\integration\session
14:14:56 [2021-04-22T14:14:56.418Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
14:14:57 [2021-04-22T14:14:57.347Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
14:14:57 [2021-04-22T14:14:57.603Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
14:14:57 [2021-04-22T14:14:57.603Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
14:14:58 [2021-04-22T14:14:58.292Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:14:58 [2021-04-22T14:14:58.292Z] INFO: Testing against a local daemon
14:14:58 [2021-04-22T14:14:58.292Z] === RUN   TestSessionCreate
14:14:58 [2021-04-22T14:14:58.292Z] --- SKIP: TestSessionCreate (0.00s)
14:14:58 [2021-04-22T14:14:58.292Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:14:58 [2021-04-22T14:14:58.292Z] === RUN   TestSessionCreateWithBadUpgrade
14:14:58 [2021-04-22T14:14:58.292Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
14:14:58 [2021-04-22T14:14:58.292Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:14:58 [2021-04-22T14:14:58.292Z] PASS
14:14:58 [2021-04-22T14:14:58.292Z] ok  	github.com/docker/docker/integration/session	0.201s
14:14:58 [2021-04-22T14:14:58.292Z] 
14:14:58 [2021-04-22T14:14:58.292Z] === Skipped
14:14:58 [2021-04-22T14:14:58.292Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
14:14:58 [2021-04-22T14:14:58.292Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
14:14:58 [2021-04-22T14:14:58.292Z] 
14:14:58 [2021-04-22T14:14:58.292Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
14:14:58 [2021-04-22T14:14:58.292Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
14:14:58 [2021-04-22T14:14:58.292Z] 
14:14:58 [2021-04-22T14:14:58.292Z] 
14:14:58 [2021-04-22T14:14:58.292Z] DONE 2 tests, 2 skipped in 2.221s
14:14:58 [2021-04-22T14:14:58.292Z] Running D:\gopath\src\github.com\docker\docker\integration\system
14:14:59 [2021-04-22T14:14:59.497Z] === RUN   TestDockerSuite/TestRunAddHost
14:15:00 [2021-04-22T14:15:00.434Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
14:15:00 [2021-04-22T14:15:00.495Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:15:00 [2021-04-22T14:15:00.496Z] INFO: Testing against a local daemon
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestCgroupDriverSystemdMemoryLimit
14:15:00 [2021-04-22T14:15:00.496Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
14:15:00 [2021-04-22T14:15:00.496Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestEventsExecDie
14:15:00 [2021-04-22T14:15:00.496Z] --- SKIP: TestEventsExecDie (0.00s)
14:15:00 [2021-04-22T14:15:00.496Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestEventsBackwardsCompatible
14:15:00 [2021-04-22T14:15:00.496Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
14:15:00 [2021-04-22T14:15:00.496Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestInfoAPI
14:15:00 [2021-04-22T14:15:00.496Z] --- PASS: TestInfoAPI (0.04s)
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestInfoAPIWarnings
14:15:00 [2021-04-22T14:15:00.496Z] --- SKIP: TestInfoAPIWarnings (0.00s)
14:15:00 [2021-04-22T14:15:00.496Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestInfoDebug
14:15:00 [2021-04-22T14:15:00.496Z] --- SKIP: TestInfoDebug (0.00s)
14:15:00 [2021-04-22T14:15:00.496Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestInfoInsecureRegistries
14:15:00 [2021-04-22T14:15:00.496Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
14:15:00 [2021-04-22T14:15:00.496Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestInfoRegistryMirrors
14:15:00 [2021-04-22T14:15:00.496Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
14:15:00 [2021-04-22T14:15:00.496Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:15:00 [2021-04-22T14:15:00.496Z] === RUN   TestLoginFailsWithBadCredentials
14:15:00 [2021-04-22T14:15:00.998Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
14:15:01 [2021-04-22T14:15:01.470Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s)
14:15:01 [2021-04-22T14:15:01.470Z] === RUN   TestPingCacheHeaders
14:15:01 [2021-04-22T14:15:01.470Z] --- PASS: TestPingCacheHeaders (0.03s)
14:15:01 [2021-04-22T14:15:01.470Z] === RUN   TestPingGet
14:15:01 [2021-04-22T14:15:01.470Z] --- PASS: TestPingGet (0.03s)
14:15:01 [2021-04-22T14:15:01.470Z] === RUN   TestPingHead
14:15:01 [2021-04-22T14:15:01.470Z] --- PASS: TestPingHead (0.03s)
14:15:01 [2021-04-22T14:15:01.470Z] === RUN   TestVersion
14:15:01 [2021-04-22T14:15:01.470Z] --- PASS: TestVersion (0.03s)
14:15:01 [2021-04-22T14:15:01.470Z] PASS
14:15:01 [2021-04-22T14:15:01.470Z] ok  	github.com/docker/docker/integration/system	1.254s
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] === Skipped
14:15:01 [2021-04-22T14:15:01.470Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
14:15:01 [2021-04-22T14:15:01.470Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
14:15:01 [2021-04-22T14:15:01.470Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
14:15:01 [2021-04-22T14:15:01.470Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
14:15:01 [2021-04-22T14:15:01.470Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
14:15:01 [2021-04-22T14:15:01.470Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
14:15:01 [2021-04-22T14:15:01.470Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
14:15:01 [2021-04-22T14:15:01.470Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] 
14:15:01 [2021-04-22T14:15:01.470Z] DONE 13 tests, 7 skipped in 3.355s
14:15:01 [2021-04-22T14:15:01.470Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
14:15:01 [2021-04-22T14:15:01.561Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
14:15:01 [2021-04-22T14:15:01.561Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
14:15:02 [2021-04-22T14:15:02.489Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
14:15:03 [2021-04-22T14:15:03.662Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:15:03 [2021-04-22T14:15:03.662Z] INFO: Testing against a local daemon
14:15:03 [2021-04-22T14:15:03.662Z] === RUN   TestVolumesCreateAndList
14:15:03 [2021-04-22T14:15:03.662Z] --- PASS: TestVolumesCreateAndList (0.06s)
14:15:03 [2021-04-22T14:15:03.662Z] === RUN   TestVolumesRemove
14:15:03 [2021-04-22T14:15:03.662Z] --- PASS: TestVolumesRemove (0.09s)
14:15:03 [2021-04-22T14:15:03.662Z] === RUN   TestVolumesInspect
14:15:04 [2021-04-22T14:15:04.124Z] --- PASS: TestVolumesInspect (0.04s)
14:15:04 [2021-04-22T14:15:04.124Z] === RUN   TestVolumesInvalidJSON
14:15:04 [2021-04-22T14:15:04.124Z] === RUN   TestVolumesInvalidJSON//volumes/create
14:15:04 [2021-04-22T14:15:04.124Z] === PAUSE TestVolumesInvalidJSON//volumes/create
14:15:04 [2021-04-22T14:15:04.124Z] === CONT  TestVolumesInvalidJSON//volumes/create
14:15:04 [2021-04-22T14:15:04.124Z] --- PASS: TestVolumesInvalidJSON (0.04s)
14:15:04 [2021-04-22T14:15:04.124Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
14:15:04 [2021-04-22T14:15:04.124Z] PASS
14:15:04 [2021-04-22T14:15:04.124Z] ok  	github.com/docker/docker/integration/volume	0.375s
14:15:04 [2021-04-22T14:15:04.124Z] 
14:15:04 [2021-04-22T14:15:04.124Z] DONE 5 tests in 2.426s
14:15:04 [2021-04-22T14:15:04.124Z] INFO: make.ps1 ended at 04/22/2021 14:15:03
14:15:04 [2021-04-22T14:15:04.124Z] INFO: Integration CLI tests being run from the host:
14:15:04 [2021-04-22T14:15:04.124Z] INFO: gotestsum --format=standard-verbose --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-tags" "autogen" "-test.timeout" "200m" 
14:15:04 [2021-04-22T14:15:04.384Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
14:15:04 [2021-04-22T14:15:04.946Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
14:15:04 [2021-04-22T14:15:04.957Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore/insider:10.0.20295.1
14:15:04 [2021-04-22T14:15:04.957Z] INFO: Testing against a local daemon
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:15:04 [2021-04-22T14:15:04.957Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:15:05 [2021-04-22T14:15:05.417Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:15:05 [2021-04-22T14:15:05.878Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:15:06 [2021-04-22T14:15:06.311Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
14:15:07 [2021-04-22T14:15:07.239Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
14:15:08 [2021-04-22T14:15:08.166Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
14:15:09 [2021-04-22T14:15:09.600Z] === RUN   TestDockerSuite/TestRunAttachDetach
14:15:10 [2021-04-22T14:15:10.526Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
14:15:11 [2021-04-22T14:15:11.453Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
14:15:11 [2021-04-22T14:15:11.453Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
14:15:12 [2021-04-22T14:15:12.384Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
14:15:12 [2021-04-22T14:15:12.724Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
14:15:12 [2021-04-22T14:15:12.724Z] INFO: Testing against a local daemon
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPIErrorJSON
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
14:15:12 [2021-04-22T14:15:12.724Z] === RUN   TestDockerSuite/TestAPIImagesDelete
14:15:13 [2021-04-22T14:15:13.313Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
14:15:13 [2021-04-22T14:15:13.707Z] === RUN   TestDockerSuite/TestAPIImagesFilter
14:15:13 [2021-04-22T14:15:13.707Z] === RUN   TestDockerSuite/TestAPIImagesHistory
14:15:14 [2021-04-22T14:15:14.679Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
14:15:14 [2021-04-22T14:15:14.679Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
14:15:14 [2021-04-22T14:15:14.679Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
14:15:15 [2021-04-22T14:15:15.606Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
14:15:16 [2021-04-22T14:15:16.535Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
14:15:17 [2021-04-22T14:15:17.463Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
14:15:18 [2021-04-22T14:15:18.025Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
14:15:18 [2021-04-22T14:15:18.956Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
14:15:18 [2021-04-22T14:15:18.956Z] === RUN   TestDockerSuite/TestRunBindMounts
14:15:20 [2021-04-22T14:15:20.847Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
14:15:21 [2021-04-22T14:15:21.774Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
14:15:22 [2021-04-22T14:15:22.336Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
14:15:23 [2021-04-22T14:15:23.264Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
14:15:23 [2021-04-22T14:15:23.826Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
14:15:23 [2021-04-22T14:15:23.826Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
14:15:24 [2021-04-22T14:15:24.753Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
14:15:24 [2021-04-22T14:15:24.753Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
14:15:25 [2021-04-22T14:15:25.681Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
14:15:26 [2021-04-22T14:15:26.243Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
14:15:27 [2021-04-22T14:15:27.610Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
14:15:28 [2021-04-22T14:15:28.540Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
14:15:28 [2021-04-22T14:15:28.541Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
14:15:29 [2021-04-22T14:15:29.468Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
14:15:29 [2021-04-22T14:15:29.468Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
14:15:30 [2021-04-22T14:15:30.397Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
14:15:30 [2021-04-22T14:15:30.961Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
14:15:31 [2021-04-22T14:15:31.939Z] === RUN   TestDockerSuite/TestRunContainerNetwork
14:15:32 [2021-04-22T14:15:32.501Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
14:15:32 [2021-04-22T14:15:32.501Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
14:15:33 [2021-04-22T14:15:33.429Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
14:15:34 [2021-04-22T14:15:34.794Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
14:15:36 [2021-04-22T14:15:36.160Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
14:15:37 [2021-04-22T14:15:37.091Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
14:15:38 [2021-04-22T14:15:38.018Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
14:15:38 [2021-04-22T14:15:38.580Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
14:15:39 [2021-04-22T14:15:39.513Z] === RUN   TestDockerSwarmSuite/TestServiceScale
14:15:39 [2021-04-22T14:15:39.513Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
14:15:40 [2021-04-22T14:15:40.441Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
14:15:41 [2021-04-22T14:15:41.370Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
14:15:42 [2021-04-22T14:15:42.738Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
14:15:43 [2021-04-22T14:15:43.300Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
14:15:46 [2021-04-22T14:15:46.572Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
14:15:46 [2021-04-22T14:15:46.572Z] === RUN   TestDockerSuite/TestRunCreateVolume
14:15:47 [2021-04-22T14:15:47.498Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
14:15:50 [2021-04-22T14:15:50.024Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
14:15:51 [2021-04-22T14:15:51.916Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
14:15:54 [2021-04-22T14:15:54.436Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
14:15:56 [2021-04-22T14:15:56.954Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
14:15:56 [2021-04-22T14:15:56.954Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
14:15:56 [2021-04-22T14:15:56.954Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
14:15:57 [2021-04-22T14:15:57.517Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
14:16:00 [2021-04-22T14:16:00.786Z] === RUN   TestDockerSuite/TestRunDNSOptions
14:16:01 [2021-04-22T14:16:01.714Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
14:16:02 [2021-04-22T14:16:02.277Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
14:16:04 [2021-04-22T14:16:04.839Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
14:16:04 [2021-04-22T14:16:04.839Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
14:16:05 [2021-04-22T14:16:05.767Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
14:16:07 [2021-04-22T14:16:07.656Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
14:16:07 [2021-04-22T14:16:07.912Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
14:16:08 [2021-04-22T14:16:08.842Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
14:16:08 [2021-04-22T14:16:08.842Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
14:16:09 [2021-04-22T14:16:09.771Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
14:16:11 [2021-04-22T14:16:11.673Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
14:16:11 [2021-04-22T14:16:11.673Z] === RUN   TestDockerSuite/TestRunDuplicateMount
14:16:12 [2021-04-22T14:16:12.603Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
14:16:13 [2021-04-22T14:16:13.165Z] === RUN   TestDockerSuite/TestRunEchoStdout
14:16:14 [2021-04-22T14:16:14.095Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
14:16:14 [2021-04-22T14:16:14.658Z] === RUN   TestDockerSuite/TestRunEmptyEnv
14:16:14 [2021-04-22T14:16:14.658Z] === RUN   TestDockerSuite/TestRunEntrypoint
14:16:15 [2021-04-22T14:16:15.221Z] === RUN   TestDockerSuite/TestRunEnvironment
14:16:16 [2021-04-22T14:16:16.150Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
14:16:16 [2021-04-22T14:16:16.711Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
14:16:17 [2021-04-22T14:16:17.638Z] === RUN   TestDockerSuite/TestRunExitCode
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPINetworkFilter
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
14:16:18 [2021-04-22T14:16:18.013Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
14:16:18 [2021-04-22T14:16:18.201Z] === RUN   TestDockerSuite/TestRunExitCodeOne
14:16:18 [2021-04-22T14:16:18.762Z] === RUN   TestDockerSuite/TestRunExitCodeZero
14:16:19 [2021-04-22T14:16:19.690Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
14:16:20 [2021-04-22T14:16:20.200Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
14:16:20 [2021-04-22T14:16:20.253Z] === RUN   TestDockerSuite/TestRunExposePort
14:16:20 [2021-04-22T14:16:20.253Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
14:16:21 [2021-04-22T14:16:21.182Z] === RUN   TestDockerSuite/TestRunGroupAdd
14:16:21 [2021-04-22T14:16:21.743Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
14:16:23 [2021-04-22T14:16:23.110Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
14:16:23 [2021-04-22T14:16:23.116Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:16:23 [2021-04-22T14:16:23.116Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:16:23 [2021-04-22T14:16:23.116Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:16:23 [2021-04-22T14:16:23.116Z] === RUN   TestDockerSuite/TestAttachDisconnect
14:16:23 [2021-04-22T14:16:23.116Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
14:16:23 [2021-04-22T14:16:23.367Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
14:16:23 [2021-04-22T14:16:23.367Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
14:16:26 [2021-04-22T14:16:26.633Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
14:16:26 [2021-04-22T14:16:26.863Z] === RUN   TestDockerSuite/TestAttachPausedContainer
14:16:26 [2021-04-22T14:16:26.863Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
14:16:26 [2021-04-22T14:16:26.863Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
14:16:27 [2021-04-22T14:16:27.195Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
14:16:27 [2021-04-22T14:16:27.757Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
14:16:32 [2021-04-22T14:16:32.690Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
14:16:35 [2021-04-22T14:16:35.860Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
14:16:37 [2021-04-22T14:16:37.750Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
14:16:39 [2021-04-22T14:16:39.119Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
14:16:39 [2021-04-22T14:16:39.681Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
14:16:41 [2021-04-22T14:16:41.572Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
14:16:41 [2021-04-22T14:16:41.572Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
14:16:41 [2021-04-22T14:16:41.572Z] === RUN   TestDockerSuite/TestRunInvalidReference
14:16:41 [2021-04-22T14:16:41.572Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
14:16:42 [2021-04-22T14:16:42.136Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
14:16:45 [2021-04-22T14:16:45.406Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
14:16:46 [2021-04-22T14:16:46.773Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
14:16:48 [2021-04-22T14:16:48.663Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
14:16:55 [2021-04-22T14:16:55.195Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
14:16:55 [2021-04-22T14:16:55.195Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
14:16:55 [2021-04-22T14:16:55.195Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
14:16:55 [2021-04-22T14:16:55.454Z] === RUN   TestDockerSuite/TestRunModeHostname
14:16:57 [2021-04-22T14:16:57.383Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
14:16:57 [2021-04-22T14:16:57.383Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
14:16:57 [2021-04-22T14:16:57.383Z] === RUN   TestDockerSuite/TestRunModeIpcHost
14:16:58 [2021-04-22T14:16:58.752Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
14:17:00 [2021-04-22T14:17:00.642Z] === RUN   TestDockerSuite/TestRunModePIDContainer
14:17:02 [2021-04-22T14:17:02.008Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
14:17:02 [2021-04-22T14:17:02.008Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
14:17:02 [2021-04-22T14:17:02.008Z] === RUN   TestDockerSuite/TestRunModeUTSHost
14:17:03 [2021-04-22T14:17:03.374Z] === RUN   TestDockerSuite/TestRunMount
14:17:11 [2021-04-22T14:17:11.464Z] === RUN   TestDockerSuite/TestRunMountOrdering
14:17:12 [2021-04-22T14:17:12.029Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
14:17:12 [2021-04-22T14:17:12.957Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
14:17:13 [2021-04-22T14:17:13.886Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
14:17:14 [2021-04-22T14:17:14.143Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
14:17:17 [2021-04-22T14:17:17.416Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
14:17:20 [2021-04-22T14:17:20.684Z] === RUN   TestDockerSuite/TestRunNamedVolume
14:17:22 [2021-04-22T14:17:22.049Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
14:17:23 [2021-04-22T14:17:23.000Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
14:17:26 [2021-04-22T14:17:26.269Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPINetworkFilter
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
14:17:26 [2021-04-22T14:17:26.383Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
14:17:27 [2021-04-22T14:17:27.338Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
14:17:27 [2021-04-22T14:17:27.338Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
14:17:27 [2021-04-22T14:17:27.634Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
14:17:27 [2021-04-22T14:17:27.790Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
14:17:29 [2021-04-22T14:17:29.002Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
14:17:29 [2021-04-22T14:17:29.002Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
14:17:29 [2021-04-22T14:17:29.931Z] === RUN   TestDockerSuite/TestRunNetHost
14:17:30 [2021-04-22T14:17:30.661Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
14:17:31 [2021-04-22T14:17:31.299Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
14:17:31 [2021-04-22T14:17:31.862Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
14:17:32 [2021-04-22T14:17:32.790Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
14:17:32 [2021-04-22T14:17:32.811Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
14:17:32 [2021-04-22T14:17:32.811Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
14:17:32 [2021-04-22T14:17:32.811Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
14:17:32 [2021-04-22T14:17:32.811Z] === RUN   TestDockerSuite/TestAttachDisconnect
14:17:32 [2021-04-22T14:17:32.811Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
14:17:34 [2021-04-22T14:17:34.679Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
14:17:35 [2021-04-22T14:17:35.680Z] === RUN   TestDockerSuite/TestAttachPausedContainer
14:17:35 [2021-04-22T14:17:35.680Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
14:17:35 [2021-04-22T14:17:35.680Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
14:17:37 [2021-04-22T14:17:37.197Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
14:17:41 [2021-04-22T14:17:41.362Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
14:17:41 [2021-04-22T14:17:41.617Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
14:17:41 [2021-04-22T14:17:41.617Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
14:17:42 [2021-04-22T14:17:42.545Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
14:17:42 [2021-04-22T14:17:42.545Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
14:17:42 [2021-04-22T14:17:42.693Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
14:17:43 [2021-04-22T14:17:43.474Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
14:17:44 [2021-04-22T14:17:44.084Z] === RUN   TestDockerSuite/TestRunNonExistingImage
14:17:44 [2021-04-22T14:17:44.084Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
14:17:44 [2021-04-22T14:17:44.650Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
14:17:51 [2021-04-22T14:17:51.189Z] === RUN   TestDockerSuite/TestRunOOMExitCode
14:17:51 [2021-04-22T14:17:51.189Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
14:17:51 [2021-04-22T14:17:51.189Z] === RUN   TestDockerSuite/TestRunPIDsLimit
14:17:52 [2021-04-22T14:17:52.117Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
14:17:54 [2021-04-22T14:17:54.016Z] === RUN   TestDockerSuite/TestRunPortInUse
14:17:54 [2021-04-22T14:17:54.579Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
14:17:55 [2021-04-22T14:17:55.141Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
14:17:55 [2021-04-22T14:17:55.703Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
14:17:55 [2021-04-22T14:17:55.958Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
14:17:56 [2021-04-22T14:17:56.887Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
14:17:57 [2021-04-22T14:17:57.145Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
14:17:57 [2021-04-22T14:17:57.145Z] === RUN   TestDockerSuite/TestRunPublishPort
14:17:58 [2021-04-22T14:17:58.072Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
14:17:58 [2021-04-22T14:17:58.328Z] === RUN   TestDockerSuite/TestRunReadProcLatency
14:17:58 [2021-04-22T14:17:58.328Z] === RUN   TestDockerSuite/TestRunReadProcTimer
14:17:58 [2021-04-22T14:17:58.806Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
14:17:58 [2021-04-22T14:17:58.806Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
14:17:59 [2021-04-22T14:17:59.256Z] === RUN   TestDockerSuite/TestRunRedirectStdout
14:18:00 [2021-04-22T14:18:00.621Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
14:18:00 [2021-04-22T14:18:00.621Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
14:18:03 [2021-04-22T14:18:03.891Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
14:18:05 [2021-04-22T14:18:05.260Z] === RUN   TestDockerSuite/TestRunRm
14:18:06 [2021-04-22T14:18:06.203Z] === RUN   TestDockerSuite/TestRunRmAndWait
14:18:07 [2021-04-22T14:18:07.398Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
14:18:07 [2021-04-22T14:18:07.398Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
14:18:10 [2021-04-22T14:18:10.368Z] === RUN   TestDockerSuite/TestRunRmPre125Api
14:18:10 [2021-04-22T14:18:10.624Z] === RUN   TestDockerSuite/TestRunRootWorkdir
14:18:11 [2021-04-22T14:18:11.185Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
14:18:12 [2021-04-22T14:18:12.552Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
14:18:13 [2021-04-22T14:18:13.484Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
14:18:15 [2021-04-22T14:18:15.983Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
14:18:15 [2021-04-22T14:18:15.983Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
14:18:15 [2021-04-22T14:18:15.983Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
14:18:15 [2021-04-22T14:18:15.983Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
14:18:15 [2021-04-22T14:18:15.983Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
14:18:15 [2021-04-22T14:18:15.983Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
14:18:16 [2021-04-22T14:18:16.754Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
14:18:17 [2021-04-22T14:18:17.526Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
14:18:20 [2021-04-22T14:18:20.926Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
14:18:21 [2021-04-22T14:18:21.273Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
14:18:21 [2021-04-22T14:18:21.488Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
14:18:21 [2021-04-22T14:18:21.743Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
14:18:22 [2021-04-22T14:18:22.247Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
14:18:22 [2021-04-22T14:18:22.673Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
14:18:22 [2021-04-22T14:18:22.708Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
14:18:22 [2021-04-22T14:18:22.708Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
14:18:22 [2021-04-22T14:18:22.708Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
14:18:22 [2021-04-22T14:18:22.929Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
14:18:23 [2021-04-22T14:18:23.490Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
14:18:23 [2021-04-22T14:18:23.746Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
14:18:24 [2021-04-22T14:18:24.673Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
14:18:25 [2021-04-22T14:18:25.236Z] === RUN   TestDockerSuite/TestRunSetMacAddress
14:18:26 [2021-04-22T14:18:26.165Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
14:18:26 [2021-04-22T14:18:26.440Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
14:18:28 [2021-04-22T14:18:28.694Z] === RUN   TestDockerSuite/TestRunState
14:18:30 [2021-04-22T14:18:30.061Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
14:18:30 [2021-04-22T14:18:30.987Z] === RUN   TestDockerSuite/TestRunStdinPipe
14:18:31 [2021-04-22T14:18:31.550Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
14:18:31 [2021-04-22T14:18:31.806Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
14:18:31 [2021-04-22T14:18:31.806Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
14:18:32 [2021-04-22T14:18:32.368Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
14:18:32 [2021-04-22T14:18:32.930Z] === RUN   TestDockerSuite/TestRunSysctls
14:18:34 [2021-04-22T14:18:34.296Z] === RUN   TestDockerSuite/TestRunTLSVerify
14:18:34 [2021-04-22T14:18:34.553Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
14:18:34 [2021-04-22T14:18:34.553Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
14:18:35 [2021-04-22T14:18:35.116Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
14:18:37 [2021-04-22T14:18:37.638Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
14:18:38 [2021-04-22T14:18:38.200Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
14:18:38 [2021-04-22T14:18:38.738Z] === RUN   TestDockerSuite/TestBuildAddNonTar
14:18:40 [2021-04-22T14:18:40.089Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
14:18:43 [2021-04-22T14:18:43.357Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
14:18:44 [2021-04-22T14:18:44.488Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
14:18:45 [2021-04-22T14:18:45.444Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
14:18:45 [2021-04-22T14:18:45.444Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
14:18:46 [2021-04-22T14:18:46.623Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
14:18:47 [2021-04-22T14:18:47.185Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
14:18:47 [2021-04-22T14:18:47.747Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
14:18:48 [2021-04-22T14:18:48.682Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
14:18:49 [2021-04-22T14:18:49.141Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
14:18:50 [2021-04-22T14:18:50.571Z] === RUN   TestDockerSuite/TestRunUnshareProc
14:18:50 [2021-04-22T14:18:50.659Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
14:18:51 [2021-04-22T14:18:51.499Z] === RUN   TestDockerSuite/TestRunUserByID
14:18:52 [2021-04-22T14:18:52.429Z] === RUN   TestDockerSuite/TestRunUserByIDBig
14:18:52 [2021-04-22T14:18:52.429Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
14:18:52 [2021-04-22T14:18:52.429Z] === RUN   TestDockerSuite/TestRunUserByIDZero
14:18:53 [2021-04-22T14:18:53.358Z] === RUN   TestDockerSuite/TestRunUserByName
14:18:53 [2021-04-22T14:18:53.921Z] === RUN   TestDockerSuite/TestRunUserDefaults
14:18:54 [2021-04-22T14:18:54.482Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
14:18:54 [2021-04-22T14:18:54.738Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
14:18:54 [2021-04-22T14:18:54.738Z] === RUN   TestDockerSuite/TestRunUserNotFound
14:18:54 [2021-04-22T14:18:54.738Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
14:18:55 [2021-04-22T14:18:55.665Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
14:18:56 [2021-04-22T14:18:56.400Z] === RUN   TestDockerSuite/TestBuildAddScript
14:18:56 [2021-04-22T14:18:56.400Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
14:18:56 [2021-04-22T14:18:56.400Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
14:18:56 [2021-04-22T14:18:56.400Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
14:18:56 [2021-04-22T14:18:56.400Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
14:18:56 [2021-04-22T14:18:56.853Z] === RUN   TestDockerSuite/TestBuildAddTar
14:18:59 [2021-04-22T14:18:59.835Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
14:19:00 [2021-04-22T14:19:00.765Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
14:19:01 [2021-04-22T14:19:01.695Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
14:19:03 [2021-04-22T14:19:03.064Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
14:19:06 [2021-04-22T14:19:06.335Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
14:19:08 [2021-04-22T14:19:08.224Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
14:19:09 [2021-04-22T14:19:09.605Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
14:19:10 [2021-04-22T14:19:10.533Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
14:19:13 [2021-04-22T14:19:13.801Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
14:19:14 [2021-04-22T14:19:14.729Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
14:19:14 [2021-04-22T14:19:14.729Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
14:19:14 [2021-04-22T14:19:14.729Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
14:19:14 [2021-04-22T14:19:14.729Z] === RUN   TestDockerSuite/TestRunWithBadDevice
14:19:14 [2021-04-22T14:19:14.729Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
14:19:14 [2021-04-22T14:19:14.729Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
14:19:18 [2021-04-22T14:19:18.898Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
14:19:19 [2021-04-22T14:19:19.459Z] === RUN   TestDockerSuite/TestRunWithCPUShares
14:19:20 [2021-04-22T14:19:20.389Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
14:19:21 [2021-04-22T14:19:21.317Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
14:19:22 [2021-04-22T14:19:22.246Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
14:19:23 [2021-04-22T14:19:23.177Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
14:19:24 [2021-04-22T14:19:24.106Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
14:19:24 [2021-04-22T14:19:24.106Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
14:19:24 [2021-04-22T14:19:24.668Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
14:19:24 [2021-04-22T14:19:24.668Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
14:19:24 [2021-04-22T14:19:24.668Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
14:19:24 [2021-04-22T14:19:24.668Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
14:19:24 [2021-04-22T14:19:24.668Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
14:19:24 [2021-04-22T14:19:24.924Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
14:19:24 [2021-04-22T14:19:24.924Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
14:19:24 [2021-04-22T14:19:24.924Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
14:19:24 [2021-04-22T14:19:24.924Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
14:19:24 [2021-04-22T14:19:24.924Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
14:19:25 [2021-04-22T14:19:25.486Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
14:19:26 [2021-04-22T14:19:26.415Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
14:19:27 [2021-04-22T14:19:27.344Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
14:19:27 [2021-04-22T14:19:27.344Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
14:19:28 [2021-04-22T14:19:28.273Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
14:19:28 [2021-04-22T14:19:28.534Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
14:19:28 [2021-04-22T14:19:28.534Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
14:19:29 [2021-04-22T14:19:29.475Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
14:19:29 [2021-04-22T14:19:29.475Z] === RUN   TestDockerSuite/TestRunWithShmSize
14:19:30 [2021-04-22T14:19:30.404Z] === RUN   TestDockerSuite/TestRunWithSwappiness
14:19:31 [2021-04-22T14:19:31.333Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
14:19:31 [2021-04-22T14:19:31.333Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
14:19:31 [2021-04-22T14:19:31.333Z] === RUN   TestDockerSuite/TestRunWithUlimits
14:19:32 [2021-04-22T14:19:32.261Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
14:19:32 [2021-04-22T14:19:32.261Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
14:19:33 [2021-04-22T14:19:33.627Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
14:19:34 [2021-04-22T14:19:34.555Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
14:19:34 [2021-04-22T14:19:34.555Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
14:19:35 [2021-04-22T14:19:35.485Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
14:19:35 [2021-04-22T14:19:35.485Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
14:19:37 [2021-04-22T14:19:37.021Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
14:19:37 [2021-04-22T14:19:37.279Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
14:19:37 [2021-04-22T14:19:37.279Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
14:19:37 [2021-04-22T14:19:37.793Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
14:19:38 [2021-04-22T14:19:38.983Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
14:19:38 [2021-04-22T14:19:38.983Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
14:19:39 [2021-04-22T14:19:39.273Z] === RUN   TestDockerSuite/TestBuildAddTarXz
14:19:39 [2021-04-22T14:19:39.273Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
14:19:39 [2021-04-22T14:19:39.273Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
14:19:40 [2021-04-22T14:19:40.310Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
14:19:41 [2021-04-22T14:19:41.137Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
14:19:41 [2021-04-22T14:19:41.137Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
14:19:41 [2021-04-22T14:19:41.238Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
14:19:41 [2021-04-22T14:19:41.238Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
14:19:41 [2021-04-22T14:19:41.238Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
14:19:42 [2021-04-22T14:19:42.167Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
14:19:43 [2021-04-22T14:19:43.537Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
14:19:44 [2021-04-22T14:19:44.466Z] === RUN   TestDockerSuite/TestSaveCheckTimes
14:19:44 [2021-04-22T14:19:44.466Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
14:19:45 [2021-04-22T14:19:45.788Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
14:19:46 [2021-04-22T14:19:46.242Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
14:19:46 [2021-04-22T14:19:46.242Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
14:19:46 [2021-04-22T14:19:46.242Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
14:19:46 [2021-04-22T14:19:46.242Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
14:19:46 [2021-04-22T14:19:46.355Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
14:19:46 [2021-04-22T14:19:46.612Z] === RUN   TestDockerSuite/TestSaveImageId
14:19:46 [2021-04-22T14:19:46.612Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
14:19:46 [2021-04-22T14:19:46.695Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
14:19:47 [2021-04-22T14:19:47.175Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
14:19:47 [2021-04-22T14:19:47.442Z] === RUN   TestDockerSuite/TestSaveLoadParents
14:19:47 [2021-04-22T14:19:47.652Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
14:19:48 [2021-04-22T14:19:48.005Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
14:19:49 [2021-04-22T14:19:49.899Z] === RUN   TestDockerSuite/TestSaveMultipleNames
14:19:49 [2021-04-22T14:19:49.899Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
14:19:50 [2021-04-22T14:19:50.528Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
14:19:50 [2021-04-22T14:19:50.828Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
14:19:51 [2021-04-22T14:19:51.757Z] === RUN   TestDockerSuite/TestSaveSingleTag
14:19:52 [2021-04-22T14:19:52.014Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
14:19:52 [2021-04-22T14:19:52.014Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
14:19:52 [2021-04-22T14:19:52.046Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
14:19:52 [2021-04-22T14:19:52.046Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
14:19:52 [2021-04-22T14:19:52.046Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
14:19:52 [2021-04-22T14:19:52.046Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
14:19:53 [2021-04-22T14:19:53.905Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
14:19:54 [2021-04-22T14:19:54.923Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
14:19:55 [2021-04-22T14:19:55.271Z] === RUN   TestDockerSuite/TestSearchCmdOptions
14:19:55 [2021-04-22T14:19:55.527Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
14:19:55 [2021-04-22T14:19:55.527Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
14:19:55 [2021-04-22T14:19:55.527Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
14:19:55 [2021-04-22T14:19:55.782Z] === RUN   TestDockerSuite/TestSearchWithLimit
14:19:56 [2021-04-22T14:19:56.344Z] === RUN   TestDockerSuite/TestSlowStdinClosing
14:19:58 [2021-04-22T14:19:58.236Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
14:20:00 [2021-04-22T14:20:00.268Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
14:20:00 [2021-04-22T14:20:00.268Z] === RUN   TestDockerSuite/TestBuildBlankName
14:20:00 [2021-04-22T14:20:00.268Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
14:20:04 [2021-04-22T14:20:04.769Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
14:20:06 [2021-04-22T14:20:06.134Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
14:20:07 [2021-04-22T14:20:07.062Z] === RUN   TestDockerSuite/TestStartAttachSilent
14:20:07 [2021-04-22T14:20:07.226Z] === RUN   TestDockerSuite/TestBuildAddNonTar
14:20:08 [2021-04-22T14:20:08.427Z] === RUN   TestDockerSuite/TestStartAttachWithRename
14:20:10 [2021-04-22T14:20:10.927Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
14:20:10 [2021-04-22T14:20:10.964Z] === RUN   TestDockerSuite/TestStartMultipleContainers
14:20:11 [2021-04-22T14:20:11.884Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
14:20:11 [2021-04-22T14:20:11.884Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
14:20:12 [2021-04-22T14:20:12.565Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
14:20:12 [2021-04-22T14:20:12.565Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
14:20:13 [2021-04-22T14:20:13.480Z] === RUN   TestDockerSuite/TestStartPausedContainer
14:20:14 [2021-04-22T14:20:14.042Z] === RUN   TestDockerSuite/TestStartRecordError
14:20:14 [2021-04-22T14:20:14.780Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
14:20:15 [2021-04-22T14:20:15.933Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
14:20:16 [2021-04-22T14:20:16.298Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
14:20:17 [2021-04-22T14:20:17.823Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
14:20:19 [2021-04-22T14:20:19.712Z] === RUN   TestDockerSuite/TestStatsAllNoStream
14:20:20 [2021-04-22T14:20:20.951Z] === RUN   TestDockerSuite/TestBuildAddScript
14:20:20 [2021-04-22T14:20:20.951Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
14:20:20 [2021-04-22T14:20:20.951Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
14:20:20 [2021-04-22T14:20:20.951Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
14:20:20 [2021-04-22T14:20:20.951Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
14:20:21 [2021-04-22T14:20:21.913Z] === RUN   TestDockerSuite/TestBuildAddTar
14:20:22 [2021-04-22T14:20:22.808Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
14:20:22 [2021-04-22T14:20:22.982Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
14:20:27 [2021-04-22T14:20:27.148Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
14:20:30 [2021-04-22T14:20:30.413Z] === RUN   TestDockerSuite/TestStatsFormatAll
14:20:31 [2021-04-22T14:20:31.307Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
14:20:35 [2021-04-22T14:20:35.674Z] === RUN   TestDockerSuite/TestStatsNoStream
14:20:38 [2021-04-22T14:20:38.192Z] === RUN   TestDockerSuite/TestStopContainerSignal
14:20:40 [2021-04-22T14:20:40.081Z] === RUN   TestDockerSuite/TestTopMultipleArgs
14:20:40 [2021-04-22T14:20:40.645Z] === RUN   TestDockerSuite/TestTopNonPrivileged
14:20:41 [2021-04-22T14:20:41.208Z] === RUN   TestDockerSuite/TestTopPrivileged
14:20:41 [2021-04-22T14:20:41.771Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
14:20:41 [2021-04-22T14:20:41.771Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
14:20:42 [2021-04-22T14:20:42.701Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
14:20:43 [2021-04-22T14:20:43.618Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
14:20:44 [2021-04-22T14:20:44.071Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
14:20:44 [2021-04-22T14:20:44.593Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
14:20:47 [2021-04-22T14:20:47.864Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
14:20:49 [2021-04-22T14:20:49.811Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
14:20:49 [2021-04-22T14:20:49.811Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
14:20:49 [2021-04-22T14:20:49.811Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
14:20:51 [2021-04-22T14:20:51.135Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
14:20:52 [2021-04-22T14:20:52.064Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
14:20:52 [2021-04-22T14:20:52.627Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
14:20:52 [2021-04-22T14:20:52.627Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
14:20:53 [2021-04-22T14:20:53.993Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
14:20:55 [2021-04-22T14:20:55.884Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
14:20:55 [2021-04-22T14:20:55.884Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
14:20:56 [2021-04-22T14:20:56.830Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
14:20:56 [2021-04-22T14:20:56.830Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
14:20:57 [2021-04-22T14:20:57.273Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
14:20:57 [2021-04-22T14:20:57.283Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
14:20:57 [2021-04-22T14:20:57.283Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
14:20:57 [2021-04-22T14:20:57.283Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
14:20:58 [2021-04-22T14:20:58.642Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
14:20:59 [2021-04-22T14:20:59.570Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
14:21:01 [2021-04-22T14:21:01.464Z] === RUN   TestDockerSuite/TestUpdateStats
14:21:04 [2021-04-22T14:21:04.316Z] === RUN   TestDockerSuite/TestBuildAddTarXz
14:21:04 [2021-04-22T14:21:04.316Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
14:21:04 [2021-04-22T14:21:04.316Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
14:21:05 [2021-04-22T14:21:05.631Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
14:21:06 [2021-04-22T14:21:06.563Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
14:21:06 [2021-04-22T14:21:06.563Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
14:21:08 [2021-04-22T14:21:08.452Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
14:21:09 [2021-04-22T14:21:09.380Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
14:21:15 [2021-04-22T14:21:15.924Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
14:21:21 [2021-04-22T14:21:21.175Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
14:21:21 [2021-04-22T14:21:21.921Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
14:21:21 [2021-04-22T14:21:21.921Z] === RUN   TestDockerSuite/TestBuildBlankName
14:21:22 [2021-04-22T14:21:22.374Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
14:21:25 [2021-04-22T14:21:25.374Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
14:21:27 [2021-04-22T14:21:27.257Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
14:21:28 [2021-04-22T14:21:28.641Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
14:21:29 [2021-04-22T14:21:29.403Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
14:21:30 [2021-04-22T14:21:30.922Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
14:21:32 [2021-04-22T14:21:32.992Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
14:21:32 [2021-04-22T14:21:32.992Z] === RUN   TestDockerSuite/TestBuildCacheAdd
14:21:33 [2021-04-22T14:21:33.444Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
14:21:33 [2021-04-22T14:21:33.891Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
14:21:34 [2021-04-22T14:21:34.960Z] === RUN   TestDockerSuite/TestBuildCacheFrom
14:21:34 [2021-04-22T14:21:34.960Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
14:21:35 [2021-04-22T14:21:35.569Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
14:21:37 [2021-04-22T14:21:37.163Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
14:21:39 [2021-04-22T14:21:39.615Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
14:21:40 [2021-04-22T14:21:40.437Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
14:21:41 [2021-04-22T14:21:41.132Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
14:21:41 [2021-04-22T14:21:41.132Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
14:21:41 [2021-04-22T14:21:41.132Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
14:21:42 [2021-04-22T14:21:42.651Z] === RUN   TestDockerSuite/TestBuildClearCmd
14:21:42 [2021-04-22T14:21:42.954Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
14:21:43 [2021-04-22T14:21:43.606Z] === RUN   TestDockerSuite/TestBuildCmd
14:21:44 [2021-04-22T14:21:44.074Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
14:21:44 [2021-04-22T14:21:44.560Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
14:21:44 [2021-04-22T14:21:44.845Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
14:21:45 [2021-04-22T14:21:45.012Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
14:21:45 [2021-04-22T14:21:45.465Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
14:21:46 [2021-04-22T14:21:46.216Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
14:21:47 [2021-04-22T14:21:47.155Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
14:21:48 [2021-04-22T14:21:48.101Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
14:21:50 [2021-04-22T14:21:50.619Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
14:21:51 [2021-04-22T14:21:51.200Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
14:21:52 [2021-04-22T14:21:52.584Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
14:21:52 [2021-04-22T14:21:52.584Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
14:21:53 [2021-04-22T14:21:53.139Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
14:21:53 [2021-04-22T14:21:53.139Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
14:21:53 [2021-04-22T14:21:53.357Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
14:21:53 [2021-04-22T14:21:53.357Z] === RUN   TestDockerSuite/TestBuildConditionalCache
14:21:54 [2021-04-22T14:21:54.314Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
14:21:54 [2021-04-22T14:21:54.314Z] === RUN   TestDockerSuite/TestBuildContextCleanup
14:21:55 [2021-04-22T14:21:55.280Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
14:21:55 [2021-04-22T14:21:55.658Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
14:21:57 [2021-04-22T14:21:57.239Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
14:21:57 [2021-04-22T14:21:57.239Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
14:21:57 [2021-04-22T14:21:57.239Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
14:21:58 [2021-04-22T14:21:58.176Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
14:22:00 [2021-04-22T14:22:00.067Z] === RUN   TestDockerSuite/TestVolumeCLICreate
14:22:02 [2021-04-22T14:22:02.296Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
14:22:02 [2021-04-22T14:22:02.748Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
14:22:03 [2021-04-22T14:22:03.205Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
14:22:03 [2021-04-22T14:22:03.205Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
14:22:04 [2021-04-22T14:22:04.161Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
14:22:04 [2021-04-22T14:22:04.261Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
14:22:04 [2021-04-22T14:22:04.261Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
14:22:04 [2021-04-22T14:22:04.261Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
14:22:04 [2021-04-22T14:22:04.262Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
14:22:04 [2021-04-22T14:22:04.262Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
14:22:05 [2021-04-22T14:22:05.115Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
14:22:05 [2021-04-22T14:22:05.115Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
14:22:05 [2021-04-22T14:22:05.115Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
14:22:10 [2021-04-22T14:22:10.851Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
14:22:14 [2021-04-22T14:22:14.901Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
14:22:14 [2021-04-22T14:22:14.901Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
14:22:14 [2021-04-22T14:22:14.901Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
14:22:15 [2021-04-22T14:22:15.827Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
14:22:15 [2021-04-22T14:22:15.827Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
14:22:15 [2021-04-22T14:22:15.827Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
14:22:15 [2021-04-22T14:22:15.827Z] === RUN   TestDockerSuite/TestVolumeCLILs
14:22:16 [2021-04-22T14:22:16.756Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
14:22:16 [2021-04-22T14:22:16.756Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
14:22:17 [2021-04-22T14:22:17.703Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
14:22:17 [2021-04-22T14:22:17.703Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
14:22:17 [2021-04-22T14:22:17.703Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
14:22:17 [2021-04-22T14:22:17.703Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
14:22:17 [2021-04-22T14:22:17.703Z] === RUN   TestDockerSuite/TestVolumeCLIRm
14:22:20 [2021-04-22T14:22:20.219Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
14:22:20 [2021-04-22T14:22:20.219Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
14:22:20 [2021-04-22T14:22:20.219Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
14:22:20 [2021-04-22T14:22:20.219Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
14:22:20 [2021-04-22T14:22:20.219Z] === RUN   TestDockerSuite/TestVolumeEvents
14:22:26 [2021-04-22T14:22:26.752Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
14:22:28 [2021-04-22T14:22:28.119Z] === RUN   TestDockerSuite/TestVolumeLsFormat
14:22:28 [2021-04-22T14:22:28.376Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
14:22:28 [2021-04-22T14:22:28.376Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
14:22:31 [2021-04-22T14:22:31.643Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
14:22:34 [2021-04-22T14:22:34.914Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
14:22:34 [2021-04-22T14:22:34.914Z] --- PASS: TestDockerSuite (1933.24s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.03s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.12s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (1.02s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.55s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.26s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.14s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.49s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (2.89s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.46s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.59s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.77s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.30s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.35s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.28s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.17s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.29s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.60s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.30s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.12s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.03s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.36s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.29s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.90s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.69s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.74s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.55s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.58s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.15s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (26.79s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.46s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.33s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.33s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.06s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.29s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.27s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.85s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.61s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.48s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.16s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.73s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.49s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.55s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.60s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.54s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.61s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddScript (4.75s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (9.61s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.53s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.26s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.57s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddTar (10.53s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.63s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.03s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.91s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.22s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.36s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.56s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.42s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.05s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.27s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.52s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.73s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.21s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.02s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.54s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.29s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.21s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.44s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.90s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.88s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.87s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (7.26s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.91s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.96s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.25s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.83s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.17s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.81s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.54s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.50s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
14:22:34 [2021-04-22T14:22:34.914Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.89s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (7.52s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (0.88s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.08s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.22s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.52s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.32s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (14.92s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.12s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.63s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.62s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.60s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
14:22:34 [2021-04-22T14:22:34.914Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.914Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.914Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.914Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:22:34 [2021-04-22T14:22:34.914Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.50s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.59s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.43s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.58s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.87s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.78s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.79s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.37s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.50s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.64s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.65s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (14.49s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.57s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.76s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.29s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.16s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (7.13s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.39s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.78s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.01s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.12s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (24.37s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (7.79s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.39s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.78s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.23s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.48s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.20s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.16s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.29s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnv (2.00s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (2.11s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.69s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (9.93s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (32.99s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.27s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (13.14s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.58s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.56s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.71s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
14:22:34 [2021-04-22T14:22:34.914Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (16.21s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.74s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.68s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.35s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFails (1.54s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (3.64s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.09s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildForceRm (2.33s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.68s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.33s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.55s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.91s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (3.04s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (3.22s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.53s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.70s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.34s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.90s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.55s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.99s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.37s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.46s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.39s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.77s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.85s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLastModified (6.42s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.48s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.23s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.70s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.78s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.94s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.39s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.44s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.14s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (3.94s)
14:22:34 [2021-04-22T14:22:34.914Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.99s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.13s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.47s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.50s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.84s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.31s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.80s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.29s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.16s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.77s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.33s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.27s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.30s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.57s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (3.02s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.51s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.61s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.43s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.31s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.46s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.45s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.37s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.18s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildPATH (2.30s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.12s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.32s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.34s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.18s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (6.32s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildRm (3.57s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.07s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.62s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.59s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.64s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.22s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.14s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.09s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.89s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.33s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.97s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildStderr (1.06s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (6.67s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.39s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.20s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.40s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.97s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.32s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildUser (1.94s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.96s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (17.24s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.33s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.25s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.20s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.07s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.55s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.79s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.85s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.63s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.42s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.15s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.82s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (3.21s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (1.02s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.31s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.53s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.78s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.36s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_sni_test.go:18: Flakey test
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.83s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.91s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitChange (1.26s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.31s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitHardlink (2.71s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitNewFile (2.20s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (1.05s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitTTY (2.34s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.93s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.00s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (1.16s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.05s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.17s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.89s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.94s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.81s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.89s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.86s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.89s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.83s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.05s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (1.00s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.86s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.90s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.90s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.96s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.86s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.83s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.87s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.16s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.97s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.99s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.03s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.92s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.58s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.89s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.72s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (1.03s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPITop (1.47s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.13s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (3.05s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.93s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (2.27s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (9.08s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.16s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.66s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.67s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.74s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.55s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.74s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.76s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (0.96s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0009ba900_<nil>} (1.95s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1827942110_/foo_false__<nil>_<nil>_<nil>} (1.65s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1827942110_/foo_true__<nil>_<nil>_<nil>} (1.91s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3277351077_/foo_false__<nil>_<nil>_<nil>} (1.72s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3277351077_/foo_true__<nil>_<nil>_<nil>} (1.57s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3277351077_/foo_true__0xc0009ba980_<nil>_<nil>} (1.65s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0009ba9e0_<nil>} (1.56s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0009baa00_<nil>} (1.59s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0009baa20_<nil>} (1.58s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0009baa40_<nil>} (1.58s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.99s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.34s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.06s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.50s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (3.15s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (5.86s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (2.02s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.21s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (1.18s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.09s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.90s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (1.25s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (1.01s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.98s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (1.08s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.51s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.20s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (1.42s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (1.36s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (1.15s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.07s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.55s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.41s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (1.30s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (1.52s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpRelativePath (1.54s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.46s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (1.02s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.17s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.76s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.90s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.90s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseD (5.64s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.66s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.77s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.60s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.23s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.71s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (4.73s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.77s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToDot (0.81s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.36s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.38s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.79s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.08s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.19s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.77s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.09s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.05s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.36s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.80s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:22:34 [2021-04-22T14:22:34.915Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.82s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.32s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.05s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
14:22:34 [2021-04-22T14:22:34.915Z]     --- PASS: TestDockerSuite/TestCreateRM (0.10s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.50s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.04s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.66s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.70s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.39s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.75s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.49s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.71s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.72s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.75s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.84s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.95s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.16s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (3.11s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.48s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (7.08s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.37s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.59s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.25s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.83s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.76s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.94s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (1.09s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.91s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (1.04s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.74s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.51s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.31s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.58s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.27s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.43s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.89s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.26s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.40s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.80s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.45s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.27s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.45s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.89s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.94s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsImageImport (1.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.24s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.45s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:22:34 [2021-04-22T14:22:34.916Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
14:22:34 [2021-04-22T14:22:34.916Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:22:34 [2021-04-22T14:22:34.916Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.45s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.77s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsRename (0.75s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsResize (0.75s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.61s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.70s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.96s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsTop (0.95s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.62s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (12.16s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExec (1.81s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.04s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.70s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.71s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.98s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.00s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.00s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (2.11s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecCgroup (3.96s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecEnv (1.84s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecInspectID (3.10s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecInteractive (1.05s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.02s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.05s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecParseError (0.79s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.80s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.71s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (5.32s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.67s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.08s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.46s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (1.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecTTY (1.77s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.16s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.13s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.28s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
14:22:34 [2021-04-22T14:22:34.916Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (2.73s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (1.85s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (2.43s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecWithTERM (1.49s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestExecWithUser (1.42s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.74s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.73s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.87s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.74s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.69s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestHealth (23.54s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.88s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.84s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.62s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.67s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.82s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.77s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.68s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.75s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImportFile (2.98s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (2.98s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.94s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.63s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.82s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.71s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.74s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.80s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.78s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.70s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.77s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.75s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.72s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.22s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (1.22s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.06s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.80s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:22:34 [2021-04-22T14:22:34.916Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.87s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.80s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.70s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.78s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
14:22:34 [2021-04-22T14:22:34.916Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.70s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.74s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.69s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.77s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.61s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.87s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.97s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.69s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.29s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.24s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.20s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.16s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.24s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.95s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.73s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.44s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.42s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.44s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.12s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.21s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.13s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.31s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.48s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.74s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.16s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.24s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.09s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (1.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.10s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.30s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.72s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.85s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.76s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (1.21s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.72s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.83s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.50s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.26s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.13s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.96s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.37s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.71s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.69s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsSince (6.79s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.01s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.72s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsTail (1.37s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (1.19s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (1.13s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.31s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.91s)
14:22:34 [2021-04-22T14:22:34.916Z]     --- PASS: TestDockerSuite/TestNetHostname (3.48s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.76s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestNetworkEvents (6.90s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.90s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.20s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPluginActive (1.66s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.39s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.77s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.65s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (3.26s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.15s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.84s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.86s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.26s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPortHostBinding (2.46s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPortList (11.52s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.39s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.94s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.67s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.70s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.36s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.35s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.94s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.34s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.19s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (4.13s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.35s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.63s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.05s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.61s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (3.09s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.84s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.88s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.56s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.16s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.62s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.24s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.39s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPsShowMounts (2.86s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.22s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.00s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.73s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.88s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.98s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (11.48s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.46s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.96s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.43s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.37s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.49s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.80s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.30s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.46s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.26s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (1.14s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.27s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (1.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (1.07s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.64s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (1.11s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.13s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.31s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.54s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAddHost (1.21s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.60s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.76s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.18s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.16s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.42s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.88s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.96s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.97s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.22s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.98s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.84s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.67s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.68s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.08s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.80s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.75s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.70s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.67s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.86s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.79s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.78s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (1.17s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (1.09s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.75s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.98s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.75s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.76s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.41s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.43s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.15s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.03s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.85s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.82s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.89s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.40s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.70s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.25s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.17s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.57s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.31s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.79s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.87s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.80s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.63s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.85s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (2.24s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.83s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.89s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (2.04s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.85s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.73s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.68s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.68s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.66s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.39s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.43s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.03s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.75s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.62s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.73s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.67s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.11s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.46s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.78s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.67s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.73s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.56s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.63s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.46s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.44s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.36s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunMount (8.03s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.48s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.57s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.41s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.96s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.56s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.47s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.90s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.15s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.77s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.94s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.06s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.07s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.18s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.59s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.78s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.76s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.73s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.80s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.96s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.43s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.46s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.44s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.70s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.43s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.71s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.92s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.41s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:22:34 [2021-04-22T14:22:34.917Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.11s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.52s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunRm (0.76s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.73s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.76s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.72s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.30s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.69s)
14:22:34 [2021-04-22T14:22:34.917Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.62s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.69s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.76s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.67s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.45s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.47s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.71s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.71s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.70s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.64s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunState (1.54s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.71s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.71s)
14:22:34 [2021-04-22T14:22:34.918Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.72s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.49s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.72s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.20s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.68s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.63s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.42s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.30s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.71s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.70s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.77s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.89s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.06s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.71s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.11s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.68s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.70s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.77s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.85s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.20s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.73s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.42s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.86s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (2.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.69s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.10s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.94s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.20s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.62s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.94s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.70s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.96s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.87s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.81s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.74s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.75s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.85s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.05s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.21s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.88s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.91s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.96s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.71s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.58s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.87s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.77s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.70s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.55s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.71s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.76s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.00s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.21s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.13s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.10s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.66s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (2.40s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents110364502
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.94s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.13s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.79s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.41s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.36s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.54s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.09s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.38s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.19s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.93s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.37s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.82s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.30s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.80s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.73s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.78s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.89s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.99s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.74s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (5.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.78s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.68s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.71s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.76s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.50s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.96s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (5.13s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.34s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.70s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.73s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.31s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.85s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.46s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.10s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.09s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.81s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.75s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.39s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.86s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.15s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.67s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.38s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.90s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.28s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.15s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.75s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.08s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.04s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.56s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.78s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.46s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.55s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.62s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.22s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.07s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.71s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.75s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.87s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.21s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.66s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.38s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.07s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.74s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.84s)
14:22:35 [2021-04-22T14:22:35.175Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:22:35 [2021-04-22T14:22:35.175Z]         docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
14:22:35 [2021-04-22T14:22:35.175Z] === RUN   TestDockerRegistrySuite
14:22:35 [2021-04-22T14:22:35.175Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
14:22:36 [2021-04-22T14:22:36.543Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
14:22:37 [2021-04-22T14:22:37.910Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
14:22:39 [2021-04-22T14:22:39.277Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
14:22:39 [2021-04-22T14:22:39.534Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
14:22:39 [2021-04-22T14:22:39.843Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
14:22:43 [2021-04-22T14:22:43.730Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
14:22:44 [2021-04-22T14:22:44.489Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
14:22:44 [2021-04-22T14:22:44.942Z] === RUN   TestDockerSuite/TestBuildCacheAdd
14:22:45 [2021-04-22T14:22:45.399Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
14:22:46 [2021-04-22T14:22:46.918Z] === RUN   TestDockerSuite/TestBuildCacheFrom
14:22:46 [2021-04-22T14:22:46.918Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
14:22:48 [2021-04-22T14:22:48.974Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
14:22:51 [2021-04-22T14:22:51.570Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
14:22:52 [2021-04-22T14:22:52.525Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
14:22:52 [2021-04-22T14:22:52.525Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
14:22:52 [2021-04-22T14:22:52.525Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
14:22:53 [2021-04-22T14:22:53.145Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
14:22:53 [2021-04-22T14:22:53.244Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
14:22:53 [2021-04-22T14:22:53.244Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
14:22:53 [2021-04-22T14:22:53.244Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
14:22:54 [2021-04-22T14:22:54.046Z] === RUN   TestDockerSuite/TestBuildClearCmd
14:22:54 [2021-04-22T14:22:54.072Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
14:22:54 [2021-04-22T14:22:54.503Z] === RUN   TestDockerSuite/TestBuildCmd
14:22:55 [2021-04-22T14:22:55.000Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
14:22:55 [2021-04-22T14:22:55.457Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
14:22:55 [2021-04-22T14:22:55.910Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
14:22:56 [2021-04-22T14:22:56.363Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
14:22:56 [2021-04-22T14:22:56.365Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
14:22:57 [2021-04-22T14:22:57.732Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
14:22:59 [2021-04-22T14:22:59.096Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
14:23:00 [2021-04-22T14:23:00.461Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
14:23:01 [2021-04-22T14:23:01.012Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
14:23:01 [2021-04-22T14:23:01.390Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
14:23:01 [2021-04-22T14:23:01.744Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
14:23:02 [2021-04-22T14:23:02.196Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
14:23:02 [2021-04-22T14:23:02.648Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
14:23:02 [2021-04-22T14:23:02.648Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
14:23:03 [2021-04-22T14:23:03.101Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
14:23:03 [2021-04-22T14:23:03.101Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
14:23:03 [2021-04-22T14:23:03.165Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
14:23:03 [2021-04-22T14:23:03.165Z] === RUN   TestDockerSuite/TestBuildConditionalCache
14:23:04 [2021-04-22T14:23:04.659Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
14:23:04 [2021-04-22T14:23:04.683Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
14:23:04 [2021-04-22T14:23:04.683Z] === RUN   TestDockerSuite/TestBuildContextCleanup
14:23:05 [2021-04-22T14:23:05.136Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
14:23:06 [2021-04-22T14:23:06.555Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
14:23:06 [2021-04-22T14:23:06.658Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
14:23:07 [2021-04-22T14:23:07.620Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
14:23:07 [2021-04-22T14:23:07.921Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
14:23:08 [2021-04-22T14:23:08.075Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
14:23:08 [2021-04-22T14:23:08.530Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
14:23:08 [2021-04-22T14:23:08.983Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
14:23:09 [2021-04-22T14:23:09.948Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
14:23:09 [2021-04-22T14:23:09.948Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
14:23:09 [2021-04-22T14:23:09.948Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
14:23:10 [2021-04-22T14:23:10.485Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
14:23:11 [2021-04-22T14:23:11.852Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
14:23:11 [2021-04-22T14:23:11.852Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
14:23:13 [2021-04-22T14:23:13.217Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
14:23:14 [2021-04-22T14:23:14.582Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
14:23:14 [2021-04-22T14:23:14.595Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
14:23:15 [2021-04-22T14:23:15.948Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
14:23:19 [2021-04-22T14:23:19.217Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
14:23:19 [2021-04-22T14:23:19.217Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
14:23:20 [2021-04-22T14:23:20.583Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
14:23:21 [2021-04-22T14:23:21.144Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
14:23:21 [2021-04-22T14:23:21.144Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
14:23:21 [2021-04-22T14:23:21.400Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
14:23:21 [2021-04-22T14:23:21.656Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
14:23:22 [2021-04-22T14:23:22.217Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
14:23:22 [2021-04-22T14:23:22.217Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
14:23:23 [2021-04-22T14:23:23.584Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
14:23:25 [2021-04-22T14:23:25.504Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
14:23:26 [2021-04-22T14:23:26.432Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
14:23:27 [2021-04-22T14:23:27.797Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
14:23:28 [2021-04-22T14:23:28.135Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
14:23:28 [2021-04-22T14:23:28.725Z] === RUN   TestDockerRegistrySuite/TestV2Only
14:23:29 [2021-04-22T14:23:29.094Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
14:23:29 [2021-04-22T14:23:29.094Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
14:23:29 [2021-04-22T14:23:29.653Z] --- PASS: TestDockerRegistrySuite (54.63s)
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.42s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dae3e9f448365] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.30s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dc313b75402bf] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.61s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d69fbf8a463a7] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dc784565ce734] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.66s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dfce597ab3394] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.86s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d0b6ba79ef2f2] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.64s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dae7fa7de8592] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.27s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d1784fbac5c35] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.14s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d1727b5ea6bc2] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.30s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d7379f28f0d9a] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.42s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d7c265d75308e] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.35s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d7542dd96cd2d] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.17s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d69dc285fda4d] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.25s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d2b5886273721] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.65s)
14:23:29 [2021-04-22T14:23:29.653Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:508e442ebfef767e4e0e50f0f60e9fda9976c352ed5c40b899dabe8eee0521e1
14:23:29 [2021-04-22T14:23:29.653Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4910265cffce5aa365f899b177e1faeb509cef50a481310462f2ee5550a11b17
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d7a03799d2ece] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.37s)
14:23:29 [2021-04-22T14:23:29.653Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9da71d2502584f81e2cc0ae2b5c39edc5c1363b27757eaf717b02fa4ff699d1f
14:23:29 [2021-04-22T14:23:29.653Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:15707462d69609c9a480640453b385259e6c74c9359abef7e36f40ac908e3306
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [da8cda0810915] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.22s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d70135c6ec885] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.85s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d9b8896f12f7f] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.24s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d23feee63e8d4] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d661b5f174888] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.25s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dd7e7601c8bdb] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.46s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d2acd9bcc186c] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.10s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [de297455d7d95] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.16s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d3b86f23a8195] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d5c94cf721a66] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.30s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dd4a4a4e0e454] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d00ff39ee82cc] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.14s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d72304a624d24] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d5ded61522ea5] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d9536f5b8dc2a] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d5b58d9d776eb] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [da200c01feb66] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.28s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [dca967c754a15] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.93s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d1c06a1c0cc9d] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.05s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [d4ab612f77b58] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.26s)
14:23:29 [2021-04-22T14:23:29.653Z]         check_test.go:196: [db8a8a8270504] daemon is not started
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.06s)
14:23:29 [2021-04-22T14:23:29.653Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.84s)
14:23:29 [2021-04-22T14:23:29.653Z] === RUN   TestDockerSchema1RegistrySuite
14:23:29 [2021-04-22T14:23:29.653Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
14:23:29 [2021-04-22T14:23:29.653Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
14:23:33 [2021-04-22T14:23:33.820Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
14:23:39 [2021-04-22T14:23:39.064Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
14:23:43 [2021-04-22T14:23:43.232Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
14:23:44 [2021-04-22T14:23:44.159Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
14:23:45 [2021-04-22T14:23:45.526Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
14:23:45 [2021-04-22T14:23:45.526Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
14:23:46 [2021-04-22T14:23:46.894Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
14:23:47 [2021-04-22T14:23:47.833Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
14:23:49 [2021-04-22T14:23:49.199Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
14:23:50 [2021-04-22T14:23:50.089Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
14:23:50 [2021-04-22T14:23:50.089Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
14:23:50 [2021-04-22T14:23:50.175Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
14:23:50 [2021-04-22T14:23:50.176Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
14:23:50 [2021-04-22T14:23:50.176Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
14:23:50 [2021-04-22T14:23:50.541Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
14:23:52 [2021-04-22T14:23:52.465Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
14:23:52 [2021-04-22T14:23:52.465Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
14:23:53 [2021-04-22T14:23:53.026Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
14:23:53 [2021-04-22T14:23:53.026Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
14:23:53 [2021-04-22T14:23:53.282Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
14:23:53 [2021-04-22T14:23:53.537Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
14:23:53 [2021-04-22T14:23:53.874Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
14:23:53 [2021-04-22T14:23:53.874Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
14:23:54 [2021-04-22T14:23:54.098Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
14:23:54 [2021-04-22T14:23:54.098Z] --- PASS: TestDockerSchema1RegistrySuite (24.55s)
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [ddff29595d35c] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.82s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d896458c40cc4] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.47s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [dcdf5e92ba509] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.73s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d047bb12a0e15] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.24s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d60e9c9205357] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.23s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [de6ff7402c180] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [db876df231c03] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.25s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [deedc6956ee31] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.17s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d6605e7fcbb27] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.18s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d2cb6653911c8] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.15s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d8407afae0fe3] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [dde0af011b4ee] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.42s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d8a41f49c128e] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d3ad416ea9512] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d9b604482c7cc] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d541e38eabb5a] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d6ec56094fbe6] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
14:23:54 [2021-04-22T14:23:54.099Z]         check_test.go:223: [d683a18595a2c] daemon is not started
14:23:54 [2021-04-22T14:23:54.099Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
14:23:54 [2021-04-22T14:23:54.099Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
14:23:54 [2021-04-22T14:23:54.333Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
14:23:54 [2021-04-22T14:23:54.333Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
14:23:54 [2021-04-22T14:23:54.786Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
14:23:54 [2021-04-22T14:23:54.786Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
14:23:55 [2021-04-22T14:23:55.026Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
14:23:55 [2021-04-22T14:23:55.183Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
14:23:55 [2021-04-22T14:23:55.283Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
14:23:55 [2021-04-22T14:23:55.539Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
14:23:56 [2021-04-22T14:23:56.904Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
14:23:56 [2021-04-22T14:23:56.904Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
14:23:57 [2021-04-22T14:23:57.467Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
14:23:58 [2021-04-22T14:23:58.028Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
14:23:58 [2021-04-22T14:23:58.028Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.98s)
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.78s)
14:23:58 [2021-04-22T14:23:58.028Z]         check_test.go:252: [d9d9de8843ed7] daemon is not started
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s)
14:23:58 [2021-04-22T14:23:58.028Z]         check_test.go:252: [dc0d11fa2f2d3] daemon is not started
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s)
14:23:58 [2021-04-22T14:23:58.028Z]         check_test.go:252: [db51dae93927a] daemon is not started
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s)
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
14:23:58 [2021-04-22T14:23:58.028Z]         check_test.go:252: [d59429e2bfba2] daemon is not started
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s)
14:23:58 [2021-04-22T14:23:58.028Z]         check_test.go:252: [d5f09a8318108] daemon is not started
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.55s)
14:23:58 [2021-04-22T14:23:58.028Z]         check_test.go:252: [dd3a9908e6640] daemon is not started
14:23:58 [2021-04-22T14:23:58.028Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s)
14:23:58 [2021-04-22T14:23:58.028Z]         check_test.go:252: [d3e1da11e64a3] daemon is not started
14:23:58 [2021-04-22T14:23:58.028Z] === RUN   TestDockerRegistryAuthTokenSuite
14:23:58 [2021-04-22T14:23:58.028Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
14:23:58 [2021-04-22T14:23:58.053Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
14:24:00 [2021-04-22T14:24:00.926Z] === RUN   TestDockerSuite/TestBuildDockerignore
14:24:03 [2021-04-22T14:24:03.269Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
14:24:03 [2021-04-22T14:24:03.525Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
14:24:03 [2021-04-22T14:24:03.525Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
14:24:03 [2021-04-22T14:24:03.781Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
14:24:03 [2021-04-22T14:24:03.781Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s)
14:24:03 [2021-04-22T14:24:03.781Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
14:24:03 [2021-04-22T14:24:03.781Z]         check_test.go:279: [dbc11181642a1] daemon is not started
14:24:03 [2021-04-22T14:24:03.781Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
14:24:03 [2021-04-22T14:24:03.781Z]         check_test.go:279: [dc78851b5a755] daemon is not started
14:24:03 [2021-04-22T14:24:03.781Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
14:24:03 [2021-04-22T14:24:03.781Z]         check_test.go:279: [d220a4e06ea5f] daemon is not started
14:24:03 [2021-04-22T14:24:03.781Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
14:24:03 [2021-04-22T14:24:03.781Z]         check_test.go:279: [ddedb63b62eb2] daemon is not started
14:24:03 [2021-04-22T14:24:03.781Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s)
14:24:03 [2021-04-22T14:24:03.781Z]         check_test.go:279: [d19900f718ca3] daemon is not started
14:24:03 [2021-04-22T14:24:03.781Z] === RUN   TestDockerNetworkSuite
14:24:03 [2021-04-22T14:24:03.781Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
14:24:07 [2021-04-22T14:24:07.053Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
14:24:08 [2021-04-22T14:24:08.418Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
14:24:10 [2021-04-22T14:24:10.942Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
14:24:17 [2021-04-22T14:24:17.479Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
14:24:18 [2021-04-22T14:24:18.844Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
14:24:23 [2021-04-22T14:24:23.008Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
14:24:24 [2021-04-22T14:24:24.898Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
14:24:26 [2021-04-22T14:24:26.262Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
14:24:26 [2021-04-22T14:24:26.262Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
14:24:26 [2021-04-22T14:24:26.262Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
14:24:26 [2021-04-22T14:24:26.519Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
14:24:26 [2021-04-22T14:24:26.776Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
14:24:27 [2021-04-22T14:24:27.703Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
14:24:30 [2021-04-22T14:24:30.222Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
14:24:30 [2021-04-22T14:24:30.364Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
14:24:30 [2021-04-22T14:24:30.365Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
14:24:30 [2021-04-22T14:24:30.365Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
14:24:35 [2021-04-22T14:24:35.481Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
14:24:38 [2021-04-22T14:24:38.748Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
14:24:38 [2021-04-22T14:24:38.748Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
14:24:43 [2021-04-22T14:24:43.994Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
14:24:45 [2021-04-22T14:24:45.360Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
14:24:46 [2021-04-22T14:24:46.288Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
14:24:46 [2021-04-22T14:24:46.850Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
14:24:47 [2021-04-22T14:24:47.963Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
14:24:48 [2021-04-22T14:24:48.740Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
14:24:49 [2021-04-22T14:24:49.481Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
14:24:49 [2021-04-22T14:24:49.935Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
14:24:50 [2021-04-22T14:24:50.630Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
14:24:50 [2021-04-22T14:24:50.886Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
14:24:51 [2021-04-22T14:24:51.812Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
14:24:53 [2021-04-22T14:24:53.633Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
14:24:53 [2021-04-22T14:24:53.701Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
14:24:53 [2021-04-22T14:24:53.956Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
14:24:53 [2021-04-22T14:24:53.956Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
14:24:54 [2021-04-22T14:24:54.519Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
14:24:55 [2021-04-22T14:24:55.796Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
14:24:56 [2021-04-22T14:24:56.410Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
14:24:58 [2021-04-22T14:24:58.312Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
14:24:58 [2021-04-22T14:24:58.312Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
14:24:58 [2021-04-22T14:24:58.672Z] === RUN   TestDockerSuite/TestBuildDockerignore
14:24:58 [2021-04-22T14:24:58.876Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
14:24:58 [2021-04-22T14:24:58.876Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
14:25:01 [2021-04-22T14:25:01.222Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
14:25:01 [2021-04-22T14:25:01.222Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
14:25:02 [2021-04-22T14:25:02.181Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
14:25:04 [2021-04-22T14:25:04.124Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
14:25:06 [2021-04-22T14:25:06.640Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
14:25:18 [2021-04-22T14:25:18.815Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
14:25:18 [2021-04-22T14:25:18.815Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
14:25:20 [2021-04-22T14:25:20.702Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
14:25:20 [2021-04-22T14:25:20.958Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
14:25:20 [2021-04-22T14:25:20.958Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
14:25:21 [2021-04-22T14:25:21.520Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
14:25:22 [2021-04-22T14:25:22.081Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
14:25:22 [2021-04-22T14:25:22.082Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
14:25:26 [2021-04-22T14:25:26.251Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
14:25:26 [2021-04-22T14:25:26.251Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
14:25:26 [2021-04-22T14:25:26.251Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
14:25:28 [2021-04-22T14:25:28.170Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
14:25:33 [2021-04-22T14:25:33.412Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
14:25:33 [2021-04-22T14:25:33.413Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
14:25:35 [2021-04-22T14:25:35.929Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
14:25:41 [2021-04-22T14:25:41.176Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
14:25:41 [2021-04-22T14:25:41.176Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
14:25:41 [2021-04-22T14:25:41.176Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
14:25:42 [2021-04-22T14:25:42.542Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
14:25:43 [2021-04-22T14:25:43.469Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
14:25:45 [2021-04-22T14:25:45.988Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
14:25:45 [2021-04-22T14:25:45.988Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
14:25:47 [2021-04-22T14:25:47.879Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
14:25:48 [2021-04-22T14:25:48.807Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
14:25:49 [2021-04-22T14:25:49.063Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
14:25:50 [2021-04-22T14:25:50.978Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
14:25:52 [2021-04-22T14:25:52.365Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
14:25:57 [2021-04-22T14:25:57.615Z] --- PASS: TestDockerNetworkSuite (113.09s)
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.00s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [de5b0cf80acfd] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.44s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d33d5e02178a9] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (8.03s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [de125df330628] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.61s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d6e5c777a49ba] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.99s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:1233: [d21c19253ef8a] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (3.27s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d9072cb1775bf] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (12.55s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d99fafcc5244b] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.48s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d2998525c75a2] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.99s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [dadd02687cb0d] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.82s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [df163877e4e8d] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.72s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d37d66b799131] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.69s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [dda5522c37c60] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.92s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [da14a29249a72] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.50s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d91cf1f3ac76e] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.94s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d21506cc31392] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.66s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d18c6816049a9] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.48s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d8097d75bb157] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d066eef0aec6b] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.46s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d15edbac21451] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.63s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d0990bd90c961] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.18s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d8be9c36d2c81] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d30f575fc8882] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.52s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d75c726a1cdf4] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.10s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [df474289155bd] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (5.09s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:968: [d1f18dd72be3d] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.51s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [de3bea506f0cb] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (10.93s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:1116: [d8c132e3de711] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.51s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d442856598a19] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.43s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [de82d1949d9e6] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.48s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d19a4052b2fd5] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d3ec8a20ccd8d] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.48s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d974100a76eb5] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.55s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [de5e0d9c73a9a] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [dfa39379f677f] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.88s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d97d929b3ebfb] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d995bae48fc85] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d1499a633d0e2] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.90s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d1af99dd00852] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (5.56s)
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (7.03s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:1084: [db0d37e6ca234] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [dd743ff04f617] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.76s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d0d09194f5e2e] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (3.37s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d3a1953a27f91] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.10s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d4a3784d1a831] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.82s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d7e50654e5e11] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (1.17s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [d1c7656719bf8] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (2.18s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [df5a3e2e1b97c] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.04s)
14:25:57 [2021-04-22T14:25:57.615Z]         docker_cli_network_unix_test.go:46: [dba1ff43b61fb] daemon is not started
14:25:57 [2021-04-22T14:25:57.615Z] === RUN   TestDockerHubPullSuite
14:25:57 [2021-04-22T14:25:57.615Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
14:25:58 [2021-04-22T14:25:58.979Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
14:26:01 [2021-04-22T14:26:01.493Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
14:26:01 [2021-04-22T14:26:01.749Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
14:26:02 [2021-04-22T14:26:02.465Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
14:26:03 [2021-04-22T14:26:03.116Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
14:26:03 [2021-04-22T14:26:03.372Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
14:26:03 [2021-04-22T14:26:03.372Z] --- PASS: TestDockerHubPullSuite (6.39s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.78s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.62s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.50s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.19s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s)
14:26:03 [2021-04-22T14:26:03.372Z] PASS
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === Skipped
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_sni_test.go:18: Flakey test
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.372Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
14:26:03 [2021-04-22T14:26:03.372Z]         docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured
14:26:03 [2021-04-22T14:26:03.372Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
14:26:03 [2021-04-22T14:26:03.373Z]         docker_cli_network_unix_test.go:46: [d1499a633d0e2] daemon is not started
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] 
14:26:03 [2021-04-22T14:26:03.373Z] DONE 1273 tests, 51 skipped in 2190.465s
14:26:03 [2021-04-22T14:26:03.373Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:26:03 [2021-04-22T14:26:03.373Z] ++++ cat bundles/test-integration/docker.pid
14:26:03 [2021-04-22T14:26:03.373Z] +++ kill 8156
14:26:03 [2021-04-22T14:26:03.983Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
14:26:04 [2021-04-22T14:26:04.300Z] +++ /etc/init.d/apparmor stop
14:26:04 [2021-04-22T14:26:04.300Z] Leaving: AppArmorNo profiles have been unloaded.
14:26:04 [2021-04-22T14:26:04.300Z] 
14:26:04 [2021-04-22T14:26:04.300Z] Unloading profiles will leave already running processes permanently
14:26:04 [2021-04-22T14:26:04.300Z] unconfined, which can lead to unexpected situations.
14:26:04 [2021-04-22T14:26:04.300Z] 
14:26:04 [2021-04-22T14:26:04.300Z] To set a process to complain mode, use the command line tool
14:26:04 [2021-04-22T14:26:04.300Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:26:04 [2021-04-22T14:26:04.300Z] +++ true
14:26:04 [2021-04-22T14:26:04.300Z] exiting test-integration
14:26:04 [2021-04-22T14:26:04.300Z] ++ exit 0
14:26:04 [2021-04-22T14:26:04.300Z] 
14:26:04 [2021-04-22T14:26:04.434Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
14:26:04 [2021-04-22T14:26:04.863Z] + for job in $(jobs -p)
14:26:04 [2021-04-22T14:26:04.863Z] + wait 8149
14:26:12 [2021-04-22T14:26:12.944Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
14:26:24 [2021-04-22T14:26:24.579Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
14:26:27 [2021-04-22T14:26:27.793Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
14:26:28 [2021-04-22T14:26:28.354Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
14:26:29 [2021-04-22T14:26:29.231Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
14:26:29 [2021-04-22T14:26:29.231Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
14:26:29 [2021-04-22T14:26:29.468Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
14:26:30 [2021-04-22T14:26:30.243Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
14:26:33 [2021-04-22T14:26:33.511Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
14:26:39 [2021-04-22T14:26:39.718Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
14:26:43 [2021-04-22T14:26:43.452Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
14:26:48 [2021-04-22T14:26:48.698Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
14:26:49 [2021-04-22T14:26:49.971Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
14:26:50 [2021-04-22T14:26:50.586Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
14:26:53 [2021-04-22T14:26:53.102Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
14:26:56 [2021-04-22T14:26:56.385Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
14:26:58 [2021-04-22T14:26:58.900Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
14:27:02 [2021-04-22T14:27:02.170Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
14:27:04 [2021-04-22T14:27:04.689Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
14:27:25 [2021-04-22T14:27:25.534Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
14:27:34 [2021-04-22T14:27:34.038Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
14:27:51 [2021-04-22T14:27:51.631Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
14:27:55 [2021-04-22T14:27:55.154Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
14:27:55 [2021-04-22T14:27:55.154Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
14:27:55 [2021-04-22T14:27:55.154Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
14:28:00 [2021-04-22T14:28:00.895Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
14:28:03 [2021-04-22T14:28:03.664Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
14:28:13 [2021-04-22T14:28:13.088Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
14:28:13 [2021-04-22T14:28:13.932Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
14:28:22 [2021-04-22T14:28:22.449Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
14:28:31 [2021-04-22T14:28:31.128Z] --- PASS: TestDockerSwarmSuite (1769.72s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.82s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.21s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (7.21s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.07s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.12s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (35.62s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:562: [dc9e2436de846] joining swarm manager [d9b3dd4719d62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:584: [de66f6ceafa4b] joining swarm manager [d9b3dd4719d62]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]         check_test.go:380: [dc9e2436de846] daemon is not started
14:28:31 [2021-04-22T14:28:31.128Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.67s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:45: [d5055f6b3dbc0] joining swarm manager [da7a03b09872d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.16s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.76s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.86s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:303: [deb6e146846a1] joining swarm manager [d9429e75cb204]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:304: [d9d4897a9aacb] joining swarm manager [d9429e75cb204]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:363: Waiting for possible election...
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.95s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:271: [ddac507cc4531] joining swarm manager [d83970a83a932]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:272: [d87ce256b8e90] joining swarm manager [d83970a83a932]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.08s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.80s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.28s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_node_test.go:19: [de85e79d9207b] joining swarm manager [d8bed5b75e866]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_node_test.go:20: [d0fde1e902631] joining swarm manager [d8bed5b75e866]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (60.06s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:501: [dfbe431e97abb] joining swarm manager [da452ca44c1e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:506: [daac13611b80f] joining swarm manager [da452ca44c1e3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.14s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_node_test.go:80: [d8debf3f004d5] joining swarm manager [dac91d6a16ef2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.00s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_node_test.go:52: [d900ea791207c] joining swarm manager [d1b09265da84c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_node_test.go:53: [da7b49e9a542c] joining swarm manager [d1b09265da84c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.13s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.52s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:201: [dc8e605ef99d9] joining swarm manager [d8daed085d987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (63.04s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:383: [da85e19673e8a] joining swarm manager [d0df538627f4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:384: [ddf35d522b5d5] joining swarm manager [d0df538627f4d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]         check_test.go:380: [ddf35d522b5d5] daemon is not started
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (52.41s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:801: [d825a0f8cbe6e] joining swarm manager [d3a58dd0c650a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:801: [d4ac2a4cc6927] joining swarm manager [d3a58dd0c650a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:801: [d1187a8ca8573] joining swarm manager [d3a58dd0c650a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:801: [d4971fb17fe5c] joining swarm manager [d3a58dd0c650a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:809: [d84ae9af05c48] joining swarm manager [d3a58dd0c650a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.54s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.48s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.83s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:394: [db571a9068edc] joining swarm manager [d0714d231ab75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:394: [dc2b7dd29e496] joining swarm manager [d0714d231ab75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.35s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:342: [d207b5d0efcf3] joining swarm manager [db556017e678e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:342: [d8ac5d286657c] joining swarm manager [db556017e678e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.50s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:489: [d82ecd02f8911] joining swarm manager [d4a715a2d66b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:489: [d94a999338f7a] joining swarm manager [d4a715a2d66b0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (7.22s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.59s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:127: [d67c29ec01987] joining swarm manager [d61626851a673]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:128: [d878befaae242] joining swarm manager [d61626851a673]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:136: [d2b925b27e41f] joining swarm manager [d61626851a673]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:137: [df836592adc9c] joining swarm manager [d61626851a673]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.24s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.48s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:303: [d9770a58f361c] joining swarm manager [db863a45b36c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:303: [d29bea1b12d3f] joining swarm manager [db863a45b36c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.70s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:99: [df97eb84560a6] joining swarm manager [d6ddcfc094a30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:100: [d53f6090ff4eb] joining swarm manager [d6ddcfc094a30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]         check_test.go:380: [df97eb84560a6] daemon is not started
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.55s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:532: [da432e8e6f7b5] joining swarm manager [d9ca8001fbc1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:533: [d7d89447cd183] joining swarm manager [d9ca8001fbc1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.99s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:147: [d7ea9e3bb5169] joining swarm manager [d7d5130e6cf5a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_service_test.go:147: [d469bb0f45cd9] joining swarm manager [d7d5130e6cf5a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (31.86s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.64s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.56s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.42s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.06s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.52s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.73s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.33s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.76s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.15s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.74s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.57s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.47s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.41s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.36s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.99s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.47s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.57s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.14s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (3.01s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.17s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (8.00s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (7.04s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.20s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.53s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.45s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.79s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.68s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.90s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.78s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.42s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.55s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_service_logs_test.go:245: checking task 3xxiqpcs1026
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_service_logs_test.go:250: checking messages for 3xxiqpcs1026
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_service_logs_test.go:245: checking task mdtkrcgyaox7
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_service_logs_test.go:250: checking messages for mdtkrcgyaox7
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (3.13s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.09s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.95s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (3.04s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (20.01s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1901: [dc37abd6e13e8] joining swarm manager [da3503309cc7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1902: [dd5388571567e] joining swarm manager [da3503309cc7e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.08s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.08s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.63s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.47s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1802: [db280fd0edeb6] joining swarm manager [d4919c70e7642]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1803: [d3b22ee8a92b7] joining swarm manager [d4919c70e7642]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.16s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (92.35s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1321: [d76fd4efb6963] joining swarm manager [d8bb70b4499ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1322: [d983179268f29] joining swarm manager [d8bb70b4499ba]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (5.58s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (9.48s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.44s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.52s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (7.01s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.92s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.98s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (8.93s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.86s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.87s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.91s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.81s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.32s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1186: [d91d3e3cfcbe1] joining swarm manager [d96cb515bb4af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1195: [d446021d4d8f9] joining swarm manager [d96cb515bb4af]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.94s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.78s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (137.96s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1118: [d9d49293c621b] joining swarm manager [df837f8e6ddb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1119: [dc9871039b4b5] joining swarm manager [df837f8e6ddb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1172: [de7fa8a8a732c] joining swarm manager [df837f8e6ddb0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (14.06s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1453: [d3db6731d0f6b] joining swarm manager [d795be355a10d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_test.go:1454: [dc5f93274d784] joining swarm manager [d795be355a10d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (3.05s)
14:28:31 [2021-04-22T14:28:31.128Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.33s)
14:28:31 [2021-04-22T14:28:31.128Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.22s)
14:28:31 [2021-04-22T14:28:31.128Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.09s)
14:28:31 [2021-04-22T14:28:31.128Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.08s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.41s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.98s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.98s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.78s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_cli_swarm_unix_test.go:62: [d316a2f3c27a6] joining swarm manager [d9335137cdc16]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (3.08s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.77s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.50s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.79s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.01s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.79s)
14:28:31 [2021-04-22T14:28:31.128Z]         docker_api_swarm_test.go:961: [dbb14b170a910] joining swarm manager [d897da015c865]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.96s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.39s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.08s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.16s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.59s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.71s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.84s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.48s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.22s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.36s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.58s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.04s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.59s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.08s)
14:28:31 [2021-04-22T14:28:31.128Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.43s)
14:28:31 [2021-04-22T14:28:31.129Z] === RUN   TestDockerExternalVolumeSuite
14:28:31 [2021-04-22T14:28:31.129Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
14:28:49 [2021-04-22T14:28:49.165Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
14:29:04 [2021-04-22T14:29:04.930Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildDotDotFile
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildEOLInLine
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
14:29:17 [2021-04-22T14:29:17.547Z] === RUN   TestDockerSuite/TestBuildEntrypoint
14:29:17 [2021-04-22T14:29:17.999Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
14:29:19 [2021-04-22T14:29:19.664Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
14:29:23 [2021-04-22T14:29:23.744Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
14:29:29 [2021-04-22T14:29:29.933Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
14:29:32 [2021-04-22T14:29:32.241Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
14:29:36 [2021-04-22T14:29:36.889Z] === RUN   TestDockerSuite/TestBuildEnv
14:29:36 [2021-04-22T14:29:36.889Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
14:29:36 [2021-04-22T14:29:36.889Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
14:29:36 [2021-04-22T14:29:36.889Z] === RUN   TestDockerSuite/TestBuildEnvUsage
14:29:36 [2021-04-22T14:29:36.889Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
14:29:36 [2021-04-22T14:29:36.889Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
14:29:41 [2021-04-22T14:29:41.534Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
14:29:41 [2021-04-22T14:29:41.534Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
14:29:41 [2021-04-22T14:29:41.534Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
14:29:41 [2021-04-22T14:29:41.534Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
14:29:42 [2021-04-22T14:29:42.488Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
14:29:48 [2021-04-22T14:29:48.226Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
14:29:56 [2021-04-22T14:29:56.782Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
14:30:02 [2021-04-22T14:30:02.945Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
14:30:02 [2021-04-22T14:30:02.945Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
14:30:03 [2021-04-22T14:30:03.314Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
14:30:03 [2021-04-22T14:30:03.399Z] === RUN   TestDockerSuite/TestBuildExpose
14:30:03 [2021-04-22T14:30:03.399Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
14:30:03 [2021-04-22T14:30:03.399Z] === RUN   TestDockerSuite/TestBuildExposeOrder
14:30:03 [2021-04-22T14:30:03.399Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
14:30:03 [2021-04-22T14:30:03.399Z] === RUN   TestDockerSuite/TestBuildFails
14:30:06 [2021-04-22T14:30:06.274Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
14:30:06 [2021-04-22T14:30:06.274Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
14:30:13 [2021-04-22T14:30:13.289Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
14:30:19 [2021-04-22T14:30:19.047Z] === RUN   TestDockerSuite/TestBuildForceRm
14:30:27 [2021-04-22T14:30:27.546Z] === RUN   TestDockerSuite/TestBuildFromGit
14:30:33 [2021-04-22T14:30:33.292Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
14:30:34 [2021-04-22T14:30:34.246Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
14:30:35 [2021-04-22T14:30:35.331Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
14:30:44 [2021-04-22T14:30:44.491Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
14:30:44 [2021-04-22T14:30:44.491Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
14:30:45 [2021-04-22T14:30:45.445Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
14:30:45 [2021-04-22T14:30:45.897Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
14:30:45 [2021-04-22T14:30:45.897Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
14:30:50 [2021-04-22T14:30:50.164Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
14:30:55 [2021-04-22T14:30:55.843Z] === RUN   TestDockerSuite/TestBuildDotDotFile
14:30:55 [2021-04-22T14:30:55.843Z] === RUN   TestDockerSuite/TestBuildEOLInLine
14:30:56 [2021-04-22T14:30:56.154Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
14:30:56 [2021-04-22T14:30:56.154Z] === RUN   TestDockerSuite/TestBuildHistory
14:30:56 [2021-04-22T14:30:56.296Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
14:30:56 [2021-04-22T14:30:56.296Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
14:30:56 [2021-04-22T14:30:56.749Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
14:30:57 [2021-04-22T14:30:57.706Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
14:30:57 [2021-04-22T14:30:57.706Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
14:30:58 [2021-04-22T14:30:58.159Z] === RUN   TestDockerSuite/TestBuildEntrypoint
14:30:59 [2021-04-22T14:30:59.122Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
14:31:03 [2021-04-22T14:31:03.770Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
14:31:07 [2021-04-22T14:31:07.482Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
14:31:08 [2021-04-22T14:31:08.453Z] === RUN   TestDockerSuite/TestBuildIidFile
14:31:09 [2021-04-22T14:31:09.978Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
14:31:12 [2021-04-22T14:31:12.128Z] === RUN   TestDockerSuite/TestBuildEnv
14:31:12 [2021-04-22T14:31:12.128Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
14:31:12 [2021-04-22T14:31:12.128Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
14:31:12 [2021-04-22T14:31:12.128Z] === RUN   TestDockerSuite/TestBuildEnvUsage
14:31:12 [2021-04-22T14:31:12.128Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
14:31:12 [2021-04-22T14:31:12.128Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
14:31:15 [2021-04-22T14:31:15.831Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
14:31:15 [2021-04-22T14:31:15.831Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
14:31:15 [2021-04-22T14:31:15.831Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
14:31:15 [2021-04-22T14:31:15.831Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
14:31:16 [2021-04-22T14:31:16.788Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
14:31:16 [2021-04-22T14:31:16.991Z] === RUN   TestDockerSuite/TestBuildInheritance
14:31:16 [2021-04-22T14:31:16.991Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
14:31:17 [2021-04-22T14:31:17.446Z] === RUN   TestDockerSuite/TestBuildInvalidTag
14:31:17 [2021-04-22T14:31:17.446Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
14:31:21 [2021-04-22T14:31:21.432Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
14:31:22 [2021-04-22T14:31:22.198Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
14:31:23 [2021-04-22T14:31:23.184Z] === RUN   TestDockerSuite/TestBuildLabel
14:31:23 [2021-04-22T14:31:23.636Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
14:31:24 [2021-04-22T14:31:24.590Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
14:31:25 [2021-04-22T14:31:25.545Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
14:31:25 [2021-04-22T14:31:25.997Z] === RUN   TestDockerSuite/TestBuildLabels
14:31:27 [2021-04-22T14:31:27.512Z] === RUN   TestDockerSuite/TestBuildLabelsCache
14:31:29 [2021-04-22T14:31:29.028Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
14:31:34 [2021-04-22T14:31:34.360Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
14:31:36 [2021-04-22T14:31:36.045Z] === RUN   TestDockerSuite/TestBuildLastModified
14:31:36 [2021-04-22T14:31:36.045Z] === RUN   TestDockerSuite/TestBuildLineBreak
14:31:36 [2021-04-22T14:31:36.045Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
14:31:36 [2021-04-22T14:31:36.158Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
14:31:36 [2021-04-22T14:31:36.159Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
14:31:36 [2021-04-22T14:31:36.159Z] === RUN   TestDockerSuite/TestBuildExpose
14:31:36 [2021-04-22T14:31:36.159Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
14:31:36 [2021-04-22T14:31:36.159Z] === RUN   TestDockerSuite/TestBuildExposeOrder
14:31:36 [2021-04-22T14:31:36.159Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
14:31:36 [2021-04-22T14:31:36.159Z] === RUN   TestDockerSuite/TestBuildFails
14:31:36 [2021-04-22T14:31:36.502Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
14:31:36 [2021-04-22T14:31:36.502Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
14:31:36 [2021-04-22T14:31:36.502Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
14:31:36 [2021-04-22T14:31:36.502Z] === RUN   TestDockerSuite/TestBuildMaintainer
14:31:37 [2021-04-22T14:31:37.456Z] === RUN   TestDockerSuite/TestBuildMissingArgs
14:31:37 [2021-04-22T14:31:37.908Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
14:31:43 [2021-04-22T14:31:43.177Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
14:31:43 [2021-04-22T14:31:43.177Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
14:31:43 [2021-04-22T14:31:43.661Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
14:31:47 [2021-04-22T14:31:47.822Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
14:31:53 [2021-04-22T14:31:53.564Z] === RUN   TestDockerSuite/TestBuildForceRm
14:32:03 [2021-04-22T14:32:03.812Z] === RUN   TestDockerSuite/TestBuildFromGit
14:32:06 [2021-04-22T14:32:06.379Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
14:32:08 [2021-04-22T14:32:08.694Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
14:32:08 [2021-04-22T14:32:08.694Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
14:32:08 [2021-04-22T14:32:08.694Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
14:32:09 [2021-04-22T14:32:09.560Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
14:32:10 [2021-04-22T14:32:10.516Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
14:32:16 [2021-04-22T14:32:16.280Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
14:32:16 [2021-04-22T14:32:16.280Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
14:32:16 [2021-04-22T14:32:16.280Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
14:32:17 [2021-04-22T14:32:17.236Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
14:32:17 [2021-04-22T14:32:17.236Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
14:32:24 [2021-04-22T14:32:24.418Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
14:32:31 [2021-04-22T14:32:31.968Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
14:32:31 [2021-04-22T14:32:31.969Z] === RUN   TestDockerSuite/TestBuildHistory
14:32:39 [2021-04-22T14:32:39.295Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
14:32:42 [2021-04-22T14:32:42.224Z] === RUN   TestDockerSuite/TestBuildIidFile
14:32:42 [2021-04-22T14:32:42.224Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
14:32:43 [2021-04-22T14:32:43.741Z] === RUN   TestDockerSuite/TestBuildInheritance
14:32:43 [2021-04-22T14:32:43.741Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
14:32:44 [2021-04-22T14:32:44.699Z] === RUN   TestDockerSuite/TestBuildInvalidTag
14:32:44 [2021-04-22T14:32:44.699Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
14:32:49 [2021-04-22T14:32:49.343Z] === RUN   TestDockerSuite/TestBuildLabel
14:32:49 [2021-04-22T14:32:49.795Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
14:32:50 [2021-04-22T14:32:50.752Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
14:32:51 [2021-04-22T14:32:51.104Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
14:32:51 [2021-04-22T14:32:51.205Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
14:32:52 [2021-04-22T14:32:52.160Z] === RUN   TestDockerSuite/TestBuildLabels
14:32:53 [2021-04-22T14:32:53.116Z] === RUN   TestDockerSuite/TestBuildLabelsCache
14:32:54 [2021-04-22T14:32:54.637Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
14:33:00 [2021-04-22T14:33:00.384Z] === RUN   TestDockerSuite/TestBuildLastModified
14:33:00 [2021-04-22T14:33:00.384Z] === RUN   TestDockerSuite/TestBuildLineBreak
14:33:00 [2021-04-22T14:33:00.384Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
14:33:00 [2021-04-22T14:33:00.384Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
14:33:00 [2021-04-22T14:33:00.384Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
14:33:00 [2021-04-22T14:33:00.384Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
14:33:00 [2021-04-22T14:33:00.384Z] === RUN   TestDockerSuite/TestBuildMaintainer
14:33:00 [2021-04-22T14:33:00.842Z] === RUN   TestDockerSuite/TestBuildMissingArgs
14:33:01 [2021-04-22T14:33:01.802Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
14:33:03 [2021-04-22T14:33:03.402Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
14:33:06 [2021-04-22T14:33:06.454Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
14:33:10 [2021-04-22T14:33:10.427Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
14:33:17 [2021-04-22T14:33:17.438Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
14:33:24 [2021-04-22T14:33:24.055Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
14:33:24 [2021-04-22T14:33:24.055Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
14:33:24 [2021-04-22T14:33:24.508Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
14:33:25 [2021-04-22T14:33:25.904Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
14:33:27 [2021-04-22T14:33:27.682Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
14:33:43 [2021-04-22T14:33:43.942Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
14:33:52 [2021-04-22T14:33:52.710Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
14:33:52 [2021-04-22T14:33:52.710Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
14:33:54 [2021-04-22T14:33:54.355Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
14:33:58 [2021-04-22T14:33:58.454Z] === RUN   TestDockerSuite/TestBuildMultipleTags
14:33:58 [2021-04-22T14:33:58.454Z] === RUN   TestDockerSuite/TestBuildNetContainer
14:33:58 [2021-04-22T14:33:58.454Z] === RUN   TestDockerSuite/TestBuildNetNone
14:33:58 [2021-04-22T14:33:58.454Z] === RUN   TestDockerSuite/TestBuildNoContext
14:34:02 [2021-04-22T14:34:02.155Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
14:34:07 [2021-04-22T14:34:07.896Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
14:34:10 [2021-04-22T14:34:10.046Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
14:34:10 [2021-04-22T14:34:10.046Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
14:34:10 [2021-04-22T14:34:10.498Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
14:34:13 [2021-04-22T14:34:13.375Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
14:34:14 [2021-04-22T14:34:14.334Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
14:34:15 [2021-04-22T14:34:15.850Z] === RUN   TestDockerSuite/TestBuildOnBuild
14:34:15 [2021-04-22T14:34:15.993Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
14:34:19 [2021-04-22T14:34:19.402Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
14:34:26 [2021-04-22T14:34:26.099Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
14:34:26 [2021-04-22T14:34:26.418Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
14:34:28 [2021-04-22T14:34:28.252Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
14:34:32 [2021-04-22T14:34:32.155Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
14:34:37 [2021-04-22T14:34:37.901Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
14:34:40 [2021-04-22T14:34:40.551Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
14:34:43 [2021-04-22T14:34:43.425Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
14:34:48 [2021-04-22T14:34:48.012Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
14:34:55 [2021-04-22T14:34:55.519Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
14:34:55 [2021-04-22T14:34:55.519Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
14:34:58 [2021-04-22T14:34:58.150Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
14:35:01 [2021-04-22T14:35:01.843Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
14:35:02 [2021-04-22T14:35:02.847Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
14:35:06 [2021-04-22T14:35:06.497Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
14:35:07 [2021-04-22T14:35:07.450Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
14:35:07 [2021-04-22T14:35:07.450Z] === RUN   TestDockerSuite/TestBuildPATH
14:35:07 [2021-04-22T14:35:07.450Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
14:35:07 [2021-04-22T14:35:07.845Z] === RUN   TestDockerSuite/TestBuildMultipleTags
14:35:07 [2021-04-22T14:35:07.845Z] === RUN   TestDockerSuite/TestBuildNetContainer
14:35:07 [2021-04-22T14:35:07.845Z] === RUN   TestDockerSuite/TestBuildNetNone
14:35:07 [2021-04-22T14:35:07.845Z] === RUN   TestDockerSuite/TestBuildNoContext
14:35:09 [2021-04-22T14:35:09.601Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
14:35:09 [2021-04-22T14:35:09.601Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
14:35:10 [2021-04-22T14:35:10.013Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
14:35:14 [2021-04-22T14:35:14.670Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
14:35:16 [2021-04-22T14:35:16.190Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
14:35:16 [2021-04-22T14:35:16.644Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
14:35:16 [2021-04-22T14:35:16.644Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
14:35:19 [2021-04-22T14:35:19.533Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
14:35:20 [2021-04-22T14:35:20.497Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
14:35:20 [2021-04-22T14:35:20.890Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
14:35:21 [2021-04-22T14:35:21.456Z] === RUN   TestDockerSuite/TestBuildOnBuild
14:35:36 [2021-04-22T14:35:36.201Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
14:35:36 [2021-04-22T14:35:36.656Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
14:35:38 [2021-04-22T14:35:38.930Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
14:35:45 [2021-04-22T14:35:45.179Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
14:35:48 [2021-04-22T14:35:48.059Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
14:35:53 [2021-04-22T14:35:53.766Z] --- PASS: TestDockerExternalVolumeSuite (441.19s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.80s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_external_volume_driver_test.go:53: [de4ddf22e340e] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.71s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.52s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_external_volume_driver_test.go:53: [d833cbbf50276] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.65s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_external_volume_driver_test.go:53: [d036847e8428b] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_external_volume_driver_test.go:53: [d103134ecea9a] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.56s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.57s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.88s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.65s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.55s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.85s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.01s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.53s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.27s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.38s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_external_volume_driver_test.go:485: [dd53545426af9] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_external_volume_driver_test.go:53: [db08a844d687a] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z] PASS
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] === Skipped
14:35:53 [2021-04-22T14:35:53.766Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
14:35:53 [2021-04-22T14:35:53.766Z]         check_test.go:309: [d53e2b48dc710] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
14:35:53 [2021-04-22T14:35:53.766Z]         check_test.go:309: [d602b11eb197c] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
14:35:53 [2021-04-22T14:35:53.766Z]         check_test.go:309: [d1379738fd6ca] daemon is not started
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
14:35:53 [2021-04-22T14:35:53.766Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] DONE 273 tests, 5 skipped in 2778.698s
14:35:53 [2021-04-22T14:35:53.766Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
14:35:53 [2021-04-22T14:35:53.766Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d828ca906c0eb/docker.pid
14:35:53 [2021-04-22T14:35:53.766Z] +++ kill 6215
14:35:53 [2021-04-22T14:35:53.766Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6215 is not a child of this shell
14:35:53 [2021-04-22T14:35:53.766Z] warning: PID 6215 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d828ca906c0eb/docker.pid had a nonzero exit code
14:35:53 [2021-04-22T14:35:53.766Z] ++++ cat bundles/test-integration/docker.pid
14:35:53 [2021-04-22T14:35:53.766Z] +++ kill 8147
14:35:53 [2021-04-22T14:35:53.766Z] +++ /etc/init.d/apparmor stop
14:35:53 [2021-04-22T14:35:53.766Z] Leaving: AppArmorNo profiles have been unloaded.
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] Unloading profiles will leave already running processes permanently
14:35:53 [2021-04-22T14:35:53.766Z] unconfined, which can lead to unexpected situations.
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] To set a process to complain mode, use the command line tool
14:35:53 [2021-04-22T14:35:53.766Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
14:35:53 [2021-04-22T14:35:53.766Z] +++ true
14:35:53 [2021-04-22T14:35:53.766Z] exiting test-integration
14:35:53 [2021-04-22T14:35:53.766Z] ++ exit 0
14:35:53 [2021-04-22T14:35:53.766Z] 
14:35:53 [2021-04-22T14:35:53.766Z] + exit 0
14:35:53 [2021-04-22T14:35:53.766Z] ++ jobs -p
14:35:53 [2021-04-22T14:35:53.766Z] + pids=
14:35:53 [2021-04-22T14:35:53.766Z] + echo 'Remaining pids to kill: []'
14:35:53 [2021-04-22T14:35:53.766Z] Remaining pids to kill: []
14:35:53 [2021-04-22T14:35:53.766Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
14:35:53 [2021-04-22T14:35:53.780Z] Recording test results
14:35:55 [2021-04-22T14:35:55.387Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
14:35:55 [2021-04-22T14:35:55.720Z] + echo Ensuring container killed.
14:35:55 [2021-04-22T14:35:55.720Z] Ensuring container killed.
14:35:55 [2021-04-22T14:35:55.720Z] + docker ps -aq -f name=docker-pr9-*
14:35:55 [2021-04-22T14:35:55.720Z] + cids=fc1655dbddf1
14:35:55 [2021-04-22T14:35:55.720Z] 558f3f953ef8
14:35:55 [2021-04-22T14:35:55.720Z] 54cdd93829cd
14:35:55 [2021-04-22T14:35:55.720Z] + [ -n fc1655dbddf1
14:35:55 [2021-04-22T14:35:55.720Z] 558f3f953ef8
14:35:55 [2021-04-22T14:35:55.720Z] 54cdd93829cd ]
14:35:55 [2021-04-22T14:35:55.720Z] + docker rm -vf fc1655dbddf1 558f3f953ef8 54cdd93829cd
14:35:56 [2021-04-22T14:35:56.582Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
14:35:56 [2021-04-22T14:35:56.649Z] fc1655dbddf1
14:35:58 [2021-04-22T14:35:58.542Z] 558f3f953ef8
14:35:58 [2021-04-22T14:35:58.542Z] 54cdd93829cd
[Pipeline] sh
14:35:58 [2021-04-22T14:35:58.864Z] + echo Chowning /workspace to jenkins user
14:35:58 [2021-04-22T14:35:58.864Z] Chowning /workspace to jenkins user
14:35:58 [2021-04-22T14:35:58.864Z] + id -u
14:35:58 [2021-04-22T14:35:58.864Z] + id -g
14:35:58 [2021-04-22T14:35:58.864Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42164:/workspace busybox chown -R 1000:1000 /workspace
14:35:58 [2021-04-22T14:35:58.864Z] Unable to find image 'busybox:latest' locally
14:35:59 [2021-04-22T14:35:59.120Z] latest: Pulling from library/busybox
14:35:59 [2021-04-22T14:35:59.376Z] f531cdc67389: Pulling fs layer
14:35:59 [2021-04-22T14:35:59.376Z] f531cdc67389: Verifying Checksum
14:35:59 [2021-04-22T14:35:59.376Z] f531cdc67389: Download complete
14:35:59 [2021-04-22T14:35:59.376Z] f531cdc67389: Pull complete
14:35:59 [2021-04-22T14:35:59.634Z] Digest: sha256:ae39a6f5c07297d7ab64dbd4f82c77c874cc6a94cea29fdec309d0992574b4f7
14:35:59 [2021-04-22T14:35:59.634Z] Status: Downloaded newer image for busybox:latest
14:36:00 [2021-04-22T14:36:00.149Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
14:36:01 [2021-04-22T14:36:01.246Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
14:36:03 [2021-04-22T14:36:03.236Z] + bundleName=amd64
14:36:03 [2021-04-22T14:36:03.236Z] + echo Creating amd64-bundles.tar.gz
14:36:03 [2021-04-22T14:36:03.236Z] Creating amd64-bundles.tar.gz
14:36:03 [2021-04-22T14:36:03.236Z] + find bundles -path */root/*overlay2 -prune+ xargs tar -czf amd64-bundles.tar.gz
14:36:03 [2021-04-22T14:36:03.236Z]  -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
14:36:04 [2021-04-22T14:36:04.172Z] Archiving artifacts
14:36:05 [2021-04-22T14:36:05.904Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
14:36:05 [2021-04-22T14:36:05.993Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:36:06 [2021-04-22T14:36:06.347Z] + make clean
14:36:06 [2021-04-22T14:36:06.603Z] docker volume rm -f docker-dev-cache
14:36:06 [2021-04-22T14:36:06.603Z] docker-dev-cache
[Pipeline] deleteDir
14:36:06 [2021-04-22T14:36:06.862Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
14:36:06 [2021-04-22T14:36:06.862Z] === RUN   TestDockerSuite/TestBuildPATH
14:36:06 [2021-04-22T14:36:06.862Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
14:36:09 [2021-04-22T14:36:09.019Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
14:36:09 [2021-04-22T14:36:09.019Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:36:14 [2021-04-22T14:36:14.890Z] === RUN   TestDockerSuite/TestBuildRm
14:36:29 [2021-04-22T14:36:29.621Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
14:36:31 [2021-04-22T14:36:31.139Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
14:36:31 [2021-04-22T14:36:31.139Z] === RUN   TestDockerSuite/TestBuildScratchCopy
14:36:31 [2021-04-22T14:36:31.591Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
14:36:33 [2021-04-22T14:36:33.109Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
14:36:37 [2021-04-22T14:36:37.751Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
14:36:42 [2021-04-22T14:36:42.394Z] === RUN   TestDockerSuite/TestBuildShellInherited
14:36:47 [2021-04-22T14:36:47.043Z] === RUN   TestDockerSuite/TestBuildShellMultiple
14:36:51 [2021-04-22T14:36:51.502Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
14:37:12 [2021-04-22T14:37:12.070Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
14:37:12 [2021-04-22T14:37:12.070Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
14:37:12 [2021-04-22T14:37:12.070Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
14:37:12 [2021-04-22T14:37:12.513Z] === RUN   TestDockerSuite/TestBuildRm
14:37:20 [2021-04-22T14:37:20.589Z] === RUN   TestDockerSuite/TestBuildSpaces
14:37:21 [2021-04-22T14:37:21.044Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
14:37:24 [2021-04-22T14:37:24.860Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
14:37:26 [2021-04-22T14:37:26.380Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
14:37:26 [2021-04-22T14:37:26.380Z] === RUN   TestDockerSuite/TestBuildScratchCopy
14:37:26 [2021-04-22T14:37:26.795Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
14:37:26 [2021-04-22T14:37:26.795Z] === RUN   TestDockerSuite/TestBuildStderr
14:37:26 [2021-04-22T14:37:26.833Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
14:37:28 [2021-04-22T14:37:28.357Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
14:37:31 [2021-04-22T14:37:31.439Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
14:37:32 [2021-04-22T14:37:32.058Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
14:37:40 [2021-04-22T14:37:40.569Z] === RUN   TestDockerSuite/TestBuildShellInherited
14:37:45 [2021-04-22T14:37:45.223Z] === RUN   TestDockerSuite/TestBuildShellMultiple
14:38:02 [2021-04-22T14:38:02.833Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
14:38:02 [2021-04-22T14:38:02.833Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
14:38:02 [2021-04-22T14:38:02.833Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
14:38:11 [2021-04-22T14:38:11.354Z] === RUN   TestDockerSuite/TestBuildSpaces
14:38:11 [2021-04-22T14:38:11.354Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
14:38:16 [2021-04-22T14:38:16.015Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
14:38:16 [2021-04-22T14:38:16.015Z] === RUN   TestDockerSuite/TestBuildStderr
14:38:20 [2021-04-22T14:38:20.664Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
14:38:21 [2021-04-22T14:38:21.982Z] === RUN   TestDockerSuite/TestBuildStopSignal
14:38:21 [2021-04-22T14:38:21.982Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
14:38:21 [2021-04-22T14:38:21.982Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
14:38:21 [2021-04-22T14:38:21.982Z] === RUN   TestDockerSuite/TestBuildTagEvent
14:38:25 [2021-04-22T14:38:25.677Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
14:38:30 [2021-04-22T14:38:30.316Z] === RUN   TestDockerSuite/TestBuildUser
14:38:30 [2021-04-22T14:38:30.316Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:38:30 [2021-04-22T14:38:30.316Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:38:30 [2021-04-22T14:38:30.316Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:38:40 [2021-04-22T14:38:40.559Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:38:40 [2021-04-22T14:38:40.559Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:38:41 [2021-04-22T14:38:41.673Z] === RUN   TestDockerSuite/TestBuildStopSignal
14:38:41 [2021-04-22T14:38:41.674Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
14:38:43 [2021-04-22T14:38:43.436Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:38:43 [2021-04-22T14:38:43.436Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:38:43 [2021-04-22T14:38:43.436Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:38:48 [2021-04-22T14:38:48.712Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
14:38:49 [2021-04-22T14:38:49.670Z] === RUN   TestDockerSuite/TestBuildTagEvent
14:38:54 [2021-04-22T14:38:54.320Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
14:39:00 [2021-04-22T14:39:00.075Z] === RUN   TestDockerSuite/TestBuildUser
14:39:00 [2021-04-22T14:39:00.075Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
14:39:00 [2021-04-22T14:39:00.075Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
14:39:00 [2021-04-22T14:39:00.075Z] === RUN   TestDockerSuite/TestBuildVerboseOut
14:39:03 [2021-04-22T14:39:03.779Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
14:39:04 [2021-04-22T14:39:04.232Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
14:39:08 [2021-04-22T14:39:08.461Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:39:08 [2021-04-22T14:39:08.461Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:39:12 [2021-04-22T14:39:12.742Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
14:39:12 [2021-04-22T14:39:12.742Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
14:39:12 [2021-04-22T14:39:12.742Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
14:39:18 [2021-04-22T14:39:18.712Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:39:24 [2021-04-22T14:39:24.456Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:39:24 [2021-04-22T14:39:24.456Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:39:24 [2021-04-22T14:39:24.456Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:39:27 [2021-04-22T14:39:27.326Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:39:27 [2021-04-22T14:39:27.778Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
14:39:33 [2021-04-22T14:39:33.775Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
14:39:34 [2021-04-22T14:39:34.228Z] === RUN   TestDockerSuite/TestBuildWindowsUser
14:39:42 [2021-04-22T14:39:42.747Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
14:39:45 [2021-04-22T14:39:45.364Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:39:47 [2021-04-22T14:39:47.514Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:39:47 [2021-04-22T14:39:47.965Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:39:52 [2021-04-22T14:39:52.995Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
14:39:53 [2021-04-22T14:39:53.448Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
14:39:53 [2021-04-22T14:39:53.448Z] === RUN   TestDockerSuite/TestBuildWithFailure
14:39:56 [2021-04-22T14:39:56.326Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
14:39:56 [2021-04-22T14:39:56.779Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
14:40:02 [2021-04-22T14:40:02.679Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:40:03 [2021-04-22T14:40:03.131Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:40:03 [2021-04-22T14:40:03.583Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:40:03 [2021-04-22T14:40:03.583Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:40:05 [2021-04-22T14:40:05.098Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:40:07 [2021-04-22T14:40:07.031Z] === RUN   TestDockerSuite/TestBuildWithTabs
14:40:11 [2021-04-22T14:40:11.678Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
14:40:12 [2021-04-22T14:40:12.131Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
14:40:13 [2021-04-22T14:40:13.594Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:40:14 [2021-04-22T14:40:14.547Z] === RUN   TestDockerSuite/TestBuildXZHost
14:40:14 [2021-04-22T14:40:14.998Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:40:14 [2021-04-22T14:40:14.998Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:40:14 [2021-04-22T14:40:14.998Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:40:17 [2021-04-22T14:40:17.146Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:40:22 [2021-04-22T14:40:22.878Z] === RUN   TestDockerSuite/TestCommitChange
14:40:27 [2021-04-22T14:40:27.520Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:40:29 [2021-04-22T14:40:29.719Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
14:40:30 [2021-04-22T14:40:30.172Z] === RUN   TestDockerSuite/TestBuildWithVolumes
14:40:30 [2021-04-22T14:40:30.625Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
14:40:30 [2021-04-22T14:40:30.625Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
14:40:31 [2021-04-22T14:40:31.580Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
14:40:33 [2021-04-22T14:40:33.257Z] === RUN   TestDockerSuite/TestCommitHardlink
14:40:33 [2021-04-22T14:40:33.257Z] === RUN   TestDockerSuite/TestCommitNewFile
14:40:40 [2021-04-22T14:40:40.089Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
14:40:40 [2021-04-22T14:40:40.264Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:40:40 [2021-04-22T14:40:40.264Z] === RUN   TestDockerSuite/TestCommitTTY
14:40:41 [2021-04-22T14:40:41.606Z] === RUN   TestDockerSuite/TestBuildXZHost
14:40:41 [2021-04-22T14:40:41.606Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
14:40:41 [2021-04-22T14:40:41.606Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
14:40:41 [2021-04-22T14:40:41.606Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
14:40:43 [2021-04-22T14:40:43.758Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
14:40:48 [2021-04-22T14:40:48.403Z] === RUN   TestDockerSuite/TestCommitChange
14:40:48 [2021-04-22T14:40:48.763Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:40:53 [2021-04-22T14:40:53.047Z] === RUN   TestDockerSuite/TestCommitChangeLabels
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
14:40:53 [2021-04-22T14:40:53.400Z] === RUN   TestDockerSuite/TestContainerAPICommit
14:40:57 [2021-04-22T14:40:57.690Z] === RUN   TestDockerSuite/TestCommitHardlink
14:40:57 [2021-04-22T14:40:57.690Z] === RUN   TestDockerSuite/TestCommitNewFile
14:41:01 [2021-04-22T14:41:01.900Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
14:41:08 [2021-04-22T14:41:08.907Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
14:41:08 [2021-04-22T14:41:08.907Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
14:41:10 [2021-04-22T14:41:10.000Z] === RUN   TestDockerSuite/TestCommitPausedContainer
14:41:10 [2021-04-22T14:41:10.000Z] === RUN   TestDockerSuite/TestCommitTTY
14:41:11 [2021-04-22T14:41:11.774Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
14:41:11 [2021-04-22T14:41:11.774Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
14:41:11 [2021-04-22T14:41:11.774Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
14:41:11 [2021-04-22T14:41:11.774Z] === RUN   TestDockerSuite/TestContainerAPICreate
14:41:14 [2021-04-22T14:41:14.643Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
14:41:14 [2021-04-22T14:41:14.643Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
14:41:14 [2021-04-22T14:41:14.643Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
14:41:15 [2021-04-22T14:41:15.745Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
14:41:17 [2021-04-22T14:41:17.513Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
14:41:17 [2021-04-22T14:41:17.513Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
14:41:17 [2021-04-22T14:41:17.513Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
14:41:17 [2021-04-22T14:41:17.513Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
14:41:17 [2021-04-22T14:41:17.513Z] === RUN   TestDockerSuite/TestContainerAPIDelete
14:41:19 [2021-04-22T14:41:19.452Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
14:41:19 [2021-04-22T14:41:19.452Z] === RUN   TestDockerSuite/TestCommitWithoutPause
14:41:19 [2021-04-22T14:41:19.452Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
14:41:19 [2021-04-22T14:41:19.452Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
14:41:19 [2021-04-22T14:41:19.452Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
14:41:19 [2021-04-22T14:41:19.917Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
14:41:19 [2021-04-22T14:41:19.917Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
14:41:19 [2021-04-22T14:41:19.917Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
14:41:19 [2021-04-22T14:41:19.917Z] === RUN   TestDockerSuite/TestContainerAPICommit
14:41:20 [2021-04-22T14:41:20.386Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
14:41:23 [2021-04-22T14:41:23.255Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
14:41:25 [2021-04-22T14:41:25.402Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
14:41:25 [2021-04-22T14:41:25.403Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
14:41:25 [2021-04-22T14:41:25.403Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
14:41:26 [2021-04-22T14:41:26.940Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
14:41:27 [2021-04-22T14:41:27.551Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
14:41:27 [2021-04-22T14:41:27.551Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
14:41:30 [2021-04-22T14:41:30.420Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
14:41:30 [2021-04-22T14:41:30.420Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
14:41:30 [2021-04-22T14:41:30.420Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
14:41:32 [2021-04-22T14:41:32.570Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
14:41:32 [2021-04-22T14:41:32.570Z] === RUN   TestDockerSuite/TestContainerAPIKill
14:41:33 [2021-04-22T14:41:33.956Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
14:41:33 [2021-04-22T14:41:33.956Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
14:41:34 [2021-04-22T14:41:34.722Z] === RUN   TestDockerSuite/TestContainerAPIPause
14:41:34 [2021-04-22T14:41:34.722Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
14:41:34 [2021-04-22T14:41:34.912Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
14:41:34 [2021-04-22T14:41:34.912Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
14:41:34 [2021-04-22T14:41:34.912Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
14:41:34 [2021-04-22T14:41:34.912Z] === RUN   TestDockerSuite/TestContainerAPICreate
14:41:37 [2021-04-22T14:41:37.062Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
14:41:37 [2021-04-22T14:41:37.062Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
14:41:37 [2021-04-22T14:41:37.062Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
14:41:38 [2021-04-22T14:41:38.419Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
14:41:38 [2021-04-22T14:41:38.419Z] === RUN   TestDockerSuite/TestContainerAPIRename
14:41:39 [2021-04-22T14:41:39.934Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
14:41:39 [2021-04-22T14:41:39.934Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
14:41:39 [2021-04-22T14:41:39.934Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
14:41:39 [2021-04-22T14:41:39.934Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
14:41:39 [2021-04-22T14:41:39.934Z] === RUN   TestDockerSuite/TestContainerAPIDelete
14:41:41 [2021-04-22T14:41:41.287Z] === RUN   TestDockerSuite/TestContainerAPIRestart
14:41:42 [2021-04-22T14:41:42.089Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
14:41:44 [2021-04-22T14:41:44.239Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
14:41:45 [2021-04-22T14:41:45.924Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
14:41:46 [2021-04-22T14:41:46.390Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
14:41:46 [2021-04-22T14:41:46.390Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
14:41:46 [2021-04-22T14:41:46.390Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
14:41:48 [2021-04-22T14:41:48.550Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
14:41:48 [2021-04-22T14:41:48.550Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
14:41:50 [2021-04-22T14:41:50.560Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
14:41:50 [2021-04-22T14:41:50.561Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
14:41:50 [2021-04-22T14:41:50.561Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
14:41:50 [2021-04-22T14:41:50.561Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
14:41:50 [2021-04-22T14:41:50.561Z] === RUN   TestDockerSuite/TestContainerAPIStart
14:41:50 [2021-04-22T14:41:50.701Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
14:41:50 [2021-04-22T14:41:50.701Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
14:41:50 [2021-04-22T14:41:50.701Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
14:41:52 [2021-04-22T14:41:52.708Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
14:41:52 [2021-04-22T14:41:52.709Z] === RUN   TestDockerSuite/TestContainerAPIStop
14:41:52 [2021-04-22T14:41:52.852Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
14:41:52 [2021-04-22T14:41:52.852Z] === RUN   TestDockerSuite/TestContainerAPIKill
14:41:55 [2021-04-22T14:41:55.007Z] === RUN   TestDockerSuite/TestContainerAPIPause
14:41:55 [2021-04-22T14:41:55.007Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
14:41:55 [2021-04-22T14:41:55.577Z] === RUN   TestDockerSuite/TestContainerAPITop
14:41:55 [2021-04-22T14:41:55.577Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
14:41:57 [2021-04-22T14:41:57.158Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
14:41:57 [2021-04-22T14:41:57.611Z] === RUN   TestDockerSuite/TestContainerAPIRename
14:41:57 [2021-04-22T14:41:57.725Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
14:41:57 [2021-04-22T14:41:57.725Z] === RUN   TestDockerSuite/TestContainerAPIWait
14:42:02 [2021-04-22T14:42:02.359Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
14:42:04 [2021-04-22T14:42:04.507Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:42:04 [2021-04-22T14:42:04.507Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:42:04 [2021-04-22T14:42:04.507Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:42:04 [2021-04-22T14:42:04.507Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:42:04 [2021-04-22T14:42:04.507Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:42:04 [2021-04-22T14:42:04.507Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
14:42:04 [2021-04-22T14:42:04.631Z] === RUN   TestDockerSuite/TestContainerAPIRestart
14:42:06 [2021-04-22T14:42:06.653Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
14:42:06 [2021-04-22T14:42:06.653Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
14:42:09 [2021-04-22T14:42:09.519Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
14:42:11 [2021-04-22T14:42:11.669Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
14:42:13 [2021-04-22T14:42:13.129Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
14:42:14 [2021-04-22T14:42:14.535Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
14:42:16 [2021-04-22T14:42:16.826Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
14:42:16 [2021-04-22T14:42:16.826Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
14:42:16 [2021-04-22T14:42:16.826Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
14:42:16 [2021-04-22T14:42:16.826Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
14:42:16 [2021-04-22T14:42:16.826Z] === RUN   TestDockerSuite/TestContainerAPIStart
14:42:17 [2021-04-22T14:42:17.400Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000838c00_<nil>}
14:42:18 [2021-04-22T14:42:18.342Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
14:42:18 [2021-04-22T14:42:18.342Z] === RUN   TestDockerSuite/TestContainerAPIStop
14:42:19 [2021-04-22T14:42:19.549Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1823512782_c:\foo_false__<nil>_<nil>_<nil>}
14:42:20 [2021-04-22T14:42:20.494Z] === RUN   TestDockerSuite/TestContainerAPITop
14:42:20 [2021-04-22T14:42:20.494Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
14:42:22 [2021-04-22T14:42:22.419Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1823512782_c:\foo_true__<nil>_<nil>_<nil>}
14:42:22 [2021-04-22T14:42:22.645Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
14:42:22 [2021-04-22T14:42:22.645Z] === RUN   TestDockerSuite/TestContainerAPIWait
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:42:25 [2021-04-22T14:42:25.286Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:42:27 [2021-04-22T14:42:27.291Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:42:28 [2021-04-22T14:42:28.155Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:42:28 [2021-04-22T14:42:28.156Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:42:28 [2021-04-22T14:42:28.156Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:42:28 [2021-04-22T14:42:28.156Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:42:28 [2021-04-22T14:42:28.156Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:42:28 [2021-04-22T14:42:28.808Z] === RUN   TestDockerSuite/TestContainerNetworkMode
14:42:28 [2021-04-22T14:42:28.808Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
14:42:28 [2021-04-22T14:42:28.808Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
14:42:28 [2021-04-22T14:42:28.808Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
14:42:28 [2021-04-22T14:42:28.808Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
14:42:28 [2021-04-22T14:42:28.808Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
14:42:30 [2021-04-22T14:42:30.958Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
14:42:30 [2021-04-22T14:42:30.958Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
14:42:31 [2021-04-22T14:42:31.029Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:42:31 [2021-04-22T14:42:31.029Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:42:31 [2021-04-22T14:42:31.029Z] === RUN   TestDockerSuite/TestCpRelativePath
14:42:33 [2021-04-22T14:42:33.110Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
14:42:33 [2021-04-22T14:42:33.898Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:42:33 [2021-04-22T14:42:33.898Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:42:33 [2021-04-22T14:42:33.898Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:42:33 [2021-04-22T14:42:33.898Z] === RUN   TestDockerSuite/TestCpToCaseA
14:42:39 [2021-04-22T14:42:39.632Z] === RUN   TestDockerSuite/TestCpToCaseB
14:42:40 [2021-04-22T14:42:40.137Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
14:42:41 [2021-04-22T14:42:41.779Z] === RUN   TestDockerSuite/TestCpToCaseC
14:42:41 [2021-04-22T14:42:41.779Z] === RUN   TestDockerSuite/TestCpToCaseD
14:42:41 [2021-04-22T14:42:41.779Z] === RUN   TestDockerSuite/TestCpToCaseE
14:42:43 [2021-04-22T14:42:43.010Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
14:42:45 [2021-04-22T14:42:45.163Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0007864e0_<nil>}
14:42:48 [2021-04-22T14:42:48.033Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1658423306_c:\foo_false__<nil>_<nil>_<nil>}
14:42:50 [2021-04-22T14:42:50.183Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1658423306_c:\foo_true__<nil>_<nil>_<nil>}
14:42:52 [2021-04-22T14:42:52.035Z] === RUN   TestDockerSuite/TestCpToCaseF
14:42:52 [2021-04-22T14:42:52.035Z] === RUN   TestDockerSuite/TestCpToCaseG
14:42:52 [2021-04-22T14:42:52.035Z] === RUN   TestDockerSuite/TestCpToCaseH
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestCopyAndRestart
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
14:42:53 [2021-04-22T14:42:53.055Z] === RUN   TestDockerSuite/TestCpAbsolutePath
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseA
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseB
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseC
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseD
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseE
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseF
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseG
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseH
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseI
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromCaseJ
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
14:43:00 [2021-04-22T14:43:00.070Z] === RUN   TestDockerSuite/TestCpGarbagePath
14:43:02 [2021-04-22T14:43:02.280Z] === RUN   TestDockerSuite/TestCpToCaseI
14:43:02 [2021-04-22T14:43:02.280Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:43:02 [2021-04-22T14:43:02.280Z] === RUN   TestDockerSuite/TestCpToDot
14:43:02 [2021-04-22T14:43:02.944Z] === RUN   TestDockerSuite/TestCpLocalOnly
14:43:02 [2021-04-22T14:43:02.944Z] === RUN   TestDockerSuite/TestCpNameHasColon
14:43:02 [2021-04-22T14:43:02.944Z] === RUN   TestDockerSuite/TestCpRelativePath
14:43:05 [2021-04-22T14:43:05.149Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:43:05 [2021-04-22T14:43:05.149Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:43:05 [2021-04-22T14:43:05.149Z] === RUN   TestDockerSuite/TestCpToStdout
14:43:05 [2021-04-22T14:43:05.814Z] === RUN   TestDockerSuite/TestCpSpecialFiles
14:43:05 [2021-04-22T14:43:05.814Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
14:43:05 [2021-04-22T14:43:05.814Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
14:43:05 [2021-04-22T14:43:05.814Z] === RUN   TestDockerSuite/TestCpToCaseA
14:43:08 [2021-04-22T14:43:08.017Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:43:08 [2021-04-22T14:43:08.017Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:43:08 [2021-04-22T14:43:08.017Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:43:08 [2021-04-22T14:43:08.017Z] === RUN   TestDockerSuite/TestCpVolumePath
14:43:08 [2021-04-22T14:43:08.017Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:43:08 [2021-04-22T14:43:08.017Z] === RUN   TestDockerSuite/TestCreateArgs
14:43:08 [2021-04-22T14:43:08.017Z] === RUN   TestDockerSuite/TestCreateByImageID
14:43:09 [2021-04-22T14:43:09.514Z] === RUN   TestDockerSuite/TestCpToCaseB
14:43:10 [2021-04-22T14:43:10.166Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:43:11 [2021-04-22T14:43:11.666Z] === RUN   TestDockerSuite/TestCpToCaseC
14:43:11 [2021-04-22T14:43:11.666Z] === RUN   TestDockerSuite/TestCpToCaseD
14:43:11 [2021-04-22T14:43:11.666Z] === RUN   TestDockerSuite/TestCpToCaseE
14:43:13 [2021-04-22T14:43:13.036Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:43:13 [2021-04-22T14:43:13.487Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:43:13 [2021-04-22T14:43:13.487Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:43:15 [2021-04-22T14:43:15.634Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:43:16 [2021-04-22T14:43:16.587Z] === RUN   TestDockerSuite/TestCreateLabels
14:43:16 [2021-04-22T14:43:16.587Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:43:16 [2021-04-22T14:43:16.587Z] === RUN   TestDockerSuite/TestCreateRM
14:43:17 [2021-04-22T14:43:17.038Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:43:17 [2021-04-22T14:43:17.038Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:43:17 [2021-04-22T14:43:17.490Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:43:17 [2021-04-22T14:43:17.942Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:43:26 [2021-04-22T14:43:26.391Z] === RUN   TestDockerSuite/TestCpToCaseF
14:43:26 [2021-04-22T14:43:26.391Z] === RUN   TestDockerSuite/TestCpToCaseG
14:43:26 [2021-04-22T14:43:26.391Z] === RUN   TestDockerSuite/TestCpToCaseH
14:43:26 [2021-04-22T14:43:26.434Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:43:26 [2021-04-22T14:43:26.434Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:43:26 [2021-04-22T14:43:26.885Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:43:31 [2021-04-22T14:43:31.529Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:43:31 [2021-04-22T14:43:31.529Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
14:43:31 [2021-04-22T14:43:31.529Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDevicePermissions
14:43:33 [2021-04-22T14:43:33.676Z] === RUN   TestDockerSuite/TestDockerFails
14:43:34 [2021-04-22T14:43:34.128Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:43:34 [2021-04-22T14:43:34.128Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:43:34 [2021-04-22T14:43:34.128Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:43:34 [2021-04-22T14:43:34.128Z] === RUN   TestDockerSuite/TestEventsAttach
14:43:34 [2021-04-22T14:43:34.128Z] === RUN   TestDockerSuite/TestEventsCommit
14:43:34 [2021-04-22T14:43:34.128Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:43:36 [2021-04-22T14:43:36.997Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
14:43:38 [2021-04-22T14:43:38.692Z] === RUN   TestDockerSuite/TestCpToCaseI
14:43:38 [2021-04-22T14:43:38.692Z] === RUN   TestDockerSuite/TestCpToCaseJ
14:43:38 [2021-04-22T14:43:38.692Z] === RUN   TestDockerSuite/TestCpToDot
14:43:39 [2021-04-22T14:43:39.863Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
14:43:40 [2021-04-22T14:43:40.209Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
14:43:40 [2021-04-22T14:43:40.209Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
14:43:40 [2021-04-22T14:43:40.209Z] === RUN   TestDockerSuite/TestCpToStdout
14:43:42 [2021-04-22T14:43:42.360Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
14:43:42 [2021-04-22T14:43:42.360Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
14:43:42 [2021-04-22T14:43:42.361Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
14:43:42 [2021-04-22T14:43:42.361Z] === RUN   TestDockerSuite/TestCpVolumePath
14:43:42 [2021-04-22T14:43:42.361Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
14:43:42 [2021-04-22T14:43:42.729Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:43:42 [2021-04-22T14:43:42.812Z] === RUN   TestDockerSuite/TestCreateArgs
14:43:42 [2021-04-22T14:43:42.812Z] === RUN   TestDockerSuite/TestCreateByImageID
14:43:44 [2021-04-22T14:43:44.962Z] === RUN   TestDockerSuite/TestCreateEchoStdout
14:43:47 [2021-04-22T14:43:47.113Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
14:43:47 [2021-04-22T14:43:47.113Z] === RUN   TestDockerSuite/TestCreateHostConfig
14:43:47 [2021-04-22T14:43:47.113Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
14:43:49 [2021-04-22T14:43:49.264Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
14:43:49 [2021-04-22T14:43:49.715Z] === RUN   TestDockerSuite/TestCreateLabels
14:43:49 [2021-04-22T14:43:49.715Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
14:43:49 [2021-04-22T14:43:49.715Z] === RUN   TestDockerSuite/TestCreateRM
14:43:50 [2021-04-22T14:43:50.168Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
14:43:50 [2021-04-22T14:43:50.168Z] === RUN   TestDockerSuite/TestCreateStopSignal
14:43:50 [2021-04-22T14:43:50.168Z] === RUN   TestDockerSuite/TestCreateStopTimeout
14:43:50 [2021-04-22T14:43:50.620Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
14:43:52 [2021-04-22T14:43:52.967Z] === RUN   TestDockerSuite/TestEventsCopy
14:43:56 [2021-04-22T14:43:56.662Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:43:59 [2021-04-22T14:43:59.128Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
14:43:59 [2021-04-22T14:43:59.128Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
14:43:59 [2021-04-22T14:43:59.128Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
14:44:01 [2021-04-22T14:44:01.998Z] === RUN   TestDockerSuite/TestCreateWithPortRange
14:44:01 [2021-04-22T14:44:01.998Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
14:44:01 [2021-04-22T14:44:01.998Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
14:44:02 [2021-04-22T14:44:02.393Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
14:44:04 [2021-04-22T14:44:04.149Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestDevicePermissions
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestDockerFails
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestEventsAttach
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestEventsCommit
14:44:04 [2021-04-22T14:44:04.616Z] === RUN   TestDockerSuite/TestEventsContainerEvents
14:44:05 [2021-04-22T14:44:05.259Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:44:06 [2021-04-22T14:44:06.217Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:44:06 [2021-04-22T14:44:06.767Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
14:44:08 [2021-04-22T14:44:08.919Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
14:44:10 [2021-04-22T14:44:10.853Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:44:11 [2021-04-22T14:44:11.081Z] === RUN   TestDockerSuite/TestEventsContainerRestart
14:44:11 [2021-04-22T14:44:11.307Z] === RUN   TestDockerSuite/TestEventsFilterType
14:44:12 [2021-04-22T14:44:12.261Z] === RUN   TestDockerSuite/TestEventsFilters
14:44:17 [2021-04-22T14:44:17.995Z] === RUN   TestDockerSuite/TestEventsFormat
14:44:23 [2021-04-22T14:44:23.382Z] === RUN   TestDockerSuite/TestEventsCopy
14:44:23 [2021-04-22T14:44:23.730Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:44:23 [2021-04-22T14:44:23.730Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:44:23 [2021-04-22T14:44:23.730Z] === RUN   TestDockerSuite/TestEventsImageImport
14:44:23 [2021-04-22T14:44:23.730Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:44:23 [2021-04-22T14:44:23.730Z] === RUN   TestDockerSuite/TestEventsImagePull
14:44:23 [2021-04-22T14:44:23.730Z] === RUN   TestDockerSuite/TestEventsImageTag
14:44:24 [2021-04-22T14:44:24.683Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:44:24 [2021-04-22T14:44:24.683Z] === RUN   TestDockerSuite/TestEventsRename
14:44:27 [2021-04-22T14:44:27.550Z] === RUN   TestDockerSuite/TestEventsResize
14:44:28 [2021-04-22T14:44:28.027Z] === RUN   TestDockerSuite/TestEventsFilterContainer
14:44:32 [2021-04-22T14:44:32.669Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
14:44:35 [2021-04-22T14:44:35.540Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
14:44:35 [2021-04-22T14:44:35.992Z] === RUN   TestDockerSuite/TestEventsFilterImageName
14:44:36 [2021-04-22T14:44:36.048Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:44:38 [2021-04-22T14:44:38.197Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:44:39 [2021-04-22T14:44:39.689Z] === RUN   TestDockerSuite/TestEventsFilterLabels
14:44:40 [2021-04-22T14:44:40.142Z] === RUN   TestDockerSuite/TestEventsFilterType
14:44:41 [2021-04-22T14:44:41.067Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:44:41 [2021-04-22T14:44:41.096Z] === RUN   TestDockerSuite/TestEventsFilters
14:44:45 [2021-04-22T14:44:45.712Z] === RUN   TestDockerSuite/TestEventsTop
14:44:45 [2021-04-22T14:44:45.712Z] === RUN   TestDockerSuite/TestEventsUntag
14:44:45 [2021-04-22T14:44:45.742Z] === RUN   TestDockerSuite/TestEventsFormat
14:44:48 [2021-04-22T14:44:48.680Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
14:44:50 [2021-04-22T14:44:50.516Z] === RUN   TestDockerSuite/TestEventsFormatBadField
14:44:50 [2021-04-22T14:44:50.516Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
14:44:50 [2021-04-22T14:44:50.516Z] === RUN   TestDockerSuite/TestEventsImageImport
14:44:50 [2021-04-22T14:44:50.516Z] === RUN   TestDockerSuite/TestEventsImageLoad
14:44:50 [2021-04-22T14:44:50.516Z] === RUN   TestDockerSuite/TestEventsImagePull
14:44:50 [2021-04-22T14:44:50.516Z] === RUN   TestDockerSuite/TestEventsImageTag
14:44:50 [2021-04-22T14:44:50.968Z] === RUN   TestDockerSuite/TestEventsPluginOps
14:44:50 [2021-04-22T14:44:50.968Z] === RUN   TestDockerSuite/TestEventsRename
14:44:53 [2021-04-22T14:44:53.321Z] === RUN   TestDockerSuite/TestExec
14:44:53 [2021-04-22T14:44:53.321Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
14:44:53 [2021-04-22T14:44:53.321Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
14:44:53 [2021-04-22T14:44:53.842Z] === RUN   TestDockerSuite/TestEventsResize
14:44:55 [2021-04-22T14:44:55.470Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
14:44:57 [2021-04-22T14:44:57.617Z] === RUN   TestDockerSuite/TestExecAPIStart
14:44:57 [2021-04-22T14:44:57.617Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
14:44:57 [2021-04-22T14:44:57.617Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
14:44:57 [2021-04-22T14:44:57.617Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
14:44:59 [2021-04-22T14:44:59.764Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
14:45:00 [2021-04-22T14:45:00.851Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
14:45:02 [2021-04-22T14:45:02.633Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
14:45:03 [2021-04-22T14:45:03.003Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
14:45:04 [2021-04-22T14:45:04.783Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
14:45:05 [2021-04-22T14:45:05.153Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
14:45:06 [2021-04-22T14:45:06.929Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:45:09 [2021-04-22T14:45:09.793Z] === RUN   TestDockerSuite/TestEventsTop
14:45:09 [2021-04-22T14:45:09.793Z] === RUN   TestDockerSuite/TestEventsUntag
14:45:11 [2021-04-22T14:45:11.694Z] === RUN   TestDockerSuite/TestExecCgroup
14:45:11 [2021-04-22T14:45:11.694Z] === RUN   TestDockerSuite/TestExecEnv
14:45:11 [2021-04-22T14:45:11.694Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:45:11 [2021-04-22T14:45:11.694Z] === RUN   TestDockerSuite/TestExecExitStatus
14:45:12 [2021-04-22T14:45:12.664Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
14:45:13 [2021-04-22T14:45:13.841Z] === RUN   TestDockerSuite/TestExecInspectID
14:45:16 [2021-04-22T14:45:16.356Z] === RUN   TestDockerSuite/TestExec
14:45:16 [2021-04-22T14:45:16.356Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
14:45:16 [2021-04-22T14:45:16.356Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
14:45:17 [2021-04-22T14:45:17.874Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
14:45:18 [2021-04-22T14:45:18.477Z] === RUN   TestDockerSuite/TestExecInteractive
14:45:18 [2021-04-22T14:45:18.477Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:45:18 [2021-04-22T14:45:18.928Z] === RUN   TestDockerSuite/TestExecParseError
14:45:18 [2021-04-22T14:45:18.928Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:45:18 [2021-04-22T14:45:18.928Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
14:45:18 [2021-04-22T14:45:18.928Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
14:45:19 [2021-04-22T14:45:19.390Z] === RUN   TestDockerSuite/TestExecAPIStart
14:45:19 [2021-04-22T14:45:19.842Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
14:45:19 [2021-04-22T14:45:19.842Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
14:45:19 [2021-04-22T14:45:19.842Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
14:45:21 [2021-04-22T14:45:21.075Z] === RUN   TestDockerSuite/TestExecSetEnv
14:45:21 [2021-04-22T14:45:21.075Z] === RUN   TestDockerSuite/TestExecStartFails
14:45:21 [2021-04-22T14:45:21.075Z] === RUN   TestDockerSuite/TestExecStateCleanup
14:45:21 [2021-04-22T14:45:21.075Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:45:21 [2021-04-22T14:45:21.075Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:45:21 [2021-04-22T14:45:21.075Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:45:21 [2021-04-22T14:45:21.365Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
14:45:23 [2021-04-22T14:45:23.514Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
14:45:24 [2021-04-22T14:45:24.162Z] === RUN   TestDockerSuite/TestExecUlimits
14:45:24 [2021-04-22T14:45:24.162Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:45:25 [2021-04-22T14:45:25.665Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
14:45:27 [2021-04-22T14:45:27.183Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
14:45:30 [2021-04-22T14:45:30.072Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:45:30 [2021-04-22T14:45:30.072Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:45:30 [2021-04-22T14:45:30.072Z] === RUN   TestDockerSuite/TestExecWithUser
14:45:30 [2021-04-22T14:45:30.072Z] === RUN   TestDockerSuite/TestGetContainerStats
14:45:30 [2021-04-22T14:45:30.885Z] === RUN   TestDockerSuite/TestExecCgroup
14:45:30 [2021-04-22T14:45:30.886Z] === RUN   TestDockerSuite/TestExecEnv
14:45:30 [2021-04-22T14:45:30.886Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
14:45:30 [2021-04-22T14:45:30.886Z] === RUN   TestDockerSuite/TestExecExitStatus
14:45:33 [2021-04-22T14:45:33.043Z] === RUN   TestDockerSuite/TestExecInspectID
14:45:35 [2021-04-22T14:45:35.803Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
14:45:37 [2021-04-22T14:45:37.682Z] === RUN   TestDockerSuite/TestExecInteractive
14:45:37 [2021-04-22T14:45:37.682Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
14:45:37 [2021-04-22T14:45:37.682Z] === RUN   TestDockerSuite/TestExecParseError
14:45:37 [2021-04-22T14:45:37.682Z] === RUN   TestDockerSuite/TestExecPausedContainer
14:45:37 [2021-04-22T14:45:37.682Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
14:45:37 [2021-04-22T14:45:37.682Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
14:45:40 [2021-04-22T14:45:40.556Z] === RUN   TestDockerSuite/TestExecSetEnv
14:45:40 [2021-04-22T14:45:40.556Z] === RUN   TestDockerSuite/TestExecStartFails
14:45:40 [2021-04-22T14:45:40.556Z] === RUN   TestDockerSuite/TestExecStateCleanup
14:45:40 [2021-04-22T14:45:40.556Z] === RUN   TestDockerSuite/TestExecStopNotHanging
14:45:40 [2021-04-22T14:45:40.556Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
14:45:40 [2021-04-22T14:45:40.556Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
14:45:41 [2021-04-22T14:45:41.534Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
14:45:42 [2021-04-22T14:45:42.072Z] === RUN   TestDockerSuite/TestExecUlimits
14:45:42 [2021-04-22T14:45:42.072Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
14:45:45 [2021-04-22T14:45:45.226Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
14:45:47 [2021-04-22T14:45:47.862Z] === RUN   TestDockerSuite/TestExecWithImageUser
14:45:47 [2021-04-22T14:45:47.862Z] === RUN   TestDockerSuite/TestExecWithPrivileged
14:45:47 [2021-04-22T14:45:47.862Z] === RUN   TestDockerSuite/TestExecWithUser
14:45:47 [2021-04-22T14:45:47.862Z] === RUN   TestDockerSuite/TestGetContainerStats
14:45:50 [2021-04-22T14:45:50.956Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
14:45:50 [2021-04-22T14:45:50.956Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
14:45:50 [2021-04-22T14:45:50.956Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
14:45:50 [2021-04-22T14:45:50.956Z] === RUN   TestDockerSuite/TestHealth
14:45:50 [2021-04-22T14:45:50.956Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:45:51 [2021-04-22T14:45:51.407Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:45:51 [2021-04-22T14:45:51.407Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:45:51 [2021-04-22T14:45:51.407Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
14:45:53 [2021-04-22T14:45:53.602Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
14:45:57 [2021-04-22T14:45:57.137Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
14:45:57 [2021-04-22T14:45:57.138Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
14:45:57 [2021-04-22T14:45:57.138Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
14:45:57 [2021-04-22T14:45:57.138Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
14:45:57 [2021-04-22T14:45:57.138Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
14:45:57 [2021-04-22T14:45:57.138Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
14:45:57 [2021-04-22T14:45:57.589Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
14:45:57 [2021-04-22T14:45:57.589Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
14:45:58 [2021-04-22T14:45:58.541Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
14:45:58 [2021-04-22T14:45:58.541Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
14:46:00 [2021-04-22T14:46:00.620Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
14:46:00 [2021-04-22T14:46:00.690Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
14:46:00 [2021-04-22T14:46:00.690Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
14:46:02 [2021-04-22T14:46:02.775Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
14:46:03 [2021-04-22T14:46:03.555Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
14:46:06 [2021-04-22T14:46:06.424Z] === RUN   TestDockerSuite/TestImagesFormat
14:46:06 [2021-04-22T14:46:06.424Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
14:46:06 [2021-04-22T14:46:06.424Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
14:46:08 [2021-04-22T14:46:08.520Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
14:46:08 [2021-04-22T14:46:08.520Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
14:46:08 [2021-04-22T14:46:08.520Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
14:46:08 [2021-04-22T14:46:08.520Z] === RUN   TestDockerSuite/TestHealth
14:46:08 [2021-04-22T14:46:08.520Z] === RUN   TestDockerSuite/TestHistoryExistentImage
14:46:08 [2021-04-22T14:46:08.980Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
14:46:08 [2021-04-22T14:46:08.980Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
14:46:08 [2021-04-22T14:46:08.980Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
14:46:10 [2021-04-22T14:46:10.123Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
14:46:10 [2021-04-22T14:46:10.123Z] === RUN   TestDockerSuite/TestImportBadURL
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestImportDisplay
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestImportFile
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestImportFileWithMessage
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestImportGzipped
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
14:46:12 [2021-04-22T14:46:12.993Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
14:46:13 [2021-04-22T14:46:13.626Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
14:46:13 [2021-04-22T14:46:13.626Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
14:46:13 [2021-04-22T14:46:13.626Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
14:46:13 [2021-04-22T14:46:13.626Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
14:46:13 [2021-04-22T14:46:13.626Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
14:46:13 [2021-04-22T14:46:13.626Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
14:46:14 [2021-04-22T14:46:14.078Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
14:46:14 [2021-04-22T14:46:14.078Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
14:46:15 [2021-04-22T14:46:15.033Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
14:46:15 [2021-04-22T14:46:15.033Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
14:46:15 [2021-04-22T14:46:15.862Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
14:46:17 [2021-04-22T14:46:17.184Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
14:46:17 [2021-04-22T14:46:17.184Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
14:46:18 [2021-04-22T14:46:18.008Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
14:46:18 [2021-04-22T14:46:18.008Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
14:46:18 [2021-04-22T14:46:18.008Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
14:46:18 [2021-04-22T14:46:18.460Z] === RUN   TestDockerSuite/TestInspectAmpersand
14:46:18 [2021-04-22T14:46:18.460Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
14:46:19 [2021-04-22T14:46:19.334Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
14:46:21 [2021-04-22T14:46:21.329Z] === RUN   TestDockerSuite/TestInspectByPrefix
14:46:21 [2021-04-22T14:46:21.329Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
14:46:23 [2021-04-22T14:46:23.476Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
14:46:23 [2021-04-22T14:46:23.476Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
14:46:23 [2021-04-22T14:46:23.476Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
14:46:23 [2021-04-22T14:46:23.476Z] === RUN   TestDockerSuite/TestInspectDefault
14:46:26 [2021-04-22T14:46:26.343Z] === RUN   TestDockerSuite/TestInspectHistory
14:46:26 [2021-04-22T14:46:26.345Z] === RUN   TestDockerSuite/TestImagesFormat
14:46:26 [2021-04-22T14:46:26.345Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
14:46:26 [2021-04-22T14:46:26.345Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
14:46:30 [2021-04-22T14:46:30.039Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
14:46:30 [2021-04-22T14:46:30.039Z] === RUN   TestDockerSuite/TestImportBadURL
14:46:32 [2021-04-22T14:46:32.084Z] === RUN   TestDockerSuite/TestInspectImage
14:46:32 [2021-04-22T14:46:32.084Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
14:46:32 [2021-04-22T14:46:32.084Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
14:46:32 [2021-04-22T14:46:32.084Z] === RUN   TestDockerSuite/TestInspectInt64
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestImportDisplay
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestImportFile
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestImportFileWithMessage
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestImportGzipped
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
14:46:32 [2021-04-22T14:46:32.910Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
14:46:34 [2021-04-22T14:46:34.233Z] === RUN   TestDockerSuite/TestInspectJSONFields
14:46:35 [2021-04-22T14:46:35.059Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
14:46:36 [2021-04-22T14:46:36.380Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
14:46:36 [2021-04-22T14:46:36.380Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
14:46:37 [2021-04-22T14:46:37.209Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
14:46:37 [2021-04-22T14:46:37.209Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
14:46:37 [2021-04-22T14:46:37.209Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
14:46:37 [2021-04-22T14:46:37.209Z] === RUN   TestDockerSuite/TestInspectAmpersand
14:46:37 [2021-04-22T14:46:37.209Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
14:46:39 [2021-04-22T14:46:39.249Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
14:46:39 [2021-04-22T14:46:39.365Z] === RUN   TestDockerSuite/TestInspectByPrefix
14:46:39 [2021-04-22T14:46:39.365Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
14:46:41 [2021-04-22T14:46:41.395Z] === RUN   TestDockerSuite/TestInspectPlugin
14:46:41 [2021-04-22T14:46:41.395Z] === RUN   TestDockerSuite/TestInspectRootFS
14:46:41 [2021-04-22T14:46:41.395Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
14:46:41 [2021-04-22T14:46:41.515Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
14:46:41 [2021-04-22T14:46:41.515Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
14:46:41 [2021-04-22T14:46:41.515Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
14:46:41 [2021-04-22T14:46:41.515Z] === RUN   TestDockerSuite/TestInspectDefault
14:46:43 [2021-04-22T14:46:43.542Z] === RUN   TestDockerSuite/TestInspectStatus
14:46:43 [2021-04-22T14:46:43.665Z] === RUN   TestDockerSuite/TestInspectHistory
14:46:47 [2021-04-22T14:46:47.232Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
14:46:48 [2021-04-22T14:46:48.305Z] === RUN   TestDockerSuite/TestInspectImage
14:46:48 [2021-04-22T14:46:48.305Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
14:46:48 [2021-04-22T14:46:48.305Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
14:46:48 [2021-04-22T14:46:48.305Z] === RUN   TestDockerSuite/TestInspectInt64
14:46:49 [2021-04-22T14:46:49.835Z] === RUN   TestDockerSuite/TestInspectJSONFields
14:46:51 [2021-04-22T14:46:51.865Z] === RUN   TestDockerSuite/TestInspectTemplateError
14:46:52 [2021-04-22T14:46:52.009Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
14:46:52 [2021-04-22T14:46:52.009Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
14:46:54 [2021-04-22T14:46:54.011Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
14:46:54 [2021-04-22T14:46:54.159Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
14:46:56 [2021-04-22T14:46:56.200Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
14:46:56 [2021-04-22T14:46:56.316Z] === RUN   TestDockerSuite/TestInspectPlugin
14:46:56 [2021-04-22T14:46:56.316Z] === RUN   TestDockerSuite/TestInspectRootFS
14:46:56 [2021-04-22T14:46:56.316Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
14:46:58 [2021-04-22T14:46:58.351Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
14:46:58 [2021-04-22T14:46:58.466Z] === RUN   TestDockerSuite/TestInspectStatus
14:47:00 [2021-04-22T14:47:00.629Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
14:47:01 [2021-04-22T14:47:01.217Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
14:47:03 [2021-04-22T14:47:03.362Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
14:47:05 [2021-04-22T14:47:05.276Z] === RUN   TestDockerSuite/TestInspectTemplateError
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestInspectUnknownObject
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinkShortDefinition
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksEnvs
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
14:47:06 [2021-04-22T14:47:06.228Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
14:47:06 [2021-04-22T14:47:06.680Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
14:47:06 [2021-04-22T14:47:06.680Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
14:47:06 [2021-04-22T14:47:06.680Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
14:47:06 [2021-04-22T14:47:06.680Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
14:47:06 [2021-04-22T14:47:06.680Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
14:47:06 [2021-04-22T14:47:06.680Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
14:47:07 [2021-04-22T14:47:07.426Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
14:47:08 [2021-04-22T14:47:08.827Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
14:47:09 [2021-04-22T14:47:09.578Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
14:47:10 [2021-04-22T14:47:10.974Z] === RUN   TestDockerSuite/TestLogsAPIUntil
14:47:11 [2021-04-22T14:47:11.095Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
14:47:13 [2021-04-22T14:47:13.246Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
14:47:15 [2021-04-22T14:47:15.395Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
14:47:16 [2021-04-22T14:47:16.705Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestInspectUnknownObject
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinkShortDefinition
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksEnvs
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
14:47:17 [2021-04-22T14:47:17.548Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
14:47:18 [2021-04-22T14:47:18.002Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
14:47:18 [2021-04-22T14:47:18.002Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
14:47:19 [2021-04-22T14:47:19.517Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
14:47:19 [2021-04-22T14:47:19.570Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
14:47:19 [2021-04-22T14:47:19.570Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
14:47:21 [2021-04-22T14:47:21.668Z] === RUN   TestDockerSuite/TestLogsAPIUntil
14:47:21 [2021-04-22T14:47:21.718Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
14:47:21 [2021-04-22T14:47:21.718Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
14:47:27 [2021-04-22T14:47:27.407Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
14:47:28 [2021-04-22T14:47:28.730Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
14:47:29 [2021-04-22T14:47:29.557Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
14:47:29 [2021-04-22T14:47:29.558Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
14:47:31 [2021-04-22T14:47:31.075Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
14:47:31 [2021-04-22T14:47:31.527Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
14:47:34 [2021-04-22T14:47:34.459Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
14:47:38 [2021-04-22T14:47:38.544Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
14:47:41 [2021-04-22T14:47:41.466Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
14:47:43 [2021-04-22T14:47:43.613Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
14:47:45 [2021-04-22T14:47:45.759Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
14:47:45 [2021-04-22T14:47:45.759Z] === RUN   TestDockerSuite/TestLogsFollowStopped
14:47:47 [2021-04-22T14:47:47.050Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
14:47:48 [2021-04-22T14:47:48.624Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
14:47:50 [2021-04-22T14:47:50.770Z] === RUN   TestDockerSuite/TestLogsSince
14:47:52 [2021-04-22T14:47:52.789Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
14:47:55 [2021-04-22T14:47:55.661Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
14:47:57 [2021-04-22T14:47:57.811Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
14:47:57 [2021-04-22T14:47:57.811Z] === RUN   TestDockerSuite/TestLogsFollowStopped
14:47:59 [2021-04-22T14:47:59.961Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
14:48:01 [2021-04-22T14:48:01.013Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
14:48:01 [2021-04-22T14:48:01.013Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
14:48:01 [2021-04-22T14:48:01.013Z] === RUN   TestDockerSuite/TestLogsTail
14:48:01 [2021-04-22T14:48:01.478Z] === RUN   TestDockerSuite/TestLogsSince
14:48:03 [2021-04-22T14:48:03.165Z] === RUN   TestDockerSuite/TestLogsTimestamps
14:48:06 [2021-04-22T14:48:06.852Z] === RUN   TestDockerSuite/TestLogsWithDetails
14:48:08 [2021-04-22T14:48:08.999Z] === RUN   TestDockerSuite/TestMountIntoProc
14:48:08 [2021-04-22T14:48:08.999Z] === RUN   TestDockerSuite/TestMountIntoSys
14:48:08 [2021-04-22T14:48:08.999Z] === RUN   TestDockerSuite/TestNetHostname
14:48:08 [2021-04-22T14:48:08.999Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
14:48:08 [2021-04-22T14:48:08.999Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
14:48:08 [2021-04-22T14:48:08.999Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
14:48:08 [2021-04-22T14:48:08.999Z] === RUN   TestDockerSuite/TestPluginActive
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPluginLogDriver
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPluginUpgrade
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPortHostBinding
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPortList
14:48:09 [2021-04-22T14:48:09.450Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
14:48:11 [2021-04-22T14:48:11.722Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
14:48:11 [2021-04-22T14:48:11.722Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
14:48:11 [2021-04-22T14:48:11.722Z] === RUN   TestDockerSuite/TestLogsTail
14:48:13 [2021-04-22T14:48:13.238Z] === RUN   TestDockerSuite/TestLogsTimestamps
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersAttach
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
14:48:15 [2021-04-22T14:48:15.186Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
14:48:15 [2021-04-22T14:48:15.391Z] === RUN   TestDockerSuite/TestLogsWithDetails
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestMountIntoProc
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestMountIntoSys
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestNetHostname
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginActive
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginLogDriver
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPluginUpgrade
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPortHostBinding
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPortList
14:48:17 [2021-04-22T14:48:17.622Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
14:48:21 [2021-04-22T14:48:21.066Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
14:48:21 [2021-04-22T14:48:21.066Z] === RUN   TestDockerSuite/TestPsByOrder
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersAttach
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
14:48:27 [2021-04-22T14:48:27.870Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
14:48:29 [2021-04-22T14:48:29.560Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
14:48:29 [2021-04-22T14:48:29.560Z] === RUN   TestDockerSuite/TestPsListContainersBase
14:48:31 [2021-04-22T14:48:31.564Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
14:48:31 [2021-04-22T14:48:31.564Z] === RUN   TestDockerSuite/TestPsByOrder
14:48:39 [2021-04-22T14:48:39.800Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
14:48:40 [2021-04-22T14:48:40.063Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
14:48:40 [2021-04-22T14:48:40.063Z] === RUN   TestDockerSuite/TestPsListContainersBase
14:48:48 [2021-04-22T14:48:48.570Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
14:48:57 [2021-04-22T14:48:57.440Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
14:48:57 [2021-04-22T14:48:57.440Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
14:48:57 [2021-04-22T14:48:57.440Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
14:49:00 [2021-04-22T14:49:00.877Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
14:49:00 [2021-04-22T14:49:00.877Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
14:49:00 [2021-04-22T14:49:00.877Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
14:49:09 [2021-04-22T14:49:09.732Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
14:49:13 [2021-04-22T14:49:13.176Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
14:49:13 [2021-04-22T14:49:13.421Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
14:49:16 [2021-04-22T14:49:16.875Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
14:49:21 [2021-04-22T14:49:21.916Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
14:49:23 [2021-04-22T14:49:23.890Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
14:49:25 [2021-04-22T14:49:25.607Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
14:49:25 [2021-04-22T14:49:25.607Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
14:49:25 [2021-04-22T14:49:25.607Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
14:49:27 [2021-04-22T14:49:27.589Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
14:49:27 [2021-04-22T14:49:27.589Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
14:49:27 [2021-04-22T14:49:27.589Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
14:49:31 [2021-04-22T14:49:31.337Z] === RUN   TestDockerSuite/TestPsListContainersSize
14:49:31 [2021-04-22T14:49:31.337Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
14:49:31 [2021-04-22T14:49:31.337Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
14:49:31 [2021-04-22T14:49:31.337Z] === RUN   TestDockerSuite/TestPsRightTagName
14:49:31 [2021-04-22T14:49:31.337Z] === RUN   TestDockerSuite/TestPsShowMounts
14:49:32 [2021-04-22T14:49:32.235Z] === RUN   TestDockerSuite/TestPsListContainersSize
14:49:32 [2021-04-22T14:49:32.235Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
14:49:32 [2021-04-22T14:49:32.235Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
14:49:32 [2021-04-22T14:49:32.235Z] === RUN   TestDockerSuite/TestPsRightTagName
14:49:32 [2021-04-22T14:49:32.235Z] === RUN   TestDockerSuite/TestPsShowMounts
14:49:38 [2021-04-22T14:49:38.342Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
14:49:38 [2021-04-22T14:49:38.342Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
14:49:39 [2021-04-22T14:49:39.262Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
14:49:39 [2021-04-22T14:49:39.262Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
14:49:39 [2021-04-22T14:49:39.856Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
14:49:40 [2021-04-22T14:49:40.307Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
14:49:40 [2021-04-22T14:49:40.778Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
14:49:40 [2021-04-22T14:49:40.778Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
14:49:41 [2021-04-22T14:49:41.258Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
14:49:41 [2021-04-22T14:49:41.732Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
14:49:42 [2021-04-22T14:49:42.209Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
14:49:42 [2021-04-22T14:49:42.209Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
14:49:42 [2021-04-22T14:49:42.687Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
14:49:42 [2021-04-22T14:49:42.687Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
14:49:46 [2021-04-22T14:49:46.849Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
14:49:47 [2021-04-22T14:49:47.330Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
14:49:51 [2021-04-22T14:49:51.029Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
14:49:51 [2021-04-22T14:49:51.487Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
14:49:53 [2021-04-22T14:49:53.185Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
14:49:54 [2021-04-22T14:49:54.355Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
14:50:15 [2021-04-22T14:50:15.343Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
14:50:15 [2021-04-22T14:50:15.343Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
14:50:18 [2021-04-22T14:50:18.226Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
14:50:18 [2021-04-22T14:50:18.226Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
14:50:22 [2021-04-22T14:50:22.349Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
14:50:22 [2021-04-22T14:50:22.349Z] === RUN   TestDockerSuite/TestRestartPolicyNO
14:50:22 [2021-04-22T14:50:22.349Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
14:50:23 [2021-04-22T14:50:23.301Z] === RUN   TestDockerSuite/TestRestartRunningContainer
14:50:23 [2021-04-22T14:50:23.967Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
14:50:23 [2021-04-22T14:50:23.967Z] === RUN   TestDockerSuite/TestRestartPolicyNO
14:50:23 [2021-04-22T14:50:23.967Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
14:50:24 [2021-04-22T14:50:24.925Z] === RUN   TestDockerSuite/TestRestartRunningContainer
14:50:28 [2021-04-22T14:50:28.624Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
14:50:29 [2021-04-22T14:50:29.032Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
14:50:32 [2021-04-22T14:50:32.322Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
14:50:32 [2021-04-22T14:50:32.323Z] === RUN   TestDockerSuite/TestRestartWithVolumes
14:50:33 [2021-04-22T14:50:33.666Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
14:50:33 [2021-04-22T14:50:33.666Z] === RUN   TestDockerSuite/TestRestartWithVolumes
14:50:36 [2021-04-22T14:50:36.968Z] === RUN   TestDockerSuite/TestRmiBlank
14:50:36 [2021-04-22T14:50:36.968Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
14:50:36 [2021-04-22T14:50:36.968Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
14:50:38 [2021-04-22T14:50:38.301Z] === RUN   TestDockerSuite/TestRmiBlank
14:50:38 [2021-04-22T14:50:38.301Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
14:50:38 [2021-04-22T14:50:38.301Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
14:50:51 [2021-04-22T14:50:51.701Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
14:50:52 [2021-04-22T14:50:52.659Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
14:50:53 [2021-04-22T14:50:53.617Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
14:50:59 [2021-04-22T14:50:59.288Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
14:50:59 [2021-04-22T14:50:59.390Z] === RUN   TestDockerSuite/TestRmiImgIDForce
14:51:00 [2021-04-22T14:51:00.243Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
14:51:00 [2021-04-22T14:51:00.695Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
14:51:05 [2021-04-22T14:51:05.141Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
14:51:07 [2021-04-22T14:51:07.708Z] === RUN   TestDockerSuite/TestRmiImgIDForce
14:51:12 [2021-04-22T14:51:12.174Z] === RUN   TestDockerSuite/TestRmiParentImageFail
14:51:12 [2021-04-22T14:51:12.352Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
14:51:15 [2021-04-22T14:51:15.877Z] === RUN   TestDockerSuite/TestRmiTag
14:51:15 [2021-04-22T14:51:15.877Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
14:51:18 [2021-04-22T14:51:18.755Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
14:51:20 [2021-04-22T14:51:20.853Z] === RUN   TestDockerSuite/TestRmiParentImageFail
14:51:25 [2021-04-22T14:51:25.494Z] === RUN   TestDockerSuite/TestRmiTag
14:51:25 [2021-04-22T14:51:25.494Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
14:51:28 [2021-04-22T14:51:28.364Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
14:51:36 [2021-04-22T14:51:36.376Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
14:51:36 [2021-04-22T14:51:36.376Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
14:51:41 [2021-04-22T14:51:41.062Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAddHost
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
14:51:42 [2021-04-22T14:51:42.583Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
14:51:44 [2021-04-22T14:51:44.114Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
14:51:44 [2021-04-22T14:51:44.114Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
14:51:44 [2021-04-22T14:51:44.114Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
14:51:48 [2021-04-22T14:51:48.776Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
14:51:51 [2021-04-22T14:51:51.654Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
14:51:53 [2021-04-22T14:51:53.810Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
14:51:55 [2021-04-22T14:51:55.976Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
14:51:58 [2021-04-22T14:51:58.131Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
14:51:58 [2021-04-22T14:51:58.131Z] === RUN   TestDockerSuite/TestRunBindMounts
14:51:58 [2021-04-22T14:51:58.253Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
14:51:58 [2021-04-22T14:51:58.253Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
14:52:03 [2021-04-22T14:52:03.013Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAddHost
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
14:52:03 [2021-04-22T14:52:03.966Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
14:52:06 [2021-04-22T14:52:06.239Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
14:52:06 [2021-04-22T14:52:06.239Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
14:52:06 [2021-04-22T14:52:06.239Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
14:52:08 [2021-04-22T14:52:08.389Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
14:52:09 [2021-04-22T14:52:09.351Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
14:52:09 [2021-04-22T14:52:09.351Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
14:52:11 [2021-04-22T14:52:11.975Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
14:52:12 [2021-04-22T14:52:12.225Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
14:52:12 [2021-04-22T14:52:12.225Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
14:52:12 [2021-04-22T14:52:12.225Z] === RUN   TestDockerSuite/TestRunContainerNetwork
14:52:14 [2021-04-22T14:52:14.123Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
14:52:14 [2021-04-22T14:52:14.393Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
14:52:16 [2021-04-22T14:52:16.272Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
14:52:16 [2021-04-22T14:52:16.547Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
14:52:18 [2021-04-22T14:52:18.704Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
14:52:19 [2021-04-22T14:52:19.140Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
14:52:20 [2021-04-22T14:52:20.862Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
14:52:20 [2021-04-22T14:52:20.862Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
14:52:20 [2021-04-22T14:52:20.862Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
14:52:20 [2021-04-22T14:52:20.862Z] === RUN   TestDockerSuite/TestRunCreateVolume
14:52:22 [2021-04-22T14:52:22.009Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
14:52:22 [2021-04-22T14:52:22.009Z] === RUN   TestDockerSuite/TestRunBindMounts
14:52:23 [2021-04-22T14:52:23.021Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
14:52:23 [2021-04-22T14:52:23.022Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
14:52:23 [2021-04-22T14:52:23.022Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
14:52:23 [2021-04-22T14:52:23.022Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
14:52:23 [2021-04-22T14:52:23.022Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
14:52:24 [2021-04-22T14:52:24.542Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
14:52:27 [2021-04-22T14:52:27.738Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
14:52:29 [2021-04-22T14:52:29.884Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
14:52:29 [2021-04-22T14:52:29.884Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
14:52:30 [2021-04-22T14:52:30.288Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
14:52:30 [2021-04-22T14:52:30.288Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
14:52:30 [2021-04-22T14:52:30.288Z] === RUN   TestDockerSuite/TestRunDNSOptions
14:52:30 [2021-04-22T14:52:30.288Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
14:52:30 [2021-04-22T14:52:30.288Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
14:52:30 [2021-04-22T14:52:30.288Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
14:52:30 [2021-04-22T14:52:30.288Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
14:52:31 [2021-04-22T14:52:31.807Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
14:52:31 [2021-04-22T14:52:31.807Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
14:52:31 [2021-04-22T14:52:31.807Z] === RUN   TestDockerSuite/TestRunDuplicateMount
14:52:31 [2021-04-22T14:52:31.807Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
14:52:33 [2021-04-22T14:52:33.573Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
14:52:33 [2021-04-22T14:52:33.573Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
14:52:33 [2021-04-22T14:52:33.573Z] === RUN   TestDockerSuite/TestRunContainerNetwork
14:52:33 [2021-04-22T14:52:33.962Z] === RUN   TestDockerSuite/TestRunEchoStdout
14:52:36 [2021-04-22T14:52:36.114Z] === RUN   TestDockerSuite/TestRunEmptyEnv
14:52:36 [2021-04-22T14:52:36.114Z] === RUN   TestDockerSuite/TestRunEntrypoint
14:52:38 [2021-04-22T14:52:38.278Z] === RUN   TestDockerSuite/TestRunEnvironment
14:52:38 [2021-04-22T14:52:38.278Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
14:52:38 [2021-04-22T14:52:38.278Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
14:52:38 [2021-04-22T14:52:38.278Z] === RUN   TestDockerSuite/TestRunExitCode
14:52:40 [2021-04-22T14:52:40.431Z] === RUN   TestDockerSuite/TestRunExitCodeOne
14:52:40 [2021-04-22T14:52:40.575Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
14:52:40 [2021-04-22T14:52:40.582Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
14:52:40 [2021-04-22T14:52:40.582Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
14:52:40 [2021-04-22T14:52:40.582Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
14:52:40 [2021-04-22T14:52:40.582Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
14:52:40 [2021-04-22T14:52:40.582Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
14:52:40 [2021-04-22T14:52:40.582Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
14:52:40 [2021-04-22T14:52:40.582Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
14:52:42 [2021-04-22T14:52:42.098Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
14:52:42 [2021-04-22T14:52:42.583Z] === RUN   TestDockerSuite/TestRunExitCodeZero
14:52:44 [2021-04-22T14:52:44.963Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
14:52:47 [2021-04-22T14:52:47.839Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
14:52:47 [2021-04-22T14:52:47.839Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
14:52:47 [2021-04-22T14:52:47.839Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
14:52:47 [2021-04-22T14:52:47.839Z] === RUN   TestDockerSuite/TestRunCreateVolume
14:52:49 [2021-04-22T14:52:49.604Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
14:52:49 [2021-04-22T14:52:49.990Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
14:52:49 [2021-04-22T14:52:49.990Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
14:52:49 [2021-04-22T14:52:49.990Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
14:52:49 [2021-04-22T14:52:49.990Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
14:52:49 [2021-04-22T14:52:49.990Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunExposePort
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunGroupAdd
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
14:52:51 [2021-04-22T14:52:51.759Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
14:52:52 [2021-04-22T14:52:52.137Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
14:52:55 [2021-04-22T14:52:55.456Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
14:52:55 [2021-04-22T14:52:55.456Z] === RUN   TestDockerSuite/TestRunInvalidReference
14:52:55 [2021-04-22T14:52:55.456Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
14:52:55 [2021-04-22T14:52:55.456Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
14:52:55 [2021-04-22T14:52:55.456Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
14:52:55 [2021-04-22T14:52:55.456Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
14:52:55 [2021-04-22T14:52:55.456Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
14:52:57 [2021-04-22T14:52:57.872Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
14:52:57 [2021-04-22T14:52:57.872Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
14:52:57 [2021-04-22T14:52:57.872Z] === RUN   TestDockerSuite/TestRunDNSOptions
14:52:57 [2021-04-22T14:52:57.872Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
14:52:57 [2021-04-22T14:52:57.872Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
14:52:57 [2021-04-22T14:52:57.872Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
14:52:57 [2021-04-22T14:52:57.872Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
14:53:00 [2021-04-22T14:53:00.019Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
14:53:00 [2021-04-22T14:53:00.019Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
14:53:00 [2021-04-22T14:53:00.019Z] === RUN   TestDockerSuite/TestRunDuplicateMount
14:53:00 [2021-04-22T14:53:00.019Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
14:53:02 [2021-04-22T14:53:02.471Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
14:53:02 [2021-04-22T14:53:02.471Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
14:53:02 [2021-04-22T14:53:02.886Z] === RUN   TestDockerSuite/TestRunEchoStdout
14:53:03 [2021-04-22T14:53:03.429Z] === RUN   TestDockerSuite/TestRunModeHostname
14:53:03 [2021-04-22T14:53:03.429Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
14:53:03 [2021-04-22T14:53:03.429Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
14:53:03 [2021-04-22T14:53:03.429Z] === RUN   TestDockerSuite/TestRunModeIpcHost
14:53:03 [2021-04-22T14:53:03.429Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
14:53:03 [2021-04-22T14:53:03.429Z] === RUN   TestDockerSuite/TestRunModePIDContainer
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunModeUTSHost
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunMount
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunMountOrdering
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
14:53:03 [2021-04-22T14:53:03.430Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
14:53:05 [2021-04-22T14:53:05.034Z] === RUN   TestDockerSuite/TestRunEmptyEnv
14:53:05 [2021-04-22T14:53:05.034Z] === RUN   TestDockerSuite/TestRunEntrypoint
14:53:07 [2021-04-22T14:53:07.899Z] === RUN   TestDockerSuite/TestRunEnvironment
14:53:07 [2021-04-22T14:53:07.899Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
14:53:07 [2021-04-22T14:53:07.899Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
14:53:07 [2021-04-22T14:53:07.899Z] === RUN   TestDockerSuite/TestRunExitCode
14:53:11 [2021-04-22T14:53:11.519Z] === RUN   TestDockerSuite/TestRunExitCodeOne
14:53:11 [2021-04-22T14:53:11.586Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
14:53:11 [2021-04-22T14:53:11.586Z] === RUN   TestDockerSuite/TestRunNamedVolume
14:53:11 [2021-04-22T14:53:11.586Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
14:53:11 [2021-04-22T14:53:11.586Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
14:53:12 [2021-04-22T14:53:12.471Z] === RUN   TestDockerSuite/TestRunExitCodeZero
14:53:15 [2021-04-22T14:53:15.297Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
14:53:15 [2021-04-22T14:53:15.339Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunExposePort
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunGroupAdd
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
14:53:17 [2021-04-22T14:53:17.487Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetHost
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
14:53:18 [2021-04-22T14:53:18.998Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
14:53:20 [2021-04-22T14:53:20.516Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
14:53:22 [2021-04-22T14:53:22.188Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
14:53:23 [2021-04-22T14:53:23.221Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
14:53:23 [2021-04-22T14:53:23.221Z] === RUN   TestDockerSuite/TestRunInvalidReference
14:53:23 [2021-04-22T14:53:23.221Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
14:53:23 [2021-04-22T14:53:23.221Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
14:53:23 [2021-04-22T14:53:23.221Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
14:53:23 [2021-04-22T14:53:23.221Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
14:53:23 [2021-04-22T14:53:23.221Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
14:53:24 [2021-04-22T14:53:24.342Z] === RUN   TestDockerSuite/TestRunNonExistingImage
14:53:25 [2021-04-22T14:53:25.297Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
14:53:27 [2021-04-22T14:53:27.450Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
14:53:27 [2021-04-22T14:53:27.450Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
14:53:27 [2021-04-22T14:53:27.450Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
14:53:27 [2021-04-22T14:53:27.450Z] === RUN   TestDockerSuite/TestRunPortInUse
14:53:27 [2021-04-22T14:53:27.450Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
14:53:27 [2021-04-22T14:53:27.450Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
14:53:27 [2021-04-22T14:53:27.903Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
14:53:27 [2021-04-22T14:53:27.903Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
14:53:27 [2021-04-22T14:53:27.903Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
14:53:30 [2021-04-22T14:53:30.059Z] === RUN   TestDockerSuite/TestRunPublishPort
14:53:30 [2021-04-22T14:53:30.059Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
14:53:30 [2021-04-22T14:53:30.234Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
14:53:30 [2021-04-22T14:53:30.234Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
14:53:30 [2021-04-22T14:53:30.511Z] === RUN   TestDockerSuite/TestRunReadProcLatency
14:53:30 [2021-04-22T14:53:30.511Z] === RUN   TestDockerSuite/TestRunReadProcTimer
14:53:30 [2021-04-22T14:53:30.511Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
14:53:30 [2021-04-22T14:53:30.511Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModeHostname
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModeIpcHost
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModePIDContainer
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunModeUTSHost
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunMount
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunMountOrdering
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
14:53:31 [2021-04-22T14:53:31.749Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
14:53:37 [2021-04-22T14:53:37.527Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
14:53:37 [2021-04-22T14:53:37.527Z] === RUN   TestDockerSuite/TestRunRm
14:53:39 [2021-04-22T14:53:39.681Z] === RUN   TestDockerSuite/TestRunRmAndWait
14:53:40 [2021-04-22T14:53:40.237Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
14:53:40 [2021-04-22T14:53:40.237Z] === RUN   TestDockerSuite/TestRunNamedVolume
14:53:40 [2021-04-22T14:53:40.237Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
14:53:40 [2021-04-22T14:53:40.237Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
14:53:45 [2021-04-22T14:53:45.423Z] === RUN   TestDockerSuite/TestRunRmPre125Api
14:53:45 [2021-04-22T14:53:45.972Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
14:53:46 [2021-04-22T14:53:46.942Z] === RUN   TestDockerSuite/TestRunRootWorkdir
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetHost
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
14:53:50 [2021-04-22T14:53:50.611Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
14:53:52 [2021-04-22T14:53:52.124Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
14:53:53 [2021-04-22T14:53:53.959Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
14:53:54 [2021-04-22T14:53:54.271Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
14:53:55 [2021-04-22T14:53:55.785Z] === RUN   TestDockerSuite/TestRunNonExistingImage
14:53:56 [2021-04-22T14:53:56.118Z] === RUN   TestDockerSuite/TestRunSetMacAddress
14:53:57 [2021-04-22T14:53:57.298Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
14:53:58 [2021-04-22T14:53:58.815Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
14:53:58 [2021-04-22T14:53:58.997Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
14:53:58 [2021-04-22T14:53:58.997Z] === RUN   TestDockerSuite/TestRunState
14:53:58 [2021-04-22T14:53:58.997Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunPortInUse
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
14:53:59 [2021-04-22T14:53:59.266Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
14:54:00 [2021-04-22T14:54:00.521Z] === RUN   TestDockerSuite/TestRunStdinPipe
14:54:00 [2021-04-22T14:54:00.521Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
14:54:02 [2021-04-22T14:54:02.674Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
14:54:02 [2021-04-22T14:54:02.675Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
14:54:02 [2021-04-22T14:54:02.675Z] === RUN   TestDockerSuite/TestRunTLSVerify
14:54:02 [2021-04-22T14:54:02.675Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
14:54:02 [2021-04-22T14:54:02.675Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
14:54:02 [2021-04-22T14:54:02.675Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
14:54:03 [2021-04-22T14:54:03.902Z] === RUN   TestDockerSuite/TestRunPublishPort
14:54:03 [2021-04-22T14:54:03.902Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
14:54:03 [2021-04-22T14:54:03.902Z] === RUN   TestDockerSuite/TestRunReadProcLatency
14:54:03 [2021-04-22T14:54:03.902Z] === RUN   TestDockerSuite/TestRunReadProcTimer
14:54:03 [2021-04-22T14:54:03.902Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
14:54:03 [2021-04-22T14:54:03.902Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUnshareProc
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUserByID
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUserByIDBig
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUserByIDZero
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUserByName
14:54:07 [2021-04-22T14:54:07.336Z] === RUN   TestDockerSuite/TestRunUserDefaults
14:54:09 [2021-04-22T14:54:09.491Z] === RUN   TestDockerSuite/TestRunUserNotFound
14:54:09 [2021-04-22T14:54:09.491Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
14:54:11 [2021-04-22T14:54:11.643Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
14:54:11 [2021-04-22T14:54:11.643Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
14:54:11 [2021-04-22T14:54:11.643Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
14:54:12 [2021-04-22T14:54:12.398Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
14:54:12 [2021-04-22T14:54:12.398Z] === RUN   TestDockerSuite/TestRunRm
14:54:14 [2021-04-22T14:54:14.520Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
14:54:14 [2021-04-22T14:54:14.545Z] === RUN   TestDockerSuite/TestRunRmAndWait
14:54:20 [2021-04-22T14:54:20.273Z] === RUN   TestDockerSuite/TestRunRmPre125Api
14:54:21 [2021-04-22T14:54:21.539Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
14:54:23 [2021-04-22T14:54:23.142Z] === RUN   TestDockerSuite/TestRunRootWorkdir
14:54:25 [2021-04-22T14:54:25.238Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
14:54:25 [2021-04-22T14:54:25.289Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
14:54:27 [2021-04-22T14:54:27.434Z] === RUN   TestDockerSuite/TestRunSetMacAddress
14:54:30 [2021-04-22T14:54:30.301Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
14:54:30 [2021-04-22T14:54:30.301Z] === RUN   TestDockerSuite/TestRunState
14:54:30 [2021-04-22T14:54:30.301Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
14:54:30 [2021-04-22T14:54:30.982Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
14:54:30 [2021-04-22T14:54:30.982Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
14:54:30 [2021-04-22T14:54:30.982Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
14:54:33 [2021-04-22T14:54:33.141Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
14:54:33 [2021-04-22T14:54:33.170Z] === RUN   TestDockerSuite/TestRunStdinPipe
14:54:33 [2021-04-22T14:54:33.170Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
14:54:35 [2021-04-22T14:54:35.294Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
14:54:35 [2021-04-22T14:54:35.321Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
14:54:35 [2021-04-22T14:54:35.321Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
14:54:35 [2021-04-22T14:54:35.321Z] === RUN   TestDockerSuite/TestRunTLSVerify
14:54:35 [2021-04-22T14:54:35.321Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
14:54:35 [2021-04-22T14:54:35.321Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
14:54:35 [2021-04-22T14:54:35.321Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithBadDevice
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithUlimits
14:54:37 [2021-04-22T14:54:37.448Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
14:54:41 [2021-04-22T14:54:41.152Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
14:54:42 [2021-04-22T14:54:42.671Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
14:54:44 [2021-04-22T14:54:44.827Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveCheckTimes
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveImageId
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveLoadParents
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveMultipleNames
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveSingleTag
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
14:54:49 [2021-04-22T14:54:49.490Z] === RUN   TestDockerSuite/TestSearchCmdOptions
14:54:51 [2021-04-22T14:54:51.646Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
14:54:52 [2021-04-22T14:54:52.100Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
14:54:52 [2021-04-22T14:54:52.560Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
14:54:53 [2021-04-22T14:54:53.013Z] === RUN   TestDockerSuite/TestSearchWithLimit
14:54:54 [2021-04-22T14:54:54.535Z] === RUN   TestDockerSuite/TestSlowStdinClosing
14:55:01 [2021-04-22T14:55:01.562Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
14:55:01 [2021-04-22T14:55:01.562Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
14:55:08 [2021-04-22T14:55:08.585Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
14:55:08 [2021-04-22T14:55:08.585Z] === RUN   TestDockerSuite/TestStartAttachSilent
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUnshareProc
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUserByID
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUserByIDBig
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUserByIDZero
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUserByName
14:55:10 [2021-04-22T14:55:10.865Z] === RUN   TestDockerSuite/TestRunUserDefaults
14:55:11 [2021-04-22T14:55:11.459Z] === RUN   TestDockerSuite/TestStartAttachWithRename
14:55:11 [2021-04-22T14:55:11.459Z] === RUN   TestDockerSuite/TestStartMultipleContainers
14:55:11 [2021-04-22T14:55:11.459Z] === RUN   TestDockerSuite/TestStartPausedContainer
14:55:11 [2021-04-22T14:55:11.459Z] === RUN   TestDockerSuite/TestStartRecordError
14:55:11 [2021-04-22T14:55:11.459Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
14:55:13 [2021-04-22T14:55:13.012Z] === RUN   TestDockerSuite/TestRunUserNotFound
14:55:13 [2021-04-22T14:55:13.012Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
14:55:15 [2021-04-22T14:55:15.881Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
14:55:15 [2021-04-22T14:55:15.881Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
14:55:15 [2021-04-22T14:55:15.881Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
14:55:18 [2021-04-22T14:55:18.750Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
14:55:21 [2021-04-22T14:55:21.727Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
14:55:21 [2021-04-22T14:55:21.727Z] === RUN   TestDockerSuite/TestStatsAllNoStream
14:55:22 [2021-04-22T14:55:22.180Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
14:55:22 [2021-04-22T14:55:22.180Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
14:55:22 [2021-04-22T14:55:22.180Z] === RUN   TestDockerSuite/TestStatsFormatAll
14:55:22 [2021-04-22T14:55:22.180Z] === RUN   TestDockerSuite/TestStatsNoStream
14:55:22 [2021-04-22T14:55:22.180Z] === RUN   TestDockerSuite/TestTopMultipleArgs
14:55:24 [2021-04-22T14:55:24.333Z] === RUN   TestDockerSuite/TestTopNonPrivileged
14:55:26 [2021-04-22T14:55:26.486Z] === RUN   TestDockerSuite/TestTopPrivileged
14:55:26 [2021-04-22T14:55:26.486Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
14:55:27 [2021-04-22T14:55:27.243Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
14:55:28 [2021-04-22T14:55:28.021Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
14:55:28 [2021-04-22T14:55:28.475Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
14:55:28 [2021-04-22T14:55:28.475Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
14:55:28 [2021-04-22T14:55:28.475Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
14:55:28 [2021-04-22T14:55:28.475Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
14:55:28 [2021-04-22T14:55:28.475Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
14:55:28 [2021-04-22T14:55:28.475Z] === RUN   TestDockerSuite/TestVolumeCLICreate
14:55:31 [2021-04-22T14:55:31.881Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
14:55:38 [2021-04-22T14:55:38.883Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
14:55:38 [2021-04-22T14:55:38.883Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
14:55:38 [2021-04-22T14:55:38.883Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
14:55:42 [2021-04-22T14:55:42.573Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
14:55:44 [2021-04-22T14:55:44.723Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
14:55:46 [2021-04-22T14:55:46.067Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
14:55:46 [2021-04-22T14:55:46.067Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
14:55:46 [2021-04-22T14:55:46.067Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
14:55:46 [2021-04-22T14:55:46.067Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
14:55:46 [2021-04-22T14:55:46.067Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
14:55:46 [2021-04-22T14:55:46.067Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
14:55:46 [2021-04-22T14:55:46.067Z] === RUN   TestDockerSuite/TestVolumeCLILs
14:55:47 [2021-04-22T14:55:47.022Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
14:55:47 [2021-04-22T14:55:47.022Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithBadDevice
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithUlimits
14:55:47 [2021-04-22T14:55:47.596Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
14:55:49 [2021-04-22T14:55:49.895Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
14:55:50 [2021-04-22T14:55:50.348Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
14:55:50 [2021-04-22T14:55:50.348Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
14:55:50 [2021-04-22T14:55:50.801Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
14:55:50 [2021-04-22T14:55:50.801Z] === RUN   TestDockerSuite/TestVolumeCLIRm
14:55:51 [2021-04-22T14:55:51.285Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
14:55:52 [2021-04-22T14:55:52.802Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
14:55:54 [2021-04-22T14:55:54.949Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
14:55:57 [2021-04-22T14:55:57.914Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
14:55:57 [2021-04-22T14:55:57.914Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
14:55:58 [2021-04-22T14:55:58.367Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
14:55:58 [2021-04-22T14:55:58.820Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
14:55:58 [2021-04-22T14:55:58.820Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveCheckTimes
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveImageId
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveLoadParents
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveMultipleNames
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveSingleTag
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
14:55:59 [2021-04-22T14:55:59.683Z] === RUN   TestDockerSuite/TestSearchCmdOptions
14:56:01 [2021-04-22T14:56:01.832Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
14:56:02 [2021-04-22T14:56:02.283Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
14:56:02 [2021-04-22T14:56:02.735Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
14:56:02 [2021-04-22T14:56:02.735Z] === RUN   TestDockerSuite/TestSearchWithLimit
14:56:04 [2021-04-22T14:56:04.884Z] === RUN   TestDockerSuite/TestSlowStdinClosing
14:56:11 [2021-04-22T14:56:11.135Z] === RUN   TestDockerSuite/TestVolumeLsFormat
14:56:11 [2021-04-22T14:56:11.135Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
14:56:11 [2021-04-22T14:56:11.135Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
14:56:11 [2021-04-22T14:56:11.892Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
14:56:11 [2021-04-22T14:56:11.892Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
14:56:19 [2021-04-22T14:56:19.640Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
14:56:19 [2021-04-22T14:56:19.640Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
14:56:20 [2021-04-22T14:56:20.384Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
14:56:20 [2021-04-22T14:56:20.384Z] === RUN   TestDockerSuite/TestStartAttachSilent
14:56:20 [2021-04-22T14:56:20.595Z] --- PASS: TestDockerSuite (2468.11s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.86s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.64s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (125.77s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.95s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.84s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.06s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.15s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.99s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.35s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (112.08s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.11s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.34s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.95s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.15s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.45s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.74s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.99s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.73s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.20s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.52s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.70s)
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
14:56:20 [2021-04-22T14:56:20.595Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.595Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.56s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildAddTar (42.16s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.38s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.04s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.55s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.02s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.09s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.53s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.75s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.13s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.75s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.92s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (35.76s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.42s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.76s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.37s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.30s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.32s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.40s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.92s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.58s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.54s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.91s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.05s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.14s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.84s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.87s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.59s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.89s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.61s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.86s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.84s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.44s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.26s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.16s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (30.66s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.70s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.39s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.96s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.69s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.83s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.28s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.54s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.48s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (85.05s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.42s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (72.46s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.89s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.96s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.10s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.23s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.52s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (36.74s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (20.00s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.05s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (86.04s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.49s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.58s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.12s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.55s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.97s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.05s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.65s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.58s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.90s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.79s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.51s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.59s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFails (6.96s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.01s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.08s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildForceRm (11.07s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFromGit (5.37s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.39s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.19s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.64s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.18s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildHistory (10.82s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.96s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.88s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.73s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.11s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.98s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.64s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.91s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.59s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.96s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.47s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.57s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.55s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.73s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.83s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.21s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.53s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.76s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (23.43s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.56s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.16s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.33s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.84s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.14s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.61s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.53s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.19s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.25s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.74s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.00s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.28s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (13.30s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.50s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.05s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.38s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.21s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.88s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.55s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.14s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.97s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (38.85s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (22.74s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildRm (12.77s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.32s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s)
14:56:20 [2021-04-22T14:56:20.596Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.51s)
14:56:20 [2021-04-22T14:56:20.596Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.43s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (8.24s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.47s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (15.91s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.94s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.72s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.89s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.26s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.78s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.41s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.64s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (7.95s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.27s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.56s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.20s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.03s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.54s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.60s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.92s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.63s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.22s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.60s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.52s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.49s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.44s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.64s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.38s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.18s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.73s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.93s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.38s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_sni_test.go:18: Flakey test
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.00s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.26s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCommitChange (4.76s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.25s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCommitNewFile (11.37s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCommitTTY (6.77s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.37s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.77s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.40s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.13s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.09s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.31s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.41s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.23s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.20s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.13s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.15s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.33s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (6.91s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (8.27s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.71s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.68s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.37s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.04s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.18s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.86s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.82s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.05s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.38s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (7.40s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.47s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.40s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0007864e0_<nil>} (2.55s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1658423306_c:\foo_false__<nil>_<nil>_<nil>} (2.47s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1658423306_c:\foo_true__<nil>_<nil>_<nil>} (2.35s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
14:56:20 [2021-04-22T14:56:20.597Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (7.04s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
14:56:20 [2021-04-22T14:56:20.597Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.35s)
14:56:20 [2021-04-22T14:56:20.597Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s)
14:56:20 [2021-04-22T14:56:20.598Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
14:56:20 [2021-04-22T14:56:20.598Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.598Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.75s)
14:56:20 [2021-04-22T14:56:20.598Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
14:56:20 [2021-04-22T14:56:20.598Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.598Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
14:56:20 [2021-04-22T14:56:20.598Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.598Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
14:56:20 [2021-04-22T14:56:20.598Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
14:56:20 [2021-04-22T14:56:20.598Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.05s)
14:56:20 [2021-04-22T14:56:20.598Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.27s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCpToCaseE (13.03s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCpToCaseH (13.07s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCpToDot (2.15s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.27s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.17s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.92s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.07s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.83s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.62s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.16s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateRM (0.32s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.33s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.40s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.46s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.20s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.11s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.12s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- PASS: TestDockerSuite/TestDockerFails (0.07s)
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
14:56:21 [2021-04-22T14:56:21.051Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.051Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.17s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.05s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.29s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (11.82s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.80s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.81s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.69s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.81s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.64s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.63s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.93s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.38s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.20s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.16s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsRename (2.25s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsResize (7.56s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.01s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.34s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.58s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.73s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.40s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.76s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.78s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.73s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.01s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.96s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.91s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.78s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.08s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.45s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.40s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.09s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.51s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.95s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.94s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.89s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.91s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.20s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.59s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.97s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.69s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.96s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.18s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.19s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.66s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.44s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.97s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.09s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.08s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.04s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.02s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.21s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.03s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.04s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.00s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.04s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.12s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.57s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.26s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.15s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.04s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.19s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.98s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.05s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.13s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.80s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.81s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.44s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.29s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.00s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.11s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.70s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.79s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.43s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.07s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.13s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.08s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- PASS: TestDockerSuite/TestLogsSince (8.84s)
14:56:21 [2021-04-22T14:56:21.052Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
14:56:21 [2021-04-22T14:56:21.052Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestLogsTail (2.58s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.36s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.06s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (8.97s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.12s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsByOrder (7.98s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (8.42s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.96s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.18s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.39s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.65s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.29s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.41s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.13s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.27s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.84s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.94s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.31s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.32s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.44s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.21s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.67s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.91s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.91s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.86s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.08s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.32s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.62s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.65s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.17s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.82s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.07s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.06s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiTag (0.59s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.25s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.65s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.42s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.76s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.15s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.92s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.60s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.52s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.17s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.16s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.11s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunBindMounts (9.12s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.13s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.90s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.83s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.14s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.16s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.02s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.07s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.92s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.94s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.09s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.12s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.07s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.17s)
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
14:56:21 [2021-04-22T14:56:21.053Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.053Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.04s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.05s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (6.84s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.13s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.07s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.63s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.25s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.60s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.75s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.55s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.77s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.32s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.07s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.05s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.81s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.55s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.84s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunRm (2.30s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.27s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.25s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (6.99s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.13s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.39s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.02s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.79s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.54s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.08s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.08s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.85s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.33s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.07s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.91s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.28s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.14s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.09s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.74s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.59s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.05s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.32s)
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
14:56:21 [2021-04-22T14:56:21.054Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.054Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (6.29s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.30s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.56s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.25s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.01s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.21s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.01s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.46s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.70s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (7.18s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.54s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (11.20s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.82s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
14:56:21 [2021-04-22T14:56:21.055Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.36s)
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerRegistrySuite/TestV2Only
14:56:21 [2021-04-22T14:56:21.055Z] --- PASS: TestDockerRegistrySuite (0.16s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
14:56:21 [2021-04-22T14:56:21.055Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
14:56:21 [2021-04-22T14:56:21.055Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
14:56:21 [2021-04-22T14:56:21.055Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.055Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
14:56:21 [2021-04-22T14:56:21.056Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthTokenSuite
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
14:56:21 [2021-04-22T14:56:21.056Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerDaemonSuite
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
14:56:21 [2021-04-22T14:56:21.056Z] --- PASS: TestDockerDaemonSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerSwarmSuite
14:56:21 [2021-04-22T14:56:21.056Z] --- PASS: TestDockerSwarmSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginCreate
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginInspect
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerPluginSuite/TestPluginSet
14:56:21 [2021-04-22T14:56:21.056Z] --- PASS: TestDockerPluginSuite (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerExternalVolumeSuite
14:56:21 [2021-04-22T14:56:21.056Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]     check_test.go:128: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerNetworkSuite
14:56:21 [2021-04-22T14:56:21.056Z] --- SKIP: TestDockerNetworkSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]     check_test.go:134: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] === RUN   TestDockerHubPullSuite
14:56:21 [2021-04-22T14:56:21.056Z] --- SKIP: TestDockerHubPullSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.056Z]     check_test.go:142: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] PASS
14:56:21 [2021-04-22T14:56:21.056Z] ok  	github.com/docker/docker/integration-cli	2468.752s
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === Skipped
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
14:56:21 [2021-04-22T14:56:21.056Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.056Z] 
14:56:21 [2021-04-22T14:56:21.056Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
14:56:21 [2021-04-22T14:56:21.056Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.38s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.38s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.09s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.09s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s)
14:56:21 [2021-04-22T14:56:21.510Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.40s)
14:56:21 [2021-04-22T14:56:21.510Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.510Z] 
14:56:21 [2021-04-22T14:56:21.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.76s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.76s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.42s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.39s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.39s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.37s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.43s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.41s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.42s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.42s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.42s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.38s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_sni_test.go:18: Flakey test
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
14:56:21 [2021-04-22T14:56:21.511Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.511Z] 
14:56:21 [2021-04-22T14:56:21.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
14:56:21 [2021-04-22T14:56:21.512Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.512Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.513Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
14:56:21 [2021-04-22T14:56:21.513Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.513Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
14:56:21 [2021-04-22T14:56:21.514Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.514Z] 
14:56:21 [2021-04-22T14:56:21.514Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
14:56:21 [2021-04-22T14:56:21.514Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.03s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
14:56:21 [2021-04-22T14:56:21.515Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.515Z] 
14:56:21 [2021-04-22T14:56:21.515Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
14:56:21 [2021-04-22T14:56:21.516Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
14:56:21 [2021-04-22T14:56:21.516Z] 
14:56:21 [2021-04-22T14:56:21.516Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
14:56:21 [2021-04-22T14:56:21.516Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
14:56:21 [2021-04-22T14:56:21.517Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
14:56:21 [2021-04-22T14:56:21.517Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.517Z] 
14:56:21 [2021-04-22T14:56:21.517Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.969Z] 
14:56:21 [2021-04-22T14:56:21.969Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
14:56:21 [2021-04-22T14:56:21.969Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
14:56:21 [2021-04-22T14:56:21.970Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
14:56:21 [2021-04-22T14:56:21.970Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.970Z] 
14:56:21 [2021-04-22T14:56:21.970Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.970Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     check_test.go:128: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     check_test.go:134: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
14:56:21 [2021-04-22T14:56:21.971Z]     check_test.go:142: unmatched requirement DaemonIsLinux
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] DONE 1092 tests, 546 skipped in 2477.653s
14:56:21 [2021-04-22T14:56:21.971Z] INFO: Integration tests ended at 04/22/2021 14:56:21. Duration:00:41:17.7055201
14:56:21 [2021-04-22T14:56:21.971Z] INFO: Docker info of the daemon under test at end of run
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] Containers: 2
14:56:21 [2021-04-22T14:56:21.971Z]  Running: 0
14:56:21 [2021-04-22T14:56:21.971Z]  Paused: 0
14:56:21 [2021-04-22T14:56:21.971Z]  Stopped: 2
14:56:21 [2021-04-22T14:56:21.971Z] Images: 18
14:56:21 [2021-04-22T14:56:21.971Z] Server Version: 0.0.0-dev
14:56:21 [2021-04-22T14:56:21.971Z] Storage Driver: windowsfilter
14:56:21 [2021-04-22T14:56:21.971Z]  Windows: 
14:56:21 [2021-04-22T14:56:21.971Z] Logging Driver: json-file
14:56:21 [2021-04-22T14:56:21.971Z] Plugins: 
14:56:21 [2021-04-22T14:56:21.971Z]  Volume: local
14:56:21 [2021-04-22T14:56:21.971Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:56:21 [2021-04-22T14:56:21.971Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:56:21 [2021-04-22T14:56:21.971Z] Swarm: inactive
14:56:21 [2021-04-22T14:56:21.971Z] Default Isolation: process
14:56:21 [2021-04-22T14:56:21.971Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
14:56:21 [2021-04-22T14:56:21.971Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757)
14:56:21 [2021-04-22T14:56:21.971Z] OSType: windows
14:56:21 [2021-04-22T14:56:21.971Z] Architecture: x86_64
14:56:21 [2021-04-22T14:56:21.971Z] CPUs: 4
14:56:21 [2021-04-22T14:56:21.971Z] Total Memory: 32GiB
14:56:21 [2021-04-22T14:56:21.971Z] Name: azwin-2-269b30
14:56:21 [2021-04-22T14:56:21.971Z] ID: ARER:NHOO:GXVI:TA5T:O7TX:E4QH:IV7O:N3GZ:ECXB:BTGN:KHZI:MPPF
14:56:21 [2021-04-22T14:56:21.971Z] Docker Root Dir: D:\CI\PR-42164\9\daemon
14:56:21 [2021-04-22T14:56:21.971Z] Debug Mode (client): false
14:56:21 [2021-04-22T14:56:21.971Z] Debug Mode (server): true
14:56:21 [2021-04-22T14:56:21.971Z]  File Descriptors: -1
14:56:21 [2021-04-22T14:56:21.971Z]  Goroutines: 17
14:56:21 [2021-04-22T14:56:21.971Z]  System Time: 2021-04-22T14:56:21.8135149Z
14:56:21 [2021-04-22T14:56:21.971Z]  EventsListeners: 0
14:56:21 [2021-04-22T14:56:21.971Z] Registry: https://index.docker.io/v1/
14:56:21 [2021-04-22T14:56:21.971Z] Labels:
14:56:21 [2021-04-22T14:56:21.971Z] Experimental: false
14:56:21 [2021-04-22T14:56:21.971Z] Insecure Registries:
14:56:21 [2021-04-22T14:56:21.971Z]  127.0.0.0/8
14:56:21 [2021-04-22T14:56:21.971Z] Live Restore Enabled: false
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] 
14:56:21 [2021-04-22T14:56:21.971Z] INFO: Stopping daemon under test
14:56:22 [2021-04-22T14:56:22.425Z] SUCCESS: The process with PID 4016 (child process of PID 2384) has been terminated.
14:56:22 [2021-04-22T14:56:22.425Z] SUCCESS: The process with PID 2384 (child process of PID 4900) has been terminated.
14:56:22 [2021-04-22T14:56:22.425Z] INFO: Stop tailing logs of the daemon under tests
14:56:22 [2021-04-22T14:56:22.425Z] INFO: executeCI.ps1 Completed successfully at 04/22/2021 14:56:22.
14:56:22 [2021-04-22T14:56:22.425Z] INFO: Tidying up at end of run
14:56:22 [2021-04-22T14:56:22.425Z] INFO: Saving daemon under test log (d:\CI\PR-42164\9\dut.out) to bundles\CIDUT.out
14:56:22 [2021-04-22T14:56:22.425Z] INFO: Saving daemon under test log (d:\CI\PR-42164\9\dut.err) to bundles\CIDUT.err
14:56:22 [2021-04-22T14:56:22.425Z] INFO: Nuke-Everything...
14:56:22 [2021-04-22T14:56:22.877Z] INFO: Container count on control daemon to delete is 2
14:56:23 [2021-04-22T14:56:23.330Z] 4dcd49a533f3
14:56:23 [2021-04-22T14:56:23.330Z] a448a49a1ea3
14:56:23 [2021-04-22T14:56:23.330Z] INFO: Tidying pidfile d:\CI\PR-42164\9\docker.pid
14:56:23 [2021-04-22T14:56:23.783Z] INFO: Nuking d:\CI
14:56:26 [2021-04-22T14:56:26.117Z] === RUN   TestDockerSuite/TestStartAttachWithRename
14:56:26 [2021-04-22T14:56:26.117Z] === RUN   TestDockerSuite/TestStartMultipleContainers
14:56:26 [2021-04-22T14:56:26.117Z] === RUN   TestDockerSuite/TestStartPausedContainer
14:56:26 [2021-04-22T14:56:26.117Z] === RUN   TestDockerSuite/TestStartRecordError
14:56:26 [2021-04-22T14:56:26.117Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
14:56:33 [2021-04-22T14:56:33.125Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
14:56:33 [2021-04-22T14:56:33.125Z] === RUN   TestDockerSuite/TestStatsAllNoStream
14:56:33 [2021-04-22T14:56:33.125Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
14:56:33 [2021-04-22T14:56:33.125Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
14:56:33 [2021-04-22T14:56:33.125Z] === RUN   TestDockerSuite/TestStatsFormatAll
14:56:33 [2021-04-22T14:56:33.125Z] === RUN   TestDockerSuite/TestStatsNoStream
14:56:33 [2021-04-22T14:56:33.125Z] === RUN   TestDockerSuite/TestTopMultipleArgs
14:56:34 [2021-04-22T14:56:34.639Z] === RUN   TestDockerSuite/TestTopNonPrivileged
14:56:37 [2021-04-22T14:56:37.512Z] === RUN   TestDockerSuite/TestTopPrivileged
14:56:37 [2021-04-22T14:56:37.512Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
14:56:39 [2021-04-22T14:56:39.660Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
14:56:39 [2021-04-22T14:56:39.660Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
14:56:39 [2021-04-22T14:56:39.660Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
14:56:39 [2021-04-22T14:56:39.660Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
14:56:39 [2021-04-22T14:56:39.660Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
14:56:39 [2021-04-22T14:56:39.660Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
14:56:39 [2021-04-22T14:56:39.660Z] === RUN   TestDockerSuite/TestVolumeCLICreate
14:56:57 [2021-04-22T14:56:57.235Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
14:56:57 [2021-04-22T14:56:57.235Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
14:56:57 [2021-04-22T14:56:57.235Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
14:56:57 [2021-04-22T14:56:57.235Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
14:56:57 [2021-04-22T14:56:57.235Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
14:56:57 [2021-04-22T14:56:57.235Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
14:56:57 [2021-04-22T14:56:57.235Z] === RUN   TestDockerSuite/TestVolumeCLILs
14:56:58 [2021-04-22T14:56:58.752Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
14:56:58 [2021-04-22T14:56:58.752Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
14:56:59 [2021-04-22T14:56:59.380Z] INFO: Zapped successfully
14:56:59 [2021-04-22T14:56:59.380Z] 
14:56:59 [2021-04-22T14:56:59.380Z] INFO: executeCI.ps1 exiting at Thu Apr 22 14:56:56 CUT 2021. Duration 01:18:19.9034486
14:56:59 [2021-04-22T14:56:59.380Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
14:56:59 [2021-04-22T14:56:59.619Z] Recording test results
14:57:02 [2021-04-22T14:57:02.443Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
14:57:02 [2021-04-22T14:57:02.443Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
14:57:02 [2021-04-22T14:57:02.895Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
14:57:02 [2021-04-22T14:57:02.895Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
14:57:03 [2021-04-22T14:57:03.347Z] === RUN   TestDockerSuite/TestVolumeCLIRm
14:57:06 [2021-04-22T14:57:06.307Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
14:57:07 [2021-04-22T14:57:07.770Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
14:57:09 [2021-04-22T14:57:09.493Z] Archiving artifacts
14:57:11 [2021-04-22T14:57:11.844Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
14:57:11 [2021-04-22T14:57:11.844Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
14:57:12 [2021-04-22T14:57:12.298Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
14:57:12 [2021-04-22T14:57:12.749Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
14:57:12 [2021-04-22T14:57:12.750Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
14:57:21 [2021-04-22T14:57:21.239Z] === RUN   TestDockerSuite/TestVolumeLsFormat
14:57:21 [2021-04-22T14:57:21.239Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
14:57:21 [2021-04-22T14:57:21.239Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
14:57:22 [2021-04-22T14:57:22.887Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:57:23 [2021-04-22T14:57:23.795Z] + make clean
14:57:25 [2021-04-22T14:57:25.948Z] docker volume rm -f docker-dev-cache
14:57:25 [2021-04-22T14:57:25.948Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
14:57:33 [2021-04-22T14:57:33.533Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
14:57:33 [2021-04-22T14:57:33.533Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
14:57:33 [2021-04-22T14:57:33.533Z] --- PASS: TestDockerSuite (2549.85s)
14:57:33 [2021-04-22T14:57:33.533Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
14:57:33 [2021-04-22T14:57:33.533Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.533Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.533Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
14:57:33 [2021-04-22T14:57:33.533Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
14:57:33 [2021-04-22T14:57:33.533Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
14:57:33 [2021-04-22T14:57:33.533Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
14:57:33 [2021-04-22T14:57:33.533Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.533Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
14:57:33 [2021-04-22T14:57:33.533Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.96s)
14:57:33 [2021-04-22T14:57:33.533Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (64.15s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.70s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.59s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.46s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.87s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.46s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.32s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (82.62s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (10.35s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.71s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.00s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.02s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.52s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.72s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.10s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.37s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (12.97s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (5.36s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.18s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.36s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.79s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.31s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.59s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddTar (37.29s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.31s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.84s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.58s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (11.87s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (9.46s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.94s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (12.82s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.44s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.31s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.68s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.56s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (9.29s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.76s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.52s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.40s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.51s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.64s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.04s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.62s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.20s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.39s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.30s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.54s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (6.69s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.04s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.59s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.94s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.83s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.62s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.68s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.41s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (10.18s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.72s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.57s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.86s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.92s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.09s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.00s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.29s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (53.69s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.68s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (59.83s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.94s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.93s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.36s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.24s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (11.69s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.29s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.30s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.97s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (84.52s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.51s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.43s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.33s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.55s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.63s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.29s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (8.14s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.89s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.36s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.15s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.90s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.98s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.68s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
14:57:33 [2021-04-22T14:57:33.534Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildFails (2.93s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.71s)
14:57:33 [2021-04-22T14:57:33.534Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.23s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildForceRm (7.14s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildFromGit (6.44s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.55s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (10.28s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.74s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.40s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildHistory (13.18s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.12s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (6.83s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.88s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.95s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.12s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.74s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.11s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.65s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.21s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.72s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.91s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.73s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.70s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.50s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (21.55s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (39.43s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.91s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.35s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.40s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (10.55s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.09s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.35s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.71s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNoContext (3.38s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.98s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.69s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.22s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.71s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (10.29s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.88s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.56s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.51s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (13.36s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.88s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.59s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.33s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.15s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.65s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (20.58s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildRm (12.63s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.62s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.60s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.50s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.32s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (5.10s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (21.93s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.94s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.73s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.01s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.35s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.25s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.50s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (43.73s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.89s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.52s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.65s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.15s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (8.81s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.63s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.40s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (23.96s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.06s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (9.68s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.08s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.59s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (15.25s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.53s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.47s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (14.90s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.27s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.53s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.20s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_sni_test.go:18: Flakey test
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.92s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.16s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestCommitChange (5.44s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.85s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestCommitNewFile (7.87s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestCommitTTY (7.51s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.98s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (7.80s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.72s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.77s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.85s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.76s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (3.41s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.19s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.26s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.48s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.37s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.63s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.31s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.07s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.31s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.84s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (4.24s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.86s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (2.07s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.80s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.28s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.59s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.19s)
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
14:57:33 [2021-04-22T14:57:33.535Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.535Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.85s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.39s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.60s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.59s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.62s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.73s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000838c00_<nil>} (2.54s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1823512782_c:\foo_false__<nil>_<nil>_<nil>} (2.59s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1823512782_c:\foo_true__<nil>_<nil>_<nil>} (2.69s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.53s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.14s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
14:57:33 [2021-04-22T14:57:33.536Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.12s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.51s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.80s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.05s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.91s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.93s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.77s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpToCaseE (10.08s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpToCaseH (9.96s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpToDot (2.82s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.84s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.24s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.24s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.24s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.79s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.96s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.80s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.24s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateRM (0.46s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.45s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.19s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.52s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.20s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.46s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestDockerFails (0.06s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.84s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.76s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.94s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (9.27s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.56s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (6.05s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.69s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (4.50s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.81s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.06s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFilters (5.57s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFormat (5.16s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.20s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsRename (2.86s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsResize (8.08s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.64s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.65s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.11s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.74s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.68s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.18s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.14s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.22s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.31s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.26s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.16s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.02s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.37s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.67s)
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
14:57:33 [2021-04-22T14:57:33.536Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
14:57:33 [2021-04-22T14:57:33.536Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.536Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.46s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.32s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.92s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.08s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.05s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.18s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.04s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.17s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.96s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.68s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.10s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.88s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.22s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.00s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.19s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.81s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.41s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.03s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.74s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.59s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.69s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.44s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.66s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.91s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.62s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.23s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.67s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.41s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.14s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectStatus (3.38s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.33s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.28s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.64s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.16s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.59s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.55s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.63s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.05s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.03s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.84s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.61s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.21s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.37s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.50s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.44s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.58s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.25s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.69s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.71s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsSince (9.26s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsTail (3.10s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.94s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.80s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.65s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.57s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPsByOrder (8.92s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (9.85s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.01s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
14:57:33 [2021-04-22T14:57:33.537Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.76s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.11s)
14:57:33 [2021-04-22T14:57:33.537Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.32s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.52s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.20s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.29s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.71s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.24s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.39s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.03s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.82s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.87s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.46s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.88s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.97s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.93s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.80s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.06s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (18.60s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.23s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.73s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.11s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (5.40s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.50s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (3.92s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiTag (0.65s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.39s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (26.84s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.71s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.23s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.15s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.94s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.27s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.65s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.64s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.72s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.65s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunBindMounts (5.34s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.59s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.16s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (6.68s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.00s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.77s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.74s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.25s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.00s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.25s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.71s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.19s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.46s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.59s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.73s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.33s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.02s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.63s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.64s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.78s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.62s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.49s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.59s)
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
14:57:33 [2021-04-22T14:57:33.538Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.538Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.60s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.03s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.45s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.23s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.90s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.89s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.19s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.91s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.90s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.73s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunRm (2.59s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.72s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.62s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.56s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.10s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.75s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.66s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.15s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (35.03s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.24s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.61s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.06s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.04s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.32s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.39s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.73s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.35s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.74s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.56s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.67s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.82s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.86s)
14:57:33 [2021-04-22T14:57:33.539Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
14:57:33 [2021-04-22T14:57:33.539Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.22s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.67s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (7.22s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.57s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (4.85s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.00s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.18s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.46s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.19s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (3.03s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.23s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.42s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (8.51s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.65s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s)
14:57:33 [2021-04-22T14:57:33.992Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
14:57:33 [2021-04-22T14:57:33.992Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.992Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.98s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.30s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.89s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
14:57:33 [2021-04-22T14:57:33.993Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.33s)
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistrySuite/TestV2Only
14:57:33 [2021-04-22T14:57:33.993Z] --- PASS: TestDockerRegistrySuite (0.12s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
14:57:33 [2021-04-22T14:57:33.993Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
14:57:33 [2021-04-22T14:57:33.993Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthTokenSuite
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
14:57:33 [2021-04-22T14:57:33.993Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerDaemonSuite
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
14:57:33 [2021-04-22T14:57:33.993Z] --- PASS: TestDockerDaemonSuite (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerSwarmSuite
14:57:33 [2021-04-22T14:57:33.993Z] --- PASS: TestDockerSwarmSuite (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginCreate
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginInspect
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
14:57:33 [2021-04-22T14:57:33.993Z] === RUN   TestDockerPluginSuite/TestPluginSet
14:57:33 [2021-04-22T14:57:33.993Z] --- PASS: TestDockerPluginSuite (0.02s)
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
14:57:33 [2021-04-22T14:57:33.993Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.993Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] === RUN   TestDockerExternalVolumeSuite
14:57:33 [2021-04-22T14:57:33.994Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]     check_test.go:128: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] === RUN   TestDockerNetworkSuite
14:57:33 [2021-04-22T14:57:33.994Z] --- SKIP: TestDockerNetworkSuite (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]     check_test.go:134: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] === RUN   TestDockerHubPullSuite
14:57:33 [2021-04-22T14:57:33.994Z] --- SKIP: TestDockerHubPullSuite (0.00s)
14:57:33 [2021-04-22T14:57:33.994Z]     check_test.go:142: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] PASS
14:57:33 [2021-04-22T14:57:33.994Z] ok  	github.com/docker/docker/integration-cli	2550.501s
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === Skipped
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_run_test.go:3155: unmatched requirement Apparmor
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_run_test.go:3133: unmatched requirement Apparmor
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.47s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.42s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.42s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.84s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.84s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.22s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.76s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.76s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.42s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.42s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.44s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.45s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.45s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.43s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.43s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.994Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.42s)
14:57:33 [2021-04-22T14:57:33.994Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.42s)
14:57:33 [2021-04-22T14:57:33.994Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.994Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.50s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.50s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.40s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.40s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.45s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.45s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.45s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.45s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.41s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.41s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.42s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.42s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_sni_test.go:18: Flakey test
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
14:57:33 [2021-04-22T14:57:33.995Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.995Z] 
14:57:33 [2021-04-22T14:57:33.995Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.03s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.03s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.05s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.05s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.996Z] 
14:57:33 [2021-04-22T14:57:33.996Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
14:57:33 [2021-04-22T14:57:33.996Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.03s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.03s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
14:57:33 [2021-04-22T14:57:33.997Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
14:57:33 [2021-04-22T14:57:33.997Z] 
14:57:33 [2021-04-22T14:57:33.997Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
14:57:34 [2021-04-22T14:57:34.452Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.452Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.03s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
14:57:34 [2021-04-22T14:57:34.453Z]         docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.453Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2860: unmatched requirement Apparmor
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2899: unmatched requirement Apparmor
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3016: unmatched requirement Apparmor
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.454Z] 
14:57:34 [2021-04-22T14:57:34.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
14:57:34 [2021-04-22T14:57:34.454Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
14:57:34 [2021-04-22T14:57:34.455Z]         docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.455Z] 
14:57:34 [2021-04-22T14:57:34.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.455Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:185: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:212: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:239: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:268: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:302: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]         check_test.go:407: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     check_test.go:128: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     check_test.go:134: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
14:57:34 [2021-04-22T14:57:34.456Z]     check_test.go:142: unmatched requirement DaemonIsLinux
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.456Z] DONE 1092 tests, 546 skipped in 2559.790s
14:57:34 [2021-04-22T14:57:34.456Z] INFO: Integration tests ended at 04/22/2021 14:57:34. Duration:00:42:39.9064064
14:57:34 [2021-04-22T14:57:34.456Z] INFO: Docker info of the daemon under test at end of run
14:57:34 [2021-04-22T14:57:34.456Z] 
14:57:34 [2021-04-22T14:57:34.908Z] Containers: 2
14:57:34 [2021-04-22T14:57:34.908Z]  Running: 0
14:57:34 [2021-04-22T14:57:34.908Z]  Paused: 0
14:57:34 [2021-04-22T14:57:34.908Z]  Stopped: 2
14:57:34 [2021-04-22T14:57:34.908Z] Images: 18
14:57:34 [2021-04-22T14:57:34.908Z] Server Version: 0.0.0-dev
14:57:34 [2021-04-22T14:57:34.908Z] Storage Driver: windowsfilter
14:57:34 [2021-04-22T14:57:34.908Z]  Windows: 
14:57:34 [2021-04-22T14:57:34.908Z] Logging Driver: json-file
14:57:34 [2021-04-22T14:57:34.908Z] Plugins: 
14:57:34 [2021-04-22T14:57:34.908Z]  Volume: local
14:57:34 [2021-04-22T14:57:34.908Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
14:57:34 [2021-04-22T14:57:34.908Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
14:57:34 [2021-04-22T14:57:34.908Z] Swarm: inactive
14:57:34 [2021-04-22T14:57:34.908Z] Default Isolation: process
14:57:34 [2021-04-22T14:57:34.908Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600)
14:57:34 [2021-04-22T14:57:34.908Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1)
14:57:34 [2021-04-22T14:57:34.908Z] OSType: windows
14:57:34 [2021-04-22T14:57:34.908Z] Architecture: x86_64
14:57:34 [2021-04-22T14:57:34.908Z] CPUs: 4
14:57:34 [2021-04-22T14:57:34.908Z] Total Memory: 32GiB
14:57:34 [2021-04-22T14:57:34.908Z] Name: azwin-2-4ba620
14:57:34 [2021-04-22T14:57:34.908Z] ID: 7QLU:2GWG:RCQH:EXHJ:CISG:5CMJ:7IAH:PLC6:4OVN:JHOB:4SHN:ZBCQ
14:57:34 [2021-04-22T14:57:34.908Z] Docker Root Dir: D:\CI\PR-42164\9\daemon
14:57:34 [2021-04-22T14:57:34.908Z] Debug Mode (client): false
14:57:34 [2021-04-22T14:57:34.908Z] Debug Mode (server): true
14:57:34 [2021-04-22T14:57:34.908Z]  File Descriptors: -1
14:57:34 [2021-04-22T14:57:34.908Z]  Goroutines: 17
14:57:34 [2021-04-22T14:57:34.908Z]  System Time: 2021-04-22T14:57:34.5231776Z
14:57:34 [2021-04-22T14:57:34.908Z]  EventsListeners: 0
14:57:34 [2021-04-22T14:57:34.908Z] Registry: https://index.docker.io/v1/
14:57:34 [2021-04-22T14:57:34.908Z] Labels:
14:57:34 [2021-04-22T14:57:34.908Z] Experimental: false
14:57:34 [2021-04-22T14:57:34.908Z] Insecure Registries:
14:57:34 [2021-04-22T14:57:34.908Z]  127.0.0.0/8
14:57:34 [2021-04-22T14:57:34.908Z] Live Restore Enabled: false
14:57:34 [2021-04-22T14:57:34.908Z] 
14:57:34 [2021-04-22T14:57:34.908Z] 
14:57:34 [2021-04-22T14:57:34.908Z] INFO: Stopping daemon under test
14:57:34 [2021-04-22T14:57:34.908Z] SUCCESS: The process with PID 3792 (child process of PID 4232) has been terminated.
14:57:34 [2021-04-22T14:57:34.908Z] SUCCESS: The process with PID 4232 (child process of PID 3088) has been terminated.
14:57:34 [2021-04-22T14:57:34.908Z] INFO: Stop tailing logs of the daemon under tests
14:57:34 [2021-04-22T14:57:34.908Z] INFO: executeCI.ps1 Completed successfully at 04/22/2021 14:57:34.
14:57:34 [2021-04-22T14:57:34.908Z] INFO: Tidying up at end of run
14:57:34 [2021-04-22T14:57:34.908Z] INFO: Saving daemon under test log (d:\CI\PR-42164\9\dut.out) to bundles\CIDUT.out
14:57:34 [2021-04-22T14:57:34.908Z] INFO: Saving daemon under test log (d:\CI\PR-42164\9\dut.err) to bundles\CIDUT.err
14:57:34 [2021-04-22T14:57:34.908Z] INFO: Nuke-Everything...
14:57:35 [2021-04-22T14:57:35.359Z] INFO: Container count on control daemon to delete is 2
14:57:35 [2021-04-22T14:57:35.810Z] 4b85b9db066e
14:57:35 [2021-04-22T14:57:35.810Z] b3598ac0c104
14:57:36 [2021-04-22T14:57:36.265Z] INFO: Tidying pidfile d:\CI\PR-42164\9\docker.pid
14:57:36 [2021-04-22T14:57:36.265Z] INFO: Nuking d:\CI
14:57:51 [2021-04-22T14:57:51.007Z] INFO: Zapped successfully
14:57:51 [2021-04-22T14:57:51.007Z] 
14:57:51 [2021-04-22T14:57:51.007Z] INFO: executeCI.ps1 exiting at Thu Apr 22 14:57:50 CUT 2021. Duration 01:18:28.5861814
14:57:51 [2021-04-22T14:57:51.007Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
14:57:51 [2021-04-22T14:57:51.245Z] Recording test results
14:57:57 [2021-04-22T14:57:57.858Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
14:57:59 [2021-04-22T14:57:59.880Z] Creating win-2022-integration-bundles.zip
[Pipeline] archiveArtifacts
14:58:01 [2021-04-22T14:58:01.043Z] Archiving artifacts
14:58:14 [2021-04-22T14:58:14.350Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42164/9/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
14:58:15 [2021-04-22T14:58:15.260Z] + make clean
14:58:16 [2021-04-22T14:58:16.212Z] docker volume rm -f docker-dev-cache
14:58:16 [2021-04-22T14:58:16.213Z] 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